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: Armin B. <arm...@de...> - 2005-09-22 08:35:34
|
Right. Here is the problem: Ignoring a conflict works by saving the ignored uids of changes in a database. During the next sync, the devices wont send the changes again, so i have to read them explicitly using a special function. But if the plugin does not provide such function, the assertion will be triggered. Now we have 3 possible solutions to this: - either make sure that every plugins provides a read function (not really possible) - if one of the plugins does not provide a read function, do not provide a ignore resolution. - if one of the plugins does not provide a read function, slow-sync the next synchronization. so... what do you think would be the best solution? Armin Martin Felis wrote: > Hello, > > it looks like opensync has some problems when handling mapping > conflicts. > > I have a syncing group with evo2-sync and file-sync. I only have some > items in evo. > > The first sync went fine and when I provoked a conflict and tried to > ignore it, all went fine, too. > > But the third sync I got this error: > ** ERROR **: file opensync_member.c: line 1065 > (osync_member_read_change): assertion failed: (fmtsink->functions.read ! > = NULL) > aborting... > > The fourth sync found mapping conflict in every item (ignoring worked), > but again the next sync failed, like in the third sync. > > I tried to find out where the problem might be, but couldn't find real > solutions. I only found out, that if you > delete .opensync/groupX/changelog.db, the third sync works fine. > > I've added the traces, for the first, second, third, and the fourth > sync. > > martn |
From: Armin B. <arm...@de...> - 2005-09-22 08:29:35
|
Hi Rainer, what exactly did you try to use? syncml over obex, syncml over http or irmc? Was there a error message from opensync? Armin Rainer Lay wrote: > Hi, > > I would like to sync my Nokia 6230i via bluetooth with my KDE apps > (korganizer, kaddressbook, ...). > I tried it several times; without success. Is there something like a > howto??? > > kind regards, > Rainer > > > ------------------------------------------------------- > 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: Martin F. <ma...@si...> - 2005-09-21 22:41:26
|
Hello, it looks like opensync has some problems when handling mapping conflicts. I have a syncing group with evo2-sync and file-sync. I only have some items in evo. The first sync went fine and when I provoked a conflict and tried to ignore it, all went fine, too. But the third sync I got this error: ** ERROR **: file opensync_member.c: line 1065 (osync_member_read_change): assertion failed: (fmtsink->functions.read ! = NULL) aborting... The fourth sync found mapping conflict in every item (ignoring worked), but again the next sync failed, like in the third sync. I tried to find out where the problem might be, but couldn't find real solutions. I only found out, that if you delete .opensync/groupX/changelog.db, the third sync works fine. I've added the traces, for the first, second, third, and the fourth sync. martn |
From: Rainer L. <rai...@gm...> - 2005-09-21 20:09:16
|
Hi, I would like to sync my Nokia 6230i via bluetooth with my KDE apps (korganizer, kaddressbook, ...). I tried it several times; without success. Is there something like a howto??? kind regards, Rainer |
From: Armin B. <arm...@de...> - 2005-09-21 16:10:07
|
Hi Thorsten, Thorsten Zitterell wrote: > Hi, > > it seems according to the subversion repository that obex support > has been started for the syncml plugin. I tried synchronizing my > Nokia 6230i with help of a rfcomm device. A strace of the msync > tool at least showed that a string is sent to the phone and my phone > answers. "started" is the right word. it cannot yet really synchronize since it cannot read the answers to the data it sends to the phone. Thats also the reason why the connect times out. > > I tried to find out what exactly happens according to the "syncml obex > binding" defined in http://xml.coverpages.org/syncml_obex_v10_20001207.pdf > Although, my phone correctly answers to the connect message, syncml > plugin quits with a timeout. > > I guess that obex has not been fully implemented yet. Is the plugin > supposed to do more for obex at the moment? Can I help with tracing > outputs or is it too early? No its not supposed to do more at the moment for obex. The problem is that i dont have a phone with obex (at the moment) so im writing the support for obex "blindfolded". Ill let you know when the obex support is at least supposed to work so that you can help me by providing traces. Armin > > Best regards, > Thorsten > |
From: Mattias A. <mat...@st...> - 2005-09-18 18:23:55
|
Hi, I noticed that a clean sync makes things "seem" to work too. The problem on my computer seems to be to get the mobile to accept items MADE with Evolution. Isn't there any developer out there who reads this who can give us some hints? / Mattias > I did a deeper test of irmc plugin today. First of all, I did a > fresh sync between irmc and file-sync, and it finished successfully as > usual. Then I immediately sync them again without any change on both > side. This time i got lots of: > > Error writing entry 000013040000 to member 2: Entry already exists > Mapping Write Error: Entry already exists > > The sync failed: Unable to write one or more objects |
From: LoneStar <lon...@ge...> - 2005-09-17 17:08:02
|
Hello Mattias, I did a deeper test of irmc plugin today. First of all, I did a fresh sync between irmc and file-sync, and it finished successfully as usual. Then I immediately sync them again without any change on both side. This time i got lots of: Error writing entry 000013040000 to member 2: Entry already exists Mapping Write Error: Entry already exists The sync failed: Unable to write one or more objects instead of telling me no new change. It still took minutes to finish, as long as the first time did. Last time, I created a new vcard file in the file sync directory, and tried to sync it back to my phone. I got "Conflict for Mapping 0x8f330e0:" and let me choose 'Duplicate', 'Ignore' and 'Keep Newer'. While I kept pressing 'n' for Keep Newer again and again, I was soon bored and terminated the process in the end. Mattias Arrelid wrote: >Ah, and just for your information: > >SyncML capacities (taken from W800i tech paper): >Contacts: vCard 2.1, Calendar: vCalendar 1.0, vTasks v1.0, vTodo v1.0, >Notes: text/plain > >/ Mattias > > > >------------------------------------------------------- >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: Martin F. <ma...@si...> - 2005-09-17 16:59:19
|
Hi, Since emails doesn't get sent to the mailing list I just wanted to announce that I filed a bug concerning the plugin for evolution2. Here it is: http://www.opensync.org/ticket/107 regards, Martin |
From: Norm D. <no...@dr...> - 2005-09-16 14:51:23
|
I sent my traces but I guess they were too big for the list -- Armin, if you want me to email them separately I can. 1) Calendar alone never syncs -- my phone says Initializing... and that's it. The plugin gives no output 2) Contacts errors out. If I try just contacts, it seems the plugin has a problem with my phone data because it quickly errors out on the phone and eventually gives a seg fault in the app. I'm running the svn versions of everything. The plugins are evo2-sync and syncml-http-server. I can see the phone connects but that's as far as it gets. Thanks Norm |
From: Thorsten Z. <the...@gm...> - 2005-09-16 14:40:22
|
Hi, it seems according to the subversion repository that obex support has been started for the syncml plugin. I tried synchronizing my Nokia 6230i with help of a rfcomm device. A strace of the msync tool at least showed that a string is sent to the phone and my phone answers. I tried to find out what exactly happens according to the "syncml obex binding" defined in http://xml.coverpages.org/syncml_obex_v10_20001207.pdf Although, my phone correctly answers to the connect message, syncml plugin quits with a timeout. I guess that obex has not been fully implemented yet. Is the plugin supposed to do more for obex at the moment? Can I help with tracing outputs or is it too early? Best regards, Thorsten -- GMX DSL = Maximale Leistung zum minimalen Preis! 2000 MB nur 2,99, Flatrate ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl |
From: Norm D. <no...@dr...> - 2005-09-15 20:20:17
|
Hi there, Trying to sync my Nokia 6620 -- testing the Contacts portion first. I have only about 20 contacts on my phone and trying to sync up with Evolution2.4. Everything seems to start ok, but then my phone fails the sync with a connection error. Synchronizing group "sync" The previous synchronization was unclean. Slow-syncing I/O error : Attempt to load network entity http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd Member 1 of type syncml-http-server just connected Member 2 of type evo2-sync just connected All clients connected or error Member 2 of type evo2-sync just sent all changes I/O error : Attempt to load network entity http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd Both groups connect ok so I think I'm configured ok. I left evo2 plugin with all defaults and set the syncml entries to match the phone. Here is the debug file.... any suggestions what might be happening? |
From: Koen K. <ko...@ha...> - 2005-09-15 18:00:45
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Norm Dressler wrote: > How do I compile the evo2 plugin from svn? I only have the following > files from svn: > AUTHORS config.h.in COPYING Makefile.am NEWS src tests > ChangeLog configure.in INSTALL misc README stamp-h.in > > autoreconf errors out -- and there's no autogen.sh file... try 'autoreconf -si' regards, Koen > > Norm > > On Thu, 2005-09-15 at 12:52 -0400, Norm Dressler wrote: > >>I didn't do svn this time -- I downloaded the libopensync- plugin >>because I couldn't get the 'svn' versions to compile properly (opensync >>did, but multisync didn't). >> >>I must be confused -- I will download all of it from svn again and try >>that. >> >>If I run into trouble I'll let you know. >> >>Norm >> >>On Thu, 2005-09-15 at 18:30 +0200, Armin Bauer wrote: >> >>>Hi, >>> >>>this bug was fixed some time ago. please do: svn up >>> >>>Armin >>> >>>Norm Dressler wrote: >>> >>>>Ok, I think this has something to do with the gcc version and Makefile >>>>but I can't find it now ... suggestions please: >>>> >>>>gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 >>>>-I/usr/lib/glib-2.0/include -I/usr/include/opensync-1.0 -DORBIT2=1 >>>>-pthread -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 >>>>-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include >>>>-I/usr/include/orbit-2.0 -I/usr/include/gconf/2 >>>>-I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include >>>>-I/usr/include/bonobo-activation-2.0 >>>>-I/usr/include/evolution-data-server-1.4 -I/usr/include/libxml2 -Wall >>>>-Werror -Wno-return-type -g -O2 -MT evolution2_ebook.lo -MD -MP >>>>-MF .deps/evolution2_ebook.Tpo -c evolution2_ebook.c -fPIC -DPIC >>>>-o .libs/evolution2_ebook.o >>>>cc1: warnings being treated as errors >>>>evolution2_ebook.c: In function 'evo2_addrbook_get_changes': >>>>evolution2_ebook.c:136: warning: initialization discards qualifiers from >>>>pointer target type >>>>make[2]: *** [evolution2_ebook.lo] Error 1 >>>>make[2]: Leaving directory >>>>`/home/norm/os/libopensync-plugin-evolution2-0.17/src' >>>>make[1]: *** [all-recursive] Error 1 >>>>make[1]: Leaving directory >>>>`/home/norm/os/libopensync-plugin-evolution2-0.17' >>>>make: *** [all] Error 2 >>>> >>>> >>>> >>>> >>>>------------------------------------------------------- >>>>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 > > > > > ------------------------------------------------------- > 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 > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFDKbWRMkyGM64RGpERAnDqAKC2GPX3sHPmdkTft4yG7H/4Ughm7gCbBhkg GIxphmzSgLG0xEg46HAWx5Q= =g/OY -----END PGP SIGNATURE----- |
From: Norm D. <no...@dr...> - 2005-09-15 17:44:15
|
How do I compile the evo2 plugin from svn? I only have the following files from svn: AUTHORS config.h.in COPYING Makefile.am NEWS src tests ChangeLog configure.in INSTALL misc README stamp-h.in autoreconf errors out -- and there's no autogen.sh file... Norm On Thu, 2005-09-15 at 12:52 -0400, Norm Dressler wrote: > I didn't do svn this time -- I downloaded the libopensync- plugin > because I couldn't get the 'svn' versions to compile properly (opensync > did, but multisync didn't). > > I must be confused -- I will download all of it from svn again and try > that. > > If I run into trouble I'll let you know. > > Norm > > On Thu, 2005-09-15 at 18:30 +0200, Armin Bauer wrote: > > Hi, > > > > this bug was fixed some time ago. please do: svn up > > > > Armin > > > > Norm Dressler wrote: > > > Ok, I think this has something to do with the gcc version and Makefile > > > but I can't find it now ... suggestions please: > > > > > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 > > > -I/usr/lib/glib-2.0/include -I/usr/include/opensync-1.0 -DORBIT2=1 > > > -pthread -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 > > > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > > > -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 > > > -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include > > > -I/usr/include/bonobo-activation-2.0 > > > -I/usr/include/evolution-data-server-1.4 -I/usr/include/libxml2 -Wall > > > -Werror -Wno-return-type -g -O2 -MT evolution2_ebook.lo -MD -MP > > > -MF .deps/evolution2_ebook.Tpo -c evolution2_ebook.c -fPIC -DPIC > > > -o .libs/evolution2_ebook.o > > > cc1: warnings being treated as errors > > > evolution2_ebook.c: In function 'evo2_addrbook_get_changes': > > > evolution2_ebook.c:136: warning: initialization discards qualifiers from > > > pointer target type > > > make[2]: *** [evolution2_ebook.lo] Error 1 > > > make[2]: Leaving directory > > > `/home/norm/os/libopensync-plugin-evolution2-0.17/src' > > > make[1]: *** [all-recursive] Error 1 > > > make[1]: Leaving directory > > > `/home/norm/os/libopensync-plugin-evolution2-0.17' > > > make: *** [all] Error 2 > > > > > > > > > > > > > > > ------------------------------------------------------- > > > 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: Norm D. <no...@dr...> - 2005-09-15 16:53:16
|
I didn't do svn this time -- I downloaded the libopensync- plugin because I couldn't get the 'svn' versions to compile properly (opensync did, but multisync didn't). I must be confused -- I will download all of it from svn again and try that. If I run into trouble I'll let you know. Norm On Thu, 2005-09-15 at 18:30 +0200, Armin Bauer wrote: > Hi, > > this bug was fixed some time ago. please do: svn up > > Armin > > Norm Dressler wrote: > > Ok, I think this has something to do with the gcc version and Makefile > > but I can't find it now ... suggestions please: > > > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 > > -I/usr/lib/glib-2.0/include -I/usr/include/opensync-1.0 -DORBIT2=1 > > -pthread -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 > > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > > -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 > > -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include > > -I/usr/include/bonobo-activation-2.0 > > -I/usr/include/evolution-data-server-1.4 -I/usr/include/libxml2 -Wall > > -Werror -Wno-return-type -g -O2 -MT evolution2_ebook.lo -MD -MP > > -MF .deps/evolution2_ebook.Tpo -c evolution2_ebook.c -fPIC -DPIC > > -o .libs/evolution2_ebook.o > > cc1: warnings being treated as errors > > evolution2_ebook.c: In function 'evo2_addrbook_get_changes': > > evolution2_ebook.c:136: warning: initialization discards qualifiers from > > pointer target type > > make[2]: *** [evolution2_ebook.lo] Error 1 > > make[2]: Leaving directory > > `/home/norm/os/libopensync-plugin-evolution2-0.17/src' > > make[1]: *** [all-recursive] Error 1 > > make[1]: Leaving directory > > `/home/norm/os/libopensync-plugin-evolution2-0.17' > > make: *** [all] Error 2 > > > > > > > > > > ------------------------------------------------------- > > 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: Armin B. <arm...@de...> - 2005-09-15 16:30:27
|
Hi, this bug was fixed some time ago. please do: svn up Armin Norm Dressler wrote: > Ok, I think this has something to do with the gcc version and Makefile > but I can't find it now ... suggestions please: > > gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/opensync-1.0 -DORBIT2=1 > -pthread -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 > -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include > -I/usr/include/bonobo-activation-2.0 > -I/usr/include/evolution-data-server-1.4 -I/usr/include/libxml2 -Wall > -Werror -Wno-return-type -g -O2 -MT evolution2_ebook.lo -MD -MP > -MF .deps/evolution2_ebook.Tpo -c evolution2_ebook.c -fPIC -DPIC > -o .libs/evolution2_ebook.o > cc1: warnings being treated as errors > evolution2_ebook.c: In function 'evo2_addrbook_get_changes': > evolution2_ebook.c:136: warning: initialization discards qualifiers from > pointer target type > make[2]: *** [evolution2_ebook.lo] Error 1 > make[2]: Leaving directory > `/home/norm/os/libopensync-plugin-evolution2-0.17/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/norm/os/libopensync-plugin-evolution2-0.17' > make: *** [all] Error 2 > > > > > ------------------------------------------------------- > 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: Norm D. <ndr...@di...> - 2005-09-15 14:56:50
|
Ok, I think this has something to do with the gcc version and Makefile but I can't find it now ... suggestions please: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/opensync-1.0 -DORBIT2=1 -pthread -I/usr/include/libgnome-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -I/usr/include/evolution-data-server-1.4 -I/usr/include/libxml2 -Wall -Werror -Wno-return-type -g -O2 -MT evolution2_ebook.lo -MD -MP -MF .deps/evolution2_ebook.Tpo -c evolution2_ebook.c -fPIC -DPIC -o .libs/evolution2_ebook.o cc1: warnings being treated as errors evolution2_ebook.c: In function 'evo2_addrbook_get_changes': evolution2_ebook.c:136: warning: initialization discards qualifiers from pointer target type make[2]: *** [evolution2_ebook.lo] Error 1 make[2]: Leaving directory `/home/norm/os/libopensync-plugin-evolution2-0.17/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/norm/os/libopensync-plugin-evolution2-0.17' make: *** [all] Error 2 |
From: lonestar <lon...@ge...> - 2005-09-15 05:43:35
|
I haven't tried to sync things back to phone...will have a test soon. And I hope tokoe is here :) Mattias Arrelid wrote: >Hi again, > >Now I got the setup working. My next problem is that the only way I can >get things to sync, is to first create an instance (e.g. note, contact >or calendar item) on the phone, and then sync. This gives a copy in >Evolution. If I do changes to that item, everything is ok, the item is >then transferred back to the phone when i sync. BUT... If I make a new >instance on the computer, and then sync, the new instance won't be >transferred to the phone... Strange? > >Has anyone experienced something similar? How can I tell what has gone >wrong? > >/ Mattias > >ons 2005-09-14 klockan 22:10 +0800 skrev LoneStar: > > >>Here it is :-) . Place it in $prefix/share/opensync/defaults/irmc-sync, >>then it will become the default. >> >>In this file, the <connectmedium> key can be 'ir' or 'bluetooth' or >>'cable'. When it is infrared, another key <irname> should be defined to >>the name of you phone. For example, my phone is 'T68'. And if you choose >>bluetooth, the <btunit> and <btchannel> should be defined but i don't >>know what to write. >> >>Beside that, a patch is attached that makes it not crash and wait long >>enough to finish the job. >> >> |
From: Armin B. <arm...@de...> - 2005-09-14 23:38:35
|
Hi, if it has "sync" or "syncml" options in a menu then it supports http. Obex normally cannot be configured. Armin Norman Urs Baier wrote: > Am Mittwoch 14 September 2005 22.09 schrieb Armin Bauer: > >>great to hear that you would like to test the syncml plugin :) > > > Hi, sorry to intrude, I wanted to install the SyncML plugin myself some days > ago, but then I read that it only supports http and that obex will follow > later. How do I find out whether my phone supports SyncML via http? > > > > ------------------------------------------------------- > 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: Norman U. B. <spi...@gm...> - 2005-09-14 20:47:51
|
Am Mittwoch 14 September 2005 22.09 schrieb Armin Bauer: > great to hear that you would like to test the syncml plugin :) Hi, sorry to intrude, I wanted to install the SyncML plugin myself some days ago, but then I read that it only supports http and that obex will follow later. How do I find out whether my phone supports SyncML via http? |
From: Armin B. <arm...@de...> - 2005-09-14 20:09:58
|
Hi Marco, great to hear that you would like to test the syncml plugin :) The first thing you should do is to install opensync. Then you can install the KDE plugin and the syncml plugin. for the syncml plugin there is a guide: http://www.opensync.org/wiki/syncml-guide. Make sure that you install everything from subversion so that i can deliver fixes faster. Then you should try to sync your device and then send me the traces as soon as you hit a problem. As far as synchronization is concerned you can either use the command line tool msynctool or kitchensync. opensync does not replace kitchensync. kitchensync is now a frontend for opensync. Armin Marco Canini wrote: > Hi list, > I've a Nokia 6680 and I'm interested in using the SyncML service available on > that device. > So I offer myself to test/provide patches for opensync. > From where do I start? > I would use KDE to sync my contacts, calendar with the device. Do I need > kitchensync or opensync replaces it? > Cheers > |
From: Mattias A. <mat...@st...> - 2005-09-14 16:55:29
|
Ah, and just for your information: SyncML capacities (taken from W800i tech paper): Contacts: vCard 2.1, Calendar: vCalendar 1.0, vTasks v1.0, vTodo v1.0, Notes: text/plain / Mattias |
From: Mattias A. <mat...@st...> - 2005-09-14 16:45:13
|
Well... The attached config file worked fine (at least I think so). My problem now is that the only content that gets synced is the content created on the phone! If I create an appointment (or contact, whatever!) in Evolution, it will not be transferred to the phone when syncing! If I create an appointment on the phone, and then syncs, it is transferred to Evolution. If I then edit it in Evolution, the changes will be applied to the copy in the phone... You get me? Strange isn't it? What could be the problem causing this? Attaching my config file. The phone I use is a Sony Ericsson W800i: ==== CONFIG ==== <config> <connectmedium>bluetooth</connectmedium> <btunit>00:12:EE:6A:27:66</btunit> <btchannel>8</btchannel> <fixedst>true</fixedst> <donttellsync>false</donttellsync> <onlyphonenumbers>false</onlyphonenumbers> <dontacceptold>true</dontacceptold> <maximumage>3</maximumage> <translatecharset>false</translatecharset> <alarmtoirmc>true</alarmtoirmc> <alarmfromirmc>true</alarmfromirmc> <convertade>false</convertade> </config> ==== CONFIG ==== Attached is also the log from my first sync attempt... which clearly looks very fine, but indeed fails... =/ Thanks again! / Mattias |
From: Mattias A. <mat...@st...> - 2005-09-14 16:30:10
|
Hi again, Now I got the setup working. My next problem is that the only way I can get things to sync, is to first create an instance (e.g. note, contact or calendar item) on the phone, and then sync. This gives a copy in Evolution. If I do changes to that item, everything is ok, the item is then transferred back to the phone when i sync. BUT... If I make a new instance on the computer, and then sync, the new instance won't be transferred to the phone... Strange? Has anyone experienced something similar? How can I tell what has gone wrong? / Mattias ons 2005-09-14 klockan 22:10 +0800 skrev LoneStar: > Mattias Arrelid wrote: > > >Regarding default files... > > > > > > > >>>... I get an empty file. Well, this wouldn't be that bad, if I only knew > >>>in what format I should enter the settings for the phone. > >>> > >>>Can anyone help me with example data or suggestions? > >>> > >>> > > > >Just my thoughts; shouldn't a default file be there from the beginnning, > >just like every other sync-plugin has? > > > >Can't wait until I recieve that mail regarding the config-file... =) > > > >/ Mattias > > > > > Here it is :-) . Place it in $prefix/share/opensync/defaults/irmc-sync, > then it will become the default. > > In this file, the <connectmedium> key can be 'ir' or 'bluetooth' or > 'cable'. When it is infrared, another key <irname> should be defined to > the name of you phone. For example, my phone is 'T68'. And if you choose > bluetooth, the <btunit> and <btchannel> should be defined but i don't > know what to write. > > Beside that, a patch is attached that makes it not crash and wait long > enough to finish the job. > vanligt textdokument-bilaga (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> -- Mattias Arrelid mat...@st... +46 (0)70 333 6996 |
From: LoneStar <lon...@ge...> - 2005-09-14 14:02:50
|
Mattias Arrelid wrote: >Regarding default files... > > > >>>... I get an empty file. Well, this wouldn't be that bad, if I only knew >>>in what format I should enter the settings for the phone. >>> >>>Can anyone help me with example data or suggestions? >>> >>> > >Just my thoughts; shouldn't a default file be there from the beginnning, >just like every other sync-plugin has? > >Can't wait until I recieve that mail regarding the config-file... =) > >/ Mattias > > Here it is :-) . Place it in $prefix/share/opensync/defaults/irmc-sync, then it will become the default. In this file, the <connectmedium> key can be 'ir' or 'bluetooth' or 'cable'. When it is infrared, another key <irname> should be defined to the name of you phone. For example, my phone is 'T68'. And if you choose bluetooth, the <btunit> and <btchannel> should be defined but i don't know what to write. Beside that, a patch is attached that makes it not crash and wait long enough to finish the job. |
From: Mattias A. <mat...@st...> - 2005-09-14 13:09:21
|
Regarding default files... > >... I get an empty file. Well, this wouldn't be that bad, if I only knew > >in what format I should enter the settings for the phone. > > > >Can anyone help me with example data or suggestions? Just my thoughts; shouldn't a default file be there from the beginnning, just like every other sync-plugin has? Can't wait until I recieve that mail regarding the config-file... =) / Mattias |