Download Latest Version adb-1.3.0.tar.gz (27.1 kB)
Email in envelope

Get an email when there's a new version of Python ADB

Home / 1.3.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2018-05-31 644 Bytes
v1.3.0 Release source code.tar.gz 2018-05-31 35.9 kB
v1.3.0 Release source code.zip 2018-05-31 50.5 kB
adb-1.3.0-py2-none-any.whl 2018-05-31 35.0 kB
adb-1.3.0.tar.gz 2018-05-31 27.1 kB
Totals: 5 Items   149.1 kB 7

Backwards Incompatible changes

adb_commands.AdbCommands() is now a normal class rather than a collection of staticmethods. Using the following example code to get started:

:::py
device = adb_commands.AdbCommands()
device.ConnectDevice(rsa_keys=[signer])

Other changes/fixes

Many changes since 1.2.0!

  • New entrypoints exposed by pip: pyadb and pyfastboot
  • Lots of Python 2/3 compatibility fixes
  • Windows compatibility fixes
  • Transfer progress available (Push, Pull, Install)
  • Handle some misbehaving devices (double CLSE bug)
  • New options for Push and Install (st_mode and grant_permissions)
Source: README.md, updated 2018-05-31