Android ADB 配置永不关闭无线调试

#需开启Root
adb root
adb remount
adb shell
cd /system
cat build.prop
echo service.adb.tcp.port=5555 >> build.prop
reboot