I am trying to connect Logitech Revue STB with Eclipse, because I want to try to build and install some old Android app for mobile phones, and if necessary modify it for STB. I don't have USB cable, so I'm trying to connect it via Ethernet on local network. I tried with ADB command like:
adb connect <ip.address.of.device>
but it doesnt work. Is there any other way to work this out?