Android :: How Can We Determine Battery Usage Statistics Per Application?
Nov 4, 2010
I am having trouble finding class or API in android documentation which can help me get battery usage statistics per application. I have read PowerManager class and BatteryManager but they are of no use .Though I can find applications like PowerTutor that do give you battery usage statistics per application, so I think its technically possible?
View 1 Replies
Dec 15, 2009
Is there an app that can show me call usage statistics for the phone? Particularly, I'm trying to figure out how many minutes I've spent talking to a particular person. Sure, I could go through and add up every single call I've made to them in my call log, but is there some app that does that for me?
View 3 Replies
View Related
Dec 18, 2009
I've been searching all over this forum as well as the internet on how people are using their HERO and the battery performance they're getting out of it. I've seen answers from 9 hrs with heavy usage to 36 hours with minimual usage. That's about all the detail I've been able to find. (Maybe I'm just not good at searching?)With that, I decided to do a little tracking of my own. I logged my usage and battery performance over a 27 hour period and thought I'd share it with the community. Not sure if this is even helpful but maybe it'll provide some sort of baseline for others to compare against.I recorded the battery level in % based on the stock battery meter, the time I recorded the battery level and any activity that occured between the current time and the previous time recording. For example, between 7:00AM and 10:19AM the battery dropped by 10% and I had received 2 emails, 2 calendar reminders went off and I had surfed the web for about 10 minutes.
View 3 Replies
View Related
Jul 28, 2010
What is the best way to determine what is using my battery? I know I can go to Settings | About phone | Battery | Battery Use and see usage to a certain extent. But what if I want something more granular? Usually, the largest percentage of usage is by the Android System, is there a way to see which components may be using the most?
View 3 Replies
View Related
Jul 23, 2010
I'm looking for an app or widget that will give me a breakup of each category of application running on my phone.I own a Samsung Galaxy S running Android OS v2.1. (The phone itself has a stock "Settings -> About Phone -> Battery use" report, but that is rudimentary and doesn't report all types of usages.) If this question has already been answered, I'd be grateful for a link (couldn't find one by searching the forum).
View 2 Replies
View Related
Sep 6, 2010
Does anyone know of a direct api that allows access to CPU usage statistics for different applications/tasks running inside android? All I can find is data available by accessing a file "/proc/stat" but this seems a little cumbersome. ActivityManager holds data about processes/tasks etc but no CPU usage stats.
View 12 Replies
View Related
Jul 16, 2012
how to get the battery usage per application.I want to implement battery usage per application in code. So I need idea how I should work to get this. I am not searching for app shows battery usage. I want to implement one such app.
View 7 Replies
View Related
Apr 20, 2010
I consider that my "About Phone ->battery Use" is not really accurate in my case. Can you advice me regarding another android battery usage monitor application ? I am interested in seeing the exact consumption (in percentage) of each service/application.
View 8 Replies
View Related
Jul 29, 2010
Is there an app that shows what is using the battery? On my Droid it would actually show what was using the battery: Display, slacker, dolphin, live wallpapers, etc. On my X when I check battery usage the only thing it ever says is: display, cell standby, phone idle. It never shows live wallpaper, slacker, or anything else I run. I am wondering how much battery these other apps are using, particularly the live wallpaper. Any suggestions for a 3rd party app I can run for a couple days to see what is really using my battery.
View 4 Replies
View Related
Aug 5, 2010
What app would allow me to do this? I installed spare parts and it just tells me how many times i have used things, not the % of the battery they are draining.
View 5 Replies
View Related
Sep 11, 2010
Does anyone know of an app that measures which apps use the most battery? I tried using various battery meters, including Battery History, BatteryLife, Battery Time, and others, but none of these seem to have this useful functionality.
View 4 Replies
View Related
Jul 26, 2010
Is there a good app that will analyze what percentage of battery my apps are using and tell me where my biggest drain is occuring? I seem to have a renegade app eating through my battery like Pac-Man.
View 15 Replies
View Related
May 4, 2010
I checked my battery usage and 33% is being used while Phone Idle and 36 while cell standby. Anyone know if this is normal or is my draining too much battery? BTW my Fiancee DL a Ping Pong app and played it once. I checked my battery to see what was using it, the ping pong app had drained 90%.
View 3 Replies
View Related
Mar 18, 2010
I want to get the overall CPU usage on Android, similar to what Windows' Task Manager does. I can parse the output of the top program included in Android, but if there is a API call that does the same thing, it would be better.
View 1 Replies
View Related
Aug 9, 2010
Does Google provide any data on the devices a published application installed on? I am prioritizing a fix for HTC specific issue (use of proprietary intent). Knowing share of HTC phones of the install base.
View 2 Replies
View Related
Apr 15, 2010
This thread along with the other is being created for the purpose of merging all battery threads into three. It will keep the forum clean and will also serve as a one stop information collective.This particular [Battery] thread is for Statistics and Reports on battery life and usage. It is only for factual claims and not to make things up and give false information. Please try to back up your claims using pictures or applications from the market. Let's keep things civilized.
View 49 Replies
View Related
Sep 4, 2009
Are there any apps out there for football coaches to take games stats such as down, distance, yards gained, hash, ODK, Play type, etc? I have a MyTouch and this kind of app would help me take stats on Friday nights.
View 1 Replies
View Related
Jul 19, 2010
My battery usage shows 96% camera, 2% cell standby, and 2% phone idle in the last 8 hours since I last charged the phone.I haven't used the camera since Saturday (2 days ago) and it isn't running when I click on the application or running services.Also find it weird that there is no usage for the Android O/S.I am not rooted or leaked and am on 2.1 with the first update but not the second update yet and camera is stock. Any idea what is up and how to fix it?Battery life appears to be around normal with 40% left (usually get 10-12 hours).
View 5 Replies
View Related
Nov 19, 2009
I don't understand it. Yesterday I had 860 downloads and today I have 400. Why? How can the number of downloads decrease? How can I find the real numbers?
View 7 Replies
View Related
May 18, 2010
I'm looking for an app that will act as a scorecard and also be able to track stats such as fairways hit, greens in regulation, up & downs, sand saves, etc. Added bonus if it will calculate my handicap. Anyone out there have any favorites? Paid apps are okay. GPS distances are not a priority for me.
View 3 Replies
View Related
Sep 14, 2010
I have a listview populated by a text file hosted on my website that is parsed and made into separate list items. Each list item sends the user to a new activity to view more information on that item. My question is - how do I go about tracking the following data about my application..
# of views of the whole listview
# of unique views of the listview
# of times each list item is clicked
# of unique clicks of each list item
View 1 Replies
View Related
Jun 14, 2010
Would like to know, from someone who has tried it, if changing an Application's title in the Developer Console has any affect on the applications Ratings or Number of download statistics. In other words, will I lose anything?
My impression is no, but I don't recall if documentation says that explicitly or if its just implied. Would like to know from someone who has tried it. I don't want to experiment with my app.
Steps to change Title. Go to Developer Console->click link for the app->Look for Listing Details-> Change the Title ->click Save
View 2 Replies
View Related
Jul 28, 2010
How to determine if the phone is powered by battery or by charger?
View 3 Replies
View Related
Jan 5, 2010
I have an application that uses a Service to fetch data in the background both while the application is running and when it's not. When it is not running i would like to show a notification when there is new data, but not when the app is running. How do i determine in my service whether the app is running or not?
View 6 Replies
View Related
Jun 7, 2010
I wanna know if there is anyway to determine not through the packages, but through applications the version of an application which isn't the current application.
let's say right now i am in the scope of app A. and i wanna run an activity from app B. i wanna check before the version code of app B.
View 1 Replies
View Related
Nov 14, 2012
What's the best way to determine why all of a sudden my battery is losing it's charge more quickly than normal? I checked battery usage in settings and everything seems reasonable. I can't think of a newly installed app that might be causing it. (HTC Rezound, ICS) ADR6425LVW
View 2 Replies
View Related
Jun 9, 2010
Applications can have any number of launchable activities. I know how to get the list of these activities via PackageManager.
Is there a way to determine which activities can be launched via startActivity?
For example, the Documents To Go app has different activities that will start Word, Excel, Powerpoint, PDF, etc... I am able to launch all o these just fine.
However, it also contains some activities that I am not able to launch with startActivity... If I attempt to do this I get a SecurityException.
I want to be able to determine which activities I can safely launch and which I cannot so I only present the user with a list of activities that I can safely launch from within my application...
View 1 Replies
View Related
Oct 7, 2010
I have an application that's offered in and outside of the MarketPlace.Is there a way of determining from within the code where the application came from? I've got a few indirect methods
1) I could simply infer from whether they have "Allow installation of non-Market applications" ticked.
2) Or I could just make separate builds and make it explicit in the code.
View 3 Replies
View Related
Aug 4, 2010
The only recent change has been the Facebook update and an AK Notepad update...
It's the Facebook update isn't it?
Battery life down to 2-3 hours with little to no use.
View 3 Replies
View Related
May 7, 2010
Is there any way to determine when the user clicked the app icon to launch the app ? I mean say a user was using my app. Then he presses the home key as a result of which the app goes to the background. After sometime he clicks the app icon again. My question is do I get a call-back for this?
View 3 Replies
View Related