Jump to content

It is possible to disable buttons backlight?


Guest insmaniak

Recommended Posts

Guest insmaniak

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 :)

Link to comment
Share on other sites

Guest tillaz

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]

Link to comment
Share on other sites

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.