You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
(10) |
Apr
(30) |
May
(11) |
Jun
(8) |
Jul
(28) |
Aug
(113) |
Sep
(74) |
Oct
(43) |
Nov
(111) |
Dec
(31) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(70) |
Feb
(78) |
Mar
(110) |
Apr
(99) |
May
(106) |
Jun
(128) |
Jul
(65) |
Aug
(123) |
Sep
(80) |
Oct
(128) |
Nov
(80) |
Dec
(54) |
2007 |
Jan
(89) |
Feb
(83) |
Mar
(56) |
Apr
(56) |
May
(69) |
Jun
(29) |
Jul
(89) |
Aug
(44) |
Sep
(32) |
Oct
(114) |
Nov
(36) |
Dec
(46) |
2008 |
Jan
(88) |
Feb
(100) |
Mar
(63) |
Apr
(27) |
May
(39) |
Jun
(61) |
Jul
(35) |
Aug
(11) |
Sep
(9) |
Oct
(19) |
Nov
(28) |
Dec
(72) |
2009 |
Jan
(33) |
Feb
(4) |
Mar
(15) |
Apr
(24) |
May
(17) |
Jun
(17) |
Jul
(11) |
Aug
(30) |
Sep
(19) |
Oct
(8) |
Nov
(10) |
Dec
(5) |
2010 |
Jan
(5) |
Feb
(10) |
Mar
(12) |
Apr
(1) |
May
(8) |
Jun
(4) |
Jul
(9) |
Aug
(29) |
Sep
(6) |
Oct
(19) |
Nov
(4) |
Dec
(3) |
2011 |
Jan
(9) |
Feb
|
Mar
|
Apr
(7) |
May
(2) |
Jun
(9) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
|
Nov
(7) |
Dec
|
2012 |
Jan
(2) |
Feb
(5) |
Mar
(5) |
Apr
|
May
(1) |
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(9) |
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
From: Dirk L. <di...@cs...> - 2008-03-25 22:43:12
|
Hi, thanks to Michaels hints I was now able to compile libsyncml 0.46 but still have a similar problem with the syncml plugin from svn trunk (cf. below). But here I have no hint for missing files, so I don't know what's going wrong. I also didn't find an answer in the mailing list archive. Do you have any ideas? Thanks, Dirk ~/svn/opensync_dev/syncml/build$ osync_cmake ../ -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Check size of void* -- Check size of void* - done -- checking for one of the modules 'opensync-1.0>=0.36' -- found opensync-1.0, version 0.36 -- checking for one of the modules 'glib-2.0' -- found glib-2.0, version 2.12.4 -- checking for one of the modules 'gmodule-2.0' -- found gmodule-2.0, version 2.12.4 -- checking for one of the modules 'gthread-2.0' -- found gthread-2.0, version 2.12.4 -- checking for one of the modules 'gobject-2.0' -- found gobject-2.0, version 2.12.4 -- Found GLib2: glib-2.0;gmodule-2.0;dl;glib-2.0;gthread-2.0;glib-2.0 -- checking for one of the modules 'libxml-2.0' -- found libxml-2.0, version 2.6.27 -- checking for one of the modules 'libsyncml-1.0>=0.4.6' -- found libsyncml-1.0, version 0.4.6 -- Configuring done -- Generating done -- Build files have been written to: /home/dirkl/svn/opensync_dev/syncml/build /usr/bin/cmake -H/home/dirkl/svn/opensync_dev/syncml -B/home/dirkl/svn/opensync_dev/syncml/build --check-build-system CMakeFiles/Makefile.cmake 0 Clearing dependencies in "src/CMakeFiles/syncml-plugin.dir/depend.make". Clearing dependencies in "src/CMakeFiles/syncml-plugin.dir/depend.internal". /usr/bin/cmake -E cmake_progress_start /home/dirkl/svn/opensync_dev/syncml/build/CMakeFiles 10 make -f CMakeFiles/Makefile2 all make[1]: Entering directory `/home/dirkl/svn/opensync_dev/syncml/build' make -f src/CMakeFiles/syncml-plugin.dir/build.make src/CMakeFiles/syncml-plugin.dir/depend make[2]: Entering directory `/home/dirkl/svn/opensync_dev/syncml/build' Scanning dependencies of target syncml-plugin cd /home/dirkl/svn/opensync_dev/syncml/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/dirkl/svn/opensync_dev/syncml /home/dirkl/svn/opensync_dev/syncml/src /home/dirkl/svn/opensync_dev/syncml/build /home/dirkl/svn/opensync_dev/syncml/build/src /home/dirkl/svn/opensync_dev/syncml/build/src/CMakeFiles/syncml-plugin.dir/DependInfo.cmake make[2]: Leaving directory `/home/dirkl/svn/opensync_dev/syncml/build' make -f src/CMakeFiles/syncml-plugin.dir/build.make src/CMakeFiles/syncml-plugin.dir/build make[2]: Entering directory `/home/dirkl/svn/opensync_dev/syncml/build' /usr/bin/cmake -E cmake_progress_report /home/dirkl/svn/opensync_dev/syncml/build/CMakeFiles 1 [ 10%] Building C object src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o /usr/bin/gcc -Dsyncml_plugin_EXPORTS -O2 -g -fPIC -I/home/dirkl/svn/opensync_dev/syncml -I/home/dirkl/svn/opensync_dev/syncml/build -I/home/dirkl/build/include/opensync-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -I/home/dirkl/build/include/libsyncml-1.0 -o src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o -c /home/dirkl/svn/opensync_dev/syncml/src/syncml_plugin.c In file included from /home/dirkl/svn/opensync_dev/syncml/src/syncml_plugin.c:23: /home/dirkl/svn/opensync_dev/syncml/src/syncml_common.h:66: error: expected specifier-qualifier-list before ‘SmlTransportConnectionType’ make[2]: *** [src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o] Fehler 1 make[2]: Leaving directory `/home/dirkl/svn/opensync_dev/syncml/build' make[1]: *** [src/CMakeFiles/syncml-plugin.dir/all] Fehler 2 make[1]: Leaving directory `/home/dirkl/svn/opensync_dev/syncml/build' make: *** [all] Fehler 2 [ 10%] Building C object src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o In file included from /home/dirkl/svn/opensync_dev/syncml/src/syncml_plugin.c:23: /home/dirkl/svn/opensync_dev/syncml/src/syncml_common.h:66: error: expected specifier-qualifier-list before ‘SmlTransportConnectionType’ make[2]: *** [src/CMakeFiles/syncml-plugin.dir/syncml_plugin.o] Fehler 1 make[1]: *** [src/CMakeFiles/syncml-plugin.dir/all] Fehler 2 make: *** [all] Fehler 2 |
From: Michael B. <mic...@cm...> - 2008-03-25 16:10:25
|
Dirk Leinenbach schrieb: > Tuesday, March 25, 2008, 4:10:55 PM, Christian Hilgers wrote: > >> Dirk Leinenbach schrieb: >>> Hi, >>> >>> I'm trying to compile libsyncml 0.46 in order to use it with the >>> syncml plugin of opensync. >>> >>> Since I found no specia information about the new build process using >>> cmake for libsyncml, I used the script from >>> http://www.opensync.org/wiki/devel-branch-0.30 and got the error >>> printed below. At first I guessed a missing libxml, but this library >>> has been installed. > >> it is libxml, but not the lib itself.The headers are missing >> for debian based: search for something with -dev > > well, the dev package libxml2-dev is also installed > >>> In file included from /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c:27: >>> /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_elements_internals.h:24:30: error: libxml/xmlreader.h: Datei oder Verzeichnis nicht gefunden > >> It is complaining about xmlreader.h not libxml.so :) > > xmlreader.h is present in the system: > > # locate xmlreader.h > # /usr/include/libxml2/libxml/xmlreader.h Do the following files exist? /usr/lib/pkgconfig/libxml-2.0.pc /usr/include/libxml/ (usually a dynamic link) It looks like all of your pkgconfig files are missing. You can try to check the basic stuff by running "pkg-config --modversion libxml-2.0". After this you can continue with pkg-config --modversion openobex pkg-config --modversion libsoup-2.2 Best regards Michael -- _______________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 mic...@cm... D-10099 Berlin _______________________________________________________________ X.509 CA Certificates / Wurzelzertifikate http://ra.pki.hu-berlin.de |
From: Dirk L. <di...@cs...> - 2008-03-25 15:17:21
|
Tuesday, March 25, 2008, 4:10:55 PM, Christian Hilgers wrote: > Dirk Leinenbach schrieb: >> Hi, >> >> I'm trying to compile libsyncml 0.46 in order to use it with the >> syncml plugin of opensync. >> >> Since I found no specia information about the new build process using >> cmake for libsyncml, I used the script from >> http://www.opensync.org/wiki/devel-branch-0.30 and got the error >> printed below. At first I guessed a missing libxml, but this library >> has been installed. > it is libxml, but not the lib itself.The headers are missing > for debian based: search for something with -dev well, the dev package libxml2-dev is also installed >> In file included from /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c:27: >> /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_elements_internals.h:24:30: error: libxml/xmlreader.h: Datei oder Verzeichnis nicht gefunden > It is complaining about xmlreader.h not libxml.so :) xmlreader.h is present in the system: # locate xmlreader.h # /usr/include/libxml2/libxml/xmlreader.h Dirk > Christian > -- > Christian Hilgers |ConSol* > Tel. +49.2102.994-423 |Consulting&Solutions Software GmbH > Fax +49.2102.994-411 |Berliner Str. 101, 40880 Ratingen > email: Chr...@co... |WWW: http://www.consol.de > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Christian H. <Chr...@co...> - 2008-03-25 15:11:02
|
Dirk Leinenbach schrieb: > Hi, > > I'm trying to compile libsyncml 0.46 in order to use it with the > syncml plugin of opensync. > > Since I found no specia information about the new build process using > cmake for libsyncml, I used the script from > http://www.opensync.org/wiki/devel-branch-0.30 and got the error > printed below. At first I guessed a missing libxml, but this library > has been installed. it is libxml, but not the lib itself.The headers are missing for debian based: search for something with -dev > In file included from /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c:27: > /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_elements_internals.h:24:30: error: libxml/xmlreader.h: Datei oder Verzeichnis nicht gefunden It is complaining about xmlreader.h not libxml.so :) Christian -- Christian Hilgers |ConSol* Tel. +49.2102.994-423 |Consulting&Solutions Software GmbH Fax +49.2102.994-411 |Berliner Str. 101, 40880 Ratingen email: Chr...@co... |WWW: http://www.consol.de |
From: Dirk L. <di...@cs...> - 2008-03-25 14:54:28
|
Hi, I'm trying to compile libsyncml 0.46 in order to use it with the syncml plugin of opensync. Since I found no specia information about the new build process using cmake for libsyncml, I used the script from http://www.opensync.org/wiki/devel-branch-0.30 and got the error printed below. At first I guessed a missing libxml, but this library has been installed. Does somebody have an idea what's missing on my system? Thanks, Dirk ~/svn/opensync_dev/libsyncml-0.4.6/build$ osync_cmake ../ -- checking for one of the modules 'openobex>=1.1' -- checking for one of the modules 'libsoup-2.2>=2.2.91;libsoup2>=2.2.91' -- checking for one of the modules 'libwbxml2' -- checking for one of the modules 'bluez' -- checking for one of the modules 'check' -- Could NOT find CHECK -- ================================================== -- building tools ON -- tracing tools ON -- unit tests OFF -- http transports OFF -- obex transports OFF -- obex over bluetooth transports OFF -- Configuring done -- Generating done -- Build files have been written to: /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/build /usr/bin/cmake -H/home/dirkl/svn/opensync_dev/libsyncml-0.4.6 -B/home/dirkl/svn/opensync_dev/libsyncml-0.4.6/build --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/build/CMakeFiles 23 make -f CMakeFiles/Makefile2 all make[1]: Entering directory `/home/dirkl/svn/opensync_dev/libsyncml-0.4.6/build' make -f libsyncml/CMakeFiles/syncml.dir/build.make libsyncml/CMakeFiles/syncml.dir/depend make[2]: Entering directory `/home/dirkl/svn/opensync_dev/libsyncml-0.4.6/build' make[2]: Für das Ziel »libsyncml/CMakeFiles/syncml.dir/depend« ist nichts zu tun. make[2]: Leaving directory `/home/dirkl/svn/opensync_dev/libsyncml-0.4.6/build' make -f libsyncml/CMakeFiles/syncml.dir/build.make libsyncml/CMakeFiles/syncml.dir/build make[2]: Entering directory `/home/dirkl/svn/opensync_dev/libsyncml-0.4.6/build' /usr/bin/cmake -E cmake_progress_report /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/build/CMakeFiles 2 [ 4%] Building C object libsyncml/CMakeFiles/syncml.dir/sml_command.o /usr/bin/gcc -Dsyncml_EXPORTS -fPIC -I/home/dirkl/svn/opensync_dev/libsyncml-0.4.6 -I/home/dirkl/svn/opensync_dev/libsyncml-0.4.6/build -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -o libsyncml/CMakeFiles/syncml.dir/sml_command.o -c /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c In file included from /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c:27: /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_elements_internals.h:24:30: error: libxml/xmlreader.h: Datei oder Verzeichnis nicht gefunden In file included from /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c:27: /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_elements_internals.h:44: error: expected specifier-qualifier-list before ‘xmlBuffer’ /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c: In function ‘smlCommandNewResult’: /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c:268: error: ‘SmlItem’ has no member named ‘contenttype’ /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c: In function ‘smlCommandNewChange’: /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c:394: error: ‘SmlItem’ has no member named ‘contenttype’ /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c: In function ‘smlCommandNewPartialChange’: /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c:448: error: ‘SmlItem’ has no member named ‘moreData’ /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c:449: error: ‘SmlItem’ has no member named ‘contenttype’ /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c: In function ‘smlCommandNewPut’: /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c:544: error: ‘SmlItem’ has no member named ‘contenttype’ /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c: In function ‘smlCommandNewGet’: /home/dirkl/svn/opensync_dev/libsyncml-0.4.6/libsyncml/sml_command.c:573: error: ‘SmlItem’ has no member named ‘contenttype’ make[2]: *** [libsyncml/CMakeFiles/syncml.dir/sml_command.o] Fehler 1 make[2]: Leaving directory `/home/dirkl/svn/opensync_dev/libsyncml-0.4.6/build' make[1]: *** [libsyncml/CMakeFiles/syncml.dir/all] Fehler 2 make[1]: Leaving directory `/home/dirkl/svn/opensync_dev/libsyncml-0.4.6/build' make: *** [all] Fehler 2 |
From: Christian H. <Chr...@co...> - 2008-03-25 11:52:21
|
Andriy Zhdanov schrieb: > $ msynctool --listplugins > Available plugins: > google-calendar > $ > > Any ideas? which msynctool ldd `which msynctool` does that match the place you did install the libs? If not (what I assume) use LD_LIBRAY_PATH to point the linker to the correct place. Christian -- Christian Hilgers |ConSol* Tel. +49.2102.994-423 |Consulting&Solutions Software GmbH Fax +49.2102.994-411 |Berliner Str. 101, 40880 Ratingen email: Chr...@co... |WWW: http://www.consol.de |
From: Michael B. <mic...@cm...> - 2008-03-25 11:34:49
|
Andriy Zhdanov schrieb: > I was using following svn revisions: > > http://svn.opensync.org/plugins/syncml: Revision: 3224 > http://svn.opensync.org/plugins/google-calendar: Revision: 3224 > http://svn.opensync.org/trunk: Revision: 3221 > http://svn.opensync.org/libsyncml/trunk: Revision: 421 > http://svn.opensync.org/multisync/trunk: Revision: 365 This is exactly what I'm using too. So I have no idea why the plugins are not loaded. If you run with traces enabled then you can grep the trace files for the string ERROR and usually you will see why the plugins are not loaded. Best regards Michael -- _______________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 mic...@cm... D-10099 Berlin _______________________________________________________________ X.509 CA Certificates / Wurzelzertifikate http://ra.pki.hu-berlin.de |
From: Andriy Z. <azh...@gm...> - 2008-03-25 11:16:20
|
Hi Michael, I was using following svn revisions: http://svn.opensync.org/plugins/syncml: Revision: 3224 http://svn.opensync.org/plugins/google-calendar: Revision: 3224 http://svn.opensync.org/trunk: Revision: 3221 http://svn.opensync.org/libsyncml/trunk: Revision: 421 http://svn.opensync.org/multisync/trunk: Revision: 365 On Tue, Mar 25, 2008 at 11:49 AM, Michael Bell < mic...@cm...> wrote: > Andriy Zhdanov schrieb: > > Hi, > > > > I'm completely lost.. installing from svn trunk, msynctool after all > does > > not see syncml plugin, as follows: > > > > -- Install configuration: "RelWithDebInfo" > > -- Installing /usr/local/lib/opensync-1.0/plugins/gcalendar.so > > -- Installing /usr/local/lib/opensync-1.0/google-cal-helper > > -- Installing /usr/local/share/opensync-1.0/defaults/google-calendar > > -- Installing /usr/local/share/opensync-1.0/descriptions/google- > calendar.xml > > -- Installing /usr/local/share/opensync-1.0/capabilities/google- > > calendar-gcal-2005.xml > > > > -- Install configuration: "RelWithDebInfo" > > -- Installing /usr/local/lib/opensync-1.0/plugins/syncml-plugin.so > > -- Installing /usr/local/share/opensync-1.0/defaults/syncml-obex-client > > -- Installing /usr/local/share/opensync-1.0/defaults/syncml-http-server > > -- Installing /usr/local/share/opensync-1.0/defaults/syncml-http-client > > > > $ msynctool --listplugins > > Available plugins: > > google-calendar > > $ > > This usually happens if the installed libsyncml and syncml plugin > version use different API versions of libsyncml. Which exact SVN > revisions do you use when this happens? > > Best regards > > Michael > -- > _______________________________________________________________ > > Michael Bell Humboldt-Universitaet zu Berlin > > Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice > Fax: +49 (0)30-2093 2704 Unter den Linden 6 > mic...@cm... D-10099 Berlin > _______________________________________________________________ > > X.509 CA Certificates / Wurzelzertifikate > > http://ra.pki.hu-berlin.de > |
From: Michael B. <mic...@cm...> - 2008-03-25 10:49:57
|
Andriy Zhdanov schrieb: > Hi, > > I'm completely lost.. installing from svn trunk, msynctool after all does > not see syncml plugin, as follows: > > -- Install configuration: "RelWithDebInfo" > -- Installing /usr/local/lib/opensync-1.0/plugins/gcalendar.so > -- Installing /usr/local/lib/opensync-1.0/google-cal-helper > -- Installing /usr/local/share/opensync-1.0/defaults/google-calendar > -- Installing /usr/local/share/opensync-1.0/descriptions/google-calendar.xml > -- Installing /usr/local/share/opensync-1.0/capabilities/google- > calendar-gcal-2005.xml > > -- Install configuration: "RelWithDebInfo" > -- Installing /usr/local/lib/opensync-1.0/plugins/syncml-plugin.so > -- Installing /usr/local/share/opensync-1.0/defaults/syncml-obex-client > -- Installing /usr/local/share/opensync-1.0/defaults/syncml-http-server > -- Installing /usr/local/share/opensync-1.0/defaults/syncml-http-client > > $ msynctool --listplugins > Available plugins: > google-calendar > $ This usually happens if the installed libsyncml and syncml plugin version use different API versions of libsyncml. Which exact SVN revisions do you use when this happens? Best regards Michael -- _______________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 mic...@cm... D-10099 Berlin _______________________________________________________________ X.509 CA Certificates / Wurzelzertifikate http://ra.pki.hu-berlin.de |
From: Wael N. <ml...@na...> - 2008-03-23 01:00:28
|
Hello, I have tried making OpenSync to work with my Nokia 6120 Classic, but I am unable to make it work, I will detail as much as I can in the email, hopefully someone will help me figure out what is going on... First thing first, the softwares version, I'm using the latest SVN on Gentoo, I pulled today's trunk app-pda/msynctool-9999 app-pda/libsyncml-9999 app-pda/libopensync-9999 app-pda/libopensync-plugin-file-9999 app-pda/libopensync-plugin-evolution2-9999 app-pda/libopensync-plugin-google-calendar-9999 app-pda/libopensync-plugin-syncml-9999 app-pda/libopensync-plugin-vformat-9999 I added a group 'Nokia6120c' and 2 plugins, 'file-sync' and 'syncml-obex-client', here's the output of 'msynctool --showgroup Nokia6120c', And I got the configuration of the syncml-obex-client member from http://www.opensync.org/wiki/Nokia_6120_classic ------------------- --------CUT-------- ------------------- Group: Nokia6120c Member 1: file-sync Configuration : <?xml version="1.0"?> <config> <directory> <path>/home/wael/.nokia6120c</path> <objtype>data</objtype> </directory> <!-- Field objformat set the object format which should be used to store. objformat is optional - by default objformat is "file". --> <directory> <path>/home/wael/.nokia6120c/contacts</path> <objtype>contact</objtype> <objformat>vcard21</objformat> </directory> <directory> <path>/home/wael/.nokia6120c/calendar</path> <objtype>event</objtype> <objformat>vevent10</objformat> </directory> </config> Member 2: syncml-obex-client Configuration : <?xml version="1.0"?> <config> <!-- (Only for bluetooth) The bluetooth address if the bluetooth mode is selected --> <bluetooth_address>00:1D:6E:52:8B:F7</bluetooth_address> <!-- (Only for bluetooth) The bluetooth channel to use. `sdptool browse $MAC` to search for the correct channel --> <bluetooth_channel>10</bluetooth_channel> <!-- (Only for USB) The usb interface number of the SYNCML-SYNC target. use syncml-obex-client -u (you will need access to the USB raw device) to find it. --> <interface>0</interface> <!-- The string that the plugin will use to identify itself. Some devices need a special string here. --> <!-- Nokia requires PC Suite --> <identifier>PC Suite</identifier> <!-- The syncml version to use: 0 for 1.0, 1 for 1.1 and 2 for 1.2 --> <version>1</version> <!-- if the plugin should use wbxml --> <wbxml>1</wbxml> <!-- I read elsewhere that the 6120 does not support wbxml so I use 0 in my working config ti...@ti... 2008-03-16 --> <!-- The username to use. Leave empty to not require a username --> <username></username> <!-- the password for the username --> <password></password> <!-- sets the connection type to use. 5 means obex over usb, 2 means obex over bluetooth --> <type>2</type> <!-- If wbxml is enabled, defines wether the wbxml should use string tables --> <usestringtable>0</usestringtable> <!-- Never send ADD command, but send REPLACE (not needed normally) --> <onlyreplace>0</onlyreplace> <!-- Workaround around for mobile phones which only use local timestamps and _no_ UTC timestamps! --> <onlyLocaltime>0</onlyLocaltime> <!-- Sets the maximum allowed size in bytes of incoming messages (some device need this option set). Example: 10000 --> <recvLimit>10000</recvLimit> <maxObjSize>0</maxObjSize> <!-- The name of the contacts db. Must be the same as the phones sends --> <database> <name>Contacts</name> <objtype>contact</objtype> <objformat>vcard21</objformat> </database> <!-- The name of the calendar db. Must be the same as the phones sends --> <!-- <database> <name>Calendar</name> <objtype>event</objtype> <objformat>vevent20</objformat> </database> --> <!-- below works for event (ie Calendar) sync on my 6120 using opensync 0.36. Note the use of vevent10 not vevent20. Comment by Tim Richardson ti...@ti... on 2008-03-16 --> <database> <name>Calendar</name> <objtype>event</objtype> <objformat>vevent10</objformat> </database> </config> ------------------- --------CUT-------- ------------------- And off course I ran 'msynctool --discover Nokia6120c', and tried to sync, the device connected and start sending, but it sends 10 Calendar entries and stopped, I thought maybe the calendar was problematic so I removed it and tried again, Contacs syncing stuck at 20 contacts... $ msynctool --sync Nokia6120c Synchronizing group "Nokia6120c" The previous synchronization was unclean. Slow-syncing data sink of member 1 of type file-sync just connected event sink of member 1 of type file-sync just connected contact sink of member 1 of type file-sync just connected Main sink of member 1 of type file-sync just connected data sink of member 2 of type syncml-obex-client had an error: Unable to find sink for data Main sink of member 2 of type syncml-obex-client just connected event sink of member 2 of type syncml-obex-client just connected contact sink of member 2 of type syncml-obex-client just connected The sync failed: At least one object engine failed while connecting. Aborting data sink of member 1 of type file-sync just disconnected event sink of member 1 of type file-sync just disconnected contact sink of member 1 of type file-sync just disconnected Main sink of member 1 of type file-sync just disconnected event sink of member 2 of type syncml-obex-client just disconnected contact sink of member 2 of type syncml-obex-client just disconnected I went further trying to debug the problem, I tried syncml-obex-client manually and it worked: $ syncml-obex-client -b 00:1D:6E:52:8B:F7 10 --slow-sync text/x-vcard Contacts --slow-sync text/x-vcalendar Calendar --wbxml --identifier "PC Suite" connection with device succeeded Received an Alert for the DS Server at Calendar: Type: 200, Last 20080322T235852Z, Next 20080323T003528Z Slowsyncing Received an Alert for the DS Server at Contacts: Type: 200, Last 20080322T235852Z, Next 20080323T003528Z Slowsyncing Just received a new session with ID 1 Session 1 reported final. flushing Received an reply to our Alert Received an reply to our Alert Going to receive 46 changes Going to receive 193 changes And dumping starts, it worked this way, I don't understand what I'm doing wrong, if you have an idea then please tell me :) Regards, -- Wael Nasreddine http://wael.nasreddine.com PGP: 1024D/C8DD18A2 06F6 1622 4BC8 4CEB D724 DE12 5565 3945 C8DD 18A2 .: An infinite number of monkeys typing into GNU emacs, would never make a good program. (L. Torvalds 1995) :. |
From: Andriy Z. <azh...@gm...> - 2008-03-21 20:55:40
|
Hi, I'm completely lost.. installing from svn trunk, msynctool after all does not see syncml plugin, as follows: -- Install configuration: "RelWithDebInfo" -- Installing /usr/local/lib/opensync-1.0/plugins/gcalendar.so -- Installing /usr/local/lib/opensync-1.0/google-cal-helper -- Installing /usr/local/share/opensync-1.0/defaults/google-calendar -- Installing /usr/local/share/opensync-1.0/descriptions/google-calendar.xml -- Installing /usr/local/share/opensync-1.0/capabilities/google- calendar-gcal-2005.xml -- Install configuration: "RelWithDebInfo" -- Installing /usr/local/lib/opensync-1.0/plugins/syncml-plugin.so -- Installing /usr/local/share/opensync-1.0/defaults/syncml-obex-client -- Installing /usr/local/share/opensync-1.0/defaults/syncml-http-server -- Installing /usr/local/share/opensync-1.0/defaults/syncml-http-client $ msynctool --listplugins Available plugins: google-calendar $ Any ideas? |
From: Andriy Z. <azh...@gm...> - 2008-03-21 13:17:21
|
Hi Daniel, Yes, I'm using libsyncml 0.4.6 from SVN, revision 415. Oh, I can see some probably related fix in revision 416, should I try to update and reinstall? But as more I think, I guess '--discover' command is not supposed to work for syncml-obex-client, so my problem rather is I can't properly configure group member for syncml-obex-client, as it constantly says 'ERROR: No synchronizable objtype'. I've searched internet a lot, but still think I did everything correct. You might have seen my configuration attached in my previous mail, could check it also please? Well any thoughts regarding --sync or --discover are appriciated. I'm actually trying to sync Nokia E51, it did not work with 0.22 release, so I've found out that it is fixed in trunk, that's why I'm trying development version. Thank you! On Fri, Mar 21, 2008 at 12:51 PM, Daniel Gollub <dg...@su...> wrote: > On Monday 17 March 2008 19:51:01 Andriy Zhdanov wrote: > > (sorry, resending, as the message was sent unfinished) > > > > I'm trying to sync with 'syncml-obex-client' plugin unsuccessfully. > Having > > configured a group along with google-calendar, > > > > 'msynctool --sync' says: ERROR: No synchronizable objtype > > > > and 'msynctool --discover' crashes with the following stack trace: > > The crash is from libsyncml. Which exactly version of libsyncml did you > try. I > guess you tried some SVN revision - right? > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: Daniel G. <dg...@su...> - 2008-03-21 12:04:23
|
On Tuesday 19 February 2008 17:15:21 D.Rudolph wrote: > I couldn't find an answer to the following questions so far: > How can I control the direction of the sync? > Can I limit the sync to a one way sync? There is some initial code for performing unidirectional syncs in OpenSync 0.36 and later. But this is not very well tested. You can do this with msynctool and the parameter: --enable-readonly <groupname> <memberid> [<objtype>] Once this is done this configuration got stored with this group persistent. Again, this is experimental and not very well tested. > Are filters the only way to do this? If yes, where can I find a > documentation for this? It's planned that filter can also do this in a more detailed way. Filter should be able to decide on content or other specific circumstances if entry got synced or not. There is initial code which isn't used anywhere yet. > > Is the direction of the sync handled by the plugin or by the framework? > Is there an overview available that shows which plugin supports a limit > of the direction and which does not? Currently the synchronization is handled by the framework. A nice implementation would be to address this on both side. Since some synchronization protocols allow unidirectional synchronizations and make those very performant. So the longterm goal would be to handle this in the framework, for plugins/implementation which don't understand one-way synchronization and on the plugin side for those which support this one-way syncs natively. best regards, Daniel |
From: Daniel G. <dg...@su...> - 2008-03-21 11:58:16
|
On Wednesday 05 March 2008 21:56:27 Gunter Ohrner wrote: > However, if I immediately run a second slow-sync, I get tons of the > following conflicts - in fact, I have the impression that every single > entry synced causes a "phantom conflict" because of "phantom changes" - > changes which in reality just do not exist. The "phantom conflicts" are bugs in the format plugins. The converters of those plugin don't convert the data correctly. The conflict got risen because of: | <DateStarted> | <Content>20070110</Content> | <Value>DATE</Value> | </DateStarted> ---- | <DateStarted> | <Content>20070110T000000</Content> | </DateStarted> In 0.22 we tried to workaround this with different hacks, without success. I hope with 0.40 we get rid of those timestamp issues with declaring a strict format, which avoids this kind of ambiguity. Please, bear with us for a while until 0.40 is out... best regards, Daniel |
From: Daniel G. <dg...@su...> - 2008-03-21 11:51:06
|
On Monday 17 March 2008 19:51:01 Andriy Zhdanov wrote: > (sorry, resending, as the message was sent unfinished) > > I'm trying to sync with 'syncml-obex-client' plugin unsuccessfully. Having > configured a group along with google-calendar, > > 'msynctool --sync' says: ERROR: No synchronizable objtype > > and 'msynctool --discover' crashes with the following stack trace: The crash is from libsyncml. Which exactly version of libsyncml did you try. I guess you tried some SVN revision - right? |
From: Daniel G. <dg...@su...> - 2008-03-21 11:49:12
|
On Tuesday 18 March 2008 06:00:06 pramod gurav wrote: > I have synced my NOKIA from my system using msynctool successfully.. > How can I sync from my mobile now? > I tried > $msynctool --sync my-nokia-group --wait > Synchronizing group "my-nokia-group" Not quite sure if initiating the sync is even supported by your mobile. At least I'm not quite sure if this is done via OBEX transport. I guess more common is that Synchronization which get initiated by the mobile are done via SyncML HTTP transport, which would require that you already have a bnep or dun bluetooth connection. Could you describe what kind of configuration are possible to setup this kind of synchronization you're looking for? Did you create a profile on your mobile? Whats the model of your mobile? |
From: Daniel G. <dg...@su...> - 2008-03-21 11:44:37
|
On Tuesday 18 March 2008 18:08:56 Gustavo wrote: > Where can I find information about File Synchronization using Syncml. Is it > a good idea?. I'am developing an application who wants to Synchronize files > between desktop pcs and/or movile devices. By synchronization of "files" you don't mean common PIM data like contacts, events and notes - right? OpenSync is currently a bit lacking when it comes to synchronization data/files which are big in size since the entire data got read into memory and multiply. So if you would sync in theory a fail with 4Gb you'll need 8Gb RAM. But this problem should be addressed very soon... Could you give me more details what you're planning to sync? |
From: Daniel G. <dg...@su...> - 2008-03-21 11:41:26
|
On Tuesday 18 March 2008 23:25:47 Martin Ericsson wrote: > I've got a new Sony Ericsson w200i that I'd like to synchronize with > evolution2 by using a USB cable. The phone spec says that it supports > syncml so I guess I should use that plugin. > > But I have no idea how I should configure the phone or the plugin? In > the settings for the phone it asks for server address but don't wanna > go through a server, I want to use syncml-obex. Is that at all > possible? Any pointers are highly appreciated. > > I'm using Ubuntu Hardy with libopensync0 version 0.19-1.2ubuntu1. The best place to start initial experiments would be: http://libsyncml.opensync.org/wiki/obex-guide So first you should try if libsyncml is able to perform a sync with the command line tool "syncml-obex-client". USB is a bit more complicated since you need access to the usb raw interface, so you very likely hit without additional changes on your system permission problem as normal users. |
From: Michael B. <mic...@cm...> - 2008-03-20 10:35:43
|
Hi Sascha, Sascha Peilicke schrieb: > I would like to know if libsyncml is tied in any specific way to opensync. I'm > searching for a lib implementing SyncML-functionality to be used on a client > device (mobile phone) and I will have to use different SyncML-capable > groupware-servers (take funambol for example). So is it usable without > opensync? The library is usable without OpenSync. It was and is developed for OpenSync but it is isolated from OpenSync. This means that the library has no dependencies on OpenSync. Actually the API sometimes changes because we still try to cleanup it. The only user is OpenSync's SyncML plugin. So if you use it in another project then we would really be interested to know which functions do you use. Today we are a little bit afraid that if we remove all functions which OpenSync's plugin doesn't use then a little bit too much stuff is removed. Best regards Michael -- _______________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 mic...@cm... D-10099 Berlin _______________________________________________________________ X.509 CA Certificates / Wurzelzertifikate http://ra.pki.hu-berlin.de |
From: Sascha P. <spe...@tr...> - 2008-03-20 08:42:47
|
Hello, I would like to know if libsyncml is tied in any specific way to opensync. I'm searching for a lib implementing SyncML-functionality to be used on a client device (mobile phone) and I will have to use different SyncML-capable groupware-servers (take funambol for example). So is it usable without opensync? Thanks in advance, Sascha |
From: pramod g. <pra...@ya...> - 2008-03-19 04:43:24
|
hi all I want to initiate sync from my NOKIA mobile. I use $msynctool --sync my-group --wait This will wait forever. When I do sync at mobile side with PC Suite it tries to connect and simply disconnects. Do I need to run any other application/daemon which will take care of this incoming sync request. Any help is appreciated. Thanks and Best regards Pramod Why delete messages? Unlimited storage is just a click away. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html |
From: Martin E. <mar...@gm...> - 2008-03-18 22:25:41
|
Hi. I've got a new Sony Ericsson w200i that I'd like to synchronize with evolution2 by using a USB cable. The phone spec says that it supports syncml so I guess I should use that plugin. But I have no idea how I should configure the phone or the plugin? In the settings for the phone it asks for server address but don't wanna go through a server, I want to use syncml-obex. Is that at all possible? Any pointers are highly appreciated. I'm using Ubuntu Hardy with libopensync0 version 0.19-1.2ubuntu1. |
From: Gustavo <gus...@in...> - 2008-03-18 17:06:46
|
Where can I find information about File Synchronization using Syncml. Is it a good idea?. I'am developing an application who wants to Synchronize files between desktop pcs and/or movile devices. Thanks in advance Gustavo |
From: Michael B. <mic...@cm...> - 2008-03-18 12:29:31
|
airflow schrieb: > The settings for this third member are: > plugin: syncml-http-server > Serverversion: 1.1 > Serveraddress: http://sync.A1.net/ > Port: 80 > Username: myuser > Password: mypassword Correct settings for SVN trunk: plugin: syncml-http-client Serverversion: 1.1 Serveraddress: http://sync.A1.net/ Username:... Password:... The port parameter is some kind of a misunderstanding. If you are a server then you must only specify the port. If you are a client then you must specify the complete URL. The port parameter in the client config was a bug. > You wrote that it works only with the SVN-version, which I don't have in > place. So it's probably a bad idea to try this again until I have moved to > upcoming version 4. On the other hand, I still don't quite get the thing > with the port - what would be the right setting in this case? I just noticed > there is also a plugin syncml-http-client - i should probably have used this > plugin, right.. :/ Yes, the client plugin is correct choice in your case. > BTW, are there plans to add a function --delmember to the msynctool? Because > currently the only way to remove a member is to remove the whole group and > recreate the members. --delmember exists already - at minimum in the svn trunk version. BTW I wrote a file for bash completion which shows all options and parameters incl. available members and groups ;) http://www.opensync.org/wiki/MsynctoolBashCompletion Best regards Michael -- _______________________________________________________________ Michael Bell Humboldt-Universitaet zu Berlin Tel.: +49 (0)30-2093 2482 ZE Computer- und Medienservice Fax: +49 (0)30-2093 2704 Unter den Linden 6 mic...@cm... D-10099 Berlin _______________________________________________________________ X.509 CA Certificates / Wurzelzertifikate http://ra.pki.hu-berlin.de |
From: pramod g. <pra...@ya...> - 2008-03-18 05:00:35
|
hi all I have synced my NOKIA from my system using msynctool successfully.. How can I sync from my mobile now? I tried $msynctool --sync my-nokia-group --wait Synchronizing group "my-nokia-group" This waits indefinately And when I sync from my mobile and do [root@localhost Pramod]# /usr/local/sbin/hcidump -X HCI sniffer - Bluetooth packet analyzer ver 1.40 device: hci0 snap_len: 1028 filter: 0xffffffff > HCI Event: Connect Request (0x04) plen 10 0000: 00 14 6f 8d 18 00 0c 02 50 01 ..o.....P. < HCI Command: Accept Connection Request (0x01|0x0009) plen 7 0000: 00 14 6f 8d 18 00 01 ..o..... > HCI Event: Command Status (0x0f) plen 4 0000: 00 01 09 04 .... > HCI Event: Connect Complete (0x03) plen 11 0000: 00 01 00 00 14 6f 8d 18 00 01 00 ......o..... < HCI Command: Write Link Policy Settings (0x02|0x000d) plen 4 0000: 01 00 0f 00 .... > HCI Event: Max Slots Change (0x1b) plen 3 0000: 01 00 05 ... > HCI Event: Command Complete (0x0e) plen 6 0000: 01 0d 08 00 01 00 ...... < HCI Command: Change Connection Packet Type (0x01|0x000f) plen 4 0000: 01 00 18 cc .... > ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Connect req: psm 1 scid 0x0040 < ACL data: handle 1 flags 0x02 dlen 16 L2CAP(s): Connect rsp: dcid 0x0040 scid 0x0040 result 0 status 0 Connection successful > HCI Event: Command Status (0x0f) plen 4 0000: 00 01 0f 04 .... < HCI Command: Remote Name Request (0x01|0x0019) plen 10 0000: 00 14 6f 8d 18 00 02 00 00 00 ..o....... > HCI Event: Connection Packet Type Changed (0x1d) plen 5 0000: 00 01 00 18 cc ..... > HCI Event: Number of Completed Packets (0x13) plen 5 0000: 01 01 00 01 00 ..... > HCI Event: Command Status (0x0f) plen 4 0000: 00 01 19 04 .... > HCI Event: Connection Packet Type Changed (0x1d) plen 5 0000: 00 01 00 18 cc ..... > ACL data: handle 1 flags 0x02 dlen 10 L2CAP(s): Info req: type 2 < ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Info rsp: type 2 result 1 Not supported > HCI Event: Number of Completed Packets (0x13) plen 5 0000: 01 01 00 01 00 ..... > ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Config req: dcid 0x0040 flags 0x00 clen 0 < ACL data: handle 1 flags 0x02 dlen 14 L2CAP(s): Config rsp: scid 0x0040 flags 0x00 result 0 clen 0 Success < ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Config req: dcid 0x0040 flags 0x00 clen 0 > HCI Event: Remote Name Req Complete (0x07) plen 255 0000: 00 00 14 6f 8d 18 00 4b 61 6e 64 79 00 00 00 00 ...o...Kandy.... 0010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 0020: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 0030: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 0040: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 0050: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 0060: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 0070: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 0080: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 0090: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 00f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ............... > HCI Event: Number of Completed Packets (0x13) plen 5 0000: 01 01 00 01 00 ..... > HCI Event: Number of Completed Packets (0x13) plen 5 0000: 01 01 00 01 00 ..... > ACL data: handle 1 flags 0x02 dlen 18 L2CAP(s): Config rsp: scid 0x0040 flags 0x00 result 0 clen 4 Success MTU 672 > ACL data: handle 1 flags 0x02 dlen 31 L2CAP(d): cid 0x0040 len 27 [psm 1] SDP SS Req: tid 0x1 len 0x16 pat uuid-128 00000001-0000-1000-8000-0002ee000002 max 65535 cont 00 < ACL data: handle 1 flags 0x02 dlen 14 L2CAP(d): cid 0x0040 len 10 [psm 1] SDP SS Rsp: tid 0x1 len 0x5 count 0 cont 00 > HCI Event: Number of Completed Packets (0x13) plen 5 0000: 01 01 00 01 00 ..... > ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Disconn req: dcid 0x0040 scid 0x0040 < ACL data: handle 1 flags 0x02 dlen 12 L2CAP(s): Disconn rsp: dcid 0x0040 scid 0x0040 > HCI Event: Number of Completed Packets (0x13) plen 5 0000: 01 01 00 01 00 ...... < HCI Command: Disconnect (0x01|0x0006) plen 3 0000: 01 00 13 ... > HCI Event: Command Status (0x0f) plen 4 0000: 00 01 06 04 .... > HCI Event: Disconn Complete (0x05) plen 4 0000: 00 01 00 16 .... Sorry for the long post... Can anyone help in this please??? Is there any other way to do this??? Thanks and Best regards Pramod Chat on a cool, new interface. No download required. Go to http://in.messenger.yahoo.com/webmessengerpromo.php |