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: lishuai z. <lis...@gm...> - 2006-10-20 07:19:51
|
Hi, This is Lishuai.Zhao. Thank you for your help before. I would try to test the syncml-http-server plugin and file-sync plugin, but failed. I add a group like this: [root@localhost ~]# msynctool --showgroup httpfile Groupname: httpfile Member 2: file-sync Configuration : <config><path>/home/httpfile/sync2</path><recursive>FALSE</recursive></config> Member 1: syncml-http-server Configuration : <config><username></username><password></password><url>/home/httpfile/sync1</url><port>9999</port><usestringtable>0</usestringtable><onlyreplace>0</onlyreplace><recvLimit>100000</recvLimit><maxObjSize>0</maxObjSize><contact_db>contacts</contact_db><calendar_db>calendar</calendar_db><note_db>notes</note_db></config> Because I do not have a mobile phone, so I use the funambol-javagui-plugin to simulate a mobile terminal. When I do "msyncml --sync httpfile --wait" and make the funambol-javagui-plugin to sync, it says: [root@localhost ~]# msynctool --sync httpfile --wait Synchronizing group "httpfile" received contact dsession Member 1 of type syncml-http-server just connected Member 2 of type file-sync just connected All clients connected or error Member 2 of type file-sync just sent all changes Member 1 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 file-sync just disconnected Member 1 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 I have the log file of Thread3075451824.log with the environment variable $SYNCML_TRACE. The function of smlAssemblerAddStatusFull appears twice (in line226 and line263 of Thread3075451824.log). I think it related to the context between line926 and line935 of smlSessionReceiveBody in sml_session.c. The first time smlAssemblerAddStatus executed(the line226 of Thread3075451824.log) is in the function of smlSessionReceiveBody, also in the _server_callback function(Because smlSessionReceiveBody executed in _server_callback). But obviously the second time it appears(line 263 of Thread3075451824.log)is out of the _server_callback function. Why it execute in such order? In my opinion, the code after line 926 of sml_session.c is related to the reason that I failed closely. Could you help me? Following is my environment: (1). Fedora Core 4 (2.6.11-1.1369_FC4) (2). funambol-javagui-plugin-3.0.4.tgz (3). Packages built: (a).libopensync-0.18.tar.gz (b).multisync-0.90.18.tar.gz (c).libsyncml-0.4.0.tar.gz (d).libopensync-plugin-syncml-0.18 (e).libopensync-plugin-file-0.18.tar.gz The accessory is the log file of Thread3075451824.log. Best regards! Lishuai.Zhao |
From: Stephan O. <ste...@gm...> - 2006-10-20 04:38:10
|
Hi, as infrared doesn't seem to work with syncml I got myself a USB-Blootooth dongle. I got it working, at least partly. What I try is this: syncml-obex-client -b 00:17:B0:56:98:78 11 --slow-sync text/x-vcard Contacts --version 1.1 --wbxml --add text/x-vcard std.vcf connection with device succeeded Received an Alert for the DS Server at Contacts: Type: 201, Last 4, Next 4 Slowsyncing Just received a new session with ID 1 Received the DevInf Session 1 reported final. flushing Received an reply to our Alert Going to receive 0 changes Adding file std.vcf Session 1 reported final. flushing Received a added entry 79 of size 88 and type text/x-vcard Data: BEGIN:VCARD VERSION:2.1 N:xxxxxxxxxxxxxxxxxxxx TEL;PREF;VOICE:xxxxxxxxxxxxxxxx END:VCARD Received an reply to our Sync: 200 Received an reply to our Add command: 500. The new uid is (null) Session 1 reported final. flushing Session 1 has ended Unfortunatelly nothing is written to my mobile. When I try do sync against a file-plugin with the same data, I get an error 500, which seens to correspond to the "Received an reply to our Add command: 500" from above. Any Ideas, what I'm doing wrong? Thanks, Stephan |
From: Neil S. <ope...@mo...> - 2006-10-19 22:47:03
|
H=C3=A5vard Wigtil wrote: > Note that I don't know for certain that P900 doesn't support SyncML ove= r=20 > OBEX, I don't know very much about OBEX support myself. ...it would seem the OSX people arrived at the same point: http://mobile.feisar.com/uiq3.html Looks like they're waiting for Apple or SE to write OSX code that talks m= -router... Neil |
From: Cyrill H. <he...@ee...> - 2006-10-19 22:30:42
|
hi guys After I got it working with some help I have a now a strage issue: First I deleted all contacts and all agenda entries from my mobile phone (because they were doubled) and then I synced with kdepim. The contacts went fine, but on the agenda of my mobile phone shows every day as if there would be an entry. So could it be that the irmc plugin touches every day or something? When I create a new entry on my phone and then sync it works correctly on korganzier. By the way I didn't have that issue when I first got it to work.... But more than deleting on the phone I can't do I think... Any hints? =) Cyrill |
From: Cyrill H. <he...@ee...> - 2006-10-19 11:40:40
|
Am Donnerstag, 19. Oktober 2006 12:53 schrieb Piero Olmeda: > I have the same problem. I cannot delete the contacts. I have tried > everything but the contacts are always there!!! You are using kaddressbook too? I found a bug and a workaround! Cyrill > > Piero > > > Furhter kontact really sucked, I mean i go in delete all my contacts, > > close the app, reopen it and all of them are there again :( > > ------------------------------------------------------------------------- > 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: Piero O. <ol...@fa...> - 2006-10-19 10:53:39
|
I have the same problem. I cannot delete the contacts. I have tried everything but the contacts are always there!!! Piero > Furhter kontact really sucked, I mean i go in delete all my contacts, close > the app, reopen it and all of them are there again :( |
From: Cyrill H. <he...@ee...> - 2006-10-19 10:22:50
|
Hi again I'm quite pissed of because I don't get where kdepim-sync saves the data. I'm experimenting because I have problems with umlauts. So where is the usual location or the file where kdepim saves the synced data? Furhter kontact really sucked, I mean i go in delete all my contacts, close the app, reopen it and all of them are there again :( Whats going on? I don't think kontact is alpha software =) Cyrill |
From: Cyrill H. <cyr...@so...> - 2006-10-19 10:22:46
|
Hi again I'm quite pissed of because I don't get where kdepim-sync saves the data. I'm experimenting because I have problems with umlauts. So where is the usual location or the file where kdepim saves the synced data? Furhter kontact really sucked, I mean i go in delete all my contacts, close the app, reopen it and all of them are there again :( Whats going on? I don't think kontact is alpha software =) Cyrill |
From: Cyrill H. <he...@ee...> - 2006-10-19 00:35:55
|
Hi out there I am trying to use irmc-sync plugin with the Gui. But I always get: MSyncPlugin Which plugin is that missing one? Thanks for your help. Cyrill |
From: Stephan O. <ste...@gm...> - 2006-10-18 20:01:19
|
Hi, I want to sync my Nokia 6021 via the infrared port, but I'm not sure which plugin to use. syncml-obex-client doesn't seem to support infrared, is that correct? How does the syncml-http-server plugin work? As far as I understood, opensync acts as server, but I have no clue how to tell my phone to look for a server via infrared. Thanks, Stephan |
From: Kevin J. <rin...@kj...> - 2006-10-18 12:20:39
|
Resending - anyone seen this or got any ideas why it's not working? Cheers, KEv. Hi I got opensync and evolution working for calendar entries, but the Contacts won't sync off the phone to a new Contact list created in evolution. I created a new Contact List in Evolution (called OpenSync), then using the multisync-0.90 tool pointed my group at this list for contacts. When I try to sync with my phone, I get this lots of times (I'm guessing it's for every contact, I have 136 contacts in my phone): (process:6555): libebook-CRITICAL **: file e-book.c: line 352: assertion `book && E_IS_BOOK (book)' failed Any ideas? I have the following RPM versions: libopensync-plugin-evolution2-0.19-16.1 libopensync-plugin-syncml-0.19-17.2 libopensync-0.19-33.1 multisync-cli-0.90.19-19.1 multisync-gui-0.90.19-2.1 evolution-data-server-1.6.0-43.20 evolution-2.6.0-49.20 Cheers, KEv. |
From: Stian J. <li...@jo...> - 2006-10-17 22:07:18
|
On tir, 2006-10-17 at 21:57 +0200, H=C3=A5vard Wigtil wrote: > > This just proves that I know even less than I thought! :-/ > Note that I don't know for certain that P900 doesn't support SyncML > over OBEX, I don't know very much about OBEX support myself.=20 I don't know much about OBEX neither, but I have tried and failed. It does not seem like P990 supports neither OBEX over Bluetooth nor USB. Unfortunately :( -Stian |
From: W. <ha...@pv...> - 2006-10-17 19:57:22
|
tir, 17,.10.2006 kl. 20.18 +0100, skrev Neil Sedger: > Håvard Wigtil wrote: > > lør, 14,.10.2006 kl. 17.24 +0100, skrev Neil Sedger: > > > >> Is syncml-obex-client supposed to work on the P990 yet? > > > > Are you sure that the P990 has support for syncing over OBEX? > > Erm, no :-) > > This just proves that I know even less than I thought! :-/ Note that I don't know for certain that P900 doesn't support SyncML over OBEX, I don't know very much about OBEX support myself. > > > I updated my copy of the Subversion repository just now without getting > > any conflicts, so I don't think the repository has changed > > significantly. What sort of errors did you get? > > I got some hunk errors... but I aquired your patch by copy & paste from the mailinglist archives on the web, so its very possible that it lost some integrity at some point. > > If my feedback (which you noted can only be that right now I get the same errors as you!) would be useful then please send me the patch off-list and I'll apply and test. > Otherwise I'll keep an eye on the opensync-users and opensync-devel lists and try again when I can give some useful feedback. I'll write a mail to the users list if there should be anything that would be useful to test, or if I get something that has a small chance of working. :-) -- Håvard Wigtil || http://wigtil.net |
From: W. <ha...@pv...> - 2006-10-17 19:53:20
|
tir, 17,.10.2006 kl. 20.13 +0200, skrev Paco Orozco: > Hiya, > > I'm newbie in this list but I'd like to have some support related with > syncml-client. > > I'm trying to use syncml-client to connect kdepim with an eGroupware > server. This server has a syncml server implemented. > > I've seen the great job form Michael Kolmodin doing in syncml-client > connector but I'm gettimg some errors, so I'd apreciate some help. > > I've installed SVN version via Ubuntu edgy packages and syncml-client > via SVN+compile sources. > > I've created a new group like this: > $ msynctool --showgroup prova > Groupname: prova > Member 1: file-sync > Configuration : > <config><path>/tmp/hola</path><recursive>FALSE</recursive></config> > > Member 2: syncml-client > Configuration : <config> > <gconf-uri>/apps/syncml-client</gconf-uri> > <object-type>calendar</object-type> > <sync-source-name>cal</sync-source-name> > </config> > > I've try to run msynctool and I get this error: > $msynctool --sync prova > Synchronizing group "prova" > Member 1 of type file-sync just connected > > ** ERROR **: file > /tmp/buildd/libopensync-0.19+svn20061015/./opensync/opensync_group.c: > line 814 (osync_group_get_slow_sync): assertion failed: > (osync_objtype) > aborting... > Member 2 of type syncml-client had an error while connecting: Broken Pipe > Member 1 of type file-sync just disconnected > All clients have disconnected > The sync failed: Unable to connect one of the members > Error while synchronizing: Unable to connect one of the members > > I analyze tcpdump of my host and I see a connecto to my server. > I set debug options, but I can't see the problem. I've attached logs.tgz > > What it is the problem? Can you help me? I don't know anything about this problem or its cause. But I think that "broken pipe" errors are mostly due to plug-in crashes. In this case it would probably be helpful for the ones that can help you to get a backtrace from the crash. Try this (and adjust as needed, this is mostly from memory): 1. Make sure that you get a core file (some distros disble this by default) by running "ulimit -c unlimited" in the terminal before the sync command. 2. After you get "broken pipe", you should probably have a core file in the current directory or your home directory. 3. Load this core file with GDB: "gdb <path/to/opensync>/libexec/osplugin <core.file> 4. Type "bt" to get a backtrace. -- Håvard Wigtil || http://wigtil.net |
From: Neil S. <ope...@mo...> - 2006-10-17 19:26:13
|
H=C3=A5vard Wigtil wrote: > l=C3=B8r, 14,.10.2006 kl. 17.24 +0100, skrev Neil Sedger: > >> Is syncml-obex-client supposed to work on the P990 yet? >=20 > Are you sure that the P990 has support for syncing over OBEX? Erm, no :-) This just proves that I know even less than I thought! :-/ > I updated my copy of the Subversion repository just now without getting= =20 > any conflicts, so I don't think the repository has changed=20 > significantly. What sort of errors did you get? I got some hunk errors... but I aquired your patch by copy & paste from t= he mailinglist archives on the web, so its very possible that it lost som= e integrity at some point. If my feedback (which you noted can only be that right now I get the same= errors as you!) would be useful then please send me the patch off-list a= nd I'll apply and test. Otherwise I'll keep an eye on the opensync-users and opensync-devel lists= and try again when I can give some useful feedback. Thanks Neil |
From: Paco O. <pak...@gm...> - 2006-10-17 18:20:29
|
SGl5YSwKCkknbSBuZXdiaWUgaW4gdGhpcyBsaXN0IGJ1dCBJJ2QgbGlrZSB0byBoYXZlIHNvbWUg c3VwcG9ydCByZWxhdGVkIHdpdGgKc3luY21sLWNsaWVudC4KCkknbSB0cnlpbmcgdG8gdXNlIHN5 bmNtbC1jbGllbnQgdG8gY29ubmVjdCBrZGVwaW0gd2l0aCBhbiBlR3JvdXB3YXJlCnNlcnZlci4g VGhpcyBzZXJ2ZXIgaGFzIGEgIHN5bmNtbCBzZXJ2ZXIgaW1wbGVtZW50ZWQuCgpJJ3ZlIHNlZW4g dGhlIGdyZWF0IGpvYiBmb3JtIE1pY2hhZWwgS29sbW9kaW4gZG9pbmcgaW4gc3luY21sLWNsaWVu dApjb25uZWN0b3IgYnV0IEknbSBnZXR0aW1nIHNvbWUgZXJyb3JzLCBzbyBJJ2QgYXByZWNpYXRl IHNvbWUgaGVscC4KCkkndmUgaW5zdGFsbGVkIFNWTiB2ZXJzaW9uIHZpYSBVYnVudHUgZWRneSBw YWNrYWdlcyBhbmQgc3luY21sLWNsaWVudAp2aWEgU1ZOK2NvbXBpbGUgc291cmNlcy4KCkkndmUg Y3JlYXRlZCBhIG5ldyBncm91cCBsaWtlIHRoaXM6CiQgbXN5bmN0b29sIC0tc2hvd2dyb3VwIHBy b3ZhCkdyb3VwbmFtZTogcHJvdmEKTWVtYmVyIDE6IGZpbGUtc3luYwogICAgICAgIENvbmZpZ3Vy YXRpb24gOgo8Y29uZmlnPjxwYXRoPi90bXAvaG9sYTwvcGF0aD48cmVjdXJzaXZlPkZBTFNFPC9y ZWN1cnNpdmU+PC9jb25maWc+CgpNZW1iZXIgMjogc3luY21sLWNsaWVudAogICAgICAgIENvbmZp Z3VyYXRpb24gOiA8Y29uZmlnPgogICAgPGdjb25mLXVyaT4vYXBwcy9zeW5jbWwtY2xpZW50PC9n Y29uZi11cmk+CiAgICA8b2JqZWN0LXR5cGU+Y2FsZW5kYXI8L29iamVjdC10eXBlPgogICAgPHN5 bmMtc291cmNlLW5hbWU+Y2FsPC9zeW5jLXNvdXJjZS1uYW1lPgo8L2NvbmZpZz4KCkkndmUgdHJ5 IHRvIHJ1biBtc3luY3Rvb2wgYW5kIEkgZ2V0IHRoaXMgZXJyb3I6CiRtc3luY3Rvb2wgLS1zeW5j IHByb3ZhClN5bmNocm9uaXppbmcgZ3JvdXAgInByb3ZhIgpNZW1iZXIgMSBvZiB0eXBlIGZpbGUt c3luYyBqdXN0IGNvbm5lY3RlZAoKKiogRVJST1IgKio6IGZpbGUKL3RtcC9idWlsZGQvbGlib3Bl bnN5bmMtMC4xOStzdm4yMDA2MTAxNS8uL29wZW5zeW5jL29wZW5zeW5jX2dyb3VwLmM6CmxpbmUg ODE0IChvc3luY19ncm91cF9nZXRfc2xvd19zeW5jKTogYXNzZXJ0aW9uIGZhaWxlZDoKKG9zeW5j X29ianR5cGUpCmFib3J0aW5nLi4uCk1lbWJlciAyIG9mIHR5cGUgc3luY21sLWNsaWVudCBoYWQg YW4gZXJyb3Igd2hpbGUgY29ubmVjdGluZzogQnJva2VuIFBpcGUKTWVtYmVyIDEgb2YgdHlwZSBm aWxlLXN5bmMganVzdCBkaXNjb25uZWN0ZWQKQWxsIGNsaWVudHMgaGF2ZSBkaXNjb25uZWN0ZWQK VGhlIHN5bmMgZmFpbGVkOiBVbmFibGUgdG8gY29ubmVjdCBvbmUgb2YgdGhlIG1lbWJlcnMKRXJy b3Igd2hpbGUgc3luY2hyb25pemluZzogVW5hYmxlIHRvIGNvbm5lY3Qgb25lIG9mIHRoZSBtZW1i ZXJzCgpJIGFuYWx5emUgdGNwZHVtcCBvZiBteSBob3N0IGFuZCBJIHNlZSBhIGNvbm5lY3RvIHRv IG15IHNlcnZlci4KSSBzZXQgZGVidWcgb3B0aW9ucywgYnV0IEkgY2FuJ3Qgc2VlIHRoZSBwcm9i bGVtLiBJJ3ZlIGF0dGFjaGVkIGxvZ3MudGd6CgpXaGF0IGl0IGlzIHRoZSBwcm9ibGVtPyBDYW4g eW91IGhlbHAgbWU/CgotLSAKLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQpB cXVlbCBxdWUgcGxhbnRhIMOhcmJvbGVzIGJham8gbG9zCnF1ZSBzYWJlIG11eSBiaWVuIHF1ZSBu dW5jYSBzZQpzZW50YXJhLCBoYSBkZXNjdWJpZXJ0byBlbCBhdXTDqW50aWNvCnNpZ25pZmljYWRv IGRlIGxhIHZpZGEuCg== |
From: Ochal C. <oc...@ke...> - 2006-10-17 13:06:16
|
Hi all, I'm currently experimenting with syncing my phone to my linux machine. I've tried syncing with the gnokii plugin, and the syncml plugin. When using the gnokii plugin, i get alot of duplicates in my contacts, even when i start off with an empty phone, i will get most contacts as multiple entries, and i can't figure out why. When using syncml, it seems to just sit there & do nothing, it starts by reading all the data, but then it stops, and the phone stays connected. When i cleared my phone's contacts & agenda, it didn't fill it up. Any suggestions? |
From: Jitu G. <jit...@gm...> - 2006-10-16 15:28:31
|
The "configure" of the "libopensync-plugin-synce" gives "/usr/lib/libc_nonshared.a(stack_chk_fail_local.oS) is referenced by DSO" error. The build for fedora fc5 is missing the synce plugin and the compilation from source is not possible due to above. This problem has been reported previously, but without any solution. Is there somebody there who can help ? |
From: Juha T. <Juh...@ik...> - 2006-10-16 11:40:16
|
On Monday 16 October 2006 13:22, Meredydd Luff wrote: > Nope, my model doesn't even blink. That said, it must be noted that > these things typically have several firmware revisions, not to mention > operator customisations, so I wouldn't be at all surprised if we were > running different versions. Would it be possible to add some plugin to opensync to check if it has network connection and check some XML file from opensync.org which contains the latest recommendations for firmware version? I guess it would be somewhat privacy issue too, so it probably would have to be behind some kind of switch. Tuju -- Ajatteleva ihminen tarvitsee unta. |
From: Meredydd L. <mer...@go...> - 2006-10-16 10:22:52
|
On 10/16/06, Dave Hall <dav...@sk...> wrote: > > $ syncml-obex-client --slow-sync text/x-vcalendar Calendar > > --identifier "PC Suite" --wbxml -b 00:xx:yy:zz:ww:uu 11 > > connection with device succeeded > > Received an transport error: Request not successfull: 68 > > $ > > > > You will notice that at the same time that error is generated the phone > resets itself. Nope, my model doesn't even blink. That said, it must be noted that these things typically have several firmware revisions, not to mention operator customisations, so I wouldn't be at all surprised if we were running different versions. > After reading up more online about this phone, I think a > mad a very bad choice. Even with the most recent firmware it is > unreliable. This phone is the windows 98 of 3G handset - looks nice, > sells well, yet buggy as hell. Interesting. Unlike my last (a 7250, I believe), this one has yet to crash on me once. It's my favourite Series 40 yet... Oh, well. If nobody else has any suggestions, I fear I shall have to resign myself to a broken phone on an 18-month contract... Meredydd |
From: Piero O. <ol...@fa...> - 2006-10-16 09:20:07
|
When I try to sync a file with Nokia E61 I receive the message reported below. I have tried to sync Nokia/Evolution Nokia/Kde Nokia/file with similar results. Bluetooth is working: I acan send and receive files withot problems. What can I do? Piero Synchronizing group "nokiabackup" Member 1 of type file-sync just connected received event dsession received contact dsession Member 2 of type syncml-obex-client just connected All clients connected or error Received an entry calendar.ics with data of size 4 from member 1. Changetype ADDED Received an entry contacts.vcf with data of size 4 from member 1. Changetype ADDED Member 1 of type file-sync just sent all changes Received an reply to our Alert Received an reply to our Alert Going to receive 154 changes Member 2 of type syncml-obex-client had an error while getting changes: Broken Pipe Member 1 of type file-sync just disconnected Member 2 of type syncml-obex-client had an error while disconnecting: Broken Pipe 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 Pipe closed! Exiting. INFORMATIONS 1) Configuration files: For bluetooth: <config> <bluetooth_address>00:12:D2:33:1E:CF</bluetooth_address> <bluetooth_channel>10</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> For file: <config><path>/home/olmeda/telefonino</path><recursive>FALSE</recursive></config> 2) I am using the packages from deb http://www.in.fh-merseburg.de/~jahn/opensync/ sid main deb-src http://www.in.fh-merseburg.de/~jahn/opensync/ sid main 3) the services on my Nokia are: Service Name: SyncMLClient Service RecHandle: 0x10019 Service Class ID List: UUID 128: 00000002-0000-1000-8000-0002ee000002 Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 10 "OBEX" (0x0008) Language Base Attr List: code_ISO639: 0x454e encoding: 0x6a base_offset: 0x100 Profile Descriptor List: "" (0x00000002-0000-1000-8000-0002ee000002) Version: 0x0100 Service Name: Nokia OBEX PC Suite Services Service RecHandle: 0x1001b Service Class ID List: UUID 128: 00005005-0000-1000-8000-0002ee000001 Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 12 "OBEX" (0x0008) Language Base Attr List: code_ISO639: 0x454e encoding: 0x6a base_offset: 0x100 Profile Descriptor List: "" (0x00005005-0000-1000-8000-0002ee000001) Version: 0x0100 Service Name: Nokia SyncML Server Service RecHandle: 0x1001d Service Class ID List: UUID 128: 00005601-0000-1000-8000-0002ee000001 Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 14 "OBEX" (0x0008) Language Base Attr List: code_ISO639: 0x454e encoding: 0x6a base_offset: 0x100 Profile Descriptor List: "" (0x00005601-0000-1000-8000-0002ee000001) Version: 0x0100 3) |
From: Frank <fra...@st...> - 2006-10-16 05:50:55
|
Hi all, since i am not that smart at fiddling - anyone got a success story w/ Nokia9300 over bluetooth? While trying it i get 'Object not found' on my mobile. May be off topic, but anyway, someone got a 9300 sync up and running? Would be a dream. -- Frank |
From: Dave H. <dav...@sk...> - 2006-10-16 00:41:07
|
Hi Meredydd, I have the same phone. On Sun, 2006-10-15 at 20:33 +0100, Meredydd Luff wrote: > Hello there, > > Well, I've walked through the walkthroughs, scoured the archives, and > others seem to be getting their Nokia 6280s to sync perfectly happily. > No such luck here. I'm using the packages from Debian sid, > freshly-installed as of tonight. > > In a nutshell: > > $ syncml-obex-client --slow-sync text/x-vcalendar Calendar > --identifier "PC Suite" --wbxml -b 00:xx:yy:zz:ww:uu 11 > connection with device succeeded > Received an transport error: Request not successfull: 68 > $ > You will notice that at the same time that error is generated the phone resets itself. After reading up more online about this phone, I think a mad a very bad choice. Even with the most recent firmware it is unreliable. This phone is the windows 98 of 3G handset - looks nice, sells well, yet buggy as hell. Cheers Dave |
From: Meredydd L. <mer...@go...> - 2006-10-15 19:33:10
|
Hello there, Well, I've walked through the walkthroughs, scoured the archives, and others seem to be getting their Nokia 6280s to sync perfectly happily. No such luck here. I'm using the packages from Debian sid, freshly-installed as of tonight. In a nutshell: $ syncml-obex-client --slow-sync text/x-vcalendar Calendar --identifier "PC Suite" --wbxml -b 00:xx:yy:zz:ww:uu 11 connection with device succeeded Received an transport error: Request not successfull: 68 $ If I specify "--version 1.2" (as opposed to 1.0 or 1.1), or drop the "--wbxml", I get an error code of 67 rather than 68. recvLimit and maxObjSize don't seem to be making a difference. The command used above is reported as working, at least partially, here: http://www.nabble.com/Nokia-6280-(evo2,-syncml-obex-client)-Link-error-t2142667.html Full traces are attached. Meredydd |
From: Stefan B. <ste...@gm...> - 2006-10-15 14:28:51
|
Hi everybody, I recently updated the firmware of my Nokia 6230 to support syncml over=20 bluetooth. Following the guide from the opensync-wiki, I have the following= =20 configuration (debian unstable): msynctool --showgroup kde-nokia Groupname: kde-nokia Member 1: kdepim-sync =A0 =A0 =A0 =A0 No Configuration found: This member has no configuration op= tions Member 2: syncml-obex-client =A0 =A0 =A0 =A0 Configuration : <config> <bluetooth_address>00:E0:03:35:91:14</bluetooth_address> <bluetooth_channel>11</bluetooth_channel> <identifier>Nokia</identifier> <version>1</version> <wbxml>1</wbxml><username></username><password></password> <type>2</type> <usestringtable>1</usestringtable> <onlyreplace>0</onlyreplace> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <contact_db>addressbook</contact_db> <calendar_db>calendar</calendar_db> <note_db>tasks</note_db> </config> Upon "msynctool --sync kde-nokia" I get: Synchronizing group "kde-nokia" Member 1 of type kdepim-sync just connected At this point, my cellphone asks me whether to syncronize with my notebook = =2D I=20 press accept, but nothing happens... Yesterday, I tried the exact same thing and got up to the point where=20 msynctool would print out the individual items to be synced and the cellpho= ne=20 displayed a message stating "syncronizing/receiving data" - but msynctool=20 just sat there with no more output and 75+% cpu usage... However, I cannot= =20 reproduce this today... Can anybody point me in the direction of what might be wrong here? Using=20 Kmobiletools, I can push files onto the mobile using obex-file push etc. - = so=20 bluetooth apparently works... Best regards, Stefan |