[Bug 199185] [devel/android-tools-adb][patch] Accept devices w/o serial number

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 22 01:06:06 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199185

Jan Beich <jbeich at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jbeich at FreeBSD.org

--- Comment #1 from Jan Beich <jbeich at FreeBSD.org> ---
Created attachment 157953
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=157953&action=edit
Ignore non-ASCII languages

Comparing with libusb code by hselasky for fastboot, working around serial
number language may not be necessary. So, try the following patch instead. adb
itself should accept empty serial just fine.

https://android.googlesource.com/platform/system/core/+/c840653%5E!/
https://android.googlesource.com/platform/system/core/+/0927bf9%5E!/

$ adb devices
List of devices attached
????????????    device

or

$ adb devices
List of devices attached
(no serial number)      device

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list