Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Releases: google/python-adb

v1.3.0 Release

31 May 09:10

Choose a tag to compare

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:

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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.