Hello dear visitor to Valley4Techs blog, Perhaps this is the first time that you see the concept of ADB program, in this article we will review with you what is ADB program? What are its benefits? And how can we benefit from it as Android users!
Regarding the definition of the ADB tool?
It is a powerful and qualitative tool that enables you to do many things, most notably moving and pulling records, installing and uninstalling applications, even with it you can “root” the Android device and place a custom ROM, as well as create a backup process for everything related to the phone from A to Z, and It is also very useful when your Android device is not working as it should or when things are too messy and unfit for normal use.
And dealing with this program through a set of commands and is the subject of our article for today, but before dealing with these commands let us explain more what is ADB.
This program is dealt with the Android device side by side with the computer, specifically with the Command Prompt window, and at first glance you will find its set of commands frightening and complicated, but when you want to go into the details of the program, you will make sure that it is very useful.
Through this program, you can fully control the Android system by connecting the phone with the computer via a USB connection.
In detail, the ADB program is an acronym for the Android Debug Bridge, and this program comes within the Android Application Development Package known as the SDK.
How to install ADB tool
After briefly mentioning these details, but more comprehensively we come to the program’s working ideology, where the first thing you do is to install the ADB program on your computer, and fortunately, unlike previous versions of the development packages, you will not need to fully install the SDK.
Simply you will have to download a zip file, which is an ADB program, separately, and you can download it with a direct link by clicking here, after that you have to unzip and install it in the main Partition Drive C, so here we have finished installing the programs.
How to run ADB tool
Now, open the command prompt on your computer by pressing the Windows logo button + the letter R button on the keyboard, the Run screen will open, type CMD in it and then press the Enter button, or through the search box on the taskbar, type in it CMD and press Enter.
After opening the command prompt, you should type the following command without commas: “cd c:\adb” This command will open the ADB program, we have not finished the preparation process, you should now go to your Android device and connect it to your computer with a USB connection, but in the beginning you have to activate the options Developers for your Android device.
Then you can proceed with testing the commands below, as we indicated to you earlier that this tool is dealt with by means of commands.
Top 10 commands in the ADB tool that an Android user can take advantage of this tool.
1- Start or stop ADB server command:
Obviously, the first thing you should know is how to start and stop the ADB server and this of course will allow you to interact with your connected Android device.
To start the ADB server, use the command below:
If your device is properly connected to your system, the command will scan the system and list all connected Android drives for you.
Example of source and destination, just like this command:
Example of source and destination, just like this command:
If you have multiple connected devices, and you want to install the APK file on only one device, use the command to know the previous serial number and type the following command:
In case you want to uninstall any application, just type the command below and don’t forget the name of the file or package.
إضافة تعليق