Android :: App Can View Powerpoint Email Attachments?
Nov 17, 2009I am using TouchDown for Exchange on Motorola Droid, which app can open powerpoint and all other MS Office 2003/2007 attachments?
View 6 RepliesI am using TouchDown for Exchange on Motorola Droid, which app can open powerpoint and all other MS Office 2003/2007 attachments?
View 6 RepliesI just got the Captivate, and I am having difficulty viewing attachments (Low kb excel spreadsheets and word documents). The weird thing is, it let me open one excel sheet once as what looked like an html instead of excel, which is fine as long as I can see it, but this hasn't happened since and it wasn't any particular thing different that I did. What should I do? Is it a bug with my specific phone?
View 2 Replies View RelatedWhen I try to view or save e-mail attachments, I get the message "Sorry, an error occurred. Please try again. If the problem persists, there may be a problem with the file you are trying to access." I even tried to view or save e-mail attachments that I could access before and save and they are not even working.
View 1 Replies View RelatedI've searched and cannot find anything regarding rtf files and the Droid.
Can anyone help me by directing me towards and app or setting that will allow me to view rtf files received as email attachments?
I have Documents to Go full version but the phone won't even download the file.
I can not view attachments that comes through, my gmail account. It takes me to HTML viewer but will not open. any suggestion.........Motorola Cliq
View 1 Replies View RelatedI'm using a HTC magic with gmail app to read my mail
Is it possible with this app to view PDF mail attachments?
When I click preview it opens an empty window ..
My company has both Ev's and Intercepts. When users forward email using these devices the forwarded message gets attached as a .e mail file and neither can open attachments sent by these phones.
View 4 Replies View RelatedOn My Samsung Captivate (AT&T) I can forward emails with attachments, but the attachments do not show up when I open the forwarded email. I am using the native Email app for my phone. I have seen several threads about this but none were any help a all. Does anyone know the REAL issue with this problem?
View 2 Replies View RelatedI've hit my first real usability snag with the G1.I tried to send a word processing file to someone via the gmail client on the G1 today, and found that I could select only photos and no other file type for attachments.So I fired up the browser and went to the desktop version of the gmail web site, and in the composition window, the button under the attachments section is captioned "Uploads Disabled" instead of the usual "Browse."Does anyone have a workaround for emailing non-jpeg attachments? This is a feature that I need to use on practically a daily basis. Any developers out there working on an email client, please support this feature.
View 37 Replies View RelatedI returned my Droid some time ago because I could not forward customer blueprints and inquiries on ot my plants. The files were imp. tif. jpg. excel and word. I was told by Verizon that the phone might do it after some further updates. What is the real deal here. Will 2.1 fix this? I went back to my 2 year blackberry becaue the email was far more reliable and I could forward whatever came in with the emails I got. Is Android not ready for the business market yet, or have things changed since the Droid intro.
View 6 Replies View Relatedis it possible to send email with multi attachments? Because what i see is only Intent.EXTRA_STREAM to attach the file, and it's only one file.
View 8 Replies View RelatedI can't open email attachments. Says they are corrupted. I know they aren't because I can see them on my desktop.
View 6 Replies View RelatedI was notified by one of my customers that she was unable to use the feature of my application where she is supposed to be able to send her data as an attached csv file to an email. When I run this on my emulator at home, it works. She reports that she's using the GMail client. I'm not clear on what that is. I'm using the standard way of attaching a file.
There are a couple of exceptions. I notice that other examples of attachments on the group use the SD Card to save the file before sending it. Because of the section on files in this article:
http://developer.android.com/guide/topics/data/data-storage.html
I chose to use the internal file storage. I do not anticipate the files my application produces ever exceeding 200 KB.
So, does writing the files to internal storage only work on some phones? Should that be mentioned in the above-referenced article? It seems kind of important, since everyone seems to be using external SD Cards and not the internal memory.
Here's my code.
CODE:.....................
I am trying to send an attachment through email. When composing the email, everything looks great (attachment seems to be included and ready to send). However, the attachment does not get received on the other side.
Below is my code example:
CODE:.....................
I have an Android app that I am working on that needs to get regular data updates. However, the only way that I will ever be able to receive the data is via csv files arriving as email attachments. I wish that I could use a web service or something else more reliable; however, this is the constraint that I am working with.
So, how can I build the functionality to monitor all incoming mail and if I receive a message with a specifically named attachment that has the expected MIME type, automatically save the attachment so that my app can process it?
I'm try to send an email with multiple image attachments.I'm trying to develop an application which has a button and when i click the button mail has to be sent with image attachments. email address is hard coded.
View 3 Replies View RelatedI've written an app that can handle the VIEW action for a given mime Type, say "application/foo". By adding the following to Android Manifest.xml the Browser automatically uses my app to open downloads of that type. The G Mail app also tries to use my app to Preview attachments of that type, but it's passing a URI with scheme "g mail-ls://" rather than a "file://" URI. I guess I need to use a Content Provider to get the attachment data, I haven't looked into that yet. But the real mystery is the Email app there just doesn't seem any way to make it open the attachments. Any pointers? Opening attachments is a very common requirement of course, and I would expect the Android platform to encourage developers to write apps to handle more mime types. Instead I couldn't find any answers.
View 7 Replies View RelatedIs there a way to open attachments in either gmail or the imap email with out having to have ms office?
View 1 Replies View RelatedI have a Samsung Mesmerize through US Cellular. I am getting my company email on the phone just fine.. But when I get emails with attachments I have to save the attachments on the phone then navigate to where they are saved to be able to view them. Is there a setting that can be changed or an app to download that will allow me to view the files without saving them to the SD card?
View 1 Replies View RelatedI own the Vibrant and use gmail. Its the only email synced with the phone.
Ive learned that when you using the Gmail app, it wont let you view attachments that are in a format you cant view. I got an email with a video attached that was recorded on an iphone. Its in the .mov format. It wont let me mess with the attachment in the gmail app but when I got to the website gmail.com, it lets me save that file. When I went to open the file, it said....format not supported.
Is this true? Can the Galaxy S really not view videos shot on an iphone? Is there an app in the market for this? I know I can convert the file when im on a mac or PC but I want to view it on my vibrant.
I'm trying to create a default handler for .p7s/.p7b files in Android.
I figured the best start would be to create a BroadcastReceiver that will capture the intent from the Android email application (or K-9 if that's a need) for opening of certain attachments (filtered by mime type). Specifically I'm trying to handle s/mime email so looking for the "application/x-pkcs7-certificates" and "application/x-pkcs7-certificates" mime types.
Just as a basic test I've been trying something like this:
CODE:..........
I've tried using the following mimeType filters as well (testing signatures first):
CODE:................
I can't seem to get the IntentReceiver class to capture the intent no matter what filtering I use though. Am I going about this the wrong way?
a friend sent me an sms with a ringtone attached. The file d'loaded ok but I cannot for the life of me find where it downloaded to I am thinking I will perhaps have a similar problem with email attachments.I have read the manual section on attachments but can't say I am any wiser.Where might it be hiding, and if I do find it, how would I add it to my ringtones pls?
View 2 Replies View RelatedHey guys recently I try to open my email attachments but when is about to show it forcecloses and it happens with all with all the attachments from different senders.Any idea what the problem is?
View 3 Replies View RelatedHow do i view attachments to my hotmail from the phone? My friend sent me pics from a fishing trip and I'd like to be able to view them on from the phone.
View 2 Replies View RelatedI got my google mail working and my Exchange account for my email.When I first looked at my exchange account I was happy to see that I could open a PPT document. I thought great news! However last night ( 3 days later) I could not open a document for the life of me, it keeps stating "fetching from server". My email stays on the server so its not like that original email was deleted. My gmail account opens up the attachment just fine (did a test) so does anyone know why I cannot open an attachment in my Exchange email (corporate app)?
View 15 Replies View RelatedI'm relativley new to Android. I've got an HTC Desire & most of my incoming emails are not on a googlemail address.I've never been able to open email attachments for example today I've recieve a message showing a 300kb jpg image attachment. I've previoulsy noticed that I cannot open PDFs or MS Word docs - I do have the PDF viewer & Quick office installed.
View 1 Replies View RelatedI did a search and found something similar, however, the thread turned into a debate why attachments are bad.I emailed myself a jpg attachment and was able to download and view the pic. However, I do not know how to save the pic to use it as wallpaper.
View 4 Replies View RelatedI'm trying to email a few pics and a video i took on my phone to myself and it just shows up in my outbox. How long does it take to email attachments like this? I even turned on wifi cause i thought it might require wifi like youtube does
View 5 Replies View RelatedI cannot open email attachments of any type using the stock email or TouchDown app, which I use to pull email from my job's Exchange Server. Email functions fine otherwise. I can see that an email has an attachment, but when i click to download, the process begins then always ends with the message 'Not implemented". This happens will all file types.
I'm using an AT&T SGSII with Android 2.3.6
Is there any way to view all of the attachments in a picture message rather than going back and forth from the message?
View 5 Replies View Related