T1&S1 install APK via ADB

1. First open the CMD menu and check the root directory address. (The root directories of different computers are different)

Method: WIN+R key; enter cmd

2. Copy the configuration file to the above root directory

3. After the file copy is completed, turn on the body camera and connect it to the computer with a data cable, and the driver will be installed automatically. After the driver is installed successfully.

On the CMD interface, enter adb devices and press Enter; there are spaces between words

If the computer can read the device normally, the serial number of the device will be displayed

  1. uninstall apk

Use the command to list all third-party package names

adb shell pm list packages -3

Use the command to uninstall the apk

 adb uninstall com.crearo.dsjt100

  1. install apk

Use the command adb install -r

There are spaces between words, and there are spaces after -r

Then drag the corresponding apk into the cmd interface

After prompting success, you can unplug the data cable and use the device normally.

(68 messages) [Free] T1&S1 installs APK resources through ADB-CSDN Library 

Guess you like

Origin blog.csdn.net/dualvencsdn/article/details/131472428