Id Info for Android 1.3

License: Free ‎File size: N/A
‎Users Rating: 5.0/5 - ‎1 ‎votes

Shows you these values, which are all related to identifying an android device.

Secure.ANDROID_ID (AKA Android ID)android.os.Build.SERIALTelephonyManager.getSimSerialNumber()TelephonyManager.getDeviceId()ro.serialnoWifi MAC

Has a refresh button (Screen shot outdated) so you can refresh the data and see how values changed / become unavailable. Simply touch an item to copy to clipboard.

Secure.ANDROID_ID is mapped to 'android_id', the hexstring of interest is retrieved by

ContentResolver contentResolver = getApplicationContext().getContentResolver();Settings.Secure.getString(contentResolver, Settings.Secure.ANDROID_ID)

I made this app to explore ways to identify a particular android device. Identification guide can be found in link below:

http://android-developers.blogspot.com/2011/03/identifying-app-installations.html

and Stackoverflow question is here with solutions

http://stackoverflow.com/questions/2785485/is-there-a-unique-android-device-id/3102499#3102499

VERSION HISTORY

  • Version 1.3 posted on 2014-11-07
    added GTalk Id
  • Version 1.2 posted on 2013-01-23
    Several fixes and updates

Program Details