From: Florian P. <Flo...@gm...> - 2005-11-19 10:04:25
|
hi, i tried 0.18 of opensync with the irmc plugin and the file-sync plugin. A sync between file-file works well, but then i tried to sync irmc-file. (Bluetooth). i get a "segmentation fault". I don't know if it's a bug or not, as i don't really know how to configure irmc. i tried to do some error tracing, but i found nothing in the log-files. If you want me to post something specific, please tell me. Using Ubuntu breezy, opensync 0.18 Siemens s55 (bluetooth) ciao flo -- Telefonieren Sie schon oder sparen Sie noch? NEU: GMX Phone_Flat http://www.gmx.net/de/go/telefonie |
From: LoneStar <lon...@ge...> - 2005-11-19 19:12:57
Attachments:
irmc-sync.patch
irmc-sync.conf
|
Florian Preinstorfer wrote: >hi, >i tried 0.18 of opensync with the irmc plugin and the file-sync plugin. >A sync between file-file works well, but then i tried to sync irmc-file. >(Bluetooth). >i get a "segmentation fault". I don't know if it's a bug or not, as i don't >really know how to configure irmc. > >i tried to do some error tracing, but i found nothing in the log-files. >If you want me to post something specific, please tell me. > >Using Ubuntu breezy, >opensync 0.18 >Siemens s55 (bluetooth) > >ciao >flo > > > Apply the patch attached, and then configure irmc plugin as the example shows. Since many people asked, I will commit the patch to svn, without the confirmation from the maintainer. There seems no one care about the irmc-plugin? |
From: Florian P. <Flo...@gm...> - 2005-11-20 23:10:10
|
hi, i used the patch from lonestar and there's no segmentation fault any longer. thanks lonestar! But now i have another problem. i guess this is just a config problem... i created a pair with irmc and file. i created a simple vcard in file-dir and then tried to sync this vcard entry. opensync tells me then "unable to convert changes". There has been to same problem with multisync0.8. It's a compatibility problem with different vcard versions, i guess. I'm not sure if siemens s55 uses vcard 2.1 or older... With evo1 it worked, with evo2 it didn't... is it possible to convert vcards automatically with opensync? any ideas /suggestions? thanks, flo Am Sonntag, den 20.11.2005, 03:18 +0800 schrieb LoneStar: > Apply the patch attached, and then configure irmc plugin as the example > shows. Since many people asked, I will commit the patch to svn, without > the confirmation from the maintainer. There seems no one care about the > irmc-plugin? > einfaches Textdokument-Anlage (irmc-sync.conf) > <config> > <fixedst>false</fixedst> > <donttellsync>false</donttellsync> > <onlyphonenumbers>true</onlyphonenumbers> > <dontacceptold>true</dontacceptold> > <maximumage>7</maximumage> > <translatecharset>false</translatecharset> > <alarmtoirmc>true</alarmtoirmc> > <alarmfromirmc>true</alarmfromirmc> > <convertade>false</convertade> > > <connectmedium>ir</connectmedium> > <irname>T68</irname> > </config> |
From: Leif <le...@ad...> - 2005-11-21 10:06:41
|
Hi, I've not even made it this far ... Using kde+irmc(+LoneStar patch) plugins from svn (v 736,Nov 10) with the following: <config> <fixedst>false</fixedst> <donttellsync>false</donttellsync> <onlyphonenumbers>true</onlyphonenumbers> <dontacceptold>true</dontacceptold> <maximumage>7</maximumage> <translatecharset>false</translatecharset> <charset>ISO8859-1</charset> <alarmtoirmc>true</alarmtoirmc> <alarmfromirmc>true</alarmfromirmc> <convertade>false</convertade> <connectmedium>bluetooth</connectmedium> <irname>T630 Leif</irname> </config> but msynchtool reports $ msynctool --sync kde-irmc Synchronizing group "kde-irmc" The previous synchronization was unclean. Slow-syncing Member 2 of type irmc-sync had an error while connecting: Cannot connect via OBEX. Member 1 of type kdepim just connected Member 1 of type kdepim just disconnected All clients have disconnected The sync failed: Unable to connect one of the members Error synchronizing: Unable to connect one of the members and trace says <snip> Thread3086268096.log:[1132566132.91411] <--- ERROR --- osengine_sync_and_block: Unable to connect one of the members Thread3086268096.log-[1132566132.91614] >>>>>>> osync_env_finalize(0x804e008, 0xbfffeaac) Thread3086268096.log-[1132566132.91675] [GRP] FULL DEBUG: unlocking group kde-irmc </snip> 1) I've also tried with <connectmedium>ir</connectmedium> in config file. Can anyone tell/guide me how to debug or configure? Best Regards Leif ----------------------- $ hcitool scan Scanning ... 00:08:C6:6B:27:5C Nokia HS-21W 00:0E:07:47:7B:71 T630 Leif --------------------- > Florian Preinstorfer wrote: > >>hi, >>i tried 0.18 of opensync with the irmc plugin and the file-sync plugin. >>A sync between file-file works well, but then i tried to sync irmc-file. >>(Bluetooth). >>i get a "segmentation fault". I don't know if it's a bug or not, as i >> don't >>really know how to configure irmc. >> >>i tried to do some error tracing, but i found nothing in the log-files. >>If you want me to post something specific, please tell me. >> >>Using Ubuntu breezy, >>opensync 0.18 >>Siemens s55 (bluetooth) >> >>ciao >>flo >> >> >> > Apply the patch attached, and then configure irmc plugin as the example > shows. Since many people asked, I will commit the patch to svn, without > the confirmation from the maintainer. There seems no one care about the > irmc-plugin? > |
From: Florian P. <Flo...@gm...> - 2005-11-21 10:51:31
|
hi, i used this config-file for my siemens s55: <config> <fixedst>false</fixedst> <donttellsync>false</donttellsync> <onlyphonenumbers>true</onlyphonenumbers> <dontacceptold>true</dontacceptold> <maximumage>7</maximumage> <translatecharset>false</translatecharset> <charset>ISO8859-1</charset> <alarmtoirmc>true</alarmtoirmc> <alarmfromirmc>true</alarmfromirmc> <convertade>convcard</convertade> <connectmedium>bluetooth</connectmedium> <btunit>00:01:E3:6E:41:D1</btunit> <btchannel>5</btchannel> </config> this should work... flo |
From: Leif <le...@ad...> - 2005-11-21 12:11:58
|
Florian, That didn't do it for me (using address/Channel that works with rfcomm) but You pointed me to the info that I've been looking for i.e. address or "unit" and channel configuration tags. I still get -1 from BtOBEX_TransportConnect(...) I'll look deeper into the code ... At this point I really don't know anything about the underlaying structure of C-OBEX or irmc-sync. Is there code for automatic searching of units or does it need to be hardcoded? Thanks Leif > hi, > i used this config-file for my siemens s55: > > <config> > <fixedst>false</fixedst> > <donttellsync>false</donttellsync> > <onlyphonenumbers>true</onlyphonenumbers> > <dontacceptold>true</dontacceptold> > <maximumage>7</maximumage> > <translatecharset>false</translatecharset> > <charset>ISO8859-1</charset> > <alarmtoirmc>true</alarmtoirmc> > <alarmfromirmc>true</alarmfromirmc> > <convertade>convcard</convertade> > <connectmedium>bluetooth</connectmedium> > <btunit>00:01:E3:6E:41:D1</btunit> > <btchannel>5</btchannel> > </config> > > this should work... > > flo > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the JBoss Inc. Get Certified Today > Register for a JBoss Training Course. Free Certification Exam > for All Training Attendees Through End of 2005. For more info visit: > http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |