button backlight disabler

mnishamk

Senior Member
Jul 8, 2012
997
567
0
Use at your own risk, i am not responsible for anything happening to your device

What it does
This flashable zip turns your button backlight off permanantly.
it just changes your hw_config.sh file to disable backlight.

Steps
for your own safety please make a backup, in case something happens.
reboot into cwm
flash the zip

Downloads for bbl disabler.
active
lww
mini
mini pro
ray

If u want to get the light back,

active
lww
mini
mini pro
ray


in case it didn't work, edit your hw_config file found in system/etc

find this line: echo 1 > $dev/button-backlight/max_current
and set it to

Active: echo 8000 > $dev/button-backlight/max_current
lww: echo 1500 > $dev/button-backlight/max_current
mini pro: echo 500 > $dev/button-backlight/max_current
ray: echo 50 > $dev/button-backlight/max_current

for mini find these two lines
echo 1 > $dev/button-backlight-rgb1/max_current
echo 1 > $dev/button-backlight-rgb2/max_current

change to
echo 8000 > $dev/button-backlight-rgb1/max_current
echo 8000 > $dev/button-backlight-rgb2/max_current
 
Last edited:

mnishamk

Senior Member
Jul 8, 2012
997
567
0
Re: Testers for button backlight disabler

okay
I have an easier way

put it in init.d

Code:
echo 1 > /sys/class/leds/button-backlight-rgb1/max_current;
echo 1 > /sys/class/leds/button-backlight-rgb2/max_current;
Add it at the last or change something??
Edit: I get a feeling u use a mini(others dont have 2 button backlights rgb1 and rgb2)

Don't forget to hit thanks:D