0

I have a great number of tablets (60-50) and I would like to assign each of them a number in order to maintain them, but what is the best method to do this? I have thought of: 1. Using Bluetooth adapter and changing the bluetooth name for each Tablet (01, 02, 03)... However some tablets don't have this option and I can´t change the Bluetooth name. 2. Putting a XML file with the Tablet number in each Tablet and parse it to identify the Tablet. 3. Using an option lile Build.Serial in Android to get the Android ID. However I would like to know if there is another option which does not return the Android Id, which is so long.

Are there any options available, and which is the best option?

Thank you

Katherine99
  • 980
  • 4
  • 21
  • 40

1 Answers1

1

Dont use anyone above..please check the following links

Getting Udid in android

Android unique UDID

hope this helps you!

Community
  • 1
  • 1
amj
  • 367
  • 1
  • 8
  • 26
  • As far as I know, the solutions you posted return a long number and I'm looking for a short normal number ( 01, 20, 40, 23..) – Katherine99 Sep 09 '13 at 07:19
  • Then that's not possible by default,if you are using a db,then for the first time you need to assign a unique value as you said from 0-60 and use that from next time.. – amj Sep 09 '13 at 07:25