Install ADB & FastBoot Tools in Termux! 2019

Install ADB & FastBoot Tools in Termux!


A)     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 

wget https://github.com/MasterDevX/Termux-ADB/raw/master/

InstallTools.sh -q && bash InstallTools.sh

B)     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





Follow us for more. 

1 comment:

How to add mouse input in cpp programming using xCode.mp4

  Download  How to add mouse input in cpp programming using xCode.MP4 🖱️ How to Add Mouse Input in C++ Programming Using Xcode When deve...