How to install ADB in Termux | No Root |

Install ADB & Fastboot In Termux :

Hello guys, welcome to our blog today we are going to install ADB in Termux. All of people don't have computers to use ADB features but you have an android phone. Yes you can use ADB Features in Android devices. Adb is commonly known as Android Debug Bridge. Installing ADB is very easy 😜. To use ADB we will use Terminal Means Termux App. First we will install Termux App on our device then we will install Android Debug Bridge (ADB). 

What is Termux? 

Termux is a Linux based terminal emulator for Android Devices. We can use terminal in Android devices using Termux App. Termux is totally same as kali Linux. Mostly Hacking from Android Devices is performing by this App ( Termux). It's is an emulator. Termux have many tools inside on packages but you can add additional packages in it. 

What is Android Debug Bridge ( ADB)?

Android debug bridge ( ADB) is a programming tool which help us to debug Android fuction devices using USB or TCP Connection. In the simple words ADB is used to communicate with a device. It has two end one is client and the other is host PC, where the server connects to daemon and Android device. Using the ADB you can install Application on the communicating device. ADB provides a shell which is used to giving the favorable commands to communicate according to us. 

What is Fastboot? 

It is a protocol it includes Android SDK packages generally used to flash a file system using USB connection form a host device like Computer.Fastboot does not need to enable USB Debugging option. Many of Android Devices support Fastboot means not all devices support Fastboot. 

Let's Start :-

Requirements :-

  • Termux
  • ARM OR ARM64 Processor
  • Good Internet Connection
  • Some Space! 

Downloading & Installing Termux App in our device :-

Download Termux App By clicking here

To install the Termux App you have to go in Download folder. Then you have to click on Termux App Which has downloaded. Now click on install. If you see a popup Allow Unknown App Source simply enable it & click on install it will be install if you have any issue please dm me on Instagram. My Instagram link is available in end of the article. 

How to check your processor type :-

For checking your processor type you need to paste the below command. Remember it works only because if your processor type is ARM or ARM64. It was tested on these processor only and it works smoothly on it. Just follow the below command to find. 

uname -a

Setting Up Termux & Installing ADB :-

Setting Up Termux for installing ADB :-

First of all you need to update the Termux-Respository  and install some tools in the App. Just copy and paste below commands in Your Termux. 

apt update && upgrade

pkg update && pkg upgrade

apt install git wget curl -y

Installing ADB in Termux :-

Now we are going to Install ADB. If you have do upper work correctly you can now clone and execute the installation script. Simply copy the below code and paste in you Termux App. 

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

 πŸ‘‡πŸ» Silent and one click Installation πŸ‘‡πŸ»

If you want to do it silently or install silent you can use below command but you can't see the error code correctly so you have to prefer use one by one commands. Using one by one reduce the chances of error. If you want to installing silently then use below command. 

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

How to uninstall ADB :-

If you want to uninstall ADB completely from your Termux App. Just paste the below command to remove completely ADB form your Device. 

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

If you have any problem to understand you can see this video πŸ‘‡πŸ». 


Also Read :- How to hack Android devices


Thanks for reading!! ❀❀

If you have any problem please comment or dm me.

Please Follow me on Instagram.

Comments

Popular posts from this blog

How to hack WhatsApp using Termux || Termux WhatsApp Hacking ||

How To Install L3MON In Termux