Comment #27 on issue 68 by
DvO...@gmail.com: SyncException: Unable to find
XML Document
http://code.google.com/p/kolab-android/issues/detail?id=68
zebol...@gmail.com, could you please provide the .apk?
I just gave Kolab a try again, version 3.0.0 on Thunderbird and 0.9.5 on
Android (this time Android 4.1.1 on Samsung Galaxy Note 2). Still the same
compatibility problem: the Android part can sync to Thunderbird, but not
vice versa.
I did not check the Android system log this time,
but found that Menu -> Diag. Dump says:
"no such column: displayName(code 1): ,
while compiling : SELECT name,
displayName, _sync_account,
_sync_account_type FROM Calendars"
I noticed that the message attachments look quite different!
Those produced on Thunderbird start like this:
Content-Type: application/vcard+xml;
name="kolab.xml"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="kolab.xml"
As opposed to those produced on Android:
Content-Type: application/x-vnd.kolab.contact; name=kolab.xml
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename=kolab.xml
BTW, the Android side gives a wrong app version:
User-Agent: kolab-android 0.1
Moreover, I did not find in the documentation for the Android app any hint
whether the Thunderbird side should produce VCard/Kolab1, Xml/Kolab2, or
Xml/Kolab3 format.