Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MasterDevX/Termux-ADB
Install ADB & FastBoot Tools in Termux!
https://github.com/MasterDevX/Termux-ADB
adb fastboot termux
Last synced: 3 months ago
JSON representation
Install ADB & FastBoot Tools in Termux!
- Host: GitHub
- URL: https://github.com/MasterDevX/Termux-ADB
- Owner: MasterDevX
- Created: 2019-02-09T17:05:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-12T14:19:26.000Z (over 3 years ago)
- Last Synced: 2024-08-03T21:02:08.235Z (6 months ago)
- Topics: adb, fastboot, termux
- Language: Shell
- Size: 1.15 MB
- Stars: 1,610
- Watchers: 109
- Forks: 275
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 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/MasterDevX/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/MasterDevX/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/MasterDevX/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/MasterDevX/Termux-ADB/raw/master/RemoveTools.sh && bash RemoveTools.sh```
### Credits
- MasterDevX - Scripts development.
- osm0sis - Binaries compilation.
- chameleonbr - Author of idea.