Quote:
Originally Posted by AndCycle
like the power button issue, all powerbotton/smartcover event will be accumulated, once you go back to Nickle, it will start to catch up those event..
|
Nice that you take an interest in this problem!
However, this doesn't correspond to my experience at all. No accumulation of events happen. The closed sleepcover keeps the standby message on screen. Analogous to a perpetuating power button pull.
Both the power button and the sleep cover trigger the shell script
kobo_suspend.sh. It can't succesfully put the device to sleep in the lines
Code:
#go to sleep
sync
echo 1 > /sys/power/state-extended
echo mem > /sys/power/state
It generates a
error message like sh: write error: Device or resource busy at the last line.
If you telnet into your device and enter the command at the shell prompt you can generate the message yourself. I would be very interested in a way to solve this. So your input is valued!