Resuming the previously suspended thread, process, activity, application or the whole operating system.
Questions tagged [wakeup]
203 questions
-1
votes
1 answer
Selector.select() does not fill selectedKeys() if wakeup() is called before select()
I have a somewhat complex loop processing several different NIO channels and other objects. Some of these objects trigger their processing (i.e. simulate a "select"-event) by calling Selector.wakeup().
When I accidentally put my thread into a…

Markus A.
- 12,349
- 8
- 52
- 116
-1
votes
1 answer
Starting an Android service from system's SMS broadcast receiver
Can anyone please tell me if it is possible to "wake up" my Android service as soon as there's an incoming SMS event? What I meant to say is that, whenever an SMS is received, there will be a system-wide broadcast of this event. Can I intercept this…

Vinit Shandilya
- 1,643
- 5
- 24
- 44
-1
votes
1 answer
Attaching code to user turning on screen
I'm trying to work a piece of code that works so that when the user turns on the screen, an event or piece of code is called and ran. This needs to work when the screen goes to sleep as well and should have a cancel feature to stop this occuring at…

user3668879
- 41
- 4
-1
votes
1 answer
Android(ICS) frequently wakes up from sleep
Why does Android( ICS ) keep waking up from sleep ? I am using a serial connection from the board to monitor kernel prints, I can see that every now and then android wakes up and goes back to sleep. Is it because of some scheduled task or something?…

Kishan
- 424
- 6
- 20
-2
votes
2 answers
How to prevent WMPLib.WindowsMediaPlayer to stop playing music when the computer is sleeping?
I wrote a Winforms app that alarms for certain events by playing sounds using the WMPLib.WindowsMediaPlayer. But the issue is, when the system is sleeping, it doesn't play anything.
As soon as I press some buttons on the keyboard where you see the…

Joan Venge
- 315,713
- 212
- 479
- 689
-2
votes
1 answer
How to wake up system directly to desktop view in Windows 8.1?
Scenario:
Task Scheduler - puts a system to a sleep
Task Scheduler - wakes the
system up
Task Scheduler - launches another program but it is vital
that it was
Problem:
During the wake up procedure, a system state stops at the window namely "Lock…

Troeblo
- 15
- 4
-2
votes
1 answer
Alarm Clock application in android
I am working on alarm clock project and I want to implement code to wake up alarm when phone is off like android built in alarm service
is it possible to make to it ??
please answer.

Shanky
- 1
- 1
-3
votes
1 answer
How to wake up an app in the background in ios and send the time spent using the smartphone to the server
Is there a way to wake up an application that is completely turned off in iOS using a server push notification or scheduler and collect whether the user is using the smartphone and record it locally or send it to the server(in the background)? It…

최원준
- 1