mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 01:39:21 +02:00
No description
.github | ||
.vscode | ||
apps/demo | ||
common | ||
libraries | ||
toolchain | ||
.gitattributes | ||
.gitignore | ||
adb.NOTICE | ||
codecov.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
rush.json |
Tango
A library and application for browsers to interact with Android devices via ADB.
Compatibility
Connection | Chromium-based Browsers | Firefox | Node.js |
---|---|---|---|
USB cable | Supported using WebUSB API | No | Supported using usb package |
Wireless via WebSocket 1 | Supported | Supported | Possible using ws package |
Wireless via TCP | WIP using Direct Sockets API | No | Possible using net module |
1 Requires WebSockify softwares, see instruction for detail.
Features
- 📁 File Management
- 📋 List
- ⬆ Upload
- ⬇ Download
- 🗑 Delete
- 📷 Screen Capture
- 📜 Interactive Shell
- ⚙ Enable ADB over WiFi
- 📦 Install APK
- 🎥 Scrcpy compatible client (screen mirroring and controlling device)
- 🔌 Power and reboot to different modes
Contribute
See CONTRIBUTING.md
Credits
- Google for ADB (Apache License 2.0)
- Romain Vimont for Scrcpy (Apache License 2.0)