[android-developers] Re: Copy a file from a Desktop PC

2011-09-08 Thread franky.b
:48 pm, Mark Murphy mmur...@commonsware.com wrote: On Wed, Sep 7, 2011 at 10:43 AM, franky.b frank.bit...@gmail.com wrote: I'm writing an application that must be able to copy a file between an Android device and a Desktop PC and vice versa. The best way to do this would be to connect

[android-developers] Re: Copy a file from a Desktop PC

2011-09-08 Thread franky.b
On 8 Sep., 14:07, Mark Murphy mmur...@commonsware.com wrote: On Thu, Sep 8, 2011 at 4:01 AM, franky.b frank.bit...@gmail.com wrote: Does the Android device at least appear as External Storage Device in the file explorer when it is connected via USB? If the user elects to mount it, yes

[android-developers] Copy a file from a Desktop PC

2011-09-07 Thread franky.b
Hi there, I'm writing an application that must be able to copy a file between an Android device and a Desktop PC and vice versa. The best way to do this would be to connect the Android device to the Desktop PC via an USB cable. Is there any API that can be used to copy files to and from the

[android-developers] Establish a VPN connection

2011-08-08 Thread franky.b
Hi guys, I'm new to Android development, coming from the Windows Mobile (.NET Compact) corner... We're about to port an application from Win Mobile to Android. One thing this application does is to start a UMTS/GPRS connection and to connect to a (previously configured) VPN. So my question is: