[android-developers] Re: Sending file via FTP within android

2009-06-23 Thread lucj06
Thanks Mark, I'll check that. Regards, Luc On Jun 22, 4:38 pm, Mark Murphy wrote: > lucj06 wrote: > > Hello, > > In fact i was talking about the possibility to send a file via FTP > > from android. > > I just added andFTP in the picture as I read this client was

[android-developers] Re: Sending file via FTP within android

2009-06-22 Thread lucj06
Hello, In fact i was talking about the possibility to send a file via FTP from android. I just added andFTP in the picture as I read this client was good. Without talking about andFTP, are there any means to send a file via FTP ? thanks a lot, Luc On Jun 22, 2:46 pm, Mark Murphy wrote: > luc

[android-developers] Sending file via FTP within android

2009-06-22 Thread lucj06
Hello, I was not able to find anything regarding this topic on google so... i give it a try in the groups :-) In fact, I'd like to know if it's possible, from the android (from the emulator also) to send a file via FTP ? I heard about andFTP which seems to be a real good FTP client. So... I apolog

[android-developers] Sending file via FTP within android

2009-06-22 Thread lucj06
Hello, I was not able to find anything regarding this topic on google so... i give it a try in the groups :-) In fact, I'd like to know if it's possible, from the android (from the emulator also) to send a file via FTP ? I heard about andFTP which seems to be a real good FTP client. So... I apolog

[android-developers] sending email from android emulator

2009-06-22 Thread lucj06
Hello, I'd like to know if it's possible to send an email from the emulator (i'm using cupcake). I'm using something like: Intent sendIntent = new Intent(Intent.ACTION_SEND); sendIntent.putExtra(Intent.EXTRA_EMAIL, to); sendIntent.putExtra(Intent.EXTRA_SUBJECT, subject); sendInten

[android-developers] GPS not working

2009-03-24 Thread lucj06
Hello, First post in an android forum, so... quite new to this topic I didn't manage to get the following code working and didn't find anything that could help me. I'd just like to use the emulator to change the GPS coordinates and track the effects in the logs. I got the following from a tut