Tagged Questions
The power-management tag has no wiki summary.
38
votes
15answers
1k views
Power Efficient Software Coding
In a typical handheld/portable embedded system device Battery life is a major concern in design of H/W, S/W and the features the device can support. From the Software programming perspective, one is ...
12
votes
5answers
5k views
Accelerometer stops delivering samples when the screen is off on Droid/Nexus One even with a WakeLock
I have some code that extends a service and records onSensorChanged(SensorEvent event) accelerometer sensor readings on Android. I would like to be able to record these sensor readings even when the ...
9
votes
3answers
2k views
Off screen rendering when laptop shuts screen down?
I have a lengthy number-crunching process which takes advantage of quite abit of OpenGL off-screen rendering. It all works well but when I leave it to work on its own while I go make a sandwich I ...
7
votes
2answers
1k 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 a
arm based embedded linux platform,
however since that platform will be battery powered I'm searching for
relevant information on how ...
6
votes
2answers
2k views
how to hook to events / messages in windows using python
in short:
i want to intercept suspend/standby messages on my laptop, but my program doesn't receives all relevant messages.
background:
there's a bug in ms-excel on windows xp/2k, which prevents ...
5
votes
3answers
159 views
Possibilities to reduce power consumption with cocos2d apps
I made a board game with includes just some little animations. I reduced the fps from 60 to 30 to reduce the processor load. But the device still gets very warm.
Another application made without ...
5
votes
3answers
2k views
Correct method for setKeepScreenOn / FLAG_KEEP_SCREEN_ON
I am using the method setKeepScreenOn(true) and haven't been able to figure out how to call this in relation to the current Activity (which has a content view set). I've been able to get it to work ...
5
votes
3answers
944 views
Windows - CPU power management APIs
What APIs are provided by Windows for CPU power management (I'm interested in CPU frequency scaling, setting min and max CPU frequency - similar to what you can do in Control Panel in power plans, but ...
5
votes
1answer
68 views
How can I determine why the machine came out of suspend?
I'd like to be able to determine, programmatically, why a Vista system came out of standby (S3). Any language is fine, though a .NET one would be best. I'm looking to put this code into an ...
4
votes
2answers
121 views
Android disable display off while charging
In my application I need to disable display power off when device is charging. There is an option in Developer Menu to disable it, so I can to send Intent for user to enable it.
Also I've found info ...
4
votes
4answers
1k views
Android Nexus One - Can I save energy with color scheme?
I'm wondering what color-scheme is more energy-saving for AMOLED display?
I've already decided to manage c-scheme according to ambient light, thanks to this post:
Somewhat-proof, the link ...
4
votes
1answer
397 views
How do I check when the computer is being put to sleep or wakes up?
I want to make my program aware of the computer being put to sleep or waking up from sleep, possibly have an event that is triggered when either of these occur. Is this possible?
4
votes
9answers
4k views
How can I programmatically stop a notebook battery from charging
There is some easily available information on finding the status of a battery, or weather it's charging or not. (GetSystemPowerStatus API or System.Windows.Forms.SystemInformation.PowerStatus).
I ...
4
votes
1answer
2k views
C#: How to prevent a laptop from going into Stand-By
How can I do this in a C# program? I'm pretty sure it should be possible, since various media programs for example do this so the computer doesn't go into stand-by while watching a movie, etc.
So, if ...
3
votes
1answer
208 views
How to turn on/off the monitor(s)?
I wanted to be able to turn on/off my monitors from a Delphi script, from Windows XP to 7.
I have searched within the Delphi section on stackoverflow and didn't find the answer.
I also found many ...
3
votes
0answers
89 views
Is setPowerState always called after start?
I'm developing a kernel driver for a USB device on OS X. After adding the setPowerState handler, I'm noticing that it's called for a wake event immediately after the start method is called. This ...
3
votes
1answer
836 views
Windows - put HDD stand-by and sleep mode
How can I put a hard disk drive in stand-by or sleep mode in Windows, in a programmatic manner.
Does the Windows API or any .Net libraries provide any functions to achieve this? (I am aware that I ...
2
votes
1answer
68 views
CallNtPowerInformation and GetPwrCapabilities under Linux
I have code that returns information about the running CPUs on an intel-based system under Windows. It does this with the CallNtPowerInformation and GetPwrCapabilities functions. Typical information ...
2
votes
1answer
84 views
Programming gnome power management
I'm a Linux and gnome user, and I'm currently depending mainly on a notebook, and not surprisingly, I am not satisfied with the power quandary, so i recurred to power-management tools available for my ...
2
votes
3answers
620 views
OS Reboot, Shutdown, Hibernate, Sleep, Wakeup (Windows Python)
I'm looking for an automatize way of doing Windows Power Management functions:
- Reboot
- Shutdown
- Hibernate
- Sleep
- Wakeup
Is there a Python module to cover this functionality?
Of course any ...
2
votes
1answer
644 views
How to Prevent System from Shutting down or Restart in a Win32 service?
i want to prevent users from shut down or restart the system. my application runs as a Win32 Native Service (written by C++) and under LocalSystem account.
i heard about WM_QUERYENDSESSION it's ...
1
vote
3answers
51 views
Disable Suspend in Window CE
I have a system that requires the application to always be running.
I have set all of the registry settings in [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\Timeouts] to 0 (which I am ...
1
vote
1answer
103 views
Power Management Notifications in Linux
Which are the approach (simplest possible) that we can use to get notified for Power Status changes (for instance when computer goes to sleep, hibernate, etc.) in Linux based systems?
I will need ...
1
vote
1answer
60 views
Is there any way to programmatically tell a USB modem to reset?
I have a USB modem on a server which occasionally needs to be turned off/on again to receive SIM updates and I can't reboot the server as we rely on it to serve various web pages.
Is there any way to ...
1
vote
1answer
303 views
do something when the computer going to “sleep”
How can my program do something when the computer is going to "sleep", and do something when it wakes up? My program uses the "IPv4InterfaceStatistics" class to save ..send and receive.. Bytes
and ...
1
vote
0answers
413 views
Get Battery Info without WMI
Is there some way to obtain the battery DesignCapacity and FullChargeCpacity without WMI ?
This values are not supported in WMI so I need to find other way to get them.
Or maybe somebody have better ...
1
vote
1answer
301 views
Determine time since last user activity in Android
How do you discover when, in the future, the device is expected to sleep?
Or, at least, when the last user activity was?
1
vote
2answers
388 views
GPS Power on HTC Snap/Ozone Dash 3G
I'm using an HTC Snap running WinMo 6.5 Standard and I have a seemingly simple requirement - when the device goes into "BacklightOff" power mode the application needs to continue to collect GPS ...
1
vote
3answers
1k views
Stop the screen saver and hibernation temporarily in VB.Net
I have a very long running syncronization task that cannot be interrupted by the screen saver or aggressive power saving modes. I want to make a single api call to stop power save mode and then ...
1
vote
1answer
2k views
Server socket programming in Android 1.5, most power efficient way?
I am doing a project where I have too develop an application that listens for incoming events by a service. The device that has to listen too events is an Android phone with Android SDK 1.5 on it. ...
1
vote
2answers
271 views
Using an IOService port reference to turn off a device
This question relates to IO Kit programming on Mac OS X.
I have an IO Service Port reference (io_service_t). Is there an API I can use to make whatever is on the end of that IOService port reference ...
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 ...
1
vote
3answers
98 views
configure a PC to default on state
I am writing device software for a PC and for that, I want the PC to be usable as a device. When power is supplied, it should switch on without requiring to press the power button. There are power ...
1
vote
1answer
782 views
What structures/data does PowerEnumerate function return
The documentation for the new Vista API says that the PowerEnumerate function can be used to Enumerate power schemes, scheme settings, and a wealth of information, The last two parameters are Buffer ...
1
vote
0answers
70 views
How to detect Video-off
I'm trying to detect video-off by "Power Option" - "Turn off monitor" configuration.
When system goes sleeping, it broadcasts WM_POWERBROADCAST. Is there any event broadcasted when monitor goes off? ...
1
vote
2answers
586 views
Make multiple monitors go to sleep with Windows API?
How exactly would I make both of my monitors go to sleep, I want to write an application myself because I'd like to add certain functionality, and so far I can't find anything on MSDN relating to ...
0
votes
0answers
27 views
Programmatically schedule OS X to wake from sleep. User Authentication
I want my program to wake the computer from sleep at scheduled times. I know I should use Authorization Services and IOPMSchedulePowerEvent. I run the code, then check to see if a system wakeup is ...
0
votes
0answers
40 views
Alarm Key unlock not working
Hi I am developing an alarm app in android. I want my app to programmatic-ally unlock the keyguard and wake the screen. I am using the below code in my alarm activity page.
...
0
votes
0answers
87 views
C++ Power Management - ACPI or APM for listening Sleep Events
I've been reading about power management, I did find good information regarding APM in windows and how to develop with the API en C++. However for ACPI I didn't find out anything concrete (sample ...
0
votes
1answer
45 views
GetPwrCapabilities is giving me wrong sleep state results on some computers. How can I get a more accurate result?
I have a 64-bit Win7 Ultimate machine that I'm calling GetPwrCapabilities on. However it tells me that sleep state 4 (hibernation) is not available and that there is no hibernation file. I can ...
0
votes
1answer
70 views
How to retrieve computer's power management capabilities through WMI?
I'd like to use WMI to figure out what power management capabilities my computers have. Can they sleep? Can they hibernate? etc.
There is a PowerManagementCapabilities field which seems to promise ...
0
votes
0answers
57 views
Creating a ChargeInhibit Assertion (OS X 10.6.8)
Platform (OS X 10.6.8) -
[Macbook Pro - this is important as I want to deal with the battery handling - not applicable for a desktop]
Forgive me if I've made a basic mistake that I don't see, as I ...
0
votes
1answer
229 views
Android App programming and energy-efficiency
ATM, I'm searching through open source/close source android applications to identify particular concerns (code blocks, code patterns) that rise energy issue as my interests and part of studies.
For ...
0
votes
1answer
495 views
per process power consumption in Android
Is there a way to see the power consumption of an Android process? I have a rooted HTC Hero, and I have developed some native programs in C language. I want to see the power consumptions of these ...
0
votes
1answer
47 views
User's Preferred poweroff action - Windows
I have a program that takes a long time to run and is intended to run unattended. In Windows, what is the best way to determine the users preferred poweroff action.
What the power button does.
In ...
0
votes
3answers
70 views
Efficient way to present and frequently change images on android app?
I have several imageViews in a layout.
Frequently, (5-10 sec) I want to have some of the images change (use another source).
Since I am only a beginner with android, energy-wise does using an ...
0
votes
1answer
407 views
how to put android on low power state
i have a highly data computation intensive application that has to process data received via bluetooth every 60 seconds and then stay in low power state for the next 60 seconds. i checked out the ...
0
votes
1answer
274 views
Overriding SetThreadExecutionState
I am not sure if this belongs on serverfault or superuser.
I would like to override SetThreadExecutionState(ES_DISPLAY_REQUIRED) to be a no-op. How is this accomplished?
Is there some registry ...
0
votes
2answers
432 views
Is there way to keep the iPad screen on?
Is there a way to prevent the iPad from sleeping while my app runs? I am making a kiosk app that needs to not auto sleep.
0
votes
2answers
931 views
How to keep android device from sleeping while plugged in
I'd like to keep the screen on whenever one of my Activities are running and the phone is plugged in to a power source. I know that Wakelocks are tricky, so I'm looking for an example or some ...