Run ADB without a cable?

Just discovered virtualhere, but I can't figure this out: can I run ADB on my Windows machine and connect to my Android phone wirelessly? If so, what are the steps?

#2

You need virtualhere server to run where the phone is physically plugged in. And you need to run the virtualhere client on the windows machine where you want to use adb.

Put the phone into developer mode

In the virtualhere client, right click on the phone and select Use (there might be a few permission dialogs on the phone and/or server that need to be responded to) then adb will use the phone as if it was connected via usb cable

#3

Thank you. I was hoping I could do this by running a server on the Android phone, without having a third device running a server. Guess not.