Mods for Onion V4.3.1-1 for Mini V4 with RTC
- Resolution fix (Commit aa329ba on OnionUI main branch)
- Disable Emulated time skip as it is not needed with the newer Mini V4 with RTC.
- Enable blue light schedule function to automatically turn on/off blue light filter on startup.
Installation:
- Drag .tmp_update folder to SD root, overwrite files when prompted.
Enable blue light schedule:
- Rename ".blf_" in .tmp_update/config to ".blf".
- Configure schedule by changing the time in files "blueLightTime" and "blueLightTimeOff" in .tmp_update/config/display.
- Ensure correct time in Apps -> Clock.
NOTES ABOUT THE BLUE LIGHT SCHEDULE:
- The schedule options will not be visible in Apps -> Tweaks -> Appearance -> Blue light filter... (The display options are hardcoded to check for the MINI PLUS + Network Time (See src/tweaks/menus.h line 503, 525 and 507, 529, 539)).
- The blue light schedule check will only trigger on startup (The continuous check is hardcoded to only run on a MINI PLUS (See src/keymon.c line 826)).
HOW TO CHECK IF YOUR MINI V4 HAS RTC:
- Drag the .noTimeRestore file to .tmp_update/config (this will disable the default emulated time skip of +4 hours every time the device is turned on).
- Turn on device and go to Apps -> Clock.
- Set the time and confirm by pressing START.
- Turn off device, then wait a few seconds.
- Turn on device and check the clock app again. You have RTC if the time shown is still correct (meaning time has passed correctly while the device was switched off).