Skip to content

Releases: ch4rdotnet/f21pro-keybacklight

1.0.6 - Properly fix 1.0.4

Choose a tag to compare

@rainyskye rainyskye released this 19 Apr 20:12
c240e0c

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

Choose a tag to compare

@rainyskye rainyskye released this 19 Apr 19:45
b89bd7f

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!*

Choose a tag to compare

@rainyskye rainyskye released this 19 Apr 19:05
1fbb1d2
  • 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)}')