#adb shell

Should connect via USB to the attached device.

#adb connect <host>:<port>

Will connect via Ethernet to the device at the specified <host> and
<port>, where <port>, in most cases, is 5555.


sws-vinpa.

On Jun 29, 2:34 pm, tracheur <jkll...@suddenlink.net> wrote:
> Is there a mechanism for dynamically switching the adb transport
> between usb and ethernet? We are using rowboat with a 2.6.32 kernel
> where the adb gadget driver build has been changed to not allow
> building as a module. In 2.6.29 we have a custom mechanism to decide
> to insmod f_android.ko when we want to use adb over usb. With 2.6.32
> so far the adb over usb gadget is built-in to the kernel and I have to
> change the kernel build to switch between the two adb transports.
>
> The Kconfig help for the android gadget says "The Android gadget
> driver supports multiple USB functions. The functions can be
> configured via a board file and may be enabled and disabled
> dynamically." What mechanism is used to do this enable/disable
> dynamically?

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to