[Root Required]Min Brightness Enabler

ChrisJ951

Senior Member
Jan 25, 2011
494
307
0
The nexus 6 gets pretty dim, but you can make it dimmer than the slider allows.

Attached is an APK which will do it when opened. All it does is run the following command:

Code:
echo 1 > /sys/devices/fd900000.qcom,mdss_mdp/qcom,mdss_fb_primary.164/leds/lcd-backlight/brightness
I'm unsure how to get it to persist through turning the screen off and back on (it goes back to the default min brightness if you do this).

Full Source is available here:

https://github.com/chrisj951/MinBrightness
 

Attachments

SeanPlunk

Senior Member
May 7, 2011
393
106
0
The nexus 6 gets pretty dim, but you can make it dimmer than the slider allows.

Attached is an APK which will do it when opened. All it does is run the following command:

Code:
echo 1 > /sys/devices/fd900000.qcom,mdss_mdp/qcom,mdss_fb_primary.164/leds/lcd-backlight/brightness
I'm unsure how to get it to persist through turning the screen off and back on (it goes back to the default min brightness if you do this).

Full Source is available here:

https://github.com/chrisj951/MinBrightness
That's awesome, thanks. Is there any was to make the maximum brightness higher?