pinggle / AdbGUI

ADB GUI is a Java based GUI addon for ADB.

Home Page:https://bebokhouja.github.io/ADB-GUI/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ADB GUI

ADB GUI is a free and open source Java based application that adds a GUI based ADB (Android Debug Bridge). It is also a alternative to Mauronofrio Matarrese's TOOL ALL IN ONE.

Getting Started

  1. Install Java 17.0.2 or later.
Windows:
https://www.java.com/en/download/
Ubuntu:
sudo apt-get install openjdk-17-jre

Windows

  1. To get started download the jar that is included in this application.
  2. Download ADB from the official Android Developers website: https://developer.android.com/studio/releases/platform-tools#downloads
  3. Put it on the root folder "C:\adb"
  4. Put an environmment variable in PATH called "C:\adb"
  5. Restart your computer.
  6. You are done! Use ADB GUI to have fun!

Ubuntu

  1. To get started download the jar that is included in this application.
  2. Download ADB from the official Android Developers website: https://developer.android.com/studio/releases/platform-tools#downloads or run sudo apt-get install adb
  3. You are done! Use ADB GUI to have fun!

Features

  1. Buttons to execute ADB commands.
  2. Top bar.
  3. Can execute custom commands instead of using buttons. In top bar.

About

ADB GUI is a Java based GUI addon for ADB.

https://bebokhouja.github.io/ADB-GUI/

License:GNU General Public License v2.0


Languages

Language:Java 100.0%