0
votes
7answers
430 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. …
0
votes
0answers
61 views
Is it okay for a new laptop battery to report 90% capacity? [closed]
I bought a new laptop battery on Amazon for my Thinkpad. When I plug it into my computer, the computer tells me the battery has 91% capacity. Am I being ripped off or is it normal …
0
votes
1answer
66 views
Battery Level Will Not Update
Hello there,
I am having a small problem. I am a beginner to iPhone programming so please forgive me if the answer is obvious.
I have found the current charge and want it to cont …
0
votes
2answers
61 views
USBCELL - Can anyone program this?
USBCELL rechareable batteries - charged using the USB port
These came out a while back and are worth the money, in my opinion.
I searched around for software specifically made to …
2
votes
3answers
122 views
Get battery level in Java
I would like to make a java app that shows the current battery level of my mac OS X.
I have read http://stackoverflow.com/questions/25552/using-java-to-get-os-level-system-informa …
0
votes
1answer
143 views
iphone: Calculating battery life
Wondering if there are references beyond the Apple tech stats for calculating battery life. I've tried comparing some existing battery apps (battery % left * Apple's figures) and I …
0
votes
2answers
72 views
How to programmatically check whether the mobile phone is currently charging or is on battery?
Hi,
do the mobile phones have an API function or something like that which could be called by a phone application to figure out whether the phone is currently charging or is on bat …
1
vote
2answers
270 views
Increasing Battery Life on Windows Mobile using GPS and Web updates
I have an app that runs on Windows Mobile and uses the GPS to update its location at various intervals. As expected, enabling the GPS chip uses more battery power. (no duh..)
So …
1
vote
1answer
122 views
Does anyone know whether the Android addProximityAlert on the LocationManager is battery intensive.
I just basically want to add about 20 and sometimes 80 Proximity Alerts with no time expiration with a radius of around 500 meters.
Just wondering whether by doing this will suck …
0
votes
0answers
47 views
SystemEvents::PowerModeChanged Problem
Whats in my project(C++/CLI):
- dllimport some un managed dlls
- wndproc is override in the form
- Treads are there
- Times used
- I used notify icon so used myForm->Hide() an …
1
vote
2answers
219 views
How to programatically get current battery level with COCOA
How can I get the current battery level using the cocoa framework running with Leopard?
Currently I am getting it running a NSTask with:
pmset -g ps | grep -o -e [0-9]*% | sed - …
2
votes
3answers
423 views
Battery status in OSX?
How can I read the status of the battery on my MacBookPro from my own application?
Googling has so far only revealed APIs for device drivers to handle power events - there's nothi …
3
votes
4answers
192 views
Preserving battery life when using Xcode - your settings/recommendations?
I often find myself wanting to open Xcode and do a little coding on international flights and while I'm away from power, but it's a quick way to empty my MacBook Pro's battery.
Wh …
1
vote
3answers
534 views
How do you get the current battery level in .NET CF 3.5?
How - or what's the best way - to retrieve the device's current battery level in .NET CF 3.5 on Windows Mobile 5 and 6?
4
votes
5answers
617 views
Compact Framework - System.Threading.Timer stops when the user turns off the screen
I have an application that needs to "poll" a webservice to see if the user has any new messages waiting. I have no control over the webservice so I cannot switch to a "push" mecha …
