Re: [android-developers] Re: App with usb connectivity

2011-03-12 Thread arun scaria
If i'm connecting my device to my laptop which have windows and linux.. Will it be detected.If so how can i refer the path to which the files to be copied.. I tried it..Failed on windows.. -- Arun Scaria Project Head | MEC Association of Computer Students Resource Head | MACS Forum Compute

[android-developers] Re: App with usb connectivity

2011-02-16 Thread gjs
Hi, At sdk level it is usually suggested that you use other means eg: bluetooth, http - tcp/ip, nfc instead of usb connection. Regards On Feb 17, 7:19 am, FrankG wrote: > Most of the devices  support multiple usb modi and > you have no standard way to know which one is > currently used. IMHO ma

[android-developers] Re: App with usb connectivity

2011-02-16 Thread FrankG
Most of the devices support multiple usb modi and you have no standard way to know which one is currently used. IMHO many usb details are currently vendor specific. Their is also no sdk support for your requirement. To point you in a possible direction could be for standard usb mass storage to

[android-developers] Re: App with usb connectivity

2011-02-15 Thread Paul
Bumping this message, as I too would be very interested in this... On Feb 13, 10:16 am, neohacker wrote: > Hi all, >                 I'm in the middle of an android app that need to check > whether the device is connected to another system or pendrive through > usb and if it is connected i need t