Thanks for posting this information. The only interesting thing that I’m seeing in the log is this…
[lua]CursorWrapperInner: Cursor finalized without prior close()[/lua]
You see, mail apps do SQL like queries to the Corona app to essentially ask for more information about the files it is trying to attach. Information such as the file’s display name, file size, mime type, etc. We return that information via a Cursor object in Android, which contains rows; kind of like how it works with a database. This is how we solved the “Unknown.dat” issue… and on Nook, responding to these queries was required to get file attachments to work.
I’m not sure if the above log message is the reason for the error that you are seeing, because the mail app clearly succeeded in fetching all other information from the Cursor. But it’s definitely something for us to investigate. Nothing on Android is ever easy. *sigh*
In any case, thanks again for investigating this on your end. [import]uid: 32256 topic_id: 30737 reply_id: 134663[/import]