As we know, Linux kernel supports standby, suspend-to-ram, suspend-to-disk. However, I found Android doesn't support suspend-to-disk, or hibernate, although it's kernel is derived from Linux.
And now, I want to enable it on Android, but don't know how to. I will do my job based on Andorid 4.1, and Linux 3.0.8.
Would you like to provide any useful information ? Has anybody done this before?
Thanks.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||||
|
|
Android made a check to see if anyone holds wakelock when try_to_freeze_tasks. You can ignore it when you want hibernate. |
|||
|