Issue 79 in kolab-android: Not working on android 4.0

123 views
Skip to first unread message

kolab-...@googlecode.com

unread,
Jan 30, 2012, 7:04:24 AM1/30/12
to kolab-conne...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 79 by unai...@gmail.com: Not working on android 4.0
http://code.google.com/p/kolab-android/issues/detail?id=79

What steps will reproduce the problem?
1.try to sync --> ERROR
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


kolab-...@googlecode.com

unread,
Mar 16, 2012, 10:36:20 AM3/16/12
to kolab-conne...@googlegroups.com

Comment #1 on issue 79 by STrille...@gmail.com: Not working on android 4.0
http://code.google.com/p/kolab-android/issues/detail?id=79

Issue 81 has been merged into this issue.

kolab-...@googlecode.com

unread,
Mar 16, 2012, 10:40:22 AM3/16/12
to kolab-conne...@googlegroups.com
Updates:
Labels: -Type-Defect Type-Enhancement

Comment #2 on issue 79 by STrille...@gmail.com: Not working on android 4.0
http://code.google.com/p/kolab-android/issues/detail?id=79

We do NOT support Android 4.x so far (version 0.9)

kolab-...@googlecode.com

unread,
Jul 2, 2012, 1:34:00 PM7/2/12
to kolab-conne...@googlegroups.com

Comment #3 on issue 79 by onit...@gmail.com: Not working on android 4.0
http://code.google.com/p/kolab-android/issues/detail?id=79

Assuming the reporter has the same issue as me, here's a stack trace:

E/ACRA (12070): Kolab Client for Android fatal error : no such column:
displayName: , while compiling: SELECT name, displayName, _sync_account,
_sync_account_type FROM Calendars
E/ACRA (12070): android.database.sqlite.SQLiteException: no such column:
displayName: , while compiling: SELECT name, displayName, _sync_account,
_sync_account_type FROM Calendars
E/ACRA (12070): at
android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:180)
E/ACRA (12070): at
android.database.DatabaseUtils.readExceptionFromParcel(DatabaseUtils.java:136)
E/ACRA (12070): at
android.content.ContentProviderProxy.query(ContentProviderNative.java:358)
E/ACRA (12070): at
android.content.ContentResolver.query(ContentResolver.java:311)
E/ACRA (12070): at
at.dasz.KolabDroid.Calendar.CalendarProvider.dumpAllCalendars(CalendarProvider.java:372)
E/ACRA (12070): at
at.dasz.KolabDroid.Calendar.CalendarProvider.setOrCreateKolabCalendar(CalendarProvider.java:410)
E/ACRA (12070): at
at.dasz.KolabDroid.Calendar.SyncCalendarHandler.<init>(SyncCalendarHandler.java:71)
E/ACRA (12070): at
at.dasz.KolabDroid.Sync.KolabCalendarSyncAdapter.getHandler(KolabCalendarSyncAdapter.java:39)
E/ACRA (12070): at
at.dasz.KolabDroid.Sync.KolabAbstractSyncAdapter.onPerformSync(KolabAbstractSyncAdapter.java:53)
E/ACRA (12070): at
android.content.AbstractThreadedSyncAdapter$SyncThread.run(AbstractThreadedSyncAdapter.java:247)


kolab-...@googlecode.com

unread,
Jul 4, 2012, 7:59:28 AM7/4/12
to kolab-conne...@googlegroups.com

Comment #4 on issue 79 by arthur.z...@gmail.com: Not working on android 4.0
http://code.google.com/p/kolab-android/issues/detail?id=79

This is expected. Google changed in ICS (or earlier) the database schema.
Now there is a calendar contract. David started work on a separate branch.

kolab-...@googlecode.com

unread,
Jul 24, 2012, 7:07:54 AM7/24/12
to kolab-conne...@googlegroups.com
Updates:
Status: Started

Comment #5 on issue 79 by STrille...@gmail.com: Not working on android 4.0
http://code.google.com/p/kolab-android/issues/detail?id=79

I merged the Android 2.1 - 2.3 hacks into the ics version so it should work
now on both platforms, 4.0 and 2.x. Also all changes from the master branch
are in the ics branch. Someone with some time can test it and if it works
we can move the ics branch onto the current master and continue work there.

kolab-...@googlecode.com

unread,
Jul 24, 2012, 10:21:20 AM7/24/12
to kolab-conne...@googlegroups.com

Comment #6 on issue 79 by onit...@gmail.com: Not working on android 4.0
http://code.google.com/p/kolab-android/issues/detail?id=79

Testing it now.

Had some trouble building at first (with ant), javamail and activation were
not picked up. I just symlinked them into src/.

By the way: local.properties should not be checked into git. It even says
so IN HUGE LETTERS inside the file. :)

kolab-...@googlecode.com

unread,
Jul 24, 2012, 10:25:42 AM7/24/12
to kolab-conne...@googlegroups.com

Comment #7 on issue 79 by onit...@gmail.com: Not working on android 4.0
http://code.google.com/p/kolab-android/issues/detail?id=79

There seems to be a problem with contact ordering.
When I go to People -> (Any contact) -> Menu -> Edit contact -> Edit Kolab
Contact, a totally different vcard comes up than the one I selected.

kolab-...@googlecode.com

unread,
Jul 24, 2012, 5:54:20 PM7/24/12
to kolab-conne...@googlegroups.com

Comment #8 on issue 79 by martin.f...@gmail.com: Not working on android 4.0
http://code.google.com/p/kolab-android/issues/detail?id=79

I'm also testing with ics and noticed the same problem with contact editing.
Either stuck & FC or wrong vcard.
But when using "Contact Editor Free" (CEF) as editing tool then the correct
vcard is selected.
CEF simply integrates the contact editing UI of kolab-android and thus
serves as a work-around.

kolab-...@googlecode.com

unread,
Aug 1, 2012, 4:07:43 PM8/1/12
to kolab-conne...@googlegroups.com

Comment #9 on issue 79 by pesch...@gmail.com: Not working on android 4.0
http://code.google.com/p/kolab-android/issues/detail?id=79

Testing it now, same modifications/symlinks mentioned in #6.

Synced both calendar and contacts - seems to work fine so far. Has not
eaten all my data (yet), but it missed some calendar items - i'll try to
investigate that further at some point, though I won't find the time in the
next few weeks...

kolab-...@googlecode.com

unread,
Sep 7, 2012, 7:38:29 PM9/7/12
to kolab-conne...@googlegroups.com

Comment #10 on issue 79 by solar...@gmail.com: Not working on android 4.0
http://code.google.com/p/kolab-android/issues/detail?id=79

Having Problems on Galaxy Nexus ... let me know how I can help testing!

kolab-...@googlecode.com

unread,
Dec 14, 2012, 5:19:33 AM12/14/12
to kolab-conne...@googlegroups.com

Comment #11 on issue 79 by StCar...@gmail.com: Not working on android 4.0
http://code.google.com/p/kolab-android/issues/detail?id=79

Tried KolabDroid-0.9.5.apk on android 4.0 tablet (acer iconia). Contact
sync works fine, concerning calendar sync, I have the same problem as
described in Comment 3 - no such column: displayname.

kolab-...@googlecode.com

unread,
Oct 22, 2013, 11:26:57 PM10/22/13
to kolab-conne...@googlegroups.com

Comment #12 on issue 79 by melbcy...@gmail.com: Not working on android 4.0
http://code.google.com/p/kolab-android/issues/detail?id=79

Finally figured this out. It (calendar and contacts) all works for me (on
CM10.2 - i.e. Android 4.3) provided I use the KolabDroid-0.9.5-ICS.apk from
F-Droid.

As #11 post said the KolabDroid-0.9.5.apk is a no go for Calendar. Seems
the work was done to fix this in a branch but has never been rolled up into
the main code.

Hope this helps someone.

BTW using i9100T and TF201

Thanks to whoever fixed this. I use it all the time.

--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
Reply all
Reply to author
Forward
0 new messages