MINIMAL ADB AND FASTBOOT: Minimal adb and fastboot is a really very good tool and command line center for android users. With this tool you can execute a number of programs between your PC and android device. The minimal adb and fastboot command line can do a number of things including but not limited to copying files, installing android apps among others. Below are some of the most common adb commands that are handy for any android user.
1. adb devices
This command is used to check whether the phone is detected on the PC. If the phone is detected by the adb, it's serial number will be displayed Infront of the word devices. It is also important to note that before running the command, debigging is activated in the smartphone and if you don't know how to do that, you can follow the link below.
How to activate usb debugging
Minimal adb and fastboot setup
2. adb push
This command is used to transfer files from the Computer to the smartphone. When executing this command you always want to make sure you specify on the source and the destination of the files
RELATED;
No comments:
Post a Comment