Nokia 3250
It works. One thing to remember: Contacts database needs slow-sync. E.g. one can synchronize with commandline:
msynctool --sync Nokia.3250 --slow-sync contact
Databases available for sync:
- Contacts
- Calendar
- Notes
Databases that are NOT (yet) available for sync:
- SMS
This is my syncml-obex-client.xml:
<?xml version="1.0"?> <config> <bluetooth_address>00:1C:35:10:AF:86</bluetooth_address> <bluetooth_channel>13</bluetooth_channel> <interface>0</interface> <identifier>PC Suite</identifier> <version>1</version> <wbxml>1</wbxml> <username></username> <password></password> <type>2</type> <usestringtable>0</usestringtable> <onlyreplace>0</onlyreplace> <onlyLocaltime>0</onlyLocaltime> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <contact_db>Contacts</contact_db> <calendar_db>Calendar</calendar_db> <note_db>Notes</note_db> </config>
