1 먼저 USB로 디바이스를 인식한다
2 adb tcpip 명령어로 tcp로 접속할 것을 셋팅한다.
3 adb connect 명령어로 바로 접속한다.
4 adb 명령어를 사용한다. 몽키를 돌리든 시스템을 죽이던 install을 하던 맘대로!!!!!!! USB 없이!!
Adb connect your_ip:port
디바이스의 wifi가 접속되어 있는 상태어야 하고 ip는 디바이스의 ip이다.
Port는 5555 가 기본이고.. adb tcpip 명령어를 통해 port를 바꿀수 있다.
출처: http://sailerya.tistory.com/13
Android Debugging - ADB over Network
참고 사이트: http://geekyogi.tumblr.com/post/24456172929/android-debugging-adb-over-network