Home/ Apps/ Practical Tools/ Id Info for Android

Id Info for Android 1.3 MOD APK for Android

Id Info for Android
Version 1.3
Updated on December 15, 2024
Category Practical Tools
Size 91.41KB
9.4
1
2
3
4
5

9.4

Retrieves android ID information.

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

Secure.ANDROID_ID (AKA Android ID)

android.os.Build.SERIAL

TelephonyManager.getSimSerialNumber()

TelephonyManager.getDeviceId()

ro.serialno

Wifi 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

What's New in the Latest Version 1.3

Last updated on Sep 16, 2015 added GTalk Id