1
vote
2answers
257 views

Set a script to suspend and resume after a calculated amount of time

Updated below: I have a script which has a function I made that calculates the time to set my script to sleep for based on a few factors, which means the script might not need to run again for a half ...
1
vote
1answer
295 views

Executing a script before and after suspend/sleep on android

I would like to execute a script before my android device goes to sleep and also after it wakes up. I found out that there is something like a "early_suspend" hook for c, but I only want to execute a ...
2
votes
5answers
470 views

Suspend / Hibernate pc with python

I'd like to write a short python script that puts my computer to sleep. I'Ve already searched the API but the only result on suspend has to do with delayed execution. What function does the trick ?