So I got the N900 at hand again and did some testing.
The first problem is about the configuration, Ove only works with Calendar
but my test works for addressbook, calendar+todo and notes, see the
attached script. Ove, please try with this configuration and tell me whether
it works for you.

Another problem is the duplicated items, yes my test confirmed Ove's finding.
N900 keeps sending all items again and again. A closer look at the N900 side
lightened me, each session we issued was thought as a completely new device/
configuration by N900, so it switched to slow-sync (but silently without 
notifying us!).

I resolved this after: 1) setting 'remote Identifier' to PC Suite 2)do not send 
respuri to 
the phone. The former is done in the configuration, the latter however need a 
hack in the 
configuration file 'syncevolution.xml', please apply the attached patch over 
this file (I believe
it it located at $prefix/share/syncevolution/xml/syncevolution.xml). With these 
changes, sync
from SyncEvolution is completely pretended like PC Suite from N900's view.

Ove, thanks for your report, please try if this solves your problem.

Open question: I found N900 suddenly stopped sending device info to us at some 
point (I believe
it sent it last time I tested and I can confirm the same behavior from Ove's 
logs), however I have 
no idea what exactly caused this. Any hint? Set SyncMLVersion to '1.1' however 
workarounds this. 

Best Regards,
Congwu

_____________________________
>SyncEvolution mailing list
>[email protected]
>http://lists.syncevolution.org/listinfo/syncevolution

Attachment: n900.sh
Description: n900.sh

diff --git a/src/syncevo/configs/syncevolution.xml 
b/src/syncevo/configs/syncevolution.xml
index 84a582f..9c063c7 100644
--- a/src/syncevo/configs/syncevolution.xml
+++ b/src/syncevo/configs/syncevolution.xml
@@ -32,4 +32,7 @@
   <datatypes/>
 
   <clientorserver/>
+  <server type="plugin">
+      <sendrespuri>no</sendrespuri>
+  </server>
 </sysync_config>
_______________________________________________
SyncEvolution mailing list
[email protected]
http://lists.syncevolution.org/listinfo/syncevolution

Reply via email to