Page 1 of 1

mobileComposeMail and Attaching Photos

Posted: Thu May 30, 2013 10:03 pm
by JacobS
Hi all,

I'm trying to send a picture as an attachment from my Android tablet (Galaxy Tab 2). On iOS I used the code

Code: Select all

put the text of image "DataEntry" into tAttachment["data"]
put "image/png" into tAttachment["type"]
put (the date&the time) into tAttachment["name"]
mobileComposeMail "Gainseeker Collect Data Entry Picture",the cEmailAddress of me,,,"Picture taken by user EXAMPLE using Gainseeker Collect.",tAttachment
And it works fine. However, when I do the same thing on Android the picture is not attached to the email. I've also tried the command "mobileComposeHTMLMail" but the same thing happens. I can't find any documentation on mobileComposeMail that points me to a potential problem, so I'm at a loss here. Any ideas?

Thanks in advance,
Jacob
(Using LC 6.0.2 rc 1)

Re: mobileComposeMail and Attaching Photos

Posted: Mon Jun 24, 2013 4:06 pm
by JacobS
Self bump.

Re: mobileComposeMail and Attaching Photos

Posted: Fri Aug 23, 2013 5:25 am
by William Jamieson
Were you able to figure it out?

Re: mobileComposeMail and Attaching Photos

Posted: Fri Aug 23, 2013 1:21 pm
by JacobS
No, I wasn't able to figure it out. I've also been having a lot of trouble getting the

Code: Select all

mobilePickPhoto "camera"
command to work. Someone else posted about that problem here: http://forums.runrev.com/viewtopic.php?f=53&t=16587

Have you had any consistent success with either mobileComposeMail or mobilePickPhoto?

Thanks,
Jacob