Skip to content

Latest commit

Β 

History

History
32 lines (23 loc) Β· 588 Bytes

File metadata and controls

32 lines (23 loc) Β· 588 Bytes

πŸ€– Android ADB Toolkit

Web-based GUI for ADB β€” control your Android device from a browser without command line.

Quick Start

docker-compose up
# Open http://localhost:8000

Features

  • Device info viewer
  • App manager (install, uninstall, launch)
  • File explorer
  • ADB shell with autocomplete
  • Screenshot capture
  • Permission auditor
  • Settings viewer/editor

Manual Start

pip install flask
python3 server.py
# http://localhost:8000

For CLI tools, see: android-toolkit-scripts