Linked Questions

2 votes
2 answers
5k views

Possible Duplicate: How to find serial number of Android device? how can i get device serial number
user692708's user avatar
1 vote
1 answer
8k views

I can see serial number in my android device beneath of the battery in my android device(After removing the battery). Any help to retrieve this serial number ( not IMEI or device ID ) ...
Arun Kumar's user avatar
3119 votes
54 answers
1.3m views

Do Android devices have a unique ID, and if so, what is a simple way to access it using Java?
Tyler's user avatar
  • 31.8k
69 votes
6 answers
168k views

How do I programmatically access the value shown in the image below ?
Heshan Perera's user avatar
55 votes
13 answers
142k views

I want some unique ID of the Android device. I've tried it with the following code String ts = Context.TELEPHONY_SERVICE; TelephonyManager telephonyManager = (TelephonyManager) this.getSystemService(...
Mudassir's user avatar
  • 13.2k
53 votes
4 answers
54k views

I am developing an android application that targets Android 4.0 (API 14) and above. I am looking for a serial number that is unique per device and that persists for ever (dies with the device, does ...
Leeeeeeelo's user avatar
  • 4,383
19 votes
3 answers
35k views

Possible Duplicate: How can I get device ID for Admob I am testing adMob on my android device and following with documentation, I am trying to get device ID executing adRequest. However, I am not ...
Jaume's user avatar
  • 3,830
39 votes
2 answers
61k views

Google has just released Android 4.2, which includes support for multiple user profiles on a single device: http://developer.android.com/about/versions/android-4.2.html#MultipleUsers. Google says ...
Tom's user avatar
  • 18k
12 votes
2 answers
36k views

How do we get Unique Device ID from the Android Tablets (Android 3.0 SDK HoneyComb)? I have also found that we can get Android Device ID which is unique by using: String deviceId = Settings.System....
Paresh Mayani's user avatar
19 votes
2 answers
34k views

Currently, I am using MAC address as the identifier for an Android device. WifiManager wifiManager = (WifiManager) getSystemService(Context.WIFI_SERVICE); WifiInfo wInfo = wifiManager....
JackWM's user avatar
  • 10.7k
8 votes
6 answers
15k views

I am trying to get the device serial number programmatically. I have used the following line: Build.SERIAL Which returns something like : 95b9efad04ad28 However which I go to the settings on the ...
James King's user avatar
  • 2,445
19 votes
1 answer
17k views

I need to get the hardware serial code of Android device where my app is installed. This hardware serial number is the one that you can see on Settings > About Device > Status > Serial number....
Storo's user avatar
  • 1,018
4 votes
4 answers
11k views

I'm working on the recurring serial number topic to provide a unique id. I try this : String serial = null; try { Class<?> c = Class.forName("android.os....
christophe46's user avatar
2 votes
6 answers
7k views

I am new in Android. I am developing a simple application where I need to send push notification from server side. So, need to send data using call api when app install. For that, I have to get ...
user1780370's user avatar
4 votes
6 answers
17k views

I use the command: adb devices to list the attached devices. On my computer I get : List of devices attached HT9CTP820988 device My question is: how can I get this id (HT9CTP820988) ...
Arutha's user avatar
  • 26.6k

15 30 50 per page