Skip to content

Instantly share code, notes, and snippets.

@xdtianyu
Created March 30, 2018 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xdtianyu/52206c892c12eae21d57935c678b4af0 to your computer and use it in GitHub Desktop.
Save xdtianyu/52206c892c12eae21d57935c678b4af0 to your computer and use it in GitHub Desktop.
adb wireless

enable developer mode, phone shell with root

su
setprop service.adb.tcp.port 5555
stop adbd
start adbd

ifconfig get phone ip address

from pc

adb connect 192.168.9.177:5555

use frpc for remote debug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment