I 'm trying to sync my mobile phone with Horde using the SyncML protocol.
The program I want to use is Multisync-gui or Kitchensync under Linux Mandriva 2009.0 (KDE), which uses the Opensync framework.
Does anybody know the correct settings for the SyncML plugin for OpenSync synchronization framework​ (libopensync-plugin-syncml)?
This are my settings so far multisync-gui:
Code: Select all
<config>
<username>USERNAME</username>
<password>PASSWORD</password>
<url>http://MY_BUBBA_IP_ADDRESS/pim/rpc.php</url>
<port>80</port>
<recvLimit>0</recvLimit>
<maxObjSize>0</maxObjSize>
<usestringtable>0</usestringtable>
<onlyreplace>0</onlyreplace>
<contact_db>contacts</contact_db>
<calendar_db>calendar</calendar_db>
<note_db>notes</note_db>
</config>
Can anybody help me out?Error while initializing syncengine: Unable to spawn server
Thanx in advance...