[android-developers] Re: Send zip file as mail attachment

2009-12-10 Thread Pedro Fraca
I think zip files can be sent via gmail. I've found the problem and is about the path passed to the next method works with sendIntent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(new File(/ sdcard/file))); instead file:///sdcard/file Cheers, On Dec 5, 9:47 am, Dexter#39;s Brain

[android-developers] Re: Send zip file as mail attachment

2009-12-05 Thread Dexter#39;s Brain
I guess, gmail doesn't support zip files. You can try sending the zip with any other mail client (of course with some other provider as well) and check. GMail doesn't allow you to send zip files from the browser too.. Thanks and Regards, Kumar Bibek http://tech-droid.blogspot.com On Dec 4,

[android-developers] Re: Send zip file as mail attachment

2009-12-04 Thread Dustin
I had a similar issue and found that the file was not readable by the mail app (running as a different user). Is /sdcard/test.zip world readable when viewed via the shell? -dustin On Dec 4, 4:14 am, Pedro Fraca pedro.fr...@gmail.com wrote: Hi  All. I'm trying to send a zip file as mail