请教各位ADB连接机顶盒的问题
应该是老问题了1、C:\Users\xg.Zh>adb connect 192.168.0.116:8000
connected to 192.168.0.116:8000
应该是连接上了
2、C:\Users\xg.Zh>adb shell
error: device not found
找不到盒子
3、C:\Users\xg.Zh>adb nodaemon server
cannot bind 'tcp:5037'
5037端口被占用了
4、C:\Users\xg.Zh>netstat -ano | findstr "5037"
TCP 127.0.0.1:5037 0.0.0.0:0 LISTENING 8752
上面显示PID为8752的进程占用了5037端口
5、C:\Users\xg.Zh>tasklist | findstr "8752"
adb.exe 8752 Console 1 9,376 K
这里我们查到了PID为8752的进程adb.exe
6、没有冲突,就是找不到设备
请教各位前辈,谢谢!
什么型号的盒子 zxv10 b860a
页:
[1]