01-11-2012 10:59 PM
I've developed an application for blackberry smartphones.
Is there any tool to check the amount of battery consumed by an application?
01-12-2012 05:26 AM
Anyone there to help me?
01-12-2012 05:32 AM
01-12-2012 07:25 AM - edited 01-12-2012 07:26 AM
Sorry to ask this per se?
01-20-2012 10:01 AM
Simon means the battery level itself, rather than any more detailed information (for example battery consumed per application).
If you have OS 6.0 or above, you might find it interesting to go into Options --> Application Management, then swipe sideways to see various statistics about your application, for example if CPU usage today. Compare that with other applications to see if you are using too much CPU.
That said, GPS and network are probably bigger battery users - does your application make heavy use of either?
01-23-2012 12:38 AM - edited 01-23-2012 12:40 AM
I knew that GPS, network and regular update in UI consumes more battery.
But in my app I have not used GPS, but am regularly update the UI and using network and when QA team test my app in blackberry device for more than a day it seems that it sucks a reasonable (not much) amount of battery.
However my superior asked me to show (battery consumption) by using any tool, he said that he had used a some kinda tool in android devices.
Also I have swiped sideways in the Application management and my application's cpu usage status shows 0% (how is it possible when the application is in the background in opened state?)
01-23-2012 02:52 AM
01-23-2012 02:54 AM
That is the only option I have to do![]()
01-23-2012 04:07 AM
"Also I have swiped sideways in the Application management and my application's cpu usage status shows 0% (how is it possible when the application is in the background in opened state?)"
Look at the header area. I bet it says "Now". You can change this to other options, including "Today" which will give you cumulative figures.
01-23-2012 06:22 AM
This is what I've done
Opened my application and in the home screen pressed red end button and navigate to the Application management and swiped sideways in that as you said in the header field it shows "Now"
in this stage the application which is in the background status shows 0%.
And when I changed the header field to "Today" it says the overall cpu usage and the application's contributions in the overall usage (My application also used some amount of cpu)
But my doubt is when an application is in the background in opened state and the header field is "Now" (means items which are currently using the cpu) status shows 0%, how it comes?(I thought even if we sent to background still it is an opened app so it should consumes some amount of cpu)
In blackberry if we send the application to background it won't consume the cpu even if it is in the opened state unless if we are doing any updates in the background state itself?