Skip to content
/ adm Public

Android Device Manager - a frontend for adb and fastboot

License

Notifications You must be signed in to change notification settings

User8395/adm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Android Device Manager - a frontend for adb and fastboot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages