Jump to content

It is possible to disable buttons backlight?


Recommended Posts

Guest insmaniak
Posted

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 insmaniak
Posted (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 by insmaniak
Guest tillaz
Posted

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]

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.