

Tap on it to enable USB debugging on your phone. Open the Developer Options and scroll down till you see the USB Debugging option. Here, you should see a new option listed as “Developer Options.” When done, navigate to the System option (still on the Settings app). Continuously tap this option seven times to enable USB debugging. First, open the Settings application and click on “ About Phone.” Scroll down until you see the “ build number” option.

Find the build number on your Settings app and tap it continuously seven times until you see the notification “you are already a developer.”įor this post, we will use a Tecno phone. The procedure might differ from one phone to another. To use ADB tools on your Android phone, we first need to enable USB debugging. To install ADB on any RHEL-based distribution, execute the command below. Debian/ Ubuntu-based distributions sudo apt-get install android-tools-adb Execute any of the commands below depending on your Linux distro.

To install ADB tools on Linux systems is pretty straightforward. It enables you to install custom ROMs, root your mobile phone, or perform a custom recovery. That is made possible because this utility is built-in with the Android SDK. A more exciting bit is you can use ADB to remove malware and other malicious apps from your phone.įastboot, on the other hand, is a command-line tool that allows you to modify the flash system on your Android phone from your computer. With ADB, you can efficiently perform tasks like accessing your phone UI from your laptop, taking screenshots from your PC, and more. To use ADB, you will first need to enable USB debugging on your phone – We will discuss this below. This tool enables you to have more privileged access over your phone. The Android Debug Bridge (ADB) is a command-line tool that you can install on your PC and execute commands directly on your Android phone. Even though Android is regarded as open-source, phone manufacturers add certain restrictions which prevent the average user from tweaking the software. To understand ADB, let’s have a quick look at what happens on an Android phone under the hood.Īndroid mobile phones run a customised version of the Linux kernel to perform the core system services ( It must be a surprise to know Linux has a massive market in the phone industry, right?). Installing and Uninstalling Applications.Optional: Connecting to USB Debugging Wirelessly.
