Night Mode toggle for Aura One + fmon:
I'm using this with baskerville's fmon (thanks, baskerville!) and here's a very simple nightmode toggle. I have only tried this on recent firmwares (4.4.9349+).
The script toggles night mode then reboots. Rebooting is necessary because otherwise there's a lot of instability (hanging when USB is mounted, 30 second waiting time to access home page or library, etc).
How to install:
- Download the attachment (nightmode_fmon.zip)
- Install the newest version of night mode
- Edit /.kobo/nightmode.ini and change "retainStateOverRestart = no" to "retainStateOverRestart = yes"
- Install baskerville's fmon
- Mount USB, extract nightmode.png to /icons/
- Check that nightmode.png is in database and open it. Then long press it and choose "View details", then reboot. This makes sure that all the thumbnails have been generated. Do not proceed before doing this!
- Copy the nightmode directory into /.adds/ (including the directory itself, so that you have /.adds/nightmode/nightmode.sh)
- Edit /.adds/fmon/fmon.sh and add nightmode to the list of apps. For example, by default it is "for app in koreader sketch; do", change it to "for app in koreader sketch nightmode; do"
- Reboot
It should be working now.