Hi
My name is Max Ponzoni and i can't undestand why my nokias (9300, N70 and 6600) cant syncronize with my evolution-mail-and-all-other program.
My system is a dual Pentium with 2 G RAM and kubuntu edgy.
KBluetoothd recognize all the phones.
I can push a file from my presonal to each phone, eg using konqueror :
bluetooth:/ show me all phones and i can navigate into him
very well.
I send to you my configuration (for the N70 only)
ponzoni@lele:~/logOS$ msynctool --showgroup N70
Groupname: N70
Member 1: evo2-sync
Configuration : <?xml version="1.0"?>
<config>
<address_path>default</address_path>
<calendar_path>default</calendar_path>
<tasks_path>default</tasks_path>
</config>
Member 2: syncml-obex-client
Configuration : <?xml version="1.0"?>
<config>
<bluetooth_address>00:15:A0:7D:18:35</bluetooth_address>
<bluetooth_channel>11</bluetooth_channel>
<interface>0</interface>
<identifier>Pc Suite</identifier>
<version>1</version>
<wbxml>1</wbxml>
<username></username>
<password></password>
<type>2</type>
<usestringtable>1</usestringtable>
<onlyreplace>0</onlyreplace>
<recvLimit>10000</recvLimit>
<maxObjSize>0</maxObjSize>
<contact_db>Rubrica</contact_db>
</config>
Note that:
1) Rubrica is the Italian name of Contacts
2) no user and no password are set in the phone in syncronization profile
when i launch the sync i obtain the following response:
#msynctool --sync N70
Synchronizing group "N70"
The previous synchronization was unclean. Slow-syncing
Member 1 of type evo2-sync just connected
Member 2 of type syncml-obex-client had an error while connecting: Request not successfull: 80
Member 1 of type evo2-sync just disconnected
All clients have disconnected
The sync failed: Unable to connect one of the members
Error while synchronizing: Unable to connect one of the members
googling and searching i find (at : http://geektalk.andreat.de/2006/11/how-to-syncronize-nokia-n70-palm.html )
an extended command:
# msynctool --sync N70 --filter-objtype note --filter-objtype event --conflict 1 --slow-sync todo
Synchronizing group "N70" [slow sync]
The previous synchronization was unclean. Slow-syncing
Member 1 of type evo2-sync just connected
Member 2 of type syncml-obex-client had an error while connecting: Request not successfull: 80
Member 1 of type evo2-sync just disconnected
All clients have disconnected
The sync failed: Unable to connect one of the members
Error while synchronizing: Unable to connect one of the members
So i try with tracing (as described in GUIDE TO TRACING on your site)
#export OSYNC_TRACE=/home/ponzoni/logOS
#export OSYNC_PRIVACY=1
#msynctool --sync N70 --filter-objtype note --filter-objtype event --conflict 1 --slow-sync todo
Synchronizing group "N70" [slow sync]
The previous synchronization was unclean. Slow-syncing
Member 1 of type evo2-sync just connected
Member 2 of type syncml-obex-client had an error while connecting: Request not successfull: 80
Member 1 of type evo2-sync just disconnected
All clients have disconnected
The sync failed: Unable to connect one of the members
Error while synchronizing: Unable to connect one of the members
and the logs produces :
#grep ERROR *
Thread3081782960-4995.log:[1174291014.358611] <--- ERROR --- _manager_event: Request not successfull: 80
Thread3081836736-4989.log:[1174291014.361678] <--- ERROR --- osengine_sync_and_block: Unable to connect one of the members
can you help me ?