[android-porting] Re: Getting Android app to communicate with Windows app via USB

2012-04-02 Thread Chris Stratton
On Thursday, March 29, 2012 10:02:20 PM UTC-4, NYL wrote: > > I would like to create an Android application that communicates with a > PC Windows app using the USB interface. May I know if this is > possible? Do I need to modify the Android OS, add in drivers or can > this be done at the applica

[android-porting] Re: Getting Android app to communicate with Windows app via USB

2012-04-06 Thread chenyq
very comprehensive On 4月3日, 下午12时39分, Chris Stratton wrote: > On Thursday, March 29, 2012 10:02:20 PM UTC-4, NYL wrote: > > > I would like to create an Android application that communicates with a > > PC Windows app using the USB interface. May I know if this is > > possible? Do I need to modify

[android-porting] Re: Getting Android app to communicate with Windows app via USB

2012-04-06 Thread A Curtis
There is another option that I believe works on all Android platforms. At least the drivers exist. Unfortunately I have not found a standard mechanism to enable it operation. All Android platforms that I have encountered include g_ether.ko. This is a gadget ethernet kernel module which may be used

[android-porting] Re: Getting Android app to communicate with Windows app via USB

2012-04-06 Thread NYL
Thank you very much for the clear reply. It helps a lot. On Apr 3, 12:39 pm, Chris Stratton wrote: > On Thursday, March 29, 2012 10:02:20 PM UTC-4, NYL wrote: > > > I would like to create an Android application that communicates with a > > PC Windows app using the USB interface. May I know if thi

[android-porting] Re: Getting Android app to communicate with Windows app via USB

2012-04-06 Thread A Curtis
> > I would like to create an Android application that communicates with a > > PC Windows app using the USB interface. May I know if this is > > possible? Do I need to modify the Android OS, add in drivers or can > > this be done at the application level? > > This is possible, but poorly supported