Top "Sleep-mode" questions

A power-saving condition of a computer or mobile device where it appears it is not on; the screen is not on and typically no sound is output.

Android Sleep/Standby Mode

I have made an app that starts a service, which starts a timer, which fires off a small function after …

android standby sleep-mode
When does android device go to sleep mode?

I was searching SO and web but i couldn't find sufficient answer for my particular question. Ok here we go: …

android sleep-mode android-powermanager
How to wake esp8266 from deep sleep without continuous resets

I'm building an IR to wifi bridge using an esp8266. Basically I'm building an IR receiver connected to an esp8266 …

sleep esp8266 interrupt-handling infrared sleep-mode
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 …

c# windows command-line standby sleep-mode
prevent mobile from going into sleep mode when app is running

I want to prevent Android Mobile from going into sleep mode when my threads are sending HTTP request. as what …

android sleep-mode
Android - How can I wake up the phone from a hard sleep to take a picture?

I want to take pictures from the Android device's camera periodically over a matter of hours, to create a time …

android camera wakelock android-wake-lock sleep-mode
Force an android phone to sleep, in order to test?

I'm writing an android application that depends on network activity and the alarm manager sometimes waking the phone up from …

android sleep-mode android-powermanager
How to turn screen off or send device to sleep

I want to send device to sleep or turn the screen off. I have investigated and found this topic: Turn …

android sleep-mode
Avoid the iphone go into sleep mode

I have made an iphone fitness application. The issue i am unable to resolve here is that, while the application …

objective-c iphone xcode sleep-mode
How to keep CPU from 'sleeping' when screen is turned off in Android?

I have an application in which I am sending network data over WiFI. Everything is fine until I turn the …

android android-wifi cpu-speed throttling sleep-mode