Releases: ch4rdotnet/f21pro-keybacklight
Releases · ch4rdotnet/f21pro-keybacklight
Release list
1.0.6 - Properly fix 1.0.4
Changelog since 1.0.3
- Actually fix what 1.0.4 was meant to fix (in a really jank way for now)
- Add small delay after turning off backlight, sometimes the device will turn the backlight back on? This seems to fix the issue, but if not, please open an issue describing the issue/conditions to cause the issue.
Known Issues:
- If you aren't using auto-brightness, auto toggle doesn't work (LCD on = Keypad on, LCD off = Keypad off) no matter the light conditions
- When locking the device, sometimes the keypad will flicker for 0.1s before turning off again.
- Hopefully nothing else?
Light threshold is currently set to 100, works pretty well for me (to test light output, run dumpsys sensorservice | grep "LIGHT: last 50 events" -A 50 | tail -n 1 | awk '{gsub(/,/, "", $(NF-2)); print $(NF-2)}')
1.0.4 - Minor Bug Fix
Changelog since 1.0.3
- Add small delay after turning off backlight, sometimes the device will turn the backlight back on? This seems to fix the issue, but if not, please open an issue describing the issue/conditions to cause the issue.
Known Issues:
- If you aren't using auto-brightness, auto toggle doesn't work (LCD on = Keypad on, LCD off = Keypad off) no matter the light conditions
- Hopefully nothing else?
Light threshold is currently set to 100, works pretty well for me (to test light output, run dumpsys sensorservice | grep "LIGHT: last 50 events" -A 50 | tail -n 1 | awk '{gsub(/,/, "", $(NF-2)); print $(NF-2)}')
1.0.3 - It works!*
- kinda, it kinda works???
Known Issues:
- If you aren't using auto-brightness, auto toggle doesn't work (LCD on = Keypad on, LCD off = Keypad off) no matter the light conditions
- Hopefully nothing else?
Light threshold is currently set to 100, works pretty well for me (to test light output, run dumpsys sensorservice | grep "LIGHT: last 50 events" -A 50 | tail -n 1 | awk '{gsub(/,/, "", $(NF-2)); print $(NF-2)}')