Quote:
Originally Posted by seaniko7
Thats easy. Simply edit cron to execute at certain time shell script which will simulate power button/slider press.
Another way is to create same shell script with endless loop and 24 hour delay between simulating key press.
Cheers
|
Instead of simulating a slider button, which could also put an awake kindle into sleep mode, a kindle framework startup script uses the following "wakeUp" command to erase the screensaver on startup:
lipc-set-prop com.lab126.powerd wakeUp 1
I tested this command with SSH shell on a kindle keyboard 3G, and on a kindle DX. It wakes them from sleep mode. If the kindle is already awake, this command just displays an error message. It should work fine in a cron script.