Thread: Keyboard Backlight
- 12-14-2010, 10:24 AM #31
Last edited by angius1; 12-15-2010 at 05:35 AM. Reason: Automerged Doublepost
- 01-30-2011, 06:03 AM #32
Itty Bitty Modder
- Join Date
- Jan 2011
- Posts
- 1
- Thanks
- 0
- Thanked 0 Times in 0 Posts
- Downloads
- 6
- Uploads
- 0
what if i flash stock rom 1.5, would the fix still working?
the fix didnt work for me...
so sad..
i guess its hardware problem..Last edited by otakngeres; 01-30-2011 at 06:03 AM. Reason: Automerged Doublepost
- 02-02-2011, 11:20 AM #33
with the stock rom you have to launch the script manually, but remember that you must have a rooted phone: if you haven't
a rooted phone it is simple to root it installing a simple app from the market.
Copy the script backlight-0.3.sh in sdcard and from a terminal shell type:
but remember you has to be root, so, if you arent you have to type:Code:nohup bash /sdcard/backlight-0.3.sh >/dev/null &
before you type the previous command.Code:su
try it
Last edited by angius1; 02-02-2011 at 12:10 PM.
- 02-16-2011, 06:47 AM #34
Itty Bitty Modder
- Join Date
- Mar 2010
- Posts
- 5
- Thanks
- 0
- Thanked 1 Time in 1 Post
- Downloads
- 12
- Uploads
- 0
Thanks so much for your script!, but unluckily it is not working for me.. i am trying from adb now, i tried before from emulated terminal and its the same.
If i do: /system/bin/bash ./installer.sh
i get: /system/bin/bash: not found
and if i do: # sh installer.sh
then:
This script will try to install the keyboard backlight fix script in your phone.
[[: 0: unknown operand
Directory init.d not found. Perhaps you have an incompatible android version. Aborting..
any idea? thanks.
- 02-21-2011, 08:43 AM #35
What android version are you using? Have you a stock or a custom ROM? The script works with adlxmod 2.1.5 ROM and other ROMS that support the init.d boot scripts system (checked automatically by the installer). If you have Froyo or not compatible ROMS try to launch the script manually from a terminal emulator or adb shell with:
you have to install the Busybox package before if you haven't it already installed.Code:/system/xbin/nohup /system/bin/sh /sdcard/backlight-0.3.sh >/dev/null &
Last edited by angius1; 02-23-2011 at 05:51 AM.


LinkBack URL
About LinkBacks


Reply With Quote