Tagged Questions

9
votes
1answer
9k views

Android Sleep/Standby Mode

I have made an app that starts a service, which starts a timer, which fires off a small function after an amount of time. This is working great on the emulator and on the Motorola Droid 1, but it ...
2
votes
2answers
433 views

How to initiate standby/sleep from command-line?

I have found a lot of info about how to shut down computer, put it in hibernation etc via the command line, however, any tips i have read about getting it to sleep as it does from the start-menu has ...
1
vote
1answer
589 views

C# - How to Suspend to RAM and wakeup

I want to make a utility that will allow the system to use the Suspend to RAM feature and also have the ability to wakeup at a certain time. Is this possible and how can I do this? Code snippets ...
1
vote
2answers
593 views

How do we check if the iphone is on standby mode?

How can we check if the iphone has gone into a standby mode and returns from that mode programmaticlly? I am using this to force it not to sleep during the game: application.idleTimerDisabled = YES; ...
0
votes
4answers
626 views

Sleep Windows from Java

Is there command to use on windows from java to make the computer sleep?