• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help Disable hardware lights?

Is there a way to disable the lights on the hardware buttons and soft buttons?
You may be able to control this by writing 1 or 0 to:
Code:
 /sys/class/leds/keyboard-backlight/brightness
The file is readable by anyone, but on some devices it's only writable by root.
 
Back
Top Bottom