Android TV Box ADB Connection Method Description
Tomato
www.sztomato.com
2020-03-12 17:36:59
Android TV Box ADB Connection Method Description
1. Install adb debug on your computer.
2. Box open developer mode (Settings >> About box >> Build number) Click "Build number" for 3 times
Option, go back, go to "Developer options" and open "usb debug".
3. The computer and the box must be on the same local area network (the computer can share a hotspot) and get the box ip (Settings >> About box >> Status >> IP address).
4. Run cmd on the computer (enter the directory where the adb program is located), start the adb program: adb start-server, connect the box: adb connect 192.168.xx.xxx, and enter the shell: adb shell.