Change Serial Number Android Adb

Posted on

Hi friends this is sachin in this video i'm gonna show you how to change serial number of android. So watch this video till end and it will surely help you. You can even follow me on facebook.

  1. Serial Number Lookup
  2. Find Serial Number Android Phone
Active2 years, 5 months ago

I bought a lot (500+) cheap China tablet with AllWinner processor and Android 4.0.3. All tablets expose the same serial number. I can't deploy my application simultaneously on several devices (with a USB hub) using ADB.EXE because it can't distinguish them.

I'm thinking about a pre-deploy process that change the internal serial number, is it possible? Where is the serial number stored?

Digimon world 3 roms. Note: tablets are rooted

Seraphim's
Seraphim'sSeraphim's
7,27115 gold badges70 silver badges118 bronze badges

3 Answers

Serial Number Lookup

You need to populate /sys/class/android_usb/android0/iSerial sysfs file with unique values for every device. Most vendors do it with custom init script, which would read the value from a persistent system property or a regular file and put it in sysfs on every power up.

Find Serial Number Android Phone

Alex P.Alex P.
22.2k14 gold badges75 silver badges127 bronze badges

Try editing /data/misc/wifi/serialnothen reboot, it worked as a permanent solution for me

The location of this number may differ between android versions

The serial number should be stored in a file with only the serial number inside and no n

moumou

build number etc by editing the 'build.prop' file in /system. The serial number can be changed by adding the property 'ro.serialno=' to build.prop file

Jianfei ChenJianfei Chen
Find serial number android phone

Not the answer you're looking for? Browse other questions tagged androidadbserial-number or ask your own question.