Quote:
Originally Posted by JSWolf
Do you know if there's a way to use NickelMenu to check for these files and if they exist, reboot the Kobo?
|
Once again, Jon, there are ways to test for those files existence and reboot the Kobo but, for me, it's just as easy to simply reboot.
A script (quick and dirty would be using if [ -f /mnt/onboard/.kobo/<sqlite-wal filename> ] to check for the existence of a write ahead logging file ( either BookReader.sqlite-wal or KoboReader.sqlite-wal ) and triggering the reboot if either one exists) could be written and run from NickelMenu) but creating that file will be left as an exercise for the student.
Alternately, you could run entire command from NickelMenu. See the Toggle Screensave command for an example using test to detect a file's existence.