Skip to content

Releases: K3V1991/ADBKit

v35.0.1

12 Apr 22:50
e4c7e11
Compare
Choose a tag to compare

Updated ADB Files

Changelog:

adb:

* Switch to libusb 1.0.27

v34.0.0

19 Feb 14:40
e1cf418
Compare
Choose a tag to compare

Updated ADB Files

Changelog:

adb:

* Fixed zero length packet sends for macOS (issuetracker: 208675141).
* Addressed unstable connectivity (MacBook high speed cable): frequent adb disconnects.
* Improved error message for adb push with insufficient number of arguments.

fastboot:

* Improved flashing: flashall will now skip reboots to userspace if it can.
* Fixed zero length packet sends for macOS (issuetracker: 208675141).
* Fixed flashing recovery.img resulting in wrong AVB footer.

v33.0.3

13 Sep 08:16
e1cf418
Compare
Choose a tag to compare

Updated ADB Files

Changelog:

adb:

* Don't retry adb root if first attempt failed.
* Fix track-devices duplicate entry.
* Add receive windowing (increase throughput on high-latency connections).
* More specific error messages in the "more than one device" failure cases.
* Reject unexpected reverse forward requests.
* Fix install-multi-package on Windows.

v33.0.2

28 May 11:09
0678458
Compare
Choose a tag to compare

Updated ADB Files:

adb:

  • No Changelog

v33.0.1

23 May 12:45
b17317d
Compare
Choose a tag to compare

Updated ADB Files:

adb:

  • Fixes Windows mdns crashes.
  • Fixes enable-verity/disable-verity on old devices.
  • Fixes "install multiple" on old devices
  • Improves the help output to include all supported compression methods.