android-screen-monitor icon indicating copy to clipboard operation
android-screen-monitor copied to clipboard

[Feature Request]

Open vdhatterwal opened this issue 9 years ago • 1 comments

First of all hats off for this nice work!! Can you please add option to connect to device over WiFi. I have done adb tcpip 5555, now all needed for perfection is option to view over WiFi. As while connected to USB, the touches are not accurate and keep getting clicked on random places. And it would be even cool, if image is resized at source for speeding up the mirroring. Thanks a lot!

vdhatterwal avatar Jan 06 '16 06:01 vdhatterwal

Instead of adb tcpip 5555 try running this adb connect 192.168.1.123:5555 (where 192.168.1.123 is the IP address of the device). Then you can connect to the device. I use a forked version of android-screen-monitor in droid explorer which allows the device to connect to be passed in to android-screen-monitor as an argument. But, when you go to the "select device" it should show the device in the list.

If it works correctly, you should see your device IP:5555 in the list if you do adb devices -l

camalot avatar Apr 03 '16 19:04 camalot