Run/install/debug Android applications over Wi-Fi?
See forum post Any way to view Android screen remotely without root? – Post #9. Connect the device via USB and make sure debugging is working; adb tcpip 5555. This makes the device to start listening for connections on port 5555; Look up the device IP address with adb shell netcfg or adb shell ifconfig … Read more