A pure python implementation of the Android ADB and Fastboot protocols
Project description
This repository contains a pure-python implementation of the Android ADB and Fastboot protocols, using libusb1 for USB communications.
This is a complete replacement and rearchitecture of the Android project’s ADB and fastboot code available at https://github.com/android/platform_system_core/tree/master/adb
This code is mainly targeted to users that need to communicate with Android devices in an automated fashion, such as in automated testing. It does not have a daemon between the client and the device, and therefore does not support multiple simultaneous commands to the same device. It does support any number of devices and never communicates with a device that it wasn’t intended to, unlike the Android project’s ADB.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file ak-adb-1.1.0.tar.gz
.
File metadata
- Download URL: ak-adb-1.1.0.tar.gz
- Upload date:
- Size: 20.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2dc8f5e89e9cb76ea0046ad41518821062ddff97ce861b7dcfbffbe9a3c6b99d |
|
MD5 | 2c3162eba6e8392dfea348b4227d8ecb |
|
BLAKE2b-256 | ac9b543c2b9b1c120ac9258980c30b499e87a65ff5731e4e43a33da5f5fe5cbf |