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: Giovanni B. <gio...@co...> - 2006-07-03 11:45:13
|
I tried again via bluetooth: syncml-obex-client -b xx:xx:xx:xx:xx:xx 11 --identifier "PC Suite" --sync vcard Contacts --sync vcal Calendar --wbxml I also played with --version, --recvLimit, --maxObjSize and --noStringTable. Always the same error. This is with current svn versions of everything. Does anyone have a hint of what 67 is about? Thanks and ciao, Giovanni |
From: Don C. <don...@gm...> - 2006-07-03 11:03:21
|
Hi again, I've found a solution to the timeout-problem that works for me. I changed the timeout values in opensync/opensync_plugin.c (libopensync) from 60 to 120: //Set the default timeouts; plugin->info.timeouts.connect_timeout = 120; plugin->info.timeouts.sync_done_timeout = 120; plugin->info.timeouts.disconnect_timeout = 120; plugin->info.timeouts.get_changeinfo_timeout = 120; plugin->info.timeouts.get_data_timeout = 120; plugin->info.timeouts.commit_timeout = 120; plugin->info.timeouts.read_change_timeout = 120; Maybe these values should not be hardcoded but configurable in the plugin's config-file? Next I have tried to sync my phone to evolution (2.6). It works quite well, even new items can be written to the phone. One problem: in evolutions calendar I have to open a calendar item to see the text in "description", "summary" is empty. But in the evo-calendar view only the "summary" would be shown. Maybe you could add an option to the evolution2-plugin that allows to swap "description" and "summary" in calendar items around? It could be a switch in the config-file to enable or disable the swapping. Greets, Clemente 2006/7/2, Don Clemente <don...@gm...>: > Hi, > > I'm trying to sync my siemens sx1 with opensync. > I've set up a sync group with file-sync and syncml-http-server plugins. > If the file-sync directory is empty, everything (well, almost, see > below) works fine and the items from the phone are copied into that > directory. > > Here are the 2 problems I noticed so far: > > Sometimes I get a timeout error: > > Member 2 of type syncml-http-server had an error while getting > changes: Timeout while waiting for a reply to message "GET_CHANGES" > Member 2 of type syncml-http-server had an error while disconnecting: > Timeout while waiting for a reply to message "DISCONNECT" > > I think the problem is: the phone sends about 30 items at once and > then pauses until the next items are sent. The pause is between some > seconds and a minute long, I guess. Maybe it's to long for opensync's > timeout sometimes. > > Second problem: > > Opensync can read items correctly from the phone, but cannot write: > > Error writing entry 499 to member 2: content type was not configured > Mapping Write Error: content type was not configured > The sync failed: Unable to write one or more objects > > This happens with changed and added items from the file-sync plugin. > > Greets, > Clemente > |
From: Soporte F. <so...@fr...> - 2006-07-03 07:40:17
|
matthias jahn wrote: > Am Freitag, 30. Juni 2006 16:29 schrieb Carlos Sprekelsen: > >> Hi all, >> >> I am also trying to sync kadressbook with my Sony Ericsson P900 over the >> bluetooth connection under Debian sid, where I am using the debian >> packages provided by Matthias Jahn. I have advanced, but there is something >> in syncm-http-server that does not finishes the process. The septs that I >> have followed are as follows. >> >> 1.- I have configured the bluetooth connection between my P900 and my linux >> box. It works OK: I can ping my phone and I can browse the internet fom the >> phone. >> > > Have you first tried to connect to your phone using the syncml-http-server > from the libsyncml-utils package? > look at its manpage or at http://libsyncml.opensync.org/wiki/http-guide for > details.. > > Matthias > > I have tried, with no sucess, the following is what I get: $ syncml-http-server --port 8080 --sync vcard /addressbook Just received a new session with ID 700679039 WARNING: Unable to find command handlerSession 700679039 reported final. flushing Carlos Sprekelsen. > ------------------------------------------------------------------------ > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users > |
From: David V. <dav...@el...> - 2006-07-03 07:38:21
|
Hi, I've been following the development of opensync and the syncml plugin for a while now, and I wanted to give it a try with my nokia 6600 with syncml-http over bluetooth. The phone manages to contact the syncml plugin, but then I get: Member 2 of type syncml-http-server had an error while getting changes: Timeout while waiting for a reply to message "GET_CHANGES" The logs are here (http://www.elis.ugent.be/~dvrstrae/logs.tar.gz), and here is my configuration for the syncml plugin: <config><username></username><password></password><url>/</url> <port>8080</port><usestringtable>1</usestringtable> <onlyreplace>0</onlyreplace><recvLimit>10000</recvLimit> <contact_db>addressbook</contact_db><calendar_db>calendar</calendar_db> <notes_db>notes</notes_db></config> What could I try next? Thanks in advance, David -- http://www.elis.ugent.be/~dvrstrae PARIS-ELIS Sint-Pietersnieuwstraat 41 9000 Gent Tel.: +32 9 264 34 04 Fax.: +32 9 264 35 94 |
From: Xin Z. <xi...@gm...> - 2006-07-02 19:05:56
|
在 2006-06-30五的 16:23 +0200,Christopher Stender写道: > Am Freitag, 30. Juni 2006 10:57 schrieb Christopher Stender: > > Am Freitag, 30. Juni 2006 10:11 schrieb Christopher Stender: > > > Hi Xin, > > > > > > > > Entry 2: > > > > UID: pas-id-44A21F92000001E1 > > > > <?xml version="1.0"?> > > > > <contact> > > > > <Name> > > > > <FirstName>Cindy</FirstName> > > > > </Name> > > > > <Telephone> > > > > <Content>13817665288</Content> > > > > <Type>CELL</Type> > > > > </Telephone> > > > > <UnknownNode> > > > > <NodeName>X-IRMC-LUID</NodeName> > > > > <Content>000042000000</Content> > > > > </UnknownNode> > > > > <FormattedName> > > > > <Content>Cindy</Content> > > > > </FormattedName> > > > > <Uid> > > > > <Content>pas-id-44A21F92000001E1</Content> > > > > </Uid> > > > > <Revision> > > > > <Content>2006-06-28T06:20:02Z</Content> > > > > </Revision> > > > > <FormattedName> > > > > <Content>Cindy</Content> > > > > </FormattedName> > > > > </contact> > > > > Hmm, I recognized that there are two "FormattedName" attributes. > > Maybe this is the reason for the conflict, but I need the TRACE-Files > > to verify this. I wrote a patch for opensync which genereates the > > FN-Attribute because the K750i/D750i doesn't do that. Maybe Evolution > > also genereate one. I try to reproduce this issue. > > I committed a patch (r1077) which fixed this issue. Please check out svn > and try it again. Great! All the slow-sync conflicts are gone now. Some other issues, like no-name contact (<FormattedName/>) in phone book, disappeared either. Then I found another issue: the number entered in "Home" field of phone will go to "Business Phone" field of Evolution. While the evo-to-irmc mapping is OK ("Business Phone" to "Work", "Home Phone" to "Home"). Is this known before? > Regards > > Christopher |
From: Don C. <don...@gm...> - 2006-07-02 17:01:24
|
Hi, I'm trying to sync my siemens sx1 with opensync. I've set up a sync group with file-sync and syncml-http-server plugins. If the file-sync directory is empty, everything (well, almost, see below) works fine and the items from the phone are copied into that directory. Here are the 2 problems I noticed so far: Sometimes I get a timeout error: Member 2 of type syncml-http-server had an error while getting changes: Timeout while waiting for a reply to message "GET_CHANGES" Member 2 of type syncml-http-server had an error while disconnecting: Timeout while waiting for a reply to message "DISCONNECT" I think the problem is: the phone sends about 30 items at once and then pauses until the next items are sent. The pause is between some seconds and a minute long, I guess. Maybe it's to long for opensync's timeout sometimes. Second problem: Opensync can read items correctly from the phone, but cannot write: Error writing entry 499 to member 2: content type was not configured Mapping Write Error: content type was not configured The sync failed: Unable to write one or more objects This happens with changed and added items from the file-sync plugin. Greets, Clemente |
From: Torsten V. <To...@vo...> - 2006-07-02 13:11:05
|
Will check it out. Thanks!! |
From: Patrick O. <Pat...@gm...> - 2006-07-02 12:53:38
|
On Thu, 2006-06-22 at 08:35 +0200, Torsten Vollmann wrote: > Maybe it's the client who's making all this trouble... Can someone > point me to > another good winmobile-ppc-client??? I found no other... There's also Funambol's client. There's a stable release which only works with Funambol's server due to exchanging data in a Funambol xml format, but the latest betas also support vCard/iCalendar formats. Note that I haven't tried this client myself and other users had problems at least with older betas. Beta 5 is just around the corner, but not yet released. The advantage compared to the Synthesis client is that it is GPL open source, so you could fix bugs yourself instead of waiting for a company to do it for you. http://www.funambol.com/opensource/downloads.html -- Bye, Patrick Ohly -- Pat...@gm... pa...@co... (MakeCD related mails) http://home.pages.de/~ohly/ http://makecd.core.de/ (MakeCD home page) |
From: Anders O. <li...@an...> - 2006-07-01 12:02:13
|
Hi! I just stumbled across the interview on dot.kde.org: http://dot.kde.org/1148063569/ And in the comments I read this: =========================================================================== ... Site down? by N.N. on Saturday 20/May/2006, @10:36 I can't access www.opensync.org, what's the problem? [ Reply To This | View ] * Re: Site down? by pmarat on Saturday 20/May/2006, @11:08 I think it is a nameserver problem. Try 129.187.150.92 or add it as opensync.org in your /etc/hosts. [ Reply To This | View ] o Re: Site down? by Sven on Sunday 21/May/2006, @01:29 This "problem" exists for a year at least. What's wrong with the DNS-entry and should it not be fixed in order to get more folks on that site? ... =========================================================================== I have the same problem - www.opensync.org does not resolve: $ ping www.opensync.org ping: unknown host www.opensync.org I don't think it has for the last year or so because I remember having heard about this project a while ago and I couldn't reach the web site then either - I just figured if they don't have a working web site the project must be dead so I was glad to hear that is not the case. I suppose this is a problem that not everyone experiences? Does anyone have an idea about what could be the cause? I can provide debug info if that would help. / Anders Olsson |
From: Giovanni B. <gio...@co...> - 2006-06-30 14:59:24
|
I am new to this, so be kind :-) kien ~ # syncml-obex-client -u 0 --identifier "PC Suite" --sync vcard Contacts --sync vcal Calendar --wbxml connection with device succeeded Received an transport error: Request not successfull: 67 The trace files are attached. Any suggestion? Ciao, Giovanni |
From: matthias j. <jah...@fr...> - 2006-06-30 14:38:48
|
Am Freitag, 30. Juni 2006 16:29 schrieb Carlos Sprekelsen: > Hi all, > > I am also trying to sync kadressbook with my Sony Ericsson P900 over the > bluetooth connection under Debian sid, where I am using the debian > packages provided by Matthias Jahn. I have advanced, but there is somethi= ng > in syncm-http-server that does not finishes the process. The septs that I > have followed are as follows. > > 1.- I have configured the bluetooth connection between my P900 and my lin= ux > box. It works OK: I can ping my phone and I can browse the internet fom t= he > phone. Have you first tried to connect to your phone using the syncml-http-server= =20 from the libsyncml-utils package? look at its manpage or at http://libsyncml.opensync.org/wiki/http-guide fo= r=20 details.. Matthias |
From: Carlos S. <so...@fr...> - 2006-06-30 14:30:40
|
Hi all, I am also trying to sync kadressbook with my Sony Ericsson P900 over the bluetooth connection under Debian sid, where I am using the debian packages provided by Matthias Jahn. I have advanced, but there is something in syncm-http-server that does not finishes the process. The septs that I have followed are as follows. 1.- I have configured the bluetooth connection between my P900 and my linux box. It works OK: I can ping my phone and I can browse the internet fom the phone. 2.- I have created a group called p900 with the plugins file-sync and syncml-http-server. The followng shows the content of syncml-http-server.conf <config> <username>test</username> <password>test</password> <url>/</url> <port>8080</port> <usestringtable>0</usestringtable> <onlyreplace>0</onlyreplace> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <contact_db>addressbook</contact_db> <calendar_db>calendar</calendar_db> <note_db>Notes</note_db> </config> 3.- On the phone, I have configured the sync preferences as follows: Server tab: Server address: http://IP_OF_MY_DEBIAN_BOX:8080/ user name: test password: test Protocol transpor protocol: HTTP Uee transport connection: no user: password: 3.- I start the sync with msynctool from the debian box and afterwards I start the sync from the p900 phone. $ msynctool --sync p900-file --wait Synchronizing group "p900-file" received contact dsession Member 1 of type file-sync just connected Member 2 of type syncml-http-server just connected All clients connected or error Member 1 of type file-sync just sent all changes Member 2 of type syncml-http-server had an error while getting changes: Timeout while waiting for a reply to message "GET_CHANGES" Member 1 of type file-sync just disconnected Member 2 of type syncml-http-server had an error while disconnecting: Timeout while waiting for a reply to message "DISCONNECT" All clients have disconnected The sync failed: Unable to read from one of the members And nothing else happens. How do I debug this?. traces do not give me much information and Ethereal is not showing much either. Carlos Sprekelsen. |
From: Armin B. <arm...@de...> - 2006-06-30 07:42:53
|
Hi, I apologize for the trac-spam lately (again!). It seems that the anti-measures i took (people have to create accounts to create tickets), were not good enough. It looks like the the spammers is a "manual spammer". He registers accounts and he also spams manually. There is, of course, very little defense against such attacks. I will now see if i can prevent certain countries from registering accounts or connecting at all (like china). Best Regards, Armin Bauer |
From: Christopher S. <ope...@ch...> - 2006-06-29 14:32:16
|
Hi, Am Montag, 26. Juni 2006 20:49 schrieb Xin Zhen: > =E5=9C=A8 2006-06-26=E4=B8=80=E7=9A=84 10:20 +0200=EF=BC=8CChristopher St= ender=E5=86=99=E9=81=93=EF=BC=9A > > > > And there is a little issue: Everytime I access the "vnote" of my > > > phone, it stops responding any further IrMC request unless I > > > reboot it. > > > > > > It seems a bug of my phone, but it really blocks me. I have to > > > comment out some code in irmc_sync.c to disable "vnote". So I > > > hope there could be a decent option to choose which datatype I > > > want to sync (cal, pb or nt). I'll be glad to help. Thanks for > > > your great work. > > > > If you're using msynctool, please try: > > msynctool --sync $GROUP --filter-objtype note > > It is in irmcConnect(): > > if ( !detect_slowsync( config->notebook_changecounter, "nt", > &(config->notebook_dbid), > > This line seems to shutdown my phone. Since the phone won't respond, > this function never returns until timeout, while the phone keeps > showing "Synchroninzing". This code is not affected by > --filter-objtype note. Yes, you're right. It looks like new Sony Ericsson cell phones have a=20 bug with irmc+notes. Maybe we can add a blacklist for note=20 synchronization to the irmc-plugin. Best regards Christopher |
From: Ciro S. <mo...@ol...> - 2006-06-29 12:10:31
|
matthias jahn wrote: >> anything listening on port 8080 with netstat (and of course the phone >> can't connect...) > > have you first tried to connect to your phone using the syncml-http-server > from the libsyncml-utils package? > look at its manpage for details.. > > did you realy need the url, username and password? > no, url is not needed, while username and password is needed as the client on the P800 uses authentication, but the p800 client reports a connection error because no server is listening (I bring up a tcp over ppp link using gnubox that does work). The problem is that msynctool doesn't show up listening for a connection while launching syncml-http-server alone seems to work...I'll investigate later... > >> The phone is configured accordingly but I don't think this is the >> problem, it seems the server doesn't work, or I am doing something wrong... > >> I am using the ubuntu/dapper packages provided by matthias jahn. > > at least someone is using them ;-) :) C. |
From: matthias j. <jah...@fr...> - 2006-06-29 10:41:34
|
Am Donnerstag, 29. Juni 2006 12:15 schrieb Ciro Scognamiglio: > Hi all, > > at last I found some spare time to try to sync my P800, I followed the > syncml wiki and configured the syncml-http-server and kdepim plugins > correctly, I launch "msynctool --sync p800 --wait" but I cannot see > anything listening on port 8080 with netstat (and of course the phone > can't connect...) have you first tried to connect to your phone using the syncml-http-server from the libsyncml-utils package? look at its manpage for details.. > here is the config for the syncml plugin: > > <config><username>moray</username><password>XXXX</password> > <url>/sync</url><port>8080</port> > <usestringtable>0</usestringtable><onlyreplace>0</onlyreplace> > <recvLimit>0</recvLimit><maxObjSize>0</maxObjSize> > <contact_db>addressbook</contact_db><calendar_db>calendar</calendar_db> > <note_db>notes</note_db></config> did you realy need the url, username and password? > The phone is configured accordingly but I don't think this is the > problem, it seems the server doesn't work, or I am doing something wrong... > I am using the ubuntu/dapper packages provided by matthias jahn. at least someone is using them ;-) Matthias |
From: Ciro S. <mo...@ol...> - 2006-06-29 10:13:47
|
Hi all, at last I found some spare time to try to sync my P800, I followed the syncml wiki and configured the syncml-http-server and kdepim plugins correctly, I launch "msynctool --sync p800 --wait" but I cannot see anything listening on port 8080 with netstat (and of course the phone can't connect...) here is the config for the syncml plugin: <config><username>moray</username><password>XXXX</password> <url>/sync</url><port>8080</port> <usestringtable>0</usestringtable><onlyreplace>0</onlyreplace> <recvLimit>0</recvLimit><maxObjSize>0</maxObjSize> <contact_db>addressbook</contact_db><calendar_db>calendar</calendar_db> <note_db>notes</note_db></config> The phone is configured accordingly but I don't think this is the problem, it seems the server doesn't work, or I am doing something wrong... I am using the ubuntu/dapper packages provided by matthias jahn. C. |
From: Daniel E. <es...@gm...> - 2006-06-28 22:50:29
|
---------- Forwarded message ---------- From: Daniel Espinosa <es...@gm...> Date: 28-jun-2006 17:50 Subject: Re: [Opensync-users] Palm plugin compile error To: matthias jahn <jah...@fr...> When will be avarable the next version of opensync and multisync? How can I be sure about the autentication of your server?; apt allways says it's an unauthenticated package. 2006/6/28, matthias jahn < jah...@fr...>: > Am Mittwoch, 28. Juni 2006 20:58 schrieben Sie: > > I'm trying to test (and use) the palm plugin > > Could any help me to have it running to test the plugin? > > What distro did you use? > If you have Debian Sid or Ubuntu Dapper i would recommend to use my repro > at: > http://www.in.fh-merseburg.de/~jahn/<http://www.in.fh-merseburg.de/%7Ejah= n/> > > > but at compile it send the following error message: > > plugins.o: In function > >`msync_register_plugins':/home/esodan/Desktop/Descargas/Descomprimir/ > > multisync-0.90.18/gui/plugins.c:35: undefined reference to > > `msync_register_synce_sync' > > let's assume you did not run a Debian based distro.... > Have you tried the svn versions instead? > A lot of problems are fixed there. > > > don't hesitate to ask further questions > > Matthias > _____________________ > =3D=3D=3D=3D=3D=3Dopensync svn debian repro=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Debian: > deb http://www.in.fh-merseburg.de/~jahn/ > <http://www.in.fh-merseburg.de/%7Ejahn/> sid main > deb-src http://www.in.fh-merseburg.de/~jahn/<http://www.in.fh-mer= seburg.de/%7Ejahn/>sid main > > Ubuntu Dapper Drake: > (Opensync and additionally needed Debian Unstable Backports > for Ubuntu Dapper Drake) > > deb http://www.in.fh-merseburg.de/~jahn/<http://www.in.fh-mersebu= rg.de/%7Ejahn/>dapper main > deb-src http://www.in.fh-merseburg.de/~jahn/ > <http://www.in.fh-merseburg.de/%7Ejahn/> dapper main > #You also need: > deb http://archive.ubuntu.com/ubuntu/ dapper-updates > main universe > > > > --=20 Trabajar, la mejor arma para tu superaci=F3n "de grano en grano, se hace la arena" (R) (entr=E1mite, pero para los cuate= s: LIBRE) --=20 Trabajar, la mejor arma para tu superaci=F3n "de grano en grano, se hace la arena" (R) (entr=E1mite, pero para los cuate= s: LIBRE) |
From: Daniel E. <es...@gm...> - 2006-06-28 22:38:12
|
LS0tLS0tLS0tLSBGb3J3YXJkZWQgbWVzc2FnZSAtLS0tLS0tLS0tCkZyb206IERhbmllbCBFc3Bp bm9zYSA8ZXNvZGFuQGdtYWlsLmNvbT4KRGF0ZTogMjgtanVuLTIwMDYgMTQ6MTcKU3ViamVjdDog UmU6IEdWYWx1ZSB3b24ndCBpbml0IGluc2lkZSBoaWRkZW4gZnVuY3Rpb25zClRvOiAiRGF2aWQg TmXoYXMgKFlldGkpIiA8eWV0aUBwaHlzaWNzLm11bmkuY3o+CgpUaGUgc3RlcHMgdG8gdXNlIGEg R1ZhbHVlIGFyZToKCjEuIGNyZWF0ZSBhIG5ldyBwb2ludGVyIHRvIGEgR1ZhbHVlIHN0cnVjdHVy ZToKCkdWYWx1ZSAqdmFsdWU7CnZhbHVlID0gZ19uZXcwKEdWYWx1ZSwgMSk7CgoyLiBJbml0IHRo ZSBHVmFsdWUgdG8gdGhlIHR5cGUgeW91J2xsIHN0b3JlIGluIGl0LgoKCmdfdmFsdWVfaW5pdCh2 YWx1ZSwgR19UWVBFX1BPSU5URVIpOwoKMy4gTm93IHlvdSBjYW4gc2V0IHRoZSB2YWx1ZToKCmdf dmFsdWVfc2V0X3BvaW50ZXIodmFsdWUsIEdfUE9JTlRFUihvdGhlcikpOwoKSWYgeW91IGhhdmUg YW4gYWxyZWFkeSBjcmVhdGVkIHZhbHVlIHlvdSBjYW4gdGVzdDoKCmlmKEdfSVNfVkFMVUUodmFs dWUpKSB7IH0KCkFuZCBpZiB5b3Ugd2FudCB0byBrbm93IHRoZSBHVHlwZSBvZiB0aGUgdmFsdWUg eW91IGNhbiB1c2U6CgpHX1ZBTFVFX1RZUEUodmFsdWUpCgpNYXkgYmUgeW91IGhhdmUgYW4gYWxy ZWFkeSBpbml0aWF0ZWQgdmFsdWUsIHRoZW4gdGVzdCBhcyBhYm92ZS4KCgoyMDA2LzYvMjgsIERh dmlkIE5l6GFzIChZZXRpKSA8eWV0aUBwaHlzaWNzLm11bmkuY3ogPjoKCj4gT24gVHVlLCBKdW4g MjcsIDIwMDYgYXQgMDg6MzM6NTVQTSAtMDQwMCwgUGhpbGlwIEtvdmFjcyB3cm90ZToKPiA+IEkg YW0gdXNpbmcgZ2xpYiAyLjEwLjMgYXQgdGhlIG1vbWVudCB3aXRoICBnY2MgMy40LjYgYW5kIGds aWJjIDIuMy42Lgo+ID4KPiA+IEkgaGF2ZSBub3RpY2VkIHRoYXQgaXNzdWluZyBhIGdfdmFsdWVf aW5pdCgpIG9uIGEgR1ZhbHVlIHByb2R1Y2VzIHRoZQo+IGVycm9yOgo+ID4KPiA+IEdMaWItR09i amVjdC1XQVJOSU5HICoqOiBndmFsdWUuYzo4OTogY2Fubm90IGluaXRpYWxpemUgR1ZhbHVlIHdp dGggdHlwZQo+Cj4gPiBgZ3BvaW50ZXInLCB0aGUgdmFsdWUgaGFzIGFscmVhZHkgYmVlbiBpbml0 aWFsaXplZCBhcyBgKG51bGwpJwo+ID4KPiA+IHdoZW5ldmVyIHRoZSBmdW5jdGlvbiBkb2VzIG5v dCBoYXZlIGV4dGVybmFsIHZpc2liaWxpdHksIGkuZS4gaXMgZGVmaW5lZAo+ID4gZWl0aGVyIGFz ICdzdGF0aWMnCj4gPiBvciB3aXRoIHRoZSBhdHRyaWJ1dGUgR19HTlVDX0lOVEVSTkFMLgo+Cj4g UGxlYXNlIHByb3ZpZGUgYSBjb2RlIHNhbXBsZS4KPgo+IEFueXdheSBteSBndWVzcyBpcyB0aGUg R1ZhbHVlIGlzIG5vdCBpbml0aWFsbHkgemVyby1maWxsZWQuCj4KPiBZZXRpCj4KPgo+IC0tCj4g QW5vbnltcyBlYXQgdGhlaXIgYm9vZ2Vycy4KPiBfX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fXwo+IGd0ay1hcHAtZGV2ZWwtbGlzdCBtYWlsaW5nIGxpc3QKPiBn dGstYXBwLWRldmVsLWxpc3RAZ25vbWUub3JnCj4gaHR0cDovL21haWwuZ25vbWUub3JnL21haWxt YW4vbGlzdGluZm8vZ3RrLWFwcC1kZXZlbC1saXN0Cj4KCgoKLS0gClRyYWJhamFyLCBsYSBtZWpv ciBhcm1hIHBhcmEgdHUgc3VwZXJhY2nzbgoiZGUgZ3Jhbm8gZW4gZ3Jhbm8sIHNlIGhhY2UgbGEg YXJlbmEiIChSKSAoZW50cuFtaXRlLCBwZXJvIHBhcmEgbG9zIGN1YXRlczoKTElCUkUpCgoKLS0g ClRyYWJhamFyLCBsYSBtZWpvciBhcm1hIHBhcmEgdHUgc3VwZXJhY2nzbgoiZGUgZ3Jhbm8gZW4g Z3Jhbm8sIHNlIGhhY2UgbGEgYXJlbmEiIChSKSAoZW50cuFtaXRlLCBwZXJvIHBhcmEgbG9zIGN1 YXRlczoKTElCUkUpCg== |
From: Tim D. <ti...@in...> - 2006-06-28 20:55:10
|
Tim Dodge wrote: > I'm also having problems syncing my Nokia E70... > > I'm running Gentoo, with all svn/cvs versions of libopensync, libsoup, > libsyncml and syncml plugin. > > I'm also connecting my E70 via USB cable, using the PC Suite mode and > this config: > > <config> > <bluetooth_address></bluetooth_address> > <bluetooth_channel></bluetooth_channel> > <interface>0</interface> > <identifier>PC Suite</identifier> > <version>1</version> > <wbxml>1</wbxml> > <username></username> > <password></password> > <type>5</type> > <usestringtable>1</usestringtable> > <onlyreplace>0</onlyreplace> > <recvLimit>10000</recvLimit> > <maxObjSize>750000</maxObjSize> > <contact_db>Contacts</contact_db> > <calendar_db>Calendar</calendar_db> > <note_db>Notes</note_db> > </config> > > I've just updated libopensync to revision 1075 and libsyncml to revision 181, and seem to be getting a little further (with the same config as before): kingmob ~ # msynctool --sync filesyncml Synchronizing group "filesyncml" The previous synchronization was unclean. Slow-syncing Member 1 of type file-sync just connected received event dsession received contact dsession received note dsession Member 2 of type syncml-obex-client just connected All clients connected or error Member 1 of type file-sync just sent all changes Member 2 of type syncml-obex-client had an error while getting changes: Request not successfull: 67 Member 1 of type file-sync just disconnected Member 2 of type syncml-obex-client had an error while disconnecting: Timeout while waiting for a reply to message "DISCONNECT" All clients have disconnected The sync failed: Unable to read from one of the members Error synchronizing: Unable to read from one of the members The phone says "Feature not supported!" I've attached the traces. Thanks again, Tim |
From: Daniel E. <es...@gm...> - 2006-06-28 20:49:26
|
I'm trying to test (and use) the palm plugin but at compile it send the following error message: plugins.o: In function `msync_register_plugins':/home/esodan/Desktop/Descargas/Descomprimir/multis= ync- 0.90.18/gui/plugins.c:35: undefined reference to `msync_register_synce_sync= ' Could any help me to have it running to test the plugin? --=20 Trabajar, la mejor arma para tu superaci=F3n "de grano en grano, se hace la arena" (R) (entr=E1mite, pero para los cuate= s: LIBRE) |
From: Subramanya S. <sub...@ya...> - 2006-06-27 23:29:57
|
Hi, It seems like my phone does not support IrMC synchronization. I have downloaded OpenSync plugins and after a great deal, installed the plugins and I am able to discover the devices connected to my belkin bluetooth device. Here is what I do: 1. Selected 1st plugin as IrMC Mobile Device with "Connection Type" as "Bluetooth". When I select to search for units, I get a message in the list of units that my phone does not have IrMC synchronization. [I am using Siemens SXG75]. I dont know what to do. Is there any way that OpenSync/MultiSync can be used for synchronizing contacts/calendars/tasks on a phone that does not support IrMC sync using Bluetooth. If there is a way to sync, I would appreciate if you could give me steps that need to be done for getting this working. PS: I know that Siemens SXG75 supports bluetooth sync with its phone manager on Windows. How does this work without IrMC synchornization profile for Bluetooth? Appreciate any help. Thanks in advance --------------------------------- Do you Yahoo!? Next-gen email? Have it all with the all-new Yahoo! Mail Beta. |
From: Graham C. <g+o...@co...> - 2006-06-27 00:08:53
|
Opensync users may be interested in this. I don't intend to send subsequent announcements to this list so please let me know if you want to be added to my distribution list for updates. Regards Graham ---------- Forwarded Message ---------- Subject: [lists] [kdepim-users] OWA Sync V0.4 Date: Tuesday 27 June 2006 00:05 From: Graham Cobb <g+k...@co...> To: kde...@kd... V0.4 of my Exchange synchronisation tool is now available at http://www.cobb.uk.net/OWA/owasync.html. This tool runs provides one-way synchronisation of Notes, Calendars, Contacts and Emails from Exchange, using Outlook Web Access. The data is synchronised into local directories which can then be propagated into the kdepim tools. V0.4 fixes a number of serious bugs, including one which stopped V0.3 from even starting for new users (sorry about that!). Many thanks are due to Ryan Dill who very patiently helped squash several bugs. The main new feature in V0.4 is that it works with the Opensync synchronisation framework (soon to appear in a version of KDE near you) allowing the data to not just be imported into kdepim but into phones, PDAs and other devices as well. Please let me know if you try this out. Graham Cobb _______________________________________________ KDE PIM users mailing list kde...@kd... https://mail.kde.org/mailman/listinfo/kdepim-users ------------------------------------------------------- |
From: Xin Z. <xi...@gm...> - 2006-06-26 18:49:18
|
在 2006-06-26一的 10:20 +0200,Christopher Stender写道: > > > And there is a little issue: Everytime I access the "vnote" of my > > phone, it stops responding any further IrMC request unless I reboot > > it. > > > > It seems a bug of my phone, but it really blocks me. I have to > > comment out some code in irmc_sync.c to disable "vnote". So I hope > > there could be a decent option to choose which datatype I want to > > sync (cal, pb or nt). I'll be glad to help. Thanks for your great > > work. > > If you're using msynctool, please try: > msynctool --sync $GROUP --filter-objtype note > It is in irmcConnect(): if ( !detect_slowsync( config->notebook_changecounter, "nt", &(config->notebook_dbid), This line seems to shutdown my phone. Since the phone won't respond, this function never returns until timeout, while the phone keeps showing "Synchroninzing". This code is not affected by --filter-objtype note. |
From: Christopher S. <ope...@ch...> - 2006-06-26 08:20:12
|
Am Sonntag, 25. Juni 2006 21:42 schrieb Xin Zhen: > =E5=9C=A8 2006-06-22=E5=9B=9B=E7=9A=84 18:35 +0200=EF=BC=8CChristopher St= ender=E5=86=99=E9=81=93=EF=BC=9A > > > I fixed a lot of iusses by removing sync_vtype() from the > > irmc-plugin. Please test the combination with opensync (trunk) and > > irmc-development (branch). > > > > I can sync vcards with german umlauts without any problems (also > > SonyEricsson K750i). > > This branch of irmc-development is really working. With it I finally > got my Chinese contacts stored and displayed correctly in my > SonyEricsson T68. I was very excited that charsets conversion was no > longer a problem. Great. > And there is a little issue: Everytime I access the "vnote" of my > phone, it stops responding any further IrMC request unless I reboot > it. > > It seems a bug of my phone, but it really blocks me. I have to > comment out some code in irmc_sync.c to disable "vnote". So I hope > there could be a decent option to choose which datatype I want to > sync (cal, pb or nt). I'll be glad to help. Thanks for your great > work. If you're using msynctool, please try: msynctool --sync $GROUP --filter-objtype note Best Regards Christopher |