Active2 years, 5 months ago
  1. Serial Number Lookup
  2. Serial Number Idm Terbaru

When i try to re-install it just doesn't ask me new serial number. Why can't they make an option to change serial number if anyone wants to? On occasion I've seen the serial number reported by adb and fastboot differ. Is there a way to reliably determine what the fastboot serial number will be from adb? Mobile phone developers, multiple devices at the same time using ADB to connect to the same type products need a lot of time on a PC, because a lot of USB serial number is the same as leading to the same PC cannot connect a plurality of the same equipment at the same time, such as some occasional needs to be tested through a large amount. Change Serial number on your android mobile to hide its identity over the network and over the various app servers that uses your device serial number. How I can change Android Device ID and serial number? Just the same you are looking for! Change the device serial number to any string of your choice.

On occasion I've seen the serial number reported by adb and fastboot differ. Is there a way to reliably determine what the fastboot serial number will be from adb?

bahamatbahamat

1 Answer

Generally speaking, the serial number as reported by adb get-serialnowill be different to fastboot as determined by:

  • Manufacturer
  • Make and model of device in question
  • Android version

fastboot, on the other hand, since there's no adb loaded, instead, it uses a rudimentary USB protocol tied in with the boot-loader, the serial number will be different.

Is there a way to reliably determine what the fastboot serial number will be from adb?

There is no reliable way of achieving it.

t0mm13bt0mm13b
13k1 gold badge39 silver badges58 bronze badges

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

Active1 year, 10 months ago

I'd like to change the device ID string which can be seen when I type 'adb devices' at command prompt.If I type 'adb devices' at command prompot then I can see below msg,

Is there anyone who knows how the device ID(5A3C000600000001) string generated?And how can I change the device ID string?

Ciro Santilli 新疆改造中心996ICU六四事件
169k36 gold badges646 silver badges520 bronze badges
user1280781user1280781

5 Answers

If you have root access, you can enter this to a terminal emulator:

Disconnect then reconnect from the network to refresh.

I was on a Samsung Galaxy Note on ICS. Worked like a charm..

rationalboss
4,9663 gold badges25 silver badges46 bronze badges
ChrisChris

In android go to Settings > Applications > Development and tap on Device Hostname. You can then change the name and it should show up when attached to adb.

Another solution can be found here: http://forum.xda-developers.com/showthread.php?t=1462320. You will need to get root access and install a terminal client and do some low level hacking to get it fixed.

Another option is to use the Hosts app mentioned in http://www.thriveforums.org/forum/toshiba-thrive-networking/3157-how-do-i-change-device-name.html, though I haven't been able to find the app he is referring to.

Best option I think is just install Cyanogenmod on your devices. It's the most stable custom android rom and has lots of helpful other features that aren't in stock android. Fta dish antenna.

Serial Number Lookup

Michael AllenMichael Allen
4,2503 gold badges31 silver badges56 bronze badges

Serial Number Idm Terbaru

I have several identical development systems (Odroid A) which report the same device code, thereby preventing me from using more than one on the same host PC with adb. Unfortunately there doesn't seem to be a way of changing this from the gingerbread GUI on this platform as previously suggested.

The device serial number (as reported by 'adb devices') appears to be set in the kernel, under arch/arm/plat-s5p/devs.c (look for 'device_serial'). This may be different for your device, I'd suggest a grep through the kernel sources for the device ID that is reported by adb devices. Change the string, rebuild the kernel and flash it on..

Looks to be different on ICS by the way..

Mark EdgeworthMark Edgeworth

You can set persist.usb.serialno property. I checked it on Galaxy S4/S4 mini and it's persistent, but you need root access:

Than in adb devices you'll have

Mariusz JamroMariusz Jamro
21.4k19 gold badges87 silver badges124 bronze badges

I was also facing the same issue.where two device connected were showing same id in adb devices.

Download free software data structure in c gs baluja pdf. For each data structure presented.

I found this link which solved my issue. Just downloaded the adb from the following link and replaced my original adb.

Community
IndraneelIndraneel

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