Any questions or comments about termux please post here?
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
Is that the command to type in
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
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…
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