https://s3-us-west-2.amazonaws.com/secure.notion-static.com/69c79f09-9ffb-4656-9e2c-b1240e793d08/ADB_cmd_screenshot.png

This instructional exercise contains a complete rundown of the most significant and ordinarily utilized ADB Fastboot Commands. In addition, directions on How to Enable Developer Options and USB Debugging on an Android gadget are likewise included. Similarly, this instructional exercise additionally contains a definite guidance set with respect to the means to Install ADB and Platform Tools on any PC. Toward the finish of this aide, we have drilled down all the conceivable ADB and Fastboot Errors just as the guidelines to fix them.

ADB or Android Debug Bridge is an order line apparatus that is a piece of the Android Software Development Toolkit. It is for the most part utilized for setting up a fruitful association between the PC and gadget, which could then be utilized for performing different capacities. These incorporate record establishment, rebooting to fastboot or recuperation, opening the bootloader, and some more.

To be honest talking, there are tons and huge loads of ADB and Fastboot codes, however most of them aren't needed more often than not. Accordingly instead of hauling this aide with pointless codes, I would cover the most significant and every day utilized ones. Besides a portrayal of every one of the codes will likewise be given next to each other. For your benefit, the aide is separated into two portions. The first covers the ADB codes though the following one is about the different Fastboot orders.

Most Commonly Used ADB Commands:

For the main portion of the aide on "Most Important ADB and Fastboot Commands", we will zero in on different ADB codes.

Check ADB Connection

To check whether the gadget is appropriately associated and is in ADB, enter the beneath code. Until you get an alphanumeric code with the word 'gadget' close to it (see screen capture underneath), you can't complete any further activities. Likewise, make that gadget isn't perceived as 'unapproved'.

ADB Shell Command

To cooperate with your gadget's working framework, enter the beneath codes. Though there are huge loads of adb shell orders, you could track down the main ones in this aide.

adb shell

Reboot to Bootloader/Fastboot Mode

Utilize the underneath order to boot the gadget to Fastboot or Bootloader Mode

adb reboot bootloaderReboot to TWRP or Stock Recovery

To boot your gadget to TWRP or stock recuperation from the booted OS, utilize the beneath order:

adb reboot recoveryPull Any File through ADB Pull

To 'pull' any record from your gadget and send it over to PC, enter:

adb pull/document area on-gadget/filename

Push documents through ADB Push

Likewise to 'push' any document to the gadget from PC, type: