View Single Post
Old 11-22-2019, 03:33 AM   #61
terencelzw
Junior Member
terencelzw has a complete set of Star Wars action figures.terencelzw has a complete set of Star Wars action figures.terencelzw has a complete set of Star Wars action figures.
 
Posts: 3
Karma: 292
Join Date: Nov 2019
Device: Kindle Paperwhite 2
Finally managed to get kindle to wake up while in suspend mode

online screensaver extension currently does not update while kindle is in suspend mode for paperwhite2 on 5.9.4. It only updates when I press the power button to wake the kindle up.

In order to make it work for my kindle I had to change the wait_for function in utils.sh by a little. I modified the following lines

Before:
lipc-wait-event -s $REMAININGWAITTIME com.lab126.powerd resuming || true

After:
lipc-wait-event -s $REMAININGWAITTIME com.lab126.powerd wakeupFromSuspend,resuming || true

Hope this helps those who have been facing this issue
terencelzw is offline   Reply With Quote