Tagged Questions
2
votes
2answers
761 views
How do i wake a computer from being in sleep mode? in Vb 2008 expr edition
I'm trying to make an alarm clock. When the computer is in sleep mode, when the alarm is triggered i want the computer to wake up and play the alarm. Can tell me how to do this in vb 2008.
1
vote
2answers
211 views
Rails 3 Passenger Lag
I've setup my website with Rails 3 and Passenger (via nginx) and, although its only being used by one person, the web server has to essentially wake up the rails instance to render the page. This ...
1
vote
1answer
197 views
iPhone App: How do I call a function after my iPhone has been to sleep?
I have an app with some animations which are called by timers. When one animation finishes then a timer is called to start another. If the iPhone sleeps and requires unlocking to activate it then the ...
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 ...
0
votes
1answer
113 views
Android - How to wake up wifi?
I have an app that sends data every 5 min, i saw that wifi after some time goes sleep and stop working.
I found one solution that is use a WakeLock SCREEN_DIM_WAKE_LOCK.
The thing is: i can't have ...
0
votes
0answers
92 views
Python sleeps until keystroke
I'm running a long python script in the windows command line with several prints throughout my code to keep track of progress.
Right before certain prints, the python code stops running and CPU Usage ...
0
votes
2answers
654 views
Android - acquiring a hold lock from a broadcast receiver
I am trying to acquire a wake lock in a broadcast receiver so that my alarm clock application can wake the phone from sleep. It crashes at the following line in the code below:
PowerManager.WakeLock ...
0
votes
1answer
305 views
Symbian Power Status Notification
I have an application that uses memory card and I need to do some save/restore state operations when the power of the card reader is turned off and on back again. This usually happens after some time ...