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: Rodolfo M. <rod...@gm...> - 2006-10-08 17:43:51
|
Rodolfo Medina <rod...@gm...> writes: >>> >>> I want to read the phonebook from my Nokia 6630, USB cable. >>> >>> Can anyone suggest what plugin I need? Conrad Wolf <con...@we...> writes: >>> >> you'll need the syncml-obex-client to sync your phone via USB. To just >>> >> save your contacts to your PC you can use it together with the file-sync >>> >> plugin. I'm syncing my Nokia 6630 with Evolution using the >>> >> evolution2-plugin, which works quite well. Juha Tuomala <Juh...@ik...> writes: >>> > it comes from libsyncml. daniel friedrich <dan...@gm...> writes: >> you have to build and install also the syncml plugin after you installed >> libsyncml. Rodolfo: > Yes, I did so, with: > > $ svn co http://svn.opensync.org/plugins/syncml/ syncml-plugin > $ cd syncml-plugin > $ autoreconf -sfi > $ ./configure > $ make > # make install > > , but only file-sync is available. :( Daniel Gollub <dg...@su...> writes: > Please create OSYNC_TRACE files while running `msynctool --listplugins` > > export OSYNC_TRACE=/tmp/osync_trace/; > mkdir $OSYNC_TRACE; > msynctool --listplugins; > ls /tmp/osync_trace/*; Thanks: that's what I did: # export OSYNC_TRACE=/tmp/osync_trace/ # mkdir $OSYNC_TRACE # msynctool --listplugins Available plugins: file-sync # ls /tmp/osync_trace/* /tmp/osync_trace/Thread16384.log , and that's the file `/tmp/osync_trace/Thread16384.log', which I can't understand: [1160328249.974909] >>>>>>> osync_env_initialize(0x804e058, 0xbffff904) [1160328249.975084] >>>>>>> osync_env_load_plugins(0x804e058, (null), 0xbffff904) [1160328249.975132] >>>>>>> osync_module_load_dir(0x804e058, /usr/local/lib/opensync/plugins, 0xbffff904) [1160328249.975260] >>>>>>> osync_module_load(0x804e058, /usr/local/lib/opensync/plugins/file_sync.so, 0xbffff414) [1160328249.990948] osync_plugin_new_info(0x804e058): 0x8054290 [1160328249.991048] <<<<<<< osync_module_load: 0x8054200 [1160328249.991121] <<<<<<< osync_module_load_dir [1160328249.991158] <<<<<<< osync_env_load_plugins [1160328249.991195] <<<<<<< osync_env_initialize [1160328250.13399] >>>>>>> osync_env_finalize(0x804e058, 0xbffff904) [1160328250.13480] osync_plugin_free(0x8054290) [1160328250.13524] osync_module_unload(0x804e058, 0x8054200) [1160328250.13559] <<<<<<< osync_env_finalize . Hoping for further kind help, thanks a lot, Rodolfo |
From: Alexander T. <at...@oc...> - 2006-10-08 15:46:17
|
Hi again, After emerging libwbxml and building libsyncml-0.4.0 I was able to ./configure libopensync. However, make fails with: syncml_plugin.c: In function 'client_connect': syncml_plugin.c:1007: error: incompatible type for argument 6 of 'smlNotificationNew' cc1: warnings being treated as errors syncml_plugin.c:1007: warning: passing argument 7 of 'smlNotificationNew' makes pointer from integer without a cast syncml_plugin.c:1007: error: too many arguments to function 'smlNotificationNew'make[2]: *** [syncml_plugin.lo] Fehler 1 make[2]: Leaving directory `/root/download/libopensync-plugin-syncml-0.19/src' make[1]: *** [all-recursive] Fehler 1 make[1]: Leaving directory `/root/download/libopensync-plugin-syncml-0.19' make: *** [all] Fehler 2 There has been some brief information to check out libsyncml from cvs, but I cannot build this version: shuttle libsyncml # automake configure.ac: required file `auxd/install-sh' not found configure.ac: required file `auxd/missing' not found libsyncml/Makefile.am: required file `auxd/depcomp' not found libsyncml/parser/Makefile.am: required file `auxd/compile' not found configure.ac:13: required file `auxd/config.guess' not found configure.ac:13: required file `auxd/config.sub' not found configure.ac:8: required file `config.h.in' not found configure.ac:13: required file `auxd/ltmain.sh' not found tia Alexander |
From: Alexander T. <at...@oc...> - 2006-10-08 14:57:25
|
Am Sonntag, den 08.10.2006, 12:53 +0200 schrieb daniel friedrich: > hi alexander, > > do you installed also opensync? > Yepp.. After a reboot it worked mysteriously to start it up. br, Alexander |
From: daniel f. <dan...@gm...> - 2006-10-08 10:53:25
|
hi alexander, do you installed also opensync? i suggest to read some documentation http://www.opensync.org/wiki/doc especially this one http://www.opensync.org/wiki/InstallGuide libosengine should be in the opensync package. maybe it is already installed? and you have only that the right link? what return the following cmdline? #sudo find / -name libosengine*=20 best regards, daniel Am Sonntag, den 08.10.2006, 09:22 +0200 schrieb Alexander Topolanek: > does anyone know where I can > find libosengine.so.0, multisync0.90 complains it is missing... >=20 > I'm using gentoo, it would be fine if it's in one of it's packages >=20 > br > Alexander >=20 >=20 > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share y= our > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Alexander T. <at...@oc...> - 2006-10-08 07:21:02
|
does anyone know where I can find libosengine.so.0, multisync0.90 complains it is missing... I'm using gentoo, it would be fine if it's in one of it's packages br Alexander |
From: Daniel G. <dg...@su...> - 2006-10-07 16:07:37
|
On Saturday 07 October 2006 17:53, Rodolfo Medina wrote: > , but only file-sync is available. :( > Please suggestions... Please create OSYNC_TRACE files while running `msynctool --listplugins` export OSYNC_TRACE=/tmp/osync_trace/; mkdir $OSYNC_TRACE; msynctool --listplugins; ls /tmp/osync_trace/*; best regards, Daniel |
From: Rodolfo M. <rod...@gm...> - 2006-10-07 15:54:37
|
Am Sonntag, den 10.09.2006, 12:12 +0200 schrieb Rodolfo Medina: >> >>> I want to read the phonebook from my Nokia 6630, USB cable. >> >>> Can anyone suggest what plugin I need? Conrad Wolf <con...@we...> writes: >> >> you'll need the syncml-obex-client to sync your phone via USB. To just >> >> save your contacts to your PC you can use it together with the file-sync >> >> plugin. I'm syncing my Nokia 6630 with Evolution using the >> >> evolution2-plugin, which works quite well. Juha Tuomala <Juh...@ik...> writes: >> > it comes from libsyncml. Rodolfo: >> I freshly installed Debian Etch in my machine, then libsyncml with: >> >> $ autoreconf -sfi >> $ ./configure >> $ make >> # make install >> >> , but still the syncml-obex-client plugin is missing in my system: >> >> $ msynctool --listplugins >> Available plugins: >> file-sync >> >> . Any idea about why the syncml-obex-client is not there?, in order to read >> phonebook from my nokia mobile phone! daniel friedrich <dan...@gm...> writes: > you have to build and install also the syncml plugin after you installed > libsyncml. Yes, I did so, with: $ svn co http://svn.opensync.org/plugins/syncml/ syncml-plugin $ cd syncml-plugin $ autoreconf -sfi $ ./configure $ make # make install , but only file-sync is available. :( Please suggestions... Thanks, Rodolfo |
From: daniel f. <dan...@gm...> - 2006-10-07 14:49:56
|
you have to build and install also the syncml plugin after you installed libsyncml. daniel Am Samstag, den 07.10.2006, 15:57 +0200 schrieb Rodolfo Medina: > Am Sonntag, den 10.09.2006, 12:12 +0200 schrieb Rodolfo Medina: >=20 > >>> I want to read the phonebook from my Nokia 6630, USB cable. > >>> Can anyone suggest what plugin I need? >=20 >=20 >=20 > Conrad Wolf <con...@we...> writes: >=20 > >> you'll need the syncml-obex-client to sync your phone via USB. To just > >> save your contacts to your PC you can use it together with the file-sy= nc > >> plugin. I'm syncing my Nokia 6630 with Evolution using the > >> evolution2-plugin, which works quite well. >=20 >=20 >=20 > Rodolfo: >=20 > > Thanks! > > But I can't find syncml-obex-client in the plugin list at: > > > > http://www.opensync.org/wiki/download > > > > . So, where can I fetch it? >=20 >=20 >=20 > Juha Tuomala <Juh...@ik...> writes: >=20 > > it comes from libsyncml. >=20 >=20 >=20 > "Alberto Saez" <alb...@gm...> writes: >=20 > > =20 > > Rodolfo, debian sarge is too old to work with this kind of packages. = =C2=BFWhy > > don't you use the sid distro, or better the ubuntu dapper? >=20 >=20 >=20 > I freshly installed Debian Etch in my machine, then libsyncml with: >=20 > $ autoreconf -sfi > $ ./configure > $ make > # make install >=20 > , but still the syncml-obex-client plugin is missing in my system: >=20 > $ msynctool --listplugins > Available plugins: > file-sync >=20 > . Any idea about why the syncml-obex-client is not there?, in order to re= ad > phonebook from my nokia mobile phone! >=20 > Help very highly appreciated, > Rodolfo >=20 >=20 > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share y= our > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Rodolfo M. <rod...@gm...> - 2006-10-07 13:57:34
|
Am Sonntag, den 10.09.2006, 12:12 +0200 schrieb Rodolfo Medina: >>> I want to read the phonebook from my Nokia 6630, USB cable. >>> Can anyone suggest what plugin I need? Conrad Wolf <con...@we...> writes: >> you'll need the syncml-obex-client to sync your phone via USB. To just >> save your contacts to your PC you can use it together with the file-sync >> plugin. I'm syncing my Nokia 6630 with Evolution using the >> evolution2-plugin, which works quite well. Rodolfo: > Thanks! > But I can't find syncml-obex-client in the plugin list at: > > http://www.opensync.org/wiki/download > > . So, where can I fetch it? Juha Tuomala <Juh...@ik...> writes: > it comes from libsyncml. "Alberto Saez" <alb...@gm...> writes: > > Rodolfo, debian sarge is too old to work with this kind of packages. ¿Why > don't you use the sid distro, or better the ubuntu dapper? I freshly installed Debian Etch in my machine, then libsyncml with: $ autoreconf -sfi $ ./configure $ make # make install , but still the syncml-obex-client plugin is missing in my system: $ msynctool --listplugins Available plugins: file-sync . Any idea about why the syncml-obex-client is not there?, in order to read phonebook from my nokia mobile phone! Help very highly appreciated, Rodolfo |
From: Andreas P. <and...@ix...> - 2006-10-05 21:26:21
|
Graham Smith-10 wrote: > > On Thursday 05 October 2006 05:32, Daniel Gollub wrote: >> On Tuesday 03 October 2006 20:19, Graham Smith wrote: >> > I've been trying to sync a Nokia E61 with KDE addressbook using the >> > syncml-obex-client. >> >> There was a patch missing in the wbxml2 package from the openSUSE repo. >> Sorry my fault. The packages got updated and should fix the >> "NumberOfChanged" error. > > i had have also this error with syncml-http-serv, is solved >> >> >> > I have found that I get a connection using Channels 10 and 14 all other >> > channels I have tried end up with a Transport Error type 68. >> > >> > Could you please advise on anything else to try to get this Phone to >> sync >> > with the KDE Addressbook. > > the sync run without errors but i can't find any changes in the > addressbook and calendar in kde. What is wrong now? > What is the link between syncml and kdepim ? > > Thank you again. > > -- View this message in context: http://www.nabble.com/Nokia-E61-using-syncml-obex-client-tf2377871.html#a6668949 Sent from the Opensync - User mailing list archive at Nabble.com. |
From: Kumar G <ku...@in...> - 2006-10-05 13:22:31
|
Forgot to mention in my last mail, Nokia 2112 is physically connected using USB data cable (not the blootooth). =20 ________________________________ From: ope...@li... [mailto:ope...@li...] On Behalf Of Kumar G Sent: Thursday, October 05, 2006 6:45 PM To: ope...@li... Subject: [Opensync-users] Need help in synchronize Nokia 2112 using opensysn =20 Hi, =20 If anyone would have used opensysnc for synchronizing Nokia 2112, please help me. =20 I have following configiguration and getting the following error. =20 [root@localhost libsyncml-0.4.0]# msynctool --listplugins Available plugins: file-sync kdepim syncml-http-server syncml-obex-client testmodule gpe-sync evo2-sync =20 =20 [root@localhost libsyncml-0.4.0]# msynctool --listgroups Available groups: Filenokia =20 =20 [root@localhost libsyncml-0.4.0]# msynctool --showgroup filenokia Groupname: filenokia Member 2: syncml-obex-client Configuration : <config><bluetooth_address></bluetooth_address><bluetooth_channel></blue tooth_channel><interface>0</interface><identifier></identifier><version> 1</version><wbxml>0</wbxml><username></username><password></password><ty pe>5</type><usestringtable>0</usestringtable><onlyreplace>0</onlyreplace ><recvLimit>0</recvLimit><maxObjSize>0</maxObjSize><contact_db>addressbo ok</contact_db><calendar_db>calendar</calendar_db><note_db>tasks</note_d b></config> =20 Member 1: file-sync Configuration : <config><path>/home/root/sync</path><recursive>FALSE</recursive></config > =20 =20 =20 [root@localhost libsyncml-0.4.0]# msynctool --sync filenokia Synchronizing group "filenokia" The previous synchronization was unclean. Slow-syncing Member 2 of type syncml-obex-client had an error while connecting: There are no valid USB interfaces Member 1 of type file-sync just connected Member 1 of type file-sync 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 Pipe closed! Exiting. Pipe closed! Exiting. =20 The trace file is attached.=20 =20 I will appreciate if anyone knows the solution for this error. =20 Regards, Kumar=20 **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** =09 |
From: Leif <lei...@xc...> - 2006-10-05 10:48:34
|
Daniel, Thanks for bringing this on? It seems as if the linkage towards libiconv (from xml-*.so) is broken. Aspecially, the libiconv_open call is not recognized ... I'm using libiconv-1.9.1 (didn't check the req.) Tia Leif > Daniel Gollub <dg...@su...> |
From: Christopher S. <ope...@ch...> - 2006-10-05 10:42:37
|
Hi, Am Donnerstag, 5. Oktober 2006 11:27 schrieb Gerik Huland: > Hi there, > > at last I got almost everything working; syncing between the Nokia > 6630 (a Series 60 OS) and kdepim mostly works using kdepim-sync and > obex-syncml-sync. I am using the packages for Ubuntu from > http://www.in.fh-merseburg.de/~jahn/, so they are quite up to date. > > So a great compliment to the developers for forcing this project so > far! I am really happy now! > > Unfortunately I still have the following problems: > > - Contacts work like a charm, no problems with umlauts etc.! Mapping > from kdepim to phone works perfect. Strange enough, phone numbers in > new contacts on the phone are not properly mapped to kaddress > categories (like private/ company phone etc.) but they become > "other". > > - My Computer Time is UTC+Timezone. Unfortunately events are shown > with UTC Time on the mobile phone. We plan to support timezones in 0.20 or 0.30. Stay tuned. > - Notes don't work at all. Syncing directly it just hangs. Maybe your phone have a broken implementation or there is an evil bug in opensync. In both cases, please open a ticket. > When I sync kdepim to file and file to obex-syncml the notes are > displayed on the phone with the full Headers and Fields though they > seem to be converted from VJOURNAL to VNOTE: > > BEGIN:VNOTE > VERSION:1.1 > SUMMARY: > END:VNOTE > > Vice versa, notes from the phone are just plain text files. > > Any clou what to do? Shall I open a bug report? Yes, please open a ticket. Thanks. Best regards Christopher |
From: Christopher S. <ope...@ch...> - 2006-10-05 10:35:38
|
Hi, Am Donnerstag, 5. Oktober 2006 08:21 schrieb Kumar G: > Hi, > > I am trying to download multisync-0.90.19 from > http://www.opensync.org/wiki/download. But getting the following > error > > Attachment download: multisync-0.90.19.tar.gz does not exist. > > Can anyone help what's the problem? I fixed the broken link. Please try it again. Best regards Christopher |
From: J.L. B. <jl...@ne...> - 2006-10-05 09:53:58
|
On Wed, 2006-10-04 at 19:37 +0200, Daniel Gollub wrote: Daniel, Thanks for your reply. > > My question is why defining parameters when they are not used (in > > certain configurations). > opensync_wrap.c is a autogenerated file by SWIG. > > dani@sugga:~/OPENSYNC-devel/svn/opensync/wrapper> head -n 3 opensync_wrap.c > /* ---------------------------------------------------------------------------- > * This file was automatically generated by SWIG (http://www.swig.org). > * Version 1.3.29 > > I guess it is related to your version of your swig generator. Which version of > swig do you use? > The version I use is 1.3.24-2.2.1@x86_64. and the autogenerated file is of course from the same version and has a lower version number but the latest I can get from the URL dl.atrpms.net where the repository is I get my updates from (using smart). > > Is it possible to produce a version without the Werror activated? > It is possible ... feel free to remove -Werror or add other compiler flags to > ignore suche warnings. > Of course I can remove it but as I want to compile using rpmbuild (so it get registered in the rpm database) it is some work but I will see if I can get a younger version of swig. greetings, Joep |
From: Gerik H. <gh...@gm...> - 2006-10-05 09:27:15
|
Hi there, at last I got almost everything working; syncing between the Nokia 6630 (a Series 60 OS) and kdepim mostly works using kdepim-sync and obex-syncml-sync. I am using the packages for Ubuntu from http://www.in.fh-merseburg.de/~jahn/, so they are quite up to date. So a great compliment to the developers for forcing this project so far! I am really happy now! Unfortunately I still have the following problems: - Contacts work like a charm, no problems with umlauts etc.! Mapping from kdepim to phone works perfect. Strange enough, phone numbers in new contacts on the phone are not properly mapped to kaddress categories (like private/ company phone etc.) but they become "other". - My Computer Time is UTC+Timezone. Unfortunately events are shown with UTC Time on the mobile phone. - Notes don't work at all. Syncing directly it just hangs. When I sync kdepim to file and file to obex-syncml the notes are displayed on the phone with the full Headers and Fields though they seem to be converted from VJOURNAL to VNOTE: BEGIN:VNOTE VERSION:1.1 SUMMARY: END:VNOTE Vice versa, notes from the phone are just plain text files. Any clou what to do? Shall I open a bug report? Gerik |
From: Graham S. <gq...@tp...> - 2006-10-05 09:01:35
|
On Sunday 01 October 2006 00:47, Pawel Kot wrote: > On 9/29/06, Graham Smith <gq...@tp...> wrote: > > Does anyone know if gnokii supports the Nokia E61 for syncing with the > > Phonebook as I can't seem to get it working via the USB cable. The E61 > > appears not to support the AT commands for accessing the Phonebook. > > Did you talk to opensync people? > Thank you for the pointer, I have managed to get it working using Bluetooth and the syncml-obex-client -- Regards, Graham Smith |
From: W. <ha...@pv...> - 2006-10-05 07:38:14
|
tor, 05,.10.2006 kl. 12.42 +0530, skrev Kumar G: > Hi, > > > > I am new to opensysnc. I am trying to build syncml-plugin > (libopensync-plugin-syncml-0.19.tar.gz). While building I am getting > the following error > > > > syncml_plugin.c: In function 'client_connect': > > syncml_plugin.c:1014: error: incompatible type for argument 6 of > 'smlNotificationNew' > > cc1: warnings being treated as errors > > > > After investigation syncml library(libsyncml-0.4.0) source code, I > found that the definition of smlNotificationNew() (In libsyncml-0.4.0 > \libsyncml\ sml_notification.c ) has only 7 arguments > > > > SmlNotification *smlNotificationNew(SmlNotificationVersion version, > > > SmlNotificationUIMode mode, > > > SmlNotificationInitiator init, > > > unsigned int sessionID, > > > const char *identifier, > > > SmlMimeType type, > > > SmlError **error) > > > > While synncml_plugin.c called this method (at line#1014) with 8 > parameters, > > > > /* Create the SAN */ > > san = smlNotificationNew(env->version, > > > SML_SAN_UIMODE_UNSPECIFIED, > > > SML_SAN_INITIATOR_USER, > > 1, > > > env->identifier, > > "/", > > > env->useWbxml ? SML_MIMETYPE_WBXML : SML_MIMETYPE_XML, > > &error); > > > > Will appreciate if anyone could help me understanding why the 6th > parameter is (“/”) used for? I can't help you understand what the parameter is used for, but a quick check of libsyncml SVN shows that the code in Subversion uses the 8-paramter version: http://libsyncml.opensync.org/browser/trunk/libsyncml/sml_notification.h So I guess it means that you must either use libsyncml from Subversion (see http://libsyncml.opensync.org for instructions), or wait for a new release of libsyncml. -- Håvard Wigtil || http://wigtil.net |
From: Kumar G <ku...@in...> - 2006-10-05 07:12:58
|
Hi, =0D I am new to opensysnc. I am trying to build syncml-plugin (libopensync-plugin-syncml-0.19.tar.gz <http://www.opensync.org/attachment/wiki/download/libopensync-plugin-syn cml-0.19.tar.gz?rev=3D&format=3Draw> ). While building I am getting the following error =0D syncml_plugin.c: In function 'client_connect': syncml_plugin.c:1014: error: incompatible type for argument 6 of 'smlNotificationNew' cc1: warnings being treated as errors =0D After investigation syncml library(libsyncml-0.4.0) source code, I found that the definition of smlNotificationNew() (In libsyncml-0.4.0\libsyncml\ sml_notification.c ) has only 7 arguments =0D SmlNotification *smlNotificationNew(SmlNotificationVersion version, =0D SmlNotificationUIMode mode, =0D SmlNotificationInitiator init, =0D unsigned int sessionID, const char *identifier, =0D SmlMimeType type, =0D SmlError **error)=0D =0D While synncml_plugin.c called this method (at line#1014) with 8 parameters, =0D /* Create the SAN */ san =3D smlNotificationNew(env->version, =0D SML_SAN_UIMODE_UNSPECIFIED, =0D SML_SAN_INITIATOR_USER, 1, =0D env->identifier, "/", env->useWbxml ? SML_MIMETYPE_WBXML : SML_MIMETYPE_XML, &error); =0D Will appreciate if anyone could help me understanding why the 6th parameter is ("/") used for? =0D Regards, Kumar **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended= solely for the use of the addressee(s). If you are not the intended= recipient, please notify the sender by e-mail and delete the original= message. Further, you are not to copy, disclose, or distribute this e-mail= or its contents to any other person and any such actions are unlawful.= This e-mail may contain viruses. Infosys has taken every reasonable= precaution to minimize this risk, but is not liable for any damage you may= sustain as a result of any virus in this e-mail. You should carry out your= own virus checks before opening the e-mail or attachment. Infosys reserves= the right to monitor and review the content of all messages sent to or= from this e-mail address. Messages sent to or from this e-mail address may= be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** |
From: Kumar G <ku...@in...> - 2006-10-05 06:22:04
|
Hi, =0D I am trying to download multisync-0.90.19 from http://www.opensync.org/wiki/download. But getting the following error =0D Attachment download: multisync-0.90.19.tar.gz does not exist.=0D =0D Can anyone help what's the problem? =0D Regards, Kumar=0D **************** CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended= solely for the use of the addressee(s). If you are not the intended= recipient, please notify the sender by e-mail and delete the original= message. Further, you are not to copy, disclose, or distribute this e-mail= or its contents to any other person and any such actions are unlawful.= This e-mail may contain viruses. Infosys has taken every reasonable= precaution to minimize this risk, but is not liable for any damage you may= sustain as a result of any virus in this e-mail. You should carry out your= own virus checks before opening the e-mail or attachment. Infosys reserves= the right to monitor and review the content of all messages sent to or= from this e-mail address. Messages sent to or from this e-mail address may= be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS*** |
From: Graham S. <gq...@tp...> - 2006-10-05 02:41:53
|
On Thursday 05 October 2006 05:32, Daniel Gollub wrote: > On Tuesday 03 October 2006 20:19, Graham Smith wrote: > > I've been trying to sync a Nokia E61 with KDE addressbook using the > > syncml-obex-client. > > There was a patch missing in the wbxml2 package from the openSUSE repo. > Sorry my fault. The packages got updated and should fix the > "NumberOfChanged" error. > > > > I have found that I get a connection using Channels 10 and 14 all other > > channels I have tried end up with a Transport Error type 68. > > > > Could you please advise on anything else to try to get this Phone to sync > > with the KDE Addressbook. > > msynctool --addgroup kdepim2syncml; > msynctool --addmember kdepim2syncml kdepim-sync; > msynctool --addmember kdepim2syncml syncml-obex-client; > msynctool --configure kdepim2syncml 2; > > This config should work in your case: > > <config> > <bluetooth_address>00:12:D1:AB:80:21</bluetooth_address> > <bluetooth_channel>14</bluetooth_channel> > <interface>0</interface> > <identifier>PC Suite</identifier> > <version>1</version> > <wbxml>1</wbxml> > <username></username> > <password></password> > <type>2</type> > <usestringtable>0</usestringtable> > <onlyreplace>0</onlyreplace> > <recvLimit>0</recvLimit> > <maxObjSize>0</maxObjSize> > <contact_db>Contacts</contact_db> > <calendar_db>Calendar</calendar_db> > <note_db>Tasks</note_db> > </config> > > kdepim-sync doesn't need to be configured at the moment. So lets start > syncing: > > msynctool --sync kdepim2syncml; > > I hope this should work. Please let us know if this configuration is > working for your. Thank you, it now appears to be working on an initial trial. I will do some extensive testing over the next few days. I have been fighting this thing for two weeks using different programs like multisync. multisynk, kitchensync and gnokii. It gets very confusing trying to find information on syncing mobile phones on Linux using syncml. There are a lot of programs/libraries that have been discontinued which does not help. I really appreciate your input on getting this problem resolved, without your effort I would be still bashing my head against a brick wall. Thank you again. -- Regards, Graham Smith |
From: Daniel G. <dg...@su...> - 2006-10-04 20:22:42
|
On Monday 25 September 2006 19:56, Robert Figueiredo wrote: > I'm interested in writing something to accomplish calendar synchronization > between google calendar and a palm. =C2=A0However, I am not familiar with= this > stuff -- is opensync appropriate, and do users have to install some sort = of > opensync client, or can it operate directly with the native palm calendar? You can directly sync between palm and google calendar with OpenSync. But t= his=20 requires at least: =2D host which have the OpenSync library =2D palm connected to this host =2D a application which make use of the OpenSync library (for example.=20 msynctool, kitchensync, ...) - maybe this is what you called "opensync=20 client"?! This simple command should allow you to sync everytime, when you press the= =20 HotSync button on your palm device, with your google calendar: msynctool --sync palm2google --multi (This requires that you have created a group called palm2google and configu= re=20 the two members) Is this what are you looking for? best regards, Daniel |
From: Iron B. <iro...@wp...> - 2006-10-04 20:15:43
|
evolution-data-server-1.6.0-73 evolution-2.6.0-75 On Wed, 04 Oct 2006 21:55:58 +0200, Daniel Gollub <dg...@su...> wrote: > On Wednesday 04 October 2006 21:23, Iron Bone wrote: >> The syncronization betwen Evolution and (by me) Palm works well but to >> see >> the records from Palm in Evolution I must after syncronization log out >> and >> then log in - and the records are there :). I use Gnome - mayby in >> Evolution is there a posibility to say to Evolution - read youe date one >> more time? >> > > Which version of evolution and evolution-data-server do you use? I can > reproduce this on certain distribution. -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ |
From: Daniel G. <dg...@su...> - 2006-10-04 20:12:45
|
On Sunday 01 October 2006 15:44, Martin S. Gr=F8nsleth wrote: > Error: Missing Dependency: libgnokii.so.2 is needed by package kdepim The minor number of the gnokii library got bumped up with gnokii 0.6.14 (or= =20 ealry) from libgnokii.so.2 to libgnokii.so.3. I will try to provide kdepim= =20 packages which are linked against libgnokii.so.3 in the openSUSE Build=20 Service. [...] > setting status Ready > setting status Unclean shutdown detected. Slow-syncing now > > ** ERROR **: file opensync_plugin.c: line 452 (osync_plugin_get_path): > assertion failed: (plugin) > aborting... > Terminated > -------------------------- > > Same goes for: > $ msynctool --sync kdefile > Synchronizing group "kdefile" > The previous synchronization was unclean. Slow-syncing > > ** ERROR **: file opensync_plugin.c: line 452 (osync_plugin_get_path): > assertion failed: (plugin) > aborting... What does your group "kdefile" look like? msynctool --showgroup kdefile Also helpful for debugging would be the OSYNC_TRACE files: export OSYNC_TRACE=3D/tmp/osync_trace/; mkdir $OSYNC_TRACE; msynctool --sync kdefile; ls /tmp/osync_trace/*; > > I'm looking forward to get mye Sony Ericsson T610 sync with Kontact. > Is it possible to run opensync thourgh "multisynk" or "kitchensync"? I would recommend msynctool at the moment. The correct handling of object=20 types (events, todos, contacts, notes, ...) doesn't work perfect in OpenSyn= c=20 0.19 (this will work like a charme in 0.30 (devel-branch)). Expect if you=20 want to sync your cellphone which doesn't support syncing of memos, but=20 kdepim trys to sync memos, OpenSync request them regardless of your cellpho= ne=20 capability. OpenSync will get stucked in this case (deadlock).=20 msynctool have the paramter --filter-objtype which disable object types and= =20 avoid syncing of them. For example disable syncing of memos/notes. So far a= s=20 i know, kitchensync doesn't have this filtering feature at the moment Btw. there are some Sony Erricsson cellphones which broken IrMC implementat= ion=20 which doesn't allow to sync notes. For more detailes please read the README= =20 of irmc-sync. Have fun! Daniel |
From: Daniel G. <dg...@su...> - 2006-10-04 19:56:02
|
On Wednesday 04 October 2006 21:23, Iron Bone wrote: > The syncronization betwen Evolution and (by me) Palm works well but to see > the records from Palm in Evolution I must after syncronization log out and > then log in - and the records are there :). I use Gnome - mayby in > Evolution is there a posibility to say to Evolution - read youe date one > more time? > Which version of evolution and evolution-data-server do you use? I can=20 reproduce this on certain distribution. |