# Termux-ADB **Repository Path**: qchpjh/Termux-ADB ## Basic Information - **Project Name**: Termux-ADB - **Description**: 一个在termux上安装adb的sh脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2023-04-21 - **Last Updated**: 2023-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###该markdown文档已翻译 ### 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.