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.
I wanted to detect two events : Device gets locked/unlocked. Device goes to sleep and the screen blackens. First one …
ios iphone-privateapi sleep-modeHow 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-modeI 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-modeI am trying to do a simple bot in Python, I have written the body and I wanted to try …
python sleep-modeI'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-modeUsing C#, how can I prevent Windows OS from entering Sleep mode? I know, that I can turn Sleep Mode …
c# windows sleep-modeI have an Android app that needs to sync to the internet, but as soon as the phone goes to …
android sleep-modeBy default it automatically goes to sleep mode after some time. How to switch that off?
linux fedora sleep-mode