Display the enterprise-level PicoNeo3 device number on the console through the adb devices command

1. Download adb related packages


It should be noted here that when installing the adb environment, it is best to install all the AndroidSDK environment, as in the above picture, the download and installation address of the author's version of the SDK package: https://download.csdn.net/download/jianjianshini/ After the download of 12536678
is complete, unzip it to get this folder.

Second, install the adb environment

1. Copy the path related to the adb environment. Since the author decompresses the installation package in my local path, the author's adb path is D:\Android SKD\android-sdk\android-sdk\platform-tools .
insert image description here
2. Open the environment variable window in the computer and edit the Path path text.
Please add a picture description
3. Add the copied adb environment path to the Path path ( when adding the adb environment path to the Path variable value , pay attention to the semicolon separation ). 4. After the addition is complete, open the cmd window of the computer (the shortcut key is Win+R). Enter the adb command. After the installation is successful, the version of adb and the local path where the adb environment is located will be displayed.
Please add a picture description
insert image description here

insert image description here

3. Open the developer permission of enterprise-level PicoNeo3 (the most important step).

1. First move the handle ray to the software version number option, and then press the handle 4 to 5 times . If the developer option appears in the settings, it means success. If the developer option does not appear in the settings, repeat the above steps, but change the target of the handle selection to the Android version number or the device serial number . It is not successful until the developer options appear in the settings .
insert image description here

2. Related settings in the developer options. The USB debugging switch must be turned on, and the USB connection is set to the option of transferring files.
insert image description hereinsert image description here

4. Check whether the Pico device number is successfully displayed

Use the USB cable to connect the helmet to the computer, then open the cmd window , enter the adb devices command, and only if a string of numbers and letters is successfully displayed is successful.
insert image description here

Guess you like

Origin blog.csdn.net/jianjianshini/article/details/122139756