通过wifi连接设备
?
set ADB_HOST=192.168.1.1
?
adb connect 192.168.1.24:5555
?
回去再试一下
?
2011-6-1
见鬼了,在公司的平板电脑上可以,在自己的开发板上咋的就不行了呢?
能ping通就是连不上,
?
C:\Documents and Settings\fanfq>ping 192.168.1.105
?
Pinging 192.168.1.105 with 32 bytes of data:
?
Reply from 192.168.1.105: bytes=32 time=2ms TTL=64
Reply from 192.168.1.105: bytes=32 time=1ms TTL=64
Reply from 192.168.1.105: bytes=32 time=3ms TTL=64
Reply from 192.168.1.105: bytes=32 time=1ms TTL=64
?
Ping statistics for 192.168.1.105:
? ? Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
? ? Minimum = 1ms, Maximum = 3ms, Average = 1ms
?
C:\Documents and Settings\fanfq>set ADB_HOST=192.168.1.1
?
C:\Documents and Settings\fanfq>adb kill-server
* server not running *
?
C:\Documents and Settings\fanfq>adb connect 192.168.1.105:5555
* daemon not running. starting it now *
* daemon started successfully *
unable to connect to 192.168.1.105:5555