Update
Check out my answer
Original
I\'m trying to turn on the camera flashlight on the LG Revolution within my pro
This worked well for LG Nexus:
camera = Camera.open(); camera.setPreviewTexture(new SurfaceTexture(0)); camera.setParameters(p); camera.startPreview();