View Single Post
Posts: 1,196 | Thanked: 1,413 times | Joined on Aug 2011
#29
Originally Posted by juiceme View Post
[/SIZE]

Its 2 rows actually...

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

and
Code:
echo "0" > $leds


Or if you want to have it in one go, put a semicolon there...
Code:
leds=$(find /sys/devices/virtual/gpio -name name | xargs grep sleep_ind | cut -d ":" -f 1| sed -e "s/name/value/"); echo "0" > $leds
It doesn't work too.
the power led continue to blink when usb cable is connected in Meego. why?
in nitdroid always turn ON.
 

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