使用ADB网络调试

CPE
setprop service.adb.tcp.port 5555
stop adbd
start adbd
 
adb get-state
 
PC
adb connect x.x.x.x:5555
 
adb push xxxx /syste/bin/xxxx
 
 
adb remountremount文件系统,使CPU文件系统可写)
原文地址:https://www.cnblogs.com/gavinwu/p/3151909.html