According to Dev Guide (http://developer.android.com/guide/developing/
tools/adb.html#devicestatus):

- "adb devices" command was expected to print out connected devices
each identified by a unique serial number in format of <type>-
<consolePort>, eg. emulator-5554

In reality:

1 - the serial numbers are not in that format
2 - the serial numbers are identical to each other when I have more
than one device of the same model connected, thus further adb commands
to a specific device with -s <serialNumber> option are impossible

My questions:

1 - is there any solution to this problem, or did I miss anything?
2 - is adb source code publicly available (so I could fix it myself)?

-
 v4

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to