Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

Disable capacitve button light on mtk 6577

$
0
0
Hi to all!

This idea was taken by me from htc amaze 4g thread for disabling capacitive button backlight.
I have modified it for mtk 6577 based phones to disable button backlight.

Just open terminal and paste this
After entering su

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



Sent from my NoirA8 using Tapatalk 2

Viewing all articles
Browse latest Browse all 3614

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>