![]() |
Re: [How to] Android 4.1.1_r2 (JellyBean) for Nokia N9. Alpha Release #5 "Gyla"
Ok but in Nitdroid it's not the same thing.
perhaps a file need to be deleted. The one which control power led. Anybody have a solution for me? thanks in advance. |
Re: [How to] Android 4.1.1_r2 (JellyBean) for Nokia N9. Alpha Release #5 "Gyla"
Quote:
Just search for sleep_ind under /sys/devices, you should find the correct device. |
Re: [How to] Android 4.1.1_r2 (JellyBean) for Nokia N9. Alpha Release #5 "Gyla"
Quote:
|
Re: [How to] Android 4.1.1_r2 (JellyBean) for Nokia N9. Alpha Release #5 "Gyla"
how can i search a file inside terminal?
because in /sys/devices there is no sleep_ind file only directories. |
Re: [How to] Android 4.1.1_r2 (JellyBean) for Nokia N9. Alpha Release #5 "Gyla"
Quote:
|
Re: [How to] Android 4.1.1_r2 (JellyBean) for Nokia N9. Alpha Release #5 "Gyla"
Quote:
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... |
Re: [How to] Android 4.1.1_r2 (JellyBean) for Nokia N9. Alpha Release #5 "Gyla"
Quote:
I open terminal and i write: Code:
devel-su 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. |
Re: [How to] Android 4.1.1_r2 (JellyBean) for Nokia N9. Alpha Release #5 "Gyla"
Quote:
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 |
Re: [How to] Android 4.1.1_r2 (JellyBean) for Nokia N9. Alpha Release #5 "Gyla"
Quote:
the power led continue to blink when usb cable is connected in Meego. why? in nitdroid always turn ON. |
Re: [How to] Android 4.1.1_r2 (JellyBean) for Nokia N9. Alpha Release #5 "Gyla"
Quote:
|
All times are GMT. The time now is 09:49. |
vBulletin® Version 3.8.8