BlankStore icon indicating copy to clipboard operation
BlankStore copied to clipboard

GSF ID

Open jeekajoo opened this issue 9 years ago • 4 comments

Hi mar-v-in, Therefore Play uses GSF ID instead of Android ID. Do you plan to update Blankstore to take it? Thanks

J.

PS: For those who want to know the difference between the 2 methods http://blog.onyxbits.de/whats-the-difference-between-the-gsf-id-and-the-android-id-208/

jeekajoo avatar Oct 14 '16 14:10 jeekajoo

Google never called this thing GSF ID, android id is not historic, it is the name actively used by google in all their services for exactly this number. In fact on modern systems the GSF (google services framework) is not even responsible for gathering this id, but Google Play Services is. So the name GSF ID is no better than android id, both are misleading, correct would be something like "google's android id" in contrast to "system android id" and "device id" (which in fact is the IMEI)

mar-v-in avatar Oct 14 '16 16:10 mar-v-in

Thanks for clarifying. Can we reuse previously generated "system android id" for other devices? I generated one for hammerhead, would like to reuse it for a bullhead device. As I can't seem to get a new one.

jeekajoo avatar Oct 14 '16 18:10 jeekajoo

@jeekajoo you can do that. But you'll have to live with the fact that compatibility of apps will be checked against hammerhead then (Playstore-side), instead of for the actual device you use the ID on. Which includes the Android version you generated the ID for. I've done that for quite a while with some of my devices ;)

IzzySoft avatar Oct 15 '16 09:10 IzzySoft

There is interesting discussion on this topic in #14.

ArchangeGabriel avatar Jul 02 '17 16:07 ArchangeGabriel