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?