

adb reboot recovery – Reboot your device in recovery mode.Existing file will be overwrite with this command. adb push – Copy any file from android smartphone and send it to computer.For eg “adb pull /sdcard/video.mp4 C:\Users\Sahil\Desktop”. Be noted that the existing file will be overwrite with this command. adb pull – Copy any file from your computer to phone storage.adb help – Provide full documentation and help regarding ADB Command.adb reboot – Reboot your device whenever you want.adb devices – Show all the device that ADB has picked up.There are lot of commands that you can enter in ADB command interface but we have selected the list of few command which are necessary and important for every users starting with the basics. We have already discussed about how you can install ADB on your computer but forgot to mention the list of command that are used by many developers in order to update android phone. Its ability to execute command and terms of how command is given is often compared with the Linux based command line system and if you know the Linux interface a lot better then there will be no problem for you to use ADB command system. ADB commands are frequently used to execute fastboot based command which is helpful to flash file and tweaks android system. With ADB software installed on computer you can connect your phone to computer via USB cable and transfer any kind of files and can also enter scripted command in DOS based interface to execute it. In short ADB is command based interface that has list of command which a user can type to modify the android device through computer. It is a tool developed by Google company for android users and professional so that communication between computer and android device could be easy. ADB and Fastboot Commands:- In terms of rooting you should learn or at least hear about the term named ADB known as Android Debug Bridge.
