Skip to content

Drenzzz/adb_fastboot_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ADB Menu Application

A simple Python GUI application to run ADB commands using Tkinter.

Prerequisites

  • Python 3.x
  • ADB (Android Debug Bridge) installed and added to system PATH
  • Git (optional, for version control)

Installation

  1. Clone the repository:
    git clone <repository-url>
    cd adb-menu-app
  2. Run the application:
    python tool.py

Usage

  • Click "Check ADB Devices" to run the adb devices command and view connected devices.
  • Click "Exit" to close the application.

Notes

  • Ensure ADB is properly configured in your system PATH.
  • The application uses Tkinter, which is included with standard Python installations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages