Get the embed code

Preview the embedded widget

Close
Android Id Info

Android Id Info

Valeonom

1,000 - 5,000 downloads

Add this app to your lists
Note: This app is only intended for developers

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

Secure.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.

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

Tags: android ro.serialno, ro.serialno android, android.os.build.serial, android id, "ro.serialno".

Recently changed in this version:

- Ability to copy id to clipboard


Screenshots Android Id Info:

View bigger - Android Id Info for Android screenshot
View bigger - Android Id Info for Android screenshot

Comments and ratings for Android Id Info

  • (72 stars)

    by A Google User on 04/05/2013

    Worked perfect for my Galaxy Samsung Tab 2. The one-touch copy to clipboard was very convenient too.

  • (72 stars)

    by Roger King on 25/04/2013

    To destitute developers. This app is one.

  • (72 stars)

    by Neil Townsend on 06/12/2012

    Does what it says, thanks

  • (72 stars)

    by Søren Pingel Dalsgaard on 02/07/2012

    Please add option to copy the id.