Nokia 6280
I got the Nokia 6280 working using the SyncML Plugin.
Tested it with openSuSE 10.2, KitchenSync?, KDE and of course the Nokia 6280. Here are the exact version numbers:
- KitchenSync? 0.1
- libopensync 0.22.1-1
- libopensync-plugin-syncml 0.22.1-3
- libsyncml 0.4.4-3.1
- libwbxml 0.9.2_SVN39-34.1
However at the moment only synchronization of the contacts work - as soon as I enable events the phone hangs up and restarts when the sync is started. I guess there is another problem in the wbxml library, because syncing the contacts just started working when I installed the latest version of wbxml, before the phone also hung up (issues with the SyncML / wbxml implementation of Nokia are well known AFAIK).
However, here is my syncml-obex-client.conf:
<config> <username></username> <password></password> <type>2</type> <bluetooth_address>00:18:42:D2:AF:80</bluetooth_address> <bluetooth_channel>11</bluetooth_channel> <interface>0</interface> <version>1</version> <identifier>PC Suite</identifier> <onlyLocaltime>0</onlyLocaltime> <wbxml>1</wbxml> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <usestringtable>1</usestringtable> <onlyreplace>0</onlyreplace> <contact_db>contacts</contact_db> <calendar_db>calendar</calendar_db> <note_db>notes</note_db> </config>
I'm currently trying to find out what's going wrong with the events, as soon as I should find something out I will post in here!
I was also able to do some synching with the 6280 via Bluetooth into files. However, it was necessary to add the following line into syncml-obex-client.conf:
<onlyLocaltime>1</onlyLocaltime>
Otherwise, I would receive duplicate contacts over and over again. See also [1482], which introduced this parameter.
Also, I have no hangs with events; I'm using libwbxml 0.9.2-3 (Ubuntu Gutsy repository).
