Recent Releases of adb
adb - v1.3.0 Release
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
PushandInstall(st_modeandgrant_permissions)
- Python
Published by fahhem about 8 years ago