Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
57 views

Should I explicitly wake a thread sucking on BlockingQueue.take() for performance?

I understand that having a thread sucking for elements of a BlockingQueue using the take() method will wait for an element to be available (unless it is interrupted). I have two questions: i) Is the ...
4
votes
4answers
789 views

How to programmatically schedule system wake up using system preferences on a Mac?

I would like to programmatically wake up a Mac. I started off by using IOPMSchedulePowerEvent, however, that method requires admin access and privileged helpers. I've implemented and it works but is ...
4
votes
3answers
1k views

Android WakeLock

I have a problem with acquiring a WakeLock. It seems not to work. I am trying to acquire a FULL_WAKE_LOCK but neither the display gets enabled nor is my app able to perform tasks. I am using the ...
3
votes
4answers
5k views

Wake Android Device up

Hey i need to wake my sleeping android device up at a certain time. Any suggestions? P.S. Wake up: turn display on and maybe unlock phone
2
votes
2answers
3k views

How to find the MAC address of a 'shutdown' system on local lan (is it possible?)

Can anyone please tell the way to find out the mac address of a system which is: Shutdown Power plugged in Connected to Lan Nic card ON. Kindly post the solution as i urgently need it in my ...
2
votes
2answers
736 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.
2
votes
1answer
766 views

iPhone Web Application JavaScript events break after waking up from sleep

I'm trying to build a mobile-safari/iphone web-app using jQuery code I already wrote for the desktop version of the app. The problem I'm having is that when my phone goes to sleep with the web-app ...
1
vote
1answer
41 views

Android: How can I open a dialog which is started while sleep?

In my app I have a service which has a BroadcastReceiver which listens to TIME_TICK. I already could check if a date is reached. So if for excemple the 04.01.2011 11:00 pm is reached there is a ...
1
vote
1answer
100 views

Allow wake timers Windows 7/Vista

I need to allow WakeTimers (computer wake up from sleep/hibernation) for all power plans set on plugged in to Enabled. I tried Win32_PowerSetting but it only works on english version of Windows. I ...
1
vote
3answers
592 views

Wake the device up when app prompts user

I'm using handler to repeatedly prompt user for an input every e.g. 5 minutes. When the device goes into sleeping mode and screen is locked, how can I wake the device up when my app prompts user for ...
1
vote
2answers
352 views

How to test iPhone wake up code?

When an iOS app is woken up the applicationDidBecomeActive delegate is called. If a device is attached to the debugger then the app will never sleep. How do I debug problems in the wake up code?
1
vote
2answers
201 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
182 views

Broadcast-style IPC

Given all the options to have processes or threads interact with each other (locks, mutex, semaphores, message queues, shared memory, etc), I'm a bit lost about what's best to do what I want. I want ...
1
vote
1answer
188 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
578 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 ...
1
vote
2answers
922 views

How to use .NET to Turn the Monitor back on after the Idle Timer has Turned it Off?

How do I turn the monitor back on after the idle timer has turned it off? I have power options in windows 7 set to: Turn off monitor after: 1 minute Go to sleep: Never But I don't know how to turn ...
0
votes
1answer
35 views

AlarmManager vs wake up

This is my code: Activity: @Override public void onCreate(Bundle savedInstanceState) { ... Intent intent = new Intent(this, MyReceiver.class); PendingIntent pendingIntent = ...
0
votes
1answer
76 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
32 views

How to check when Web Session Resumes? (In order to trigger an action)

I have a web app that receives push notifications from the web server. (via Juggernaut) juggernautProcess: (msg) => json = JSON.parse(msg) if json['notification']? notification = ...
0
votes
1answer
15 views

How to use Behavior class with Swing events?

I'm writing code for a 3D graph, and I want the scene graph to update when the user presses a JButton. I'm trying to use a Behavior class, but I can't find any information on using swing events to ...
0
votes
2answers
66 views

c# Timer: HTTP connection error after system wake-up

I have a Timer in a C# app (Win7 64). Every 20 min the timer callback gets some data via HTTP. It works well. But if my PC goes to sleep for a few hours, then wakes up, I get an HTTP error saying ...
0
votes
0answers
29 views

are there reasons for sun.nio.ch.WindowsSelectorImpl.setWakeupSocket0 to hang

With JDK 1.6.024, we see threads consuming near 100% CPU in setWakeupSocket0() for a socket connection. This native method is called from setWakeupSocket() which in turn is the private part of ...
0
votes
0answers
85 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
0answers
131 views

PhoneGap doesn't wake up wireless connection when using ajax

I have a problem using phonegap with an iphone4. When the wireless connection (wifi in my case) of the iphone4 is 'sleeping' it will not wake up when I make an ajax call to the server. Therefore the ...
0
votes
0answers
129 views

notification to open application when it already open in blackberry

my application listens to incoming messages on a spesific port. when the application running it receive messages as it should. when the application is closed and a message arrives the application ...
0
votes
1answer
2k views

How do I create an Activity that is visible on top of the lock screen

I'm receiving an incoming C2DM notification while the screen is locked. I'd like to wake up the screen and display the notification message on top of the lock screen using an Activity. I'm launching ...
0
votes
2answers
240 views

Android - Detect `App Became Active' from Mulitiasking?

I have developed an Android App that contains a list of information. I want the list to retrieve new data from the sever whenever the app 'wakes up' from multasking. Right now it just displays the old ...
0
votes
3answers
695 views

How to handle Android activity lifecycle on wake up (alarm app)

I'm having a couple of problems with an alarm app I am developing. The first thing that I think is a bit weird is that when an alarm goes of and wakes the phone up. These things happend. oncreate ...
0
votes
2answers
441 views

Wake System from Sleep C#

I'm trying to add functionality in my program that will allow the user to wake their system from sleep at a set duration. I've googled a lot about this and the examples online don't seem to work. ...
0
votes
3answers
408 views

Creating an autostart application on Ubuntu Linux

I'm trying to setup a Python application that should automatically start when Linux boots. It should also start (unless not already running) if the computer resumes from standby mode - which is mainly ...
0
votes
2answers
671 views

Wakelock is not turning on the screen? Help?

I have a signal that puts my app to sleep for a given number of minutes (using AlarmManager) and then wakes it back up. Everything is working except the screen doesn't ever come on. I'm using a ...
0
votes
2answers
633 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
663 views

How to turn on monitor after wake-up from suspend mode?

I need wake up PC from sleep to perform some actions - from C#. I've used CreateWaitableTimer functions, everything goes fine, at given time PC wakes up - but monitor stays in power save mode (turned ...
0
votes
1answer
300 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 ...