Created
September 27, 2014 15:13
-
-
Save zhengzhou/35d5b60340ac1b25d767 to your computer and use it in GitHub Desktop.
adb wifi调试
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
su//获取root权限 | |
setprop service.adb.tcp.port 5555//设置监听的端口,端口可以自定义,如5554,5555是默认的 | |
stop adbd//关闭adbd | |
start adbd//重新启动adbd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
.如果要关闭的话,则奖第三步中的5555改成-1重新执行一遍即可。