ADB в браузере для Android-устройств

★ 3.2K

ya-webadb (Tango) is an open-source implementation of the Android Debug Bridge client that runs right in the browser with nothing to install. Reach for it when you need to work with an Android device but installing platform utilities is impossible or inconvenient: view files on a phone, install an app, take a screenshot, run a command, debug the device — all through a web page over USB. The practical point: access to ADB's capabilities from any computer with no admin rights and no environment setup — a browser with USB support is enough. Written in TypeScript. It helps mobile developers, support staff and anyone who occasionally needs to get into an Android device without deploying a full toolset. It is a library and a web tool, not a replacement for a complete Android development environment.