[android-kernel] Is Usbnet driver (host) available for android2.2?

2010-08-20 Thread Hu Haiqing
Hi, Dear All: I would like to insert a device to android phone through usb interface . and hope the phone can access the device through tcp/ip protocol. is it avaialble to me The device is standard usb CDC device, in Ubuntu, I can see the ip address use ifconfig command when I insert the device

[android-kernel] Re: Android USB adb device not being enumerated.

2010-08-20 Thread Vikram
Check using getprop what is the value for: service.adb.tcp.port If this port is set, the ADB defaults to ethernet and then USB would never work. If you init.rc sets this property, then you can comment it out. http://omappedia.org/wiki/Support_Tools#ADB_over_USB On Aug 17, 9:11 am, datapig w