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:
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
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
Full Source is available here:
https://github.com/chrisj951/MinBrightness
Attachments
-
345.6 KB Views: 232