What’s New

Android SDK Platform Tools 28.0.0

28.0.0
Added 4
  • Support checksum-less operation with devices running Android P, improving throughput by up to 40%
  • Add verbose output mode with -v flag
  • Add product.img and odm.img to the list of partitions flashed by fastboot flashall
  • Allow factory image packages to require support for specific partitions to prevent bricking new devices with too-old fastboot versions
Changed 4
  • Sort output of adb devices by connection type and device serial
  • Increase the socket listen backlog to allow for more simultaneous adb commands
  • Improve error output for adb connect
  • Clean up help output

Add support for checksum-less operation with devices running Android P, which improves throughput by up to 40%. Sort output of adb devices by connection type and device serial. Increase the socket listen backlog to allow for more simultaneous adb commands. Improve error output for adb connect. Improve output format, add a verbose output mode ( -v). Clean up help output. Add product.img and odm.img to the list of partitions flashed by fastboot flashall. Avoid bricking new devices when using a too-old version of fastboot by allowing factory image packages to require support for specific partitions.

View original

Discussion