From: <wo...@fs...> - 2005-12-20 18:18:21
|
Hi again, I solved my problem partially: I switched to bluetooth. Moreover I removed the #if BLUETOOTH from irmc_sync.c since then my btchannel and btaddress are copied into the right structures. But if i try to sync with my Sony Ericsson T610 no files are transmitted. Using Multisync there is an initial import of the whole addressbook. The phone also tells me that the syncronization was canceled. Output: > msynctool --sync t610file Synchronizing group "t610file" The previous synchronization was unclean. Slow-syncing Member 2 of type file-sync just connected Member 1 of type irmc-sync just connected All clients connected or error Member 2 of type file-sync just sent all changes Member 1 of type irmc-sync just sent all changes All clients sent changes or error Member 1 of type irmc-sync committed all changes. Member 2 of type file-sync committed all changes. All clients have written Member 2 of type file-sync just disconnected Member 1 of type irmc-sync just disconnected All clients have disconnected The sync was successful My config file for irmc: <config> <fixedst>true</fixedst> <donttellsync>yes</donttellsync> <onlyphonenumbers>true</onlyphonenumbers> <dontacceptold>false</dontacceptold> <maximumage>7</maximumage> <translatecharset>yes</translatecharset> <charset>ISO8859-1</charset> <alarmtoirmc>yes</alarmtoirmc> <alarmfromirmc>yes</alarmfromirmc> <convertade>false</convertade> <connectmedium>bluetooth</connectmedium> <btunit>00:0F:08:49:B8:58</btunit> <btchannel>11</btchannel> </config> for the file-plugin I just use a directory... Regards, Stefan Wolf |