Question

Is there any App/ Method / Process that i can use to get the battery consumption of a single app in blackberry? I am using 9300. My application uses GPRS and sends data over internet.

Till now i have been using a thread which tells me the difference between battery levels after an hour of a phone using my app and a phone not using my app.

Please suggest a better way?

Was it helpful?

Solution

Unfortunately BlackBery is not really open, clear and documented platform.

The best numbers that I got from conference in Amsterdam Info

OTHER TIPS

There's no reliable way to tell how much battery your app has used. As you are already doing, you can retrieve the levels before and after calling DeviceInfo.getBatteryLevel, but the measured difference includes the battery used by other apps too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top