ADB mining
input ADB reboot bootloader on the command line
the phone will restart and enter the FastBoot mode
some mobile phone manufacturers may disable the command format in the bootloader code before leaving the factory, which may also cause the above command to fail to enter the FastBoot mode.
2. FastBoot may be damaged and a new FastBoot should be added to the mobile phone to solve the problem; The specific brush tutorial and brush package can be obtained by visiting the official forum of Xiaomi
3. In addition, the hardware failure of the mobile phone may lead to no response after entering the FastBoot, such as memory failure, processor failure, motherboard chip or other parts failure, etc. this situation can only be solved by contacting Xiaomi's after-sales service for comprehensive detection and maintenance of the mobile phone.
to load the ADB tool, open the shortcut key win + R, enter CMD, open the command console, and enter the path of CD + space + ADB toolkit, such as CD C / urser / administrator / desktop / ADB, which is the path on the desktop. If you use some brushing software to directly enter the ADB console, you don't need to load it
to connect the mobile phone, first enter DAB devices. If xxxxx devices pops up, X means the model and some miscellaneous English, which means the connection. Directly enter ADB shell to enter the Linux environment and directly execute shell commands
to have a driver, the ADB must be able to connect to the mobile phone.
The method steps are as follows:
1. First, turn on the computer, find the ADB in the computer and click it with the mouse
-
mobile phone settings - Developer option. After entering, check the USB debugging function. If there is no developer option, enter about mobile phone - software version. Click the version number continuously to mediate the developer option
-
load the ADB tool, open the shortcut key win + R, enter CMD, open the command console, and enter the path of CD + space + ADB toolkit, such as CD C / urser / administrator / desktop / ADB, which is the path on the desktop. If you use some brushing software to directly enter the ADB console, you don't need to load it
-
to connect the mobile phone, first input DAB devices. If xxxxx devices pops up, X indicates the model and some miscellaneous English, indicating the connection. Directly input ADB shell to enter the Linux environment and directly execute shell commands
http://wenku..com/link?url=vbDamH6atI1cxrY64c7Yi_ lZ7pHCQPavGUQMKw_- S6web0h7wocfjkyzn SK is the main shell command< br />
open the windows menu, enter the CMD command, and click OK to enter the command mode
2
enter the command D: (the d you enter here represents the disk where your SDK is stored)
then enter CD
3
and select your SDK path to the path
4
Click CMD, select Edit and paste to paste the copied path to
command line, and press enter
5
then enter the command ADB start service to open ADB
as shown in the figure, it indicates that the ADB service is successfully started, and you can use the ADB command
6
use the ADB shell command.