Releases: blogwy/android-sdk-tools-installer
Releases · blogwy/android-sdk-tools-installer
34.0.1
adb
- macOS: Reverted "unstable connectivity (MacBook high speed cable)" resolution due to adb install hang (issue #270205252).
fastboot
- Windows: Fixed "mke2fs: Illegal or malformed device name while trying to determine filesystem size" error introduced in Platform tools 34.0.0 (issue #271039230).
34.0.0
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.
33.0.2
33.0.1
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.
systrace
- Removed. Use Studio Profiler/gpuinspector.dev/Perfetto instead.
33.0.0
32.0.0
33.0.3
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.
fastboot
- Remove e2fsdroid as part of SDK platform-tools.
- Print OemCmdHandler return message on success.