HOW TO adb across LAN with the Logitech Revue

Jerry Hildenbrand

Space Cowboy
Staff member
Oct 11, 2009
5,569
2,797
113
Visit site
If you don't know what this is, or don't know why you'd want to do it, don't.

This procedure is verified to work with the official Honeycomb update for the Logitech Revue. No, I don't have the update but spent a while with someone who says they received it this morning on a brand new Revue during the initial set-up.

Get the internal IP address of your computer.
Use ipconfig from the cmd line in Windows. You can Google those directions.

Get the IP address of your Revue
HOME>MENU>SYSTEM SETTINGS>NETWORK>NETWORK INFO

Enable remote debugging on the Revue
applications>Development>remote debugging
enter the IP address of your computer as the debugger IP address (not the IP address of the Revue)
Choose "set" to set it.

adb via your LAN
On your computer, act as if you were running adb locally (be in right directory, have right permissions, etc.)
run this command to connect to the Revue:
Code:
adb connect <your Revue's IP address>:5555
Enter
Code:
adb shell
Enter

commands like push, pull, install, etc. all seem to be working.

Will post more as i know more. Hurry Logitech and get me my HC :p