Guest insmaniak Posted May 1, 2013 Report Posted May 1, 2013 Hi everybody! Does anybody know if it's possible to disable buttons backlight on G300 without an external application ? I don't need buttons backlight :)
Guest jazon Posted May 2, 2013 Report Posted May 2, 2013 Place the script inside init.d folder, change permission rw-r-r- reboot.. Done https://dl.dropbox.com/u/36098229/98button-backlight
Guest insmaniak Posted May 2, 2013 Report Posted May 2, 2013 (edited) Place the script inside init.d folder, change permission rw-r-r- reboot.. Done https://dl.dropbox.c...utton-backlight I placed this file into /etc/ini.d/, changed premission and rebooted.. but light is always on and after 3 sec inactivity turns off... Edited May 2, 2013 by insmaniak
Guest tillaz Posted May 2, 2013 Report Posted May 2, 2013 decompile framework-res.apk res / values / arrays.xml change the top two values to 0 <integer-array name="config_autoBrightnessButtonBacklightValues"> <item>60</item> <item>30</item> <item>0</item> <item>0</item> <item>0</item> <item>0</item> <item>0</item> </integer-array> [/code]
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now