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.

Is there a away to detect the event when iOS device goes to sleep mode (when the screen gets blackened)?

I wanted to detect two events : Device gets locked/unlocked. Device goes to sleep and the screen blackens. First one …

ios iphone-privateapi sleep-mode
Prevent sleep mode python (Wakelock on python)

How I can prevent sleep-mode on python without using extra apps on different OS(Ubuntu, Windows...) but in most cases …

python python-3.x linux windows sleep-mode
Configuring iOS VoIP application to run in sleep/background mode

I am developing a VoIP based iOS (7.1) application. It's underlying socket programming is written in C++ rather than objective C. …

ios objective-c sockets voip sleep-mode
Python script stops running when screen turns off

I am trying to do a simple bot in Python, I have written the body and I wanted to try …

python sleep-mode
Android AlarmManager not working while phone asleep

I've got a problem with AlarmManager. In short, I plan an alarmManager : Intent intent = new Intent(context, MyActivity.class); PendingIntent …

android alarmmanager sony wakelock sleep-mode
How can I prevent Windows OS from entering Sleep mode - .Net

Using C#, how can I prevent Windows OS from entering Sleep mode? I know, that I can turn Sleep Mode …

c# windows sleep-mode
Turn on the Internet on Android when in sleep

I have an Android app that needs to sync to the internet, but as soon as the phone goes to …

android sleep-mode
How to disable automatic switching to sleep mode in Linux Fedora?

By default it automatically goes to sleep mode after some time. How to switch that off?

linux fedora sleep-mode