GooseDev72 / Termux-Platform-Tools

adb + fastboot suite for termux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

termux-platform-tools

Version: 34.0.0

easy installation using apt. does not require root access

Install:

curl -s https://raw.githubusercontent.com/Windows3280/Termux-Platform-Tools/master/install.sh
chmod +x install.sh
./install.sh

Oneliner installation:

curl -s https://raw.githubusercontent.com/Windows3280/Termux-Platform-Tools/master/install.sh && chmod +x install.sh && ./install.sh

If you are already installed Termux platform-tools and want to update ADB and fastboot:

pkg install platform-tools

How it works?

It uses Google's platform-tools, but they are patched by redniix. It is using coreutils to use everything and Termux:API to connect to your device.

About

adb + fastboot suite for termux

License:Apache License 2.0


Languages

Language:Shell 100.0%