[android-developers] Re: Camera torch mode in ICS (Galaxy Nexus)

2012-02-26 Thread RobiZX
I have rooted device. The question is, what they're change, why it's not work any more? Someone know? On Feb 26, 2:20 am, lbendlin l...@bendlin.us wrote: Don't you need a rooted device for that? -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Camera torch mode in ICS (Galaxy Nexus)

2012-02-26 Thread RobiZX
I assuming that issue is on the software not a hardware site. On Feb 26, 9:48 am, Pent supp...@apps.dinglisch.net wrote: I also couldn't get this working (and would like to). Nexus S 4.0.3 Pent -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Camera torch mode in ICS (Galaxy Nexus)

2012-02-26 Thread RobiZX
Issue solved. Camera need SurfaceView to display image. Sad is that since Android 4.0 if I want to use only flash I need to involve whole Camera device which, as I guess, will consume more power. Hope Google change that. Cheers. On Feb 26, 9:52 am, RobiZX rob...@gmail.com wrote: I assuming

[android-developers] Camera torch mode in ICS (Galaxy Nexus)

2012-02-25 Thread RobiZX
Hi, if someone know why cameras flash light won't turn on? I made some standard code to turn on flashlight but nothing seems to happened. I even checked status of flash (getFlashMode) with result torch. I don't if I miss something. There is some of my code: mCam = Camera.open(BACK_CAMERA);

[android-developers] Re: Camera torch mode in ICS (Galaxy Nexus)

2012-02-25 Thread RobiZX
, RobiZX rob...@gmail.com wrote: Hi, if someone know why cameras flash light won't turn on? I made some standard code to turn on flashlight but nothing seems to happened. I even checked status of flash (getFlashMode) with result torch. I don't if I miss something. There is some