Is it possible to query the age of an android device? I want to know, how long a user owns his device. The age of the battery might be a good indicator, but I cannot find an appropriate API. Optimum would be something the timestamp of the first device boot. Any Ideas?

link|improve this question

0% accept rate
I don't know the answer, but if you had the model of the handset you could approximate the age of the device. What are you trying to get via the age of the device? – jcollum Feb 11 at 17:27
I dont think there is any API for that. – thinksteep Feb 11 at 17:28
This is mainly for the purpose of research. I could also ask the user to provide me with the information, but I would rather like to have some objective value for it. – phoku Feb 11 at 17:36
The age of the battery would not be a good indication since many people carry a second battery for long trips. – Charles Caldwell Feb 11 at 17:37
yes, but maybe I could use the age of battery as a rule of thumb; if people change batteries this will be visible in my data. Do you know any possibility to access the age of battery? On stationary PCs or laptops this information is sometimes available. – phoku Feb 11 at 18:00
feedback

1 Answer

There are a few difficulties you may need to consider here:

1) Most android devices have (easily) removable batteries. I, for one, have several batteries that I alternate between when I use my phone.

2) Even if timestamps had been collected on boot, they would likely be deleted if the phone's owner wipes the device to install different ROMs.

I'd expect jcollum's solution of attempting to determine the model of the phone, or look at some piece of its hardware and determine an approximate release date of the model might be your closest solution. I doubt you'll find much accuracy in determining the age of the actual device. If there is, however, please correct me - I'm curious about this now too!

link|improve this answer
I also thought about the model, but problem is: some models that are available in stores for more than a few month. Therefore this would be a very bad estimation. – phoku Feb 11 at 17:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.