Releases: K3V1991/ADBKit
Releases · K3V1991/ADBKit
v35.0.1
v34.0.0
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
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.