Android 设备开机或联网时自动开启无线调试(WIFI调试)
Android 设备开机或联网时自动开启无线调试(WIFI调试)
一般安卓设备要自动开启无线调试,必须USB连接电脑,然后电脑cmd或终端中输入
1 | adb tcpip 5555 |
如果要设为自动开启无线调试,应该怎么弄?
前提:Android 设备需要 Root !!!
一、修改 /system/build.prop ,在末尾增加一条 service.adb.tcp.port=39999
我的红米note5可以,magisk刷的root,但红米4不行,root有手机管家管理,即使给予文件管理器root权限也无法修改该文件
二、在shell中,最好是su(我的是su),执行setprop persist.adb.tcp.port 39999
我的红米4可以
https://www.52pojie.cn/thread-1619496-1-1.html
https://blog.csdn.net/lovelyelfpop/article/details/121395764
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.