Skip to content

Install ADB & FastBoot Tools in Termux!

Notifications You must be signed in to change notification settings

and101/Termux-ADB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Update 09/02/21

ADB binaries updated to version 1.0.41

This version supports ADB Pair.

For more information on how to use ADB Pair refer to the official documentation: https://developer.android.com/studio/command-line/adb#connect-to-a-device-over-wi-fi-android-11+

Termux-ADB

Install ADB & FastBoot Tools in Termux!
For devices with ARM or ARM64 processors only!

How to install

  • Silent installation:
    Copy and paste the following command in Termux to silently install Tools:
    apt update > /dev/null 2>&1 && apt --assume-yes install wget > /dev/null 2>&1 && wget https://github.com/and101/Termux-ADB/raw/master/InstallTools.sh -q && bash InstallTools.sh
  • Common installation:
    Copy and paste the following command in Termux to install Tools with logs output:
    apt update && apt install wget && wget https://github.com/and101/Termux-ADB/raw/master/InstallTools.sh && bash InstallTools.sh

How to uninstall

  • Silent uninstallation:
    Copy and paste the following command in Termux to silently remove Tools:
    apt update > /dev/null 2>&1 && apt --assume-yes install wget > /dev/null 2>&1 && wget https://github.com/and101/Termux-ADB/raw/master/RemoveTools.sh -q && bash RemoveTools.sh
  • Common uninstallation:
    Copy and paste the following command in Termux to remove Tools with logs output:
    apt update && apt install wget && wget https://github.com/and101/Termux-ADB/raw/master/RemoveTools.sh && bash RemoveTools.sh

Credits

About

Install ADB & FastBoot Tools in Termux!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%