I have two devices connected at the same time to a computer. If I use command: adb devices, adb got this:
List of devices attached 0123456789ABCDEF device 0123456789ABCDEF device
So, the devices have the same serial number! I want to manage both devices via USB for debugging my application, but I have this error:
[2013-01-21 20:28:12 - DeviceMonitor] Failed to start monitoring 0123456789ABCDEF : more than one device
I think I have this error because the devices have the same serial number. I read other discussions and I try these instructions on terminal:
$ su
getprop net.hostname
android-b112064be9bfd82
So..0123456789ZBCDEF isn't the serial number.
Someone know how can I change the serial number? Sorry for my bad english.