From: Armin B. <arm...@de...> - 2006-03-06 15:17:51
|
Thorsten Kramer wrote: > Hi, > > today I've run several tests with the current version of libsyncml (plugin) over HTTP: > > > Sony Ericsson 910i: > > First I wanted to test the library. A call of "syncml-http-server" and syncing vcards/vcal > works fine. > > But testing the syncml-plugin results in an error: > Received a entry vcal.vcs without data from member 1. Changetype ADDED > Member 1 of type file-sync just sent all changes > Received a entry vcal.vcs with data of size 24 from member 1. Changetype ADDED > Received an reply to our Alert > Going to receive 0 changes > opensync_context.c:98:E:osync_context_report_change: The reported change did not have a format set > > (trace files attached) > please see if it works if you set the <contact_db> in you config to "contacts" > > Nokia 6710: > library + plugin don't work. > (trace files attached) > this one does not work since there is a bug where the mobile phone sends complete garbage back to libsyncml. I guess that libsyncml sends something to these phones which triggers a bug there. I probably need one of those phones to fix the bug since the only option i can think of to find the cause is trial and error. Armin > > used config-file: > <config><username>test</username><password>test</password><url>/</url><port>9999</port><usestringtable>1</usestringtable><onlyreplace>0</onlyreplace><recvLimit>10000</recvLimit><contact_db>contact</contact_db><calendar_db>calendar</calendar_db><task_db>tasks</task_db></config> |