View Single Post
Posts: 602 | Thanked: 735 times | Joined on Mar 2011 @ Nantes, France
#320
Originally Posted by jetronic View Post
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
Oh great, thank you. Now, we just need to package this into something more usable than a terminal. Personaly, I can't, but I would greatly appreciate
 

The Following User Says Thank You to romu For This Useful Post: