The battery tag has no wiki summary.
-2
votes
1answer
29 views
How much battery is my device using on average? [closed]
I'm looking for some sort of list where I can get an idea of how much battery (mA) something is pulling on the device in Android. Like: CPU uses 350mA (it's a guess) when it's running at full capacity ...
0
votes
0answers
10 views
Issue using registerReceive() method
I was trying to implement a code for broadcast receivers but unable to successfully implement it. The code I used in given below and the error that I am getting is: Non-static method ...
0
votes
2answers
28 views
When you plug in charger what service and classes android calls?
I have been trying to use reflection in case when anybody plug in charger or usb cable to charge their device. Can anybody please tell me what does android implements to interact with the hardware.
I ...
0
votes
0answers
15 views
Using BatteryStatusImpl for battery stats
Any android gurus out there who have used this class previously ???
I instantiate the class using the following code:
IBatteryStats mIStats = IBatteryStats.Stub.asInterface(
...
2
votes
1answer
33 views
Android with GPS and GPRS for 15 days [closed]
Analysis
I have an application for android phones to collect and transmit livestock GPS position data to a server... At the moment I transmit the position once/10min. The battery lives for 1 day, ...
0
votes
0answers
18 views
iOS Battery Impact on Background callback
In my voip application, I register a background callback through:
[application setKeepAliveTimeout:APP_KEEP_ALIVE_INTERVAL handler: ^{
[self ...
-3
votes
0answers
42 views
Does anyone have any idea how to make a simple Battery Charge animation? [closed]
I'm kind of in a hurry here, I'm sorry but I've been trying to figure out how to make a really SIMPLE battery charging animation, I don't mean using the pregiven one in android (if there is one) but ...
-1
votes
0answers
54 views
iOS: kbd process crashing constantly and draining battery [closed]
since a few days ago my iPhone 5 is getting unusually warm and the battery drains REALLY quick, like in 4-5 hours. I tried turning all the usual suspecty off (location service, cellular data, push, ...
-2
votes
0answers
28 views
Messure battery status app - if i kill task xxx , battery will last xx min longer [closed]
I am looking for some advice with the memory task killer. I want to make an app that will show me the value in % or in min, whitch have been saved by killing the background appliaction.
This is very ...
1
vote
2answers
89 views
Why does my Android application drain battery?
I've written a simple application that displays some text and a little bit of graphics on screen. I'm using a Nexus 7, this is for an installation, and as such needs to be on continuously as much as ...
0
votes
0answers
61 views
Android AppWidget Battery-Status
I'm looking for make an AppWidget that check the battery status (level, charging/not charging).
I wrote a lot of codelines, but, even if it work perfectly, I see that put it on the screen make the ...
-2
votes
0answers
54 views
Arduino energy efficiency, solar panel charging battery circuit and which is better? [picture below] [closed]
I want to make the Arduino Uno charge and take care by itself.
I'm using a 5V battery to power the Arduino and the solar panel to charge the battery that powers the Arduino. The solar panel give from ...
0
votes
1answer
45 views
Too much power consumption in iOS [closed]
Some Users are complaining that my app is using too much power.
My app is using GPS services background mode. I know that it is the reason for too much battery consumption. But still i would like to ...
0
votes
1answer
74 views
Getting Battery Capacity Windows with Python
I am looking to figure out both the current Battery Capacity and the Design Capacity.
So far what I could get to work is using the Win32_Battery() class which doesn't give all the information I need ...
0
votes
1answer
32 views
Corebluetooth connection how to save battery level while it is connected
Am going to use core bluetooth framework to my application.But i would like to know when i am connecting with another BLE device with long period of time in this situation how do i handle battery ...
-2
votes
1answer
38 views
Obtain Battery temperature in IOS programatically [closed]
How can I obtain the temperature of the Battery in IOS programatically. Also are there any API's in IOS that would give us any information on the Battery Manufacturer etc. Currently I am able to ...
0
votes
2answers
83 views
IOKit using dlopen
In my app I'm getting battery infos using this way (via IOKit).
static void print_raw_battery_state(io_registry_entry_t b_reg) {
CFBooleanRef boo;
CFNumberRef n;
int ...
-2
votes
1answer
13 views
Traction battery- components [closed]
what are components in a traction battery and what are the components to be detected for disassembly of a traction battery?, i.e,parts to be detected for disassembly process of a traction battery.
...
0
votes
3answers
84 views
Detecting Battery Charging Android
I;m programmatically rejecting an incoming calls. The "call reject" and "sendSMS" work fine,
but I want to reject the call only if the phone is in charging mode.
I'm trying to implement the following ...
0
votes
1answer
49 views
Is it possible to control System Volume, and Get network information, Battery information on VB.Net with Mono
I was wondering if it was possible to be able to control/get the system volume, get network information (i.e is it a wired or wireless connection, name of network, etc.) and get battery information ...
0
votes
1answer
68 views
Notify user when the battery temperature exceeds a limit
I am developing an App which gets a maximum temperature from the user. It keeps on monitoring the current temperature of the battery. And once the temperature goes above the maximum temperature got ...
2
votes
0answers
31 views
Java events on plug/unplug power adapter for notebook
I want my application to respond to plugging/unplugging power adapter to notebook.
Is there any suitable libraries or classes in Java for that action? The OS is Win7
1
vote
0answers
102 views
How can I know battery or device temperature on iPhone programmatically?
I'm developing an iOS 5.0+ app with latest SDK.
I've been searching on Internet how can I know the battery or device temperature programmatically, but I haven't found anything.
I have found how to ...
1
vote
1answer
106 views
How to stop the phone from charging via USB programmatically
I've tried to do as much research as possible but can't find an answer to this fairly simple question (want to figure this out before I'm going to set up the SDK and everything).I'm thinking about ...
0
votes
1answer
78 views
Best practice to implement location based service in iOS
What is the best (meaning least power consumption) way to use some location based service in an iOS application? E.g. checking the position in the background every x sec/min.
I've read about ...
6
votes
3answers
228 views
How can I find out how much battery my Android app consumes on user's devices?
I am writing an app to evaluate the feasibility of a Bluetooth P2P network on Android.
I noticed that on a Galaxy Nexus, it uses very little battery, while on a Nexus S, it drains the battery very ...
-1
votes
1answer
23 views
iOS CoreLocation: Turn it off after position was found or let it run
I build a gps tracker which takes the current position every 20 seconds or if the device rotates more than xx °.
Now I'm not sure what's the best solution for saving battery energy:
1) Stop ...
0
votes
0answers
40 views
Android: Why is my ProgressBar progress get centered?
I want to develop a battery indicator
I'm using ProgressBar to achieve that
but I got a problem,the ProgressBar look like this:
How can I make the battery indicator(green progress) stay left of ...
0
votes
0answers
69 views
Read battery level - Broadcom BLE stack and HTC 1x+
I have the BleFindMeClient working on the HTC 1X+ in conjunction with the TI Mini Keyfob. I'm trying to extend it slightly to read the battery level (not register for battery updates). I can do it ...
0
votes
1answer
196 views
Android: How can I create a custom battery bar like this?
the app called: SAO Widget
The battery bar have different color
and the bar will fit the unique shape background
also the battery percentage is tilted
using ImageView or ProgressBar?
2
votes
1answer
231 views
Websockets versus GCM under Android: battery usage?
I need to maintain an open, two-way communication channel between an Android app and an external server. I know that I can use GCM for this, but for various reasons that don't pertain to Android, ...
0
votes
1answer
108 views
In app battery usage
Is there any way to determine what is using power in an app? From what I have found, the most granular I can get is how much power an app itself is using. I want to know what I can do to make my app ...
0
votes
2answers
144 views
Android Battery information issue
I'm using the following code to get the voltage of a battery at two different times (t1,t2). t1 is before the execution of a task and t2 is after the execution of a task. So by rule, t2 must be ...
-2
votes
1answer
68 views
Android battery folder missing [closed]
I want to read contents of /sys/class/power_supply/battery/ on Android v4 build number 6.1.A.2.55 (sony xperia S). However, the battery folder is missing.
Currently, /sys/class/power_supply/ have ...
1
vote
0answers
563 views
How to analyise battery usage of android application and optimize it?
I would like to analyze battery usage of my application, I mean the parts of the app, such as
broadcastreceivers, listeners, services, etc.., how much battery uses. I need a detailed list, and from ...
0
votes
0answers
155 views
Battery Percent
Using the Java JNA Library using How to get the remaining battery life in a Windows system? as a reference, I have made a program. Unfortunately, the BatteryLife Percent function as described at ...
1
vote
1answer
65 views
Get Windows Charging Status in Java
I am trying to tell weather or not my windows laptop is charging. I want it to check, and return either a 1 or true if it is charging or a 0 or false if it is not. I am following the instructions at ...
0
votes
3answers
113 views
Android get battey time from battery view
Here I can see how long will phone work on battery? Can I somehow get this information in my application?
Here is code for getting battery health temperature, but I don't need this. I just need time ...
1
vote
0answers
94 views
Set laptop battery max charge level
I am fond of making a program which will be used for laptops in order to keep a max charging threshold for the battery. It is well known that preventing laptop battery from getting to the maximum or ...
2
votes
2answers
172 views
Battery circle like Battery Widget Reborn
I am trying to make draw a circle based on the battery percentage. I have the following code:
Bitmap.Config conf = Bitmap.Config.ARGB_8888; // see other conf types
Bitmap bmp = ...
0
votes
1answer
53 views
WIll overlaying the screen with a dark UIView save battery power?
Would a full screen black overlay UIView with a 0.8 alpha value reduce battery drain the same as setting the device system brightness to a low value?
I would prefer to use my own UIView overlay so I ...
1
vote
2answers
109 views
Android BatteryManager Returns only 1
I am attempting to read the state of the Android battery when my repeating alarm broadcaster is called I have the following setup:
public class RepeatingAlarm extends BroadcastReceiver {
...
0
votes
1answer
113 views
Get battery device name
I am trying to get the names of all the battery devices on my computer using this code mostly acquired from a Microsoft tutorial but it isn't working.
#define INITGUID
#include <windows.h>
...
1
vote
3answers
98 views
Enumerating battery devices c++ windows
I am using windows api to get various hardware info such as cpu usage and battery info. I have been trying to get the names of the names of the battery devices by following this guide ...
0
votes
1answer
49 views
Optimising Firebase's power consumption on mobiles
For Firebase-based mobile applications in which latencies of ~1 minute (or manual sync) are acceptable, will power consumption be optimal? Is it possible and does it make sense to adjust keep-alives, ...
2
votes
1answer
273 views
charging animation for android
Hi I'm customizing an android phone-tablet 7" android 4.0.4 and I would like to know how can I change the charging animation and where it is located...any ideas where the generic android have those? ...
0
votes
0answers
43 views
Measuring battery level [closed]
How is laptop and mobile phone battery levels are measured? Which IC is used to measure the battery level? Do they simple measure the voltage on the battery or any other technique is involved?
0
votes
0answers
266 views
Android battery usage - Details
I have a background Android application that listens to network-based location.
In some scenarios it start doing some tasks, but only for a short time and then returns listening to network-based ...
0
votes
1answer
62 views
power - battery of firmware code [closed]
what is the way to test how much battery/power a piece of code written in the firmware takes?
I'm not familar with firmware, so please explain as much as you can.
thanks
0
votes
2answers
201 views
Low battery. Android behavior [closed]
Is there any specific behavior of Android OS, when the battery is low?
For example, disabling Bluetooth module, or killing apps/services?
Thank you.




