Termux Android App

Any questions or comments about termux please post here?

1 Like

How to i start adb to use with a usb-c to usb-c cable to another phone to run commands?

Is it possible to flash partitions of another phone using termux?

Pkg install ADB tools

1 Like

Is that the command to type in

1 Like

First run

apt update && apt upgrade pkg install wget


Then run
wget https://github.com/MasterDevX/Termux-ADB/raw/master/InstallTools.sh && bash InstallTools.sh

__

Then run
adb devices

2 Likes

How about to run fastboot commands

First (if you didn’t do it previously)
wget https://github.com/MasterDevX/Termux-ADB/raw/master/InstallTools.sh && bash InstallTools.sh


Then do
adb devices


Then
adb reboot bootloader


Then test it out with a command like
fastboot oem unlock should work fine…

1 Like

This would work to run autobooter to flash a tcl phone because my phone is bricked i want to unbrick it by flashing a new super to do that i would need autobooter to enter fastboot mode

How do i that

I don’t know linux at all so the errors wont help me