The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
188 views

windows 7 shutting down apache server [closed]

I have an Apache server running on a Windows 7 machine. It works great as long as I am sitting in front of my computer. When I leave, it shuts it off. I've modified all of the power settings. The hard ...
0
votes
1answer
271 views

How to disable Windows wireless power saving on the fly?

We have some issues with the wireless power saving. If we set the Power Saving Mode of Wireless Adapter Settings to Maximum Performance in the current power plan, all issues are gone. However, this ...
0
votes
0answers
210 views

How to run android app during powersave mode

I am trying to run an app while it is in power saver mode, does anyone have any insight on this?
1
vote
1answer
2k views

Manually pairing Bluetooth Decives in Android?

I was reading this http://developer.android.com/guide/topics/wireless/bluetooth.html#QueryingPairedDevices which is allot of help on how to pair,connect to a bluetooth device. I have a situation ...
1
vote
1answer
346 views

How can we get the iPhone screen to stay active, instead of going into the power saving mode?

I am working on a simple game that requires UIAccelerometer without any screen tapping interaction. In the default mode, the screen goes into a power saving mode periodically. How can I make the ...
9
votes
2answers
380 views

How to detect disassociation by AP reboot within station in PS mode

I'm writing a fairly low-level driver for a wireless card, and while most of the spec is fairly straightforward, I haven't wrapped my head around a single question yet: If my station is in power-save ...
0
votes
1answer
124 views

Is it possible to an app that listens to the Windows audio input to let the system save power?

From the moment we call Win API's WaveInOpen method the system won't sleep nor hibernate until this stream is closed. Is there any workaround for this?
0
votes
2answers
2k views

How can to set Power setting turn off: never , by c#

How can to set Power setting turn off: never , by c#? manualy: Control Panel-> Power Options -> Edit Plan Setting -> trun off the display = never Put the computer to sleep = never anther Question: ...
8
votes
2answers
3k views

How to do power save on a ARM-based Embedded Linux system?

I plan to develop a nice little application that will run on an arm-based embedded Linux platform; however, since that platform will be battery-powered, I'm searching for relevant information on how ...
2
votes
2answers
3k views

Wifi just goes into IDLE

I have written some software which uses Wifi as a possible internet-connection medium.. I did notice though, that after some time (I am guessing around the 15-20 minutes) after the device has gone ...
2
votes
1answer
1k views

Stop Core Location updates then restart them with a timer

I was wondering if anyone could point me to (or paste in) some code to deal with turning off Core Location updates to save power. As far as I understand it, you should stop Core Location updates as ...
2
votes
1answer
1k views

Continual wake and sleep for minimal power usage on linux?

I'd like to use a linux pc purely to collect rss feeds, but would like to minimise it's power usage as much as possible. Presumably I would create some kind of cron job to bring it in and out of ...
7
votes
4answers
12k views

Turn off power saving options via command line

On Windows XP, the following command in a script will prevent any power saving options from being enabled on the PC (monitor sleep, HD sleep, etc.). This is useful for kiosk applications. ...