• Stars
    star
    1,646
  • Rank 28,392 (Top 0.6 %)
  • Language
    Shell
  • Created almost 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Install ADB & FastBoot Tools in Termux!

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

More Repositories

1

Termux-Kali

Install Kali Linux on Android using Termux!
Shell
879
star
2

Android-Sudo

Sudo installer for your Android device!
Shell
89
star
3

XCoder

Compress / Decompress Brawl Stars SC files on Windows / Linux / Android!
Python
80
star
4

lampify

A simple CLI application to control the BLE lamp
C
30
star
5

mpvnet

Firefox / Chrome extension to play / download media across different websites with mpv / yt-dlp
Python
21
star
6

Binary-To-Sound

Convert binary code to sound
Python
18
star
7

linux-backlight-controller

A simple shell script to control brightness at hardware level
Shell
13
star
8

SameFile

Easily find duplicate files on your disk
Shell
8
star
9

RAM-Logger

Simple PowerShell script for monitoring RAM usage.
PowerShell
7
star
10

ReFile

Save your files on a plain paper!
Python
5
star
11

batstats

A simple bash script to get current battery status on Linux
Shell
5
star
12

Python-Time

A simple example how to measure Python code execution time.
Python
4
star
13

FakeFile

Python
4
star
14

Normal-Clock

Finally a normal clock with round numbers! 1 day = 10 hours, 1 hour = 100 minutes, 1 minute = 100 seconds!
Shell
4
star
15

NanoQES-JS

Solve quadratic equations directly in your browser!
JavaScript
3
star
16

RushWarsAPI-Python

The simplest ever, clear-code, easy-to-use wrapper for RushStatsAPI (Rush Wars API) written in Python 3!
Python
3
star
17

NanoQES

Powershell script to solve quadratic equations.
PowerShell
3
star
18

Bread

Modern flat HTML button template.
CSS
3
star
19

jpg-to-png

Simple tool for jpg to png conversion
Python
2
star
20

PyCoin

Python
2
star
21

better-crc

CRC32 checksum calculator
C++
1
star