Id Info for Android Application icon

Id Info for Android 1.3

91.4 KB / 10K+ Downloads / Rating 4.3 - 114 reviews


See previous versions

Id Info for Android, developed and published by Valeonom, has released its latest version, 1.3, on 2014-11-08. This app falls under the Tools category on the Google Play Store and has achieved over 10000 installs. It currently holds an overall rating of 4.3, based on 114 reviews.

Id Info for Android APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.bzgames.androidid

Updated: 10 years ago

Developer Name: Valeonom

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Id Info for Android on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.3
Total 114 reviews

Reviews

5 ★, on 2015-10-14
Does what it says on the tin. Also, that cat is really adorable.

5 ★, on 2015-10-03
Kevi rite use karvano Bhai koi kyo

5 ★, on 2014-12-09
It works Samsung s5

5 ★, on 2013-05-04
Worked perfect for my Galaxy Samsung Tab 2. The one-touch copy to clipboard was very convenient too.

4 ★, on 2012-11-11
Does exactly what you read in the description!

5 ★, on 2014-03-13
To find out information for your phone.

Previous Versions

Id Info for Android 1.3
2014-11-08 / 91.4 KB / Android 2.0+

About this app

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

New features

added GTalk Id

App Permissions

Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.
Allows applications to access information about Wi-Fi networks.