Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 20:44:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 199185] [devel/android-tools-adb][patch] Accept devices w/o serial number
Message-ID:  <bug-199185-13-Xix1LvTTUK@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-199185-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-199185-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199185

Jan Beich <jbeich@FreeBSD.org> changed:

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

--- Comment #1 from Jan Beich <jbeich@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199185-13-Xix1LvTTUK>