Android :: Review On Android Device Statistics
Oct 28, 2010
We published an interesting article on what screen resolutions, CPU and RAM are most popular by the users. Background:
On October 12 TweetDeck published statistics for Android devices and OS versions gathered from their users. They collected the information about more than 35 thousands Android devices which run their twitter client. You can see their extremely interesting statistics here: http://blog.tweetdeck.com/android-ecosystem. We decided to continue their investigations and fulfill the statistics with some data regarding screen resolution, memory and CPU timing of the devices listed. We gathered detailed information about top 50 devices with the highest number of users. We get the information about mobile devices from
http://pdadb.net.
You can see the details below:
Screen resolution breakdown
The table and chart below shows the share of each resolution based on user number. In the chart labels you can see three lines: screen resolution, number of users who use this resolution and the percent of this resolution. You can see that the most of devices has 480X800 and 480X854 screen resolution and only 16% has 320X240. Other resolutions are insignificant.
Android Screen Resolution Breakdown:
Resolution User #
480 x 800 18585
480 x 854 9235
320 x 480 5373
240 x 320 837
960 x 480 99
Total 34129
CPU Breakdown
Most devices have 1GHz processor however there are still 30% of them with 500-600MHz.
Android CPU Breakdown
CPU (MHz) User #
1000 23025
600 5731
528 4422
800 885
720 66
Total 34129
RAM Breakdown
Ram size has much more varieties than CPU and Screen resolution. It varies from 192 Mb for T-Mobile G1 to 576 Mb for HTC Desire. There are also some models with no information about RAM size (marked blank).
Android RAM Breakdown
RAM (MHz) User #
512 15346
256 5924
576 5152
288 3178
384 2547
326 1259
192 521
448 103
(blank) 99
Total 34129
Conclusion
This statistics is limited by the data provided by TweetDeck and may not reflect the whole market. However it is rather completed to represent the situation on the US market. It may be used by Android application developers or mobile web site designers. We used it to plan the most possible configuration for future Android projects by Enterra, Inc. Finally I'd like to thank TweetDeck Team for sharing their statistics. It's really useful.
View 1 Replies
Nov 4, 2009
Phandroid's Extensive Droid Review with Video Review
View 1 Replies
View Related
Aug 17, 2010
I uploaded my app to the market last night, and after an hour or so it showed 107 installs, 88 active, 2 comments. It still says that (12+ hours later), even though when I click comments there are 10+. How often do the statistics update? Is there any way to update them manually?
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
Sep 4, 2010
Is there any statistic/research study on the no. of users who root their phones?
View 6 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
Oct 28, 2010
On the Market web page, I can see how many copies of my apps have been installed. But, this only shows the current total. If I want to see historical trends, I need to check the page daily and record the numbers myself -- an annoyance at best. Is this info available anywhere on the Market site? If not, has anyone written a screen-scraping utility (or equivalent) that can harvest the data into a spreadsheet?
View 18 Replies
View Related
Feb 3, 2009
Last week I published our first app to the Market, which is a game targeted to users in The Netherlands. Now that the G1 has been available over here for a couple of days, we have received feedback from several of our users. When I look at the developers console in the market however, the download count still shows 0.
Also on the device it is listed as <50. When looking around in the Market, I see that all applications targeted to The Netherlands are listed as having <50 downloads, even an application that received a lot of publicity. Have other developers noticed the same?
View 14 Replies
View Related
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
Jan 14, 2010
I'm at the beginning of writing an AddWidget for the home-screens. From what I understand, these can only utilize RemoteViews ran by the home-process and not your own. Which means we won't be getting any callbacks, such as onDraw. Is there a way you can get knowledge of how often and for how long a widget is visible? The RemoteView API seems very simplistic, what am I missing?
View 2 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
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
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
View Related
Aug 4, 2009
My Android Market listing console (developer console) has not updatet applicaiton statistics for several days. Does it hurt my popularity ratings that my statistics are not updated? When will this be fixed?
View 4 Replies
View Related
Nov 20, 2010
Does anyone else have their download statistics stalled? Mines are showing the same number since the 17th. The apps are published and are visible from the market's client, so I hope it's (another) temporal problem from the Market.
View 11 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 16, 2010
I found all my apps install decreased. One of my app install decrease from 13898 to 12251.
View 14 Replies
View Related
Apr 20, 2010
I've seen a lot of people mentioning some sites in passing, but to be frank they are underwhelming and/or not content rich. I'm looking for a much more comprehensive app review website.
View 23 Replies
View Related
May 18, 2010
We are looking for a few people to post one or two or however many they want application reviews. Basically all we ask is that you review an application in the same way that we do and in return you can place a link to your blog, website, forum etc (as long as its appropriate or linked to a competing application reviewing site). You can review any application as long as your not bias and own the application. We get thousands of visitors and so it is good exposure for you and your website.
View 1 Replies
View Related
Feb 21, 2010
I know you can get to the android market via the app on your phone and search through them all. There has to be an easier way to review the apps on the web I have looked at adrolib.com and I know of android.com/market where you can see the most popular. What I am wondering, is there a web site that lists all of them that are on the android market on your phone to look at? It would be faster to look at the apps on my computer than using the slower speed of my phone.
View 3 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 29, 2010
Info on the review procedure followed by Google to publish an App in Android Market.
View 3 Replies
View Related
Sep 17, 2010
I am developing an Android application for a customer. I want to be able to provide them (no one else) incremental updates but I am not clear what the procedure should be.I don't want them to have to install development tools or root their phone. These are non technical folks who would have no idea how to accomplish root a phone or use a command line interface.When I develop iPhone applications for them this was easy. They just give me the device UDID and I send them a binary that can be drag and dropped into iTunes.How is this done on Android. I have tried loading the application from a web server but the devices says it is not allowed to be loaded because of security reasons. In setting->Applications there is no menu option to "Allow Unknown sources".
View 6 Replies
View Related
Aug 12, 2010
I was wondering what app or widget Bonnie Cha used on the CNET review of htc evo to show a tabbed menu at the bottom that lets you filter messages based on status, attachment, meetings, invite, etc. Another one app or widget shows a nice display of google services. I wonder if it was part of the phone apps or third party apps.
View 1 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 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
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