From: Markus W. <ma...@mw...> - 2005-11-06 16:36:17
|
Hi List! Finally I managed to build opensync, multisync and also the plugins file-sync, kdepim and syncml - all recent SVN versions. Now, I would like to sync my mobile phone (Samsung SGH-D600, which supposedly is SyncML capable). Since I don't see how transport via http should be established, I want to use OBEX as transport. Is there any documentation/howto on the wiki or anywhere else how I have to configure the SyncML plugin; the phone and so on?! Maybe also some basic ideas how things are supposed to work over bt/obex. ... ?! I am not wrong, that kitchensync yet does not offer any configuration options? Thanks a lot for help - if I can be any help by providing any information on phone, debug msgs, and so on, let me know. Markus BTW: Syncing btw. file and kdepim works - at least something is happening :-) (I am using gentoo, have kde 3.5beta2, and wbxml2 installed as well) |
From: Michal S. <re...@at...> - 2005-11-08 09:22:18
|
Hi! I used this guide on using SyncML: http://www.opensync.org/wiki/syncml-guide Instead of syncml-http-server I used syncml-obex-client. If I'm not mistaken its primary argument is 'path', which is some device/file for communication. I tested it yesterday with Nokia 6230i and Bluetooth, so I put there /dev/rfcomm0, but it didn't work, I got this (not really useful) message: <--- ERROR --- smlTransportObexClientConnect: No success So, any hints what's wrong? I could provide the traces if interesting. Regards Michal On Sun, 6 Nov 2005, Markus Wagner wrote: > Hi List! > > Finally I managed to build opensync, multisync and also the plugins file-sync, > kdepim and syncml - all recent SVN versions. > > Now, I would like to sync my mobile phone (Samsung SGH-D600, which supposedly > is SyncML capable). Since I don't see how transport via http should be > established, I want to use OBEX as transport. > > Is there any documentation/howto on the wiki or anywhere else how I have to > configure the SyncML plugin; the phone and so on?! Maybe also some basic > ideas how things are supposed to work over bt/obex. ... ?! > > I am not wrong, that kitchensync yet does not offer any configuration options? > > Thanks a lot for help - if I can be any help by providing any information on > phone, debug msgs, and so on, let me know. > > Markus > > BTW: Syncing btw. file and kdepim works - at least something is happening :-) > (I am using gentoo, have kde 3.5beta2, and wbxml2 installed as well) > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: mailinglists <mai...@in...> - 2005-11-08 11:08:56
|
afaik the obex transport is not yet usable. Am Dienstag, den 08.11.2005, 10:22 +0100 schrieb Michal Svec: > Hi! > > I used this guide on using SyncML: > http://www.opensync.org/wiki/syncml-guide > > Instead of syncml-http-server I used syncml-obex-client. If I'm not > mistaken its primary argument is 'path', which is some device/file for > communication. > > I tested it yesterday with Nokia 6230i and Bluetooth, so I put there > /dev/rfcomm0, but it didn't work, I got this (not really useful) message: > <--- ERROR --- smlTransportObexClientConnect: No success > > So, any hints what's wrong? > I could provide the traces if interesting. > > Regards > Michal > > > > > On Sun, 6 Nov 2005, Markus Wagner wrote: > > > Hi List! > > > > Finally I managed to build opensync, multisync and also the plugins file-sync, > > kdepim and syncml - all recent SVN versions. > > > > Now, I would like to sync my mobile phone (Samsung SGH-D600, which supposedly > > is SyncML capable). Since I don't see how transport via http should be > > established, I want to use OBEX as transport. > > > > Is there any documentation/howto on the wiki or anywhere else how I have to > > configure the SyncML plugin; the phone and so on?! Maybe also some basic > > ideas how things are supposed to work over bt/obex. ... ?! > > > > I am not wrong, that kitchensync yet does not offer any configuration options? > > > > Thanks a lot for help - if I can be any help by providing any information on > > phone, debug msgs, and so on, let me know. > > > > Markus > > > > BTW: Syncing btw. file and kdepim works - at least something is happening :-) > > (I am using gentoo, have kde 3.5beta2, and wbxml2 installed as well) > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's Geronimo App Server. Download > > it for free - -and be entered to win a 42" plasma tv or your very own > > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > > _______________________________________________ > > Opensync-users mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensync-users > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > ++++++++++++ WERBUNG +++++++++++++++ http://www.inetsolutions.de ISP / Qualitäts-Webhosting Homepagebaukasten / CMS Webpacks ab 0,21 EUR |
From: Michal S. <re...@at...> - 2005-11-08 15:08:44
|
Hi! Well it seems not only 'path' is an important argument, but also 'type' and maybe others ;-) Some more documentation would be really useful, the best would be if it's documented directly in the XML config file, something like: <!-- Transport type, one of: 0 = unknown 1 = serial 2 = bluetooth 3 = irda 4 = net --!> <type>2</type> Provided that the type is really the one from: /usr/include/libsyncml-1.0/libsyncml/obex_client.h I'll rather wait for Armin to shed some light on this and confirm it's actually possible to make it working at all :-} Regards Michal On Tue, 8 Nov 2005, Michal Svec wrote: > > Hi! > > I used this guide on using SyncML: > http://www.opensync.org/wiki/syncml-guide > > Instead of syncml-http-server I used syncml-obex-client. If I'm not mistaken > its primary argument is 'path', which is some device/file for communication. > > I tested it yesterday with Nokia 6230i and Bluetooth, so I put there > /dev/rfcomm0, but it didn't work, I got this (not really useful) message: > <--- ERROR --- smlTransportObexClientConnect: No success > > So, any hints what's wrong? > I could provide the traces if interesting. > > Regards > Michal > > > > > On Sun, 6 Nov 2005, Markus Wagner wrote: > >> Hi List! >> >> Finally I managed to build opensync, multisync and also the plugins >> file-sync, >> kdepim and syncml - all recent SVN versions. >> >> Now, I would like to sync my mobile phone (Samsung SGH-D600, which >> supposedly >> is SyncML capable). Since I don't see how transport via http should be >> established, I want to use OBEX as transport. >> >> Is there any documentation/howto on the wiki or anywhere else how I have to >> configure the SyncML plugin; the phone and so on?! Maybe also some basic >> ideas how things are supposed to work over bt/obex. ... ?! >> >> I am not wrong, that kitchensync yet does not offer any configuration >> options? >> >> Thanks a lot for help - if I can be any help by providing any information >> on >> phone, debug msgs, and so on, let me know. >> >> Markus >> >> BTW: Syncing btw. file and kdepim works - at least something is happening >> :-) >> (I am using gentoo, have kde 3.5beta2, and wbxml2 installed as well) >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: >> Tame your development challenges with Apache's Geronimo App Server. >> Download >> it for free - -and be entered to win a 42" plasma tv or your very own >> Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php >> _______________________________________________ >> Opensync-users mailing list >> Ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensync-users >> > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: Eduardo P. H. <eha...@ra...> - 2005-11-08 15:24:53
|
On Tue, Nov 08, 2005 at 04:08:37PM +0100, Michal Svec wrote: >=20 > Hi! Hi, >=20 > Well it seems not only 'path' is an important argument, but also 'type'= =20 > and maybe others ;-) Yes. :) >=20 > Some more documentation would be really useful, the best would be if it's= =20 > documented directly in the XML config file, something like: >=20 > <!-- > Transport type, one of: > 0 =3D unknown > 1 =3D serial > 2 =3D bluetooth > 3 =3D irda > 4 =3D net > --!> > <type>2</type> >=20 > Provided that the type is really the one from: > /usr/include/libsyncml-1.0/libsyncml/obex_client.h Yes, it is. Actually I think we should use strings on the XML configuration, not magic numbers. >=20 > I'll rather wait for Armin to shed some light on this and confirm it's=20 > actually possible to make it working at all :-} --=20 Eduardo |
From: Michal S. <re...@at...> - 2005-11-08 15:36:33
|
On Tue, 8 Nov 2005, Eduardo Pereira Habkost wrote: >> Well it seems not only 'path' is an important argument, but also 'type' >> and maybe others ;-) > > Yes. :) Does "Yes" mean other arguments are important too? This is the config I use, username, password, path and now type are clear, but how about the others? I have no clue about "usestringtable" for example: <config> <username></username> <password></password> <path>/dev/rfcomm0</path> <type>2</type> <usestringtable>1</usestringtable> <onlyreplace>0</onlyreplace> <contact_db>addressbook</contact_db> <calendar_db>calendar</calendar_db> <task_db>tasks</task_db> </config> Have you managed to get syncml over obex working? Regards Michal |
From: Eduardo P. H. <eha...@co...> - 2005-11-08 15:53:51
|
On Tue, Nov 08, 2005 at 04:36:21PM +0100, Michal Svec wrote: >=20 > On Tue, 8 Nov 2005, Eduardo Pereira Habkost wrote: >=20 > >>Well it seems not only 'path' is an important argument, but also 'type' > >>and maybe others ;-) > > > >Yes. :) >=20 > Does "Yes" mean other arguments are important too? Sorry for not being clear. Yes, other arguments should be necessary. >=20 > This is the config I use, username, password, path and now type are clear= ,=20 > but how about the others? I have no clue about "usestringtable" for=20 > example: >=20 > <config> > <username></username> > <password></password> > <path>/dev/rfcomm0</path> > <type>2</type> > <usestringtable>1</usestringtable> > <onlyreplace>0</onlyreplace> > <contact_db>addressbook</contact_db> > <calendar_db>calendar</calendar_db> > <task_db>tasks</task_db> > </config> >=20 > Have you managed to get syncml over obex working? I don't know many details about the other parameters, but as far as I know, at least the XXX_db parameters are necessary, too. There are some details yet-to-be-implemented for some type of devices. Do you know if your device supports SyncML 1.2? For SyncML 1.1 some stuff need to be implemented, yet, as SyncML 1.1 uses a different way of asking a client to start a synchronization. --=20 Eduardo |