Background:


This installation process works on any Linux distributions that are based on Debian like Ubuntu, Pop Os, Zorin OS, etc.

ADB stands for Android Debug Bridge. This is part of Google SDK and this drivers lets you control your android device through shell commands to transfer files, also to install applications.

Fastboot helps in making modification to Andriod file system and update the partitions. For this the andriod device must be in fastboot mode or bootloader mode. This driver helps in flashing partitions like boot, system, recovery, etc. Sometime vendors like Oneplus, Google release beta version of their OS and post package. These packages can be installed through bootloader.

Installation:

Installation is pretty simple and its just a command away. 

Open your terminal in the Linux and run the following command:

sudo apt-get install android-tools-adb android-tools-fastboot


Once installation is completed, you  can test it by running the following command:

Basically this commands gives you the version of adb driver installed.

adb version

Now enabled USB debugging on your phone from developer settings and connect it to your Linux machine.



Run the following command and it showing your devices under the list of connected devices.

adb devices

Note:  If you do not see your device under the connected devices, then it means the drivers are not properly installed.



Behind the Blog


Hi, I am AA. An IT employee whose happy place in the world is her own home, a Cancerian (which tells many things), emotional, foodie and Harry Potter fan. Overthinking is both my friend and enemy.
Let's Get Connected:- Twitter | Facebook | Linkedin | Instagram



Hi, My name is Ravi Teja. I am a Salesforce technical consultant. Besides coding, I love hi-tech gadgets, playing video games, weekend trips, watching handpicked movies and experimenting with food.
Let's Get Connected:- Twitter | Facebook | Linkedin | Instagram

Post a Comment

If you have any doubts, Please comment below and I will respond to you.

Previous Post Next Post