GitHub - User8395/adm: Android Device Manager - a frontend for adb and fastboot

Skip to content

Navigation Menu

Sign in

Appearance settings

ADM

A frontend for adb and fastboot

Install

Make sure Python 3.12 or newer, python-venv, and git are installed

git clone https://github.com/User8395/adm
cd adm
python -m venv venv
venv\Scripts\activate (Windows)
source venv/bin/activate (Linux/macOS/BSD)
pip install -r requirements.txt
python3 adm.py