Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Has anyone tried Glowing Pear if it works on droid? It is a flashlight app that uses the camera flash on Samsung Galaxy.
I am working on this app as well. The api seems to be there in the form of Camera.Parameters.FLASH_MODE_TORCH during a preview.
I haven't had much time to work on this due to playing with my new droid with all of my spare time![]()
I think a call to getSupportedFlashModes() puts that out of the question?
Pretty sure the camera driver needs to be updated before you can use the led as a torch from the API.
Yes. returns ON, OFF, AUTO no RED_EYE or TORCH mode is available.have you run this code yet? I am going to be using this code but I haven't been able to run it on a DROID yet.