Andre Bandarra's Blog

webadb - ADB over WebUSB resources.

Most Android Developers will be familiar with the adb command-line tool. It allows developers to connect their development computer to an Android device and run a variety of actions, like installing, starting or stopping an application, pushing and pulling files, taking screenshots, or recording the screen.

The introduction of WebUSB to the Web Platform opens the possibility of using ADB via a web page. This post contains some resources for developers looking for more information on using ADB over USB (or webadb).

Implementations

ADB Protocol Documentation

Besides reading the code and contributing to existing implementations, you may want to check other resources:

← Home