| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
[![Coverage Status][coverage_img]][coverage_link] [![Build Status][build_img]][build_link]
This repository contains a pure-python implementation of the 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.
[coverage_img]: https://coveralls.io/repos/github/google/python-adb/badge.svg?branch=master [coverage_link]: https://coveralls.io/github/google/python-adb?branch=master [build_img]: https://travis-ci.org/google/python-adb.svg?branch=master [build_link]: https://travis-ci.org/google/python-adb
| Back | FazBrowse Home | New Git URL |