View Single Post
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#27
Originally Posted by juiceme View Post
Did you check the command I gave you previously?
A simple shellscript that searches for the directory where resides a file that has the word "sleep_ind" in it, and then echo a zero to the file named "value" in the same directory...
I tried it but it doesn't work.

I open terminal and i write:

Code:
devel-su
(the password)

leds=$(find /sys/devices/virtual/gpio -name name | xargs grep sleep_ind | cut -d ":" -f 1| sed -e "s/name/value/") echo "0" > $leds
after that when i connect the power usb cable to the device i always have the led turn ON.
In Nitdroid the light is always ON too.


So how can i disable the power led please?

I have noticed when the n950 is turn ON the led automaticaly is ON and stay ON even in Nitdroid system.

Last edited by n950; 2015-11-21 at 10:48.
 

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