[android-developers] Re: device fingerprinting

2010-11-02 Thread ryandroid
It is interesting to know that ANDROID_ID isn't unique, it is more interesting to know that Google did not set out a requirement to make this unique, and now making the world being so complicated. On Oct 31, 6:01 am, DanH danhi...@ieee.org wrote: Well, there's the IMEI, the IMSI, and the

[android-developers] Re: device fingerprinting

2010-11-01 Thread bagelboy
Google encourages you to offload your own checks to an external server and I am considering how to do that. I'd like to have more than one way to track installations. I totally agree that the documentation sucks donkeys. They say you should modify the code substantially to foil crackers but they

[android-developers] Re: device fingerprinting

2010-10-31 Thread jtoolsdev
Isn't LVL locked to the user's Google email? I thought that was the idea though they you can use device IDs as an option. Linked to the account it allows the user to install the app again if they get a different device. The ID option would be for a single device policy though they could stand

[android-developers] Re: device fingerprinting

2010-10-30 Thread DanH
Well, there's the IMEI, the IMSI, and the ANDROID_ID. Alas, the ANDROID_ID isn't unique (and is in fact identical on many Droid2 units). On Oct 30, 12:41 pm, bagelboy greg.do...@gmail.com wrote: Hello Devs, I'm working on an LVL implementation and I want to use as many different device