jkgooch / androidscreencast

Automatically exported from code.google.com/p/androidscreencast
0 stars 0 forks source link

how to use androidscreencast if not usb available #55

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
hi,all

i use an experimental android device and want to use androidscreencast to 
remotely control this device. but currently the USB port is not available, can 
i use wifi or wifi-ethnet to use androidscreencast. any tips will much 
appreciated

Original issue reported on code.google.com by wells.we...@gmail.com on 10 Jun 2010 at 5:28

GoogleCodeExporter commented 8 years ago
There are othr programs out there that do this. webkey is one. 

Original comment by davidjmo...@gmail.com on 4 Oct 2010 at 8:31

GoogleCodeExporter commented 8 years ago
hi, please try wifi connection
for example, if you wifi interface is 192.168.1.100
use below commands:
(1) export ADBHOST=192.168.1.100
(2) adb kill-server
(3) adb start-server
(4) adb device
    you should find your phsical device is mapped to one emulator
(5) then you can run androidscreencast

Original comment by wells.we...@gmail.com on 5 Oct 2010 at 10:29