niryuu 0 Posted April 4, 2012 Share Posted April 4, 2012 It seems Android enex Intent has a problem.http://dev.evernote....ers/Android.phpWhen I send an Intent application/enex, the Evernote native app fails to sync and freezes.On my inspection,sample code 1.2 and 1.21 have intent examples, but enex function(createNoteUsingEnex) not worksversion before 3.1.1 work, and after 3.3.1(includes the latest 3.6) not workI 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
FelixS8 0 Posted April 9, 2012 Share Posted April 9, 2012 I have the same problem...When i tried the example App HelloEvernote and click CreateNoteusingEnex, i just get a black screen.i used android 2.3.6 and samsung glalaxy xcover Link to comment
niryuu 0 Posted June 8, 2012 Author Share Posted June 8, 2012 Will Evernote not support application/enex Intent?I tried on the newest version, but this didn't works well. The app freezes and Evernote app indicates "Last Sync Failed". Link to comment
ScottU 2 Posted June 29, 2012 Share Posted June 29, 2012 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 2135The first problem I see after calling the intent is06-28 23:15:44.988: I/com.evernote.Evernote(2145): +++++++++openOrCreateDatabase()::start/mnt/sdcard/Evernote/.external-1322600773132-Evernote.db06-28 23:15:44.988: I/com.evernote.Evernote(2145): ::evernoteSDcardPath=/mnt/sdcard/Evernote06-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.IOException06-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
ScottU 2 Posted June 29, 2012 Share Posted June 29, 2012 I opened a ticket and will post an update when I receive an answer. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.