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?
feedback
|
|
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! | |||
feedback
|