Adb Change Device Serial Number
26.07.2019
In Device Manager, under Kindle Fire, verify that the device appears as Android Composite ADB Interface. Then, Open a command prompt window. Change directory to your Android SDK platform-tools directory. Run the following commands and confirm that the serial number for your Kindle Fire tablet.
Recommended for you: Get network issues from WhatsUp Gold. Not end users.
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 of samples. 1 the first mobile phone terminal need to have root permissions, and then drag /data/usb_serial_num.txt to the PC from the mobile phone through ADB pull, and then modify the corresponding number
2 the modified usb_serial_num.txt file through the ADB push file into the /data directory to mobile phone
Adb Change Device Serial Number
3 but will need to be connected to the digital string all the terminal usb_serail_num.txt with a PC in not the same by ADB4 through the ADB -s device IMEI way on the same PC connected with a plurality of mobile phone terminal
The following command in 19761202 for the modified USB serial number
adb -s 19761202 shell
adb -s19761202 logcat
adb -s19761203 logcat
adb -s19761204 logcat
Recommended from our users: Dynamic Network Monitoring from WhatsUp Gold from IPSwitch. Free Download
Posted by Yvette at April 14, 2014 - 12:01 PM
Comments are closed.