View Single Post
Posts: 10 | Thanked: 11 times | Joined on Aug 2015 @ germany
#318
Originally Posted by romu View Post
Unfortuntely, there is no working flashlight app for the moment.
Oh shame, a little workaround via terminal:

flashlight led on:
Code:
echo 1 > /sys/class/leds/led\:flash_torch/brightness
flashlight led off:
Code:
echo 0 > /sys/class/leds/led\:flash_torch/brightness
 

The Following 3 Users Say Thank You to jetronic For This Useful Post: