Page 1 of 1

adb connect over wifi problems on revue running leaked 3.1

Posted: Mon Aug 15, 2011 10:04 am
by elsewhat
Hi,

I am trying to connect with ADB to a Logitech revue running the leaked honeycomb.
The connection appears to be ok, but no device is registered

This is the output of the commands
C:\DEV\android\android-sdk-windows\platform-tools>adb connect 192.168.1.9:5555
* daemon not running. starting it now on port 5037 *
* daemon started successfully *
connected to 192.168.1.9:5555

C:\DEV\android\android-sdk-windows\platform-tools>adb devices
List of devices attached


C:\DEV\android\android-sdk-windows\platform-tools>

192.168.1.9 is the revue's ip and the revue has remote debugging, mock locations and the calling adb's ip adresse added.
192.168.1.9 port 5555 reply to telnet from the machine running adb.

Any ideas?

Re: adb connect over wifi problems on revue running leaked 3

Posted: Tue Aug 16, 2011 4:43 am
by mrandroid
well my suggestion would be to put the ip address of your revue in a DMZ and try again. it might be a port blocking issue. by putting it in a DMZ, you open up all ports both TCP and UDP to the revue. if you have remote debugging set, mock locations set, and your computer's IP address in the debugger IP field, then it should work sans an issue with the aforementioned ports.