View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#20
Originally Posted by n950 View Post
Hi,

How to disable the led in top right corner (this light is always ON) when Nitdroid run on N950?
Anybody can explain me how to do please?

thanks in advance.
On N9 you can control the led usage like this;

leds=$(find /sys/devices/virtual/gpio -name name | xargs grep sleep_ind | cut -d ":" -f 1| sed -e "s/name/value/")
echo "0" > $leds


I have never seen a N950 irl though, so I cannot vouch if there's anything similar for it...
 

The Following 2 Users Say Thank You to juiceme For This Useful Post: