Skip to content

Releases: blogwy/android-sdk-tools-installer

34.0.1

26 Apr 13:32
Compare
Choose a tag to compare

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

26 Apr 13:36
Compare
Choose a tag to compare

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

01 Oct 13:15
Compare
Choose a tag to compare

fastboot

  • Support for the vendor_kernel_boot partition.

33.0.1

01 Oct 13:14
Compare
Choose a tag to compare

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

01 Oct 13:13
Compare
Choose a tag to compare

adb

  • Fixes the issue introduced in 32.0.0 of crashes when run without any arguments.

32.0.0

02 Oct 02:31
Compare
Choose a tag to compare

adb

  • Universal binary for Apple M1 devices.
  • Known issue: this version crashes when run without any arguments.

33.0.3

24 Sep 08:56
Compare
Choose a tag to compare

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.