1. monitor tcp port ``` => adb tcpip 5555 ``` 2. scan mobile ip address ``` => adb shell netcfg ``` 3. connect device by ip address ``` => adb connect device_ip_address:5555 ```