Uso Ubuntu 9.10, kernel 2.6.31-20-generic.
Ho tentato di sincronizzare con bluetooth il mio Nokia N5230 con il calendario di lightning in Thunderbird. Ho seguito la seguente guida http://www.stefanolaguardia.eu/2008/08/29/linux-desktop-guida-sincronizzare-thunderbird-lightning-sunbird-con-nokia-n-ed-e-series-via-bluetooth/comment-page-1/#comment-9446.
Come da guida, ho creato il gruppo nokia-sync così struturato:
Codice: Seleziona tutto
Groupname: nokia-sync
Member 1: syncml-obex-client
Configuration : <?xml version="1.0"?>
<config>
<bluetooth_address>C8:97:9F:AE:83:CB</bluetooth_address>
<bluetooth_channel>7</bluetooth_channel>
<identifier>PC Suite</identifier>
<version>1</version>
<wbxml>1</wbxml>
<username></username>
<password></password>
<type>2</type>
<contact_db>Contacts</contact_db>
<calendar_db>Calendar</calendar_db>
<note_db>Notes</note_db>
</config>
Member 2: sunbird-sync
Configuration : <?xml version="1.0"?>
<config>
<file path="/home/alessandro/.Calendario/Calendario.ics" />
</config>
Codice: Seleziona tutto
alessandro@piccolo:~$ msynctool --sync nokia-sync --filter-objtype contact
Synchronizing group "nokia-sync"
The previous synchronization was unclean. Slow-syncing
Member 2 of type sunbird-sync just connected
received event dsession
received note dsession
Member 1 of type syncml-obex-client just connected
All clients connected or error <-----------------------------------------------------------------<<
Member 2 of type sunbird-sync just sent all changes
Received an reply to our Alert
Received an reply to our Alert
Going to receive 21 changes
Received an entry 3 with data of size 4 from member 1 (syncml-obex-client). Changetype ADDED
Received an entry 4 with data of size 4 from member 1 (syncml-obex-client). Changetype ADDED
Received an entry 5 with data of size 4 from member 1 (syncml-obex-client). Changetype ADDED
Received an entry 7 with data of size 4 from member 1 (syncml-obex-client). Changetype ADDED
Received an entry 8 with data of size 4 from member 1 (syncml-obex-client). Changetype ADDED
Received an entry 9 with data of size 4 from member 1 (syncml-obex-client). Changetype ADDED
Received an entry 10 with data of size 4 from member 1 (syncml-obex-client). Changetype ADDED
Member 1 of type syncml-obex-client had an error while getting changes: Missing node <--------<<
Member 2 of type sunbird-sync just disconnectedGrazie anticipate.
