non port: devel/android-tools-adb/files/patch-adb_client_usb__libusb.cpp |
Number of commits found: 7 |
Thursday, 9 Jun 2022
|
22:45 Neel Chauhan (nc)
devel/android-tools: New port: Android debugging tools
While I'm here, remove the old devel/android-tools-adb and
devel/android-tools-fastboot ports. These ports are long out-of-date
and the adb port especially had issues with certain devices.
This port was tested from a FreeBSD 14.0 system to flash both
LineageOS and GrapheneOS on a Google Pixel 3 using both `adb` and
`fastboot`.
70cd499 |
Monday, 3 Jun 2019
|
13:53 jbeich
devel/android-tools-adb: switch to LIBUSB_CAP_HAS_HOTPLUG whitelist
$ adb connect 1.2.3.4
* daemon not running; starting now at tcp:5037
ADB server didn't ACK
Full server startup log: /tmp/adb.1000.log
Server had pid: 1193
--- adb starting (pid 1193) ---
adb I 12-31 10:41:58 1193 1 main.cpp:56] Android Debug Bridge version
1.0.40
adb I 12-31 10:41:58 1193 1 main.cpp:56] Version 28.0.0-0
adb I 12-31 10:41:58 1193 1 main.cpp:56] Installed as /usr/pkg/bin/adb
adb I 12-31 10:41:58 1193 1 main.cpp:56]
adb F 12-31 10:41:58 1193 1 usb_libusb.cpp:517] failed to register libusb
hotplug callback
* failed to start daemon
error: cannot connect to daemon
 |
Wednesday, 15 Aug 2018
|
18:00 jbeich
devel/android-tools-adb: adjust for USB dispatch on Windows after r477245
See https://android.googlesource.com/platform/system/core/+/9425996b4521%5E!/
 |
17:49 jbeich
devel/android-tools-adb: unbreak on DragonFly after r477244
adb/client/usb_libusb.cpp: In function 'void libusb::poll_for_devices()':
adb/client/usb_libusb.cpp:493:43: error: unable to find numeric literal operator
'operator""ms'
if (device_poll_cv.wait_for(lock, 500ms, []() { return
terminate_device_poll_thread; })) {
^~~~~
 |
17:32 jbeich
devel/android-tools-{adb,fastboot}: update to 9.0.0.r3
Changes: https://android.googlesource.com/platform/system/core/+log/android-8.1.0_r2..android-9.0.0_r3/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-8.1.0_r2..android-9.0.0_r3/fastboot
MFH: 2018Q3 (mostly bug fixes)
 |
Monday, 30 Oct 2017
|
18:36 jbeich
devel/android-tools-{adb,fastboot}: update to 8.0.0.r24
Changes: https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r4..android-8.0.0_r24/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-8.0.0_r4..android-8.0.0_r24/fastboot
 |
Tuesday, 22 Aug 2017
|
13:01 jbeich
devel/android-tools-{adb,fastboot}: update to 8.0.0.r4 (oreo)
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.2_r17..android-8.0.0_r4/adb
Changes: https://android.googlesource.com/platform/system/core/+log/android-7.1.2_r17..android-8.0.0_r4/fastboot
 |
Number of commits found: 7 |