Jump to content

(Archived) Android enex Intent Problem


niryuu

Recommended Posts

It seems Android enex Intent has a problem.

http://dev.evernote....ers/Android.php

When I send an Intent application/enex, the Evernote native app fails to sync and freezes.

On my inspection,

  1. sample code 1.2 and 1.21 have intent examples, but enex function(createNoteUsingEnex) not works
  2. version before 3.1.1 work, and after 3.3.1(includes the latest 3.6) not work
  3. I tried on android 3.2/4.0.4 tablet.

​I want to create our original form, and use the great sync function of the official app.

Please fix this.

Sincerely.

Link to comment
  • 1 month later...
  • 3 weeks later...

I see the same issue described above. I'm on samsung galaxy s android 2.3.5 with evernote 4.04.

From the log...

I/ActivityManager(109): Starting: Intent { act=android.intent.action.SEND dat=file:///mnt/sdcard/data/com.evercite/files/note.enex typ=application/enex flg=0x3000000 cmp=com.evernote/.note.composer.NewNoteActivity } from pid 2135

The first problem I see after calling the intent is

06-28 23:15:44.988: I/com.evernote.Evernote(2145): +++++++++openOrCreateDatabase()::start/mnt/sdcard/Evernote/.external-1322600773132-Evernote.db

06-28 23:15:44.988: I/com.evernote.Evernote(2145): ::evernoteSDcardPath=/mnt/sdcard/Evernote

06-28 23:15:44.988: E/com.evernote.Evernote(2145): ::stack trace=

06-28 23:15:44.992: E/com.evernote.Evernote(2145): java.io.IOException

06-28 23:15:44.992: E/com.evernote.Evernote(2145): at com.evernote.Evernote.openOrCreateDatabase(Evernote.java:283)

06-28 23:15:44.992: E/com.evernote.Evernote(2145): at android.database.sqlite.SQLiteOpenHelper.getWritableDatabase(SQLiteOpenHelper.java:118)

Then the synch fails a couple of times further down in the log and hangs.

I can email the log if you like.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...