[android-porting] Re: switching between adb over usb and adb over ethernet

2010-06-30 Thread tracheur
That doesn't work. If I load the adb gadget driver for usb to work then I see "enabling adb" and "adb_open" prints on the console as adb is started from init.rc and 'adb connect' does not work but adb over usb works fine. Running 'netstat -a' shows no port, or otherwise, open for listening. If

[android-porting] Re: switching between adb over usb and adb over ethernet

2010-06-30 Thread sws-vinpa
#adb shell Should connect via USB to the attached device. #adb connect : Will connect via Ethernet to the device at the specified and , where , in most cases, is . sws-vinpa. On Jun 29, 2:34 pm, tracheur wrote: > Is there a mechanism for dynamically switching the adb transport > between