«

Print this Post

Disable button backlights for the HTC Thunderbolt and ReZound

Since the button backlight on the HTC Thunderbolt causes what I consider excessive light bleed, here’s a way to disable the LEDs.

mount -o rw,remount /system
chmod 777 /sys/devices/platform/leds-pm8058/leds/button-backlight/brightness
echo 0 > /sys/devices/platform/leds-pm8058/leds/button-backlight/brightness
chmod 444 /sys/devices/platform/leds-pm8058/leds/button-backlight/brightness
mount -o ro,remount /system

Just slap something like that into one of your init scripts. Suppose tasker could handle it too.
Much nicer looking now, IMO.

This is slightly different on the rezound:

I put this in /etc/init.post_boot.sh


mount -o rw,remount /dev/block/mmcblk0p29 /system
chmod 777 /sys/devices/platform/leds-pm8058/leds/button-backlight/brightness
echo 0 > /sys/devices/platform/leds-pm8058/leds/button-backlight/brightness
chmod 444 /sys/devices/platform/leds-pm8058/leds/button-backlight/brightness
mount -o ro,remount /dev/block/mmcblk0p29 /system

Permanent link to this article: http://www.lukemacneil.com/2011/12/22/disable-button-backlights-for-the-htc-thunderbolt/

1 ping

  1. My Rezound has pink buttons. - Page 2 - Android Forums

    [...] this today: Disable button backlights for the HTC Thunderbolt and ReZound | lukemacneil.com You can use this to disable the LEDs behind the capacitive buttons. Going to try it in a few. [...]

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>