Skip to content

Install ADB & FastBoot Tools in Termux.

Notifications You must be signed in to change notification settings

ShiSheng233/Termux-ADB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Termux-ADB

Install ADB & FastBoot Tools in Termux

By use this tool, you can use adb & fastboot in Termux.

For devices with ARM or ARM64 processors only.

Now using Jsdelivr CDN for file transfer.

ADB binarie version may be updated later.

Now the ADB binaries updated.

Thanks to the Magisk module project adb-ndk.

Important: If you want to update the binaries, I think you should uninstall and reinstall it.

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://cdn.jsdelivr.net/gh/ShiSheng233/Termux-ADB@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://cdn.jsdelivr.net/gh/ShiSheng233/Termux-ADB@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://cdn.jsdelivr.net/gh/ShiSheng233/Termux-ADB@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://cdn.jsdelivr.net/gh/ShiSheng233/Termux-ADB@master/RemoveTools.sh && bash RemoveTools.sh

Credits


Powered by ShiSheng with Love.

About

Install ADB & FastBoot Tools in Termux.

Resources

Stars

Watchers

Forks

Languages

  • Shell 100.0%