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: Robert H. <ope...@hu...> - 2006-11-05 14:59:25
|
Hi Christopher, > > > The file-sync path is empty and there's one entry in the phone's > > > calendar. Unfortunately, the synchronization fails with an error > > > message "Sitzung ist fehlgeschlagen" ("Session failed") on the > > > phone and this console output (I have to abort msynctool with > > > Ctrl+C as it does not exit by itself): > > > > I solved this problem by changing the calendar_db from "calendar" to > > the not so obvious "addressbook". Seems like this phone is using a > > database called "addressbook" for both contacts and events. > > This works for me too, but only if I use --filter-objtype contact. Then > I get events and notes. Can you reproduce this? I'm currently sniffing > traffic from and to the SE K750i. I am successfully synchronizing both contacts (addressbook) and events (agenda) at the same time. Did not try notes and todo so far: $ msynctool --sync kde-phone --filter-objtype note --filter-objtype todo But this does not work immediately for a new setup. When I clear the phones addressbook and calendar and purge the hash map using "osyncdump kde-phone --reset", this command line will make the phone show "Sitzung fehlgeschlagen" immediately (as I described in the first posting of this thread). By trial and error, i found a somewhat odd procedure to get things going: 1. Change the calendar_db to match the contact_db (i.e. "addressbook") 2. Sync. The contacts will be written to the phone, the events will fail with some error 500 3. Change the calendar_db back to "agenda" 4. Sync again. Now events will be written to the phone, and the "Sitzung fehlgeschlagen" error is gone. Can you reproduce this? Sincerely, Robert |
From: Robert H. <ope...@hu...> - 2006-11-04 17:17:17
|
On Saturday 04 November 2006 17:35, Christopher Stender wrote: > I've got it! The event database name is 'agenda'. Yes, indeed! This works on my Sony Ericsson V600i, too. Thanks to point that out. Sincerely, Robert |
From: Daniel G. <dg...@su...> - 2006-11-04 16:45:55
|
On Saturday 04 November 2006 16:23, Robert Huitl wrote: > At the moment, I filter all objects but the one type I want to sync > (and "data", as it would fail horribly if I filtered this type). If you filter out "data" this will act like a wildcard for all object types. > > I have problems syncing the events, though: > "Mapping Write Error: content type was not configured" messages over and > over. I'm looking into this at the moment. As soon as it works, I can try > if syncing both contacts and events at the same time works. Which version of syncml plugin and opensync do you use (if svn .. revision)? We fixed in the svn some problems with the fomrat detectors. But if you use= =20 the latest revision and still have no look i would be fine if you can=20 prepare TRACE files. (BTW: Christopher found out that on his SE K750i the database name for=20 calendar is "AGENDA") best regards, Daniel |
From: Robert H. <ope...@hu...> - 2006-11-04 16:39:56
|
> At the moment, I filter all objects but the one type I want to sync > (and "data", as it would fail horribly if I filtered this type). > > I have problems syncing the events, though: > "Mapping Write Error: content type was not configured" messages over and > over. I'm looking into this at the moment. As soon as it works, I can try > if syncing both contacts and events at the same time works. Okay, I found this one. Opensync was receiving a wrong dsession, indicated by the message (on the console): received contact dsession I do not understand the code well enough to fix this, but it's caused by both contact_db and calendar_db having the same content: "addressbook". I renamed the contact_db to something else (no problem as I'm not syncing it at the moment), and now it picks the correct dsession: received event dsession The trace files (for the case when contact_db and calendar_db were the same) show that it probably only compares the locations, not checking if that location really belongs to the Calendar. >>>>>>> _event_callback(0x80639b0, 1, 0x8067118, (nil), (nil), (nil), 0x805f880) >>>>>>> smlManagerDispatchCommand(0x805f880, 0x80639b0, 0x8067118, 0xb69ceee8) >>>>>>> smlManagerObjectFind(0x805f880, 0x80639b0, 0x8067118) >>>>>>> smlLocationCompare((nil)(null), 0x805fa58(addressbook), (nil) (null), 0x80636c8(addressbook) >>>>>>> normalizeUrl(addressbook) <<<<<<< normalizeUrl: addressbook >>>>>>> normalizeUrl(addressbook) <<<<<<< normalizeUrl: addressbook Comparing addressbook and addressbook <<<<<<< smlLocationCompare: 1 >>>>>>> smlLocationCompare((nil)(null), (nil)(null), (nil)(null), 0x8061960(Calendar)) <<<<<<< smlLocationCompare: No object given: TRUE <<<<<<< smlManagerObjectFind: FOUND: 0x805fac0 Note the line "smlLocationCompare((nil)(null), (nil)(null), (nil)(null), 0x8061960(Calendar))". It's probably trying to make sure that it's the calendar's location, but it's not too successful in doing that... Using the workaround I described above, I was able to sync a dozen events or so with the phone. Until the sync hang once again, with the trace showing: <--- ERROR --- smlWbxmlConvertTo: Parsing of XML Document Failed <--- ERROR --- smlWbxmlAssemblerCheckSize: Parsing of XML Document Failed <--- ERROR --- smlAssemblerCheckSize: Parsing of XML Document Failed <--- ERROR --- smlAssemblerStartCommand: Parsing of XML Document Failed <--- ERROR --- _smlSessionStartCommandInternal: Parsing of XML Document Failed Debugging in progress... ;-) Sincerely, Robert |
From: Christopher S. <ope...@ch...> - 2006-11-04 16:35:15
|
Hi, Am Samstag, 4. November 2006 15:58 schrieb Christopher Stender: > Hi, > > Am Samstag, 4. November 2006 14:35 schrieb Robert Huitl: > > I wrote: > > > The file-sync path is empty and there's one entry in the phone's > > > calendar. Unfortunately, the synchronization fails with an error > > > message "Sitzung ist fehlgeschlagen" ("Session failed") on the > > > phone and this console output (I have to abort msynctool with > > > Ctrl+C as it does not exit by itself): > > > > I solved this problem by changing the calendar_db from "calendar" > > to the not so obvious "addressbook". Seems like this phone is using > > a database called "addressbook" for both contacts and events. > > This works for me too, but only if I use --filter-objtype contact. > Then I get events and notes. Can you reproduce this? I'm currently > sniffing traffic from and to the SE K750i. I've got it! The event database name is 'agenda'. This config works for me (SE K750i): <config> <bluetooth_address> YOUR MAC!!! </bluetooth_address> <bluetooth_channel> CHANNEL!!! </bluetooth_channel> <interface>0</interface> <identifier></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>addressbook</contact_db> <calendar_db>agenda</calendar_db> <note_db>notes</note_db> </config> Best regards Christopher |
From: Robert H. <ope...@hu...> - 2006-11-04 15:23:55
|
On Saturday 04 November 2006 15:58, Christopher Stender wrote: > > I solved this problem by changing the calendar_db from "calendar" to > > the not so obvious "addressbook". Seems like this phone is using a > > database called "addressbook" for both contacts and events. > > This works for me too, but only if I use --filter-objtype contact. Then > I get events and notes. Can you reproduce this? I'm currently sniffing > traffic from and to the SE K750i. At the moment, I filter all objects but the one type I want to sync (and "data", as it would fail horribly if I filtered this type). I have problems syncing the events, though: "Mapping Write Error: content type was not configured" messages over and over. I'm looking into this at the moment. As soon as it works, I can try if syncing both contacts and events at the same time works. Sincerely, Robert |
From: Christopher S. <ope...@ch...> - 2006-11-04 14:58:19
|
Hi, Am Samstag, 4. November 2006 14:35 schrieb Robert Huitl: > I wrote: > > The file-sync path is empty and there's one entry in the phone's > > calendar. Unfortunately, the synchronization fails with an error > > message "Sitzung ist fehlgeschlagen" ("Session failed") on the > > phone and this console output (I have to abort msynctool with > > Ctrl+C as it does not exit by itself): > > I solved this problem by changing the calendar_db from "calendar" to > the not so obvious "addressbook". Seems like this phone is using a > database called "addressbook" for both contacts and events. This works for me too, but only if I use --filter-objtype contact. Then I get events and notes. Can you reproduce this? I'm currently sniffing traffic from and to the SE K750i. > Of course, Opensync should not hang when an error like this occurred. > And it should print a useful error message that points to the > problem. Right now, there are ERRORs in the trace files, but the > console output shows nothing. Maybe there's some error condition > checking missing in the code? I'll check this next weeks. Best regards Christopher |
From: Robert H. <ope...@hu...> - 2006-11-04 13:36:00
|
I wrote: > The file-sync path is empty and there's one entry in the phone's calendar. > Unfortunately, the synchronization fails with an error message "Sitzung ist > fehlgeschlagen" ("Session failed") on the phone and this console output (I > have to abort msynctool with Ctrl+C as it does not exit by itself): I solved this problem by changing the calendar_db from "calendar" to the not so obvious "addressbook". Seems like this phone is using a database called "addressbook" for both contacts and events. Of course, Opensync should not hang when an error like this occurred. And it should print a useful error message that points to the problem. Right now, there are ERRORs in the trace files, but the console output shows nothing. Maybe there's some error condition checking missing in the code? Sincerely, Robert P.S.: Does anyone know how to retrieve the list of databases from a SyncML server, or if it's possible at all? |
From: Norman U. B. <spi...@gm...> - 2006-11-03 17:27:29
|
Am Freitag, 3. November 2006 16:25 schrieb Daniel Gollub: > I guess the code you mean is the bluetooth pairing code. For the initial > pairing of two bluetooth devices there is such a code needed once. You ha= ve > to reply it on both sides while connecting the first time. Or set up a fix > pin in hcid.conf (which i cant recommended). This pin code has nothing to > do with OpenSync.. I just wanted to make it work, aesthetic considerations I had postoponed to= a=20 later stage. But thanks for answering anyway, even if my problem was more=20 likely to be found in the BlueZ territory. Indeed, the default installation= =20 does not install passkey-agent. You have to copy and launch it manually. hc= id=20 gives the following error: hcid[3510]: call_passkey_agent(): no agent registered It works now for me, just writing here in case someone somewhen will have a= =20 similar problem. > This indicates that on Channel 5 is a IrMC service not a SyncML service. > > > Protocol Descriptor List: > > =A0 "L2CAP" (0x0100) > > =A0 "RFCOMM" (0x0003) > > =A0 =A0 Channel: 5 > > =A0 "OBEX" (0x0008) > > Language Base Attr List: > > =A0 code_ISO639: 0x656e > > =A0 encoding: =A0 =A00x6a > > =A0 base_offset: 0x100 > > Profile Descriptor List: > > =A0 "IrMC Sync" (0x1104) > > =A0 =A0 Version: 0x0100 > > Please use the irmc-sync plugin instead of the syncml-obex-client plugin. > Check the README how to setup a bluetooth connection with the irmc-sync > plugin. Right, I don't know why I always thought I had SyncML phone. Thanks infinit= ely=20 to pinpoint at that, I could have lost days trying to sync with SyncML=20 instead of IrMC... Sincerely, Norman =2D-=20 http://www.normiboy.ch |
From: Daniel G. <dg...@su...> - 2006-11-03 15:25:24
|
On Friday 03 November 2006 16:12, Norman Urs Baier wrote: > I wanted to synchronise my Siemens M75 with KDE and installed OpenSync 0.= 19 > therefore. Now when syncing, I get "Bluetooth connect error": > [...] > > Is there a way to get more details about this error and what would be a > good strategy to fix it? The phone asks me a code when starting msynctool, > I tried to put everywhere where a code is needed "1234" (in phone, in > hcid.conf, in plugin configuration...) but it seems either phone or > computer still do not agree on the code. Please advise! Here some > supplementary info like traces and other: I guess the code you mean is the bluetooth pairing code. For the initial=20 pairing of two bluetooth devices there is such a code needed once. You have= =20 to reply it on both sides while connecting the first time. Or set up a fix= =20 pin in hcid.conf (which i cant recommended). This pin code has nothing to d= o=20 with OpenSync.. A easy way to check/create your bluetooth pairing is (as root): hcitool cc 00:01:E3:5D:E3:73 hcitool auth 00:01:E3:5D:E3:73 hcitool dc 00:01:E3:5D:E3:73 > root@aemulus:~ # sdptool browse 00:01:E3:5D:E3:73 > Browsing 00:01:E3:5D:E3:73 ... > > Service Name: OBEX Synchronisation > Service RecHandle: 0x11104 > Service Class ID List: > =A0 "IrMC Sync" (0x1104) This indicates that on Channel 5 is a IrMC service not a SyncML service. > Protocol Descriptor List: > =A0 "L2CAP" (0x0100) > =A0 "RFCOMM" (0x0003) > =A0 =A0 Channel: 5 > =A0 "OBEX" (0x0008) > Language Base Attr List: > =A0 code_ISO639: 0x656e > =A0 encoding: =A0 =A00x6a > =A0 base_offset: 0x100 > Profile Descriptor List: > =A0 "IrMC Sync" (0x1104) > =A0 =A0 Version: 0x0100 Please use the irmc-sync plugin instead of the syncml-obex-client plugin.=20 Check the README how to setup a bluetooth connection with the irmc-sync=20 plugin. best regards, Daniel |
From: Norman U. B. <spi...@gm...> - 2006-11-03 15:12:48
|
Hi, I wanted to synchronise my Siemens M75 with KDE and installed OpenSync 0.19 therefore. Now when syncing, I get "Bluetooth connect error": -- baier@aemulus:~> msynctool --sync obexkde Synchronizing group "obexkde" The previous synchronization was unclean. Slow-syncing Member 1 of type kdepim-sync just connected Member 2 of type syncml-obex-client had an error while connecting: Bluetooth connect error Member 1 of type kdepim-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 baier@aemulus:~> Pipe closed! Exiting. Pipe closed! Exiting. -- Is there a way to get more details about this error and what would be a good strategy to fix it? The phone asks me a code when starting msynctool, I tried to put everywhere where a code is needed "1234" (in phone, in hcid.conf, in plugin configuration...) but it seems either phone or computer still do not agree on the code. Please advise! Here some supplementary info like traces and other: -- baier@aemulus:~> rfcomm rfcomm0: 00:01:E3:5D:E3:73 channel 1 clean -- root@aemulus:~ # sdptool browse 00:01:E3:5D:E3:73 Browsing 00:01:E3:5D:E3:73 ... Service Name: OBEX Synchronisation Service RecHandle: 0x11104 Service Class ID List: "IrMC Sync" (0x1104) Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 5 "OBEX" (0x0008) Language Base Attr List: code_ISO639: 0x656e encoding: 0x6a base_offset: 0x100 Profile Descriptor List: "IrMC Sync" (0x1104) Version: 0x0100 -- <config><bluetooth_address>00:01:E3:5D:E3:73</bluetooth_address><bluetooth_ch annel>5</bluetooth_channel><interface>0</interface><identifier></identifier>< version>1</version><wbxml>0</wbxml><username></username><password>1234</passw ord><type>2</type><usestringtable>0</usestringtable><onlyreplace>0</onlyrepla ce><recvLimit>0</recvLimit><maxObjSize>0</maxObjSize><contact_db>addressbook< /contact_db><calendar_db>calendar</calendar_db><note_db>tasks</note_db></conf ig> -- Thanks for help, Norman -- http://www.normiboy.ch |
From: Linus E. <le...@ha...> - 2006-11-02 12:14:41
|
Hi I have tried to compile multisync-cli without success. I have tried both the svn version (revision 212) and the 0.19 release. I did autoreconf -sfi ./configure and then make This is the output from make if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/opensync-1.0 -Wall -Werror -I.. -g -O2 -MT msynctool.o -MD -MP -MF ".deps/msynctool.Tpo" -c -o msynctool.o msynctool.c; \ then mv -f ".deps/msynctool.Tpo" ".deps/msynctool.Po"; else rm -f ".deps/msynctool.Tpo"; exit 1; fi msynctool.c: In function `conflict_handler': msynctool.c:291: warning: implicit declaration of function `osengine_mapping_ignore_supported' msynctool.c:330: error: too many arguments to function `osengine_mapping_ignore_conflict' msynctool.c:330: error: wrong type argument to unary exclamation mark msynctool.c: In function `configure': msynctool.c:510: warning: implicit declaration of function `osync_member_need_config' make[2]: *** [msynctool.o] Error 1 make[2]: Leaving directory `/home/linus/temp/opensync/svn/multisync-cliexit/tools' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/linus/temp/opensync/svn/multisync-cliex= it' make: *** [all] Error 2 I get the same error when trying to build the 0.19 release if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/opensync-1.0 -Wall -Werror -I.. -g -O2 -MT msynctool.o -MD -MP -MF ".deps/msynctool.Tpo" -c -o msynctool.o msynctool.c; \ then mv -f ".deps/msynctool.Tpo" ".deps/msynctool.Po"; else rm -f ".deps/msynctool.Tpo"; exit 1; fi msynctool.c: In function `conflict_handler': msynctool.c:280: warning: implicit declaration of function `osengine_mapping_ignore_supported' msynctool.c:319: error: too many arguments to function `osengine_mapping_ignore_conflict' msynctool.c:319: error: wrong type argument to unary exclamation mark msynctool.c: In function `configure': msynctool.c:500: warning: implicit declaration of function `osync_member_need_config' make[2]: *** [msynctool.o] Error 1 make[2]: Leaving directory `/home/linus/temp/opensync/msynctool-0.19/tool= s' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/linus/temp/opensync/msynctool-0.19' make: *** [all] Error 2 Am I doing anything wrong or is multisync-cli broken? I=B4m compiling on Centos 4.4 // Linus |
From: Sebastian K. <seb...@gm...> - 2006-11-02 11:02:24
|
On Thu, Nov 02, 2006 at 11:05:37AM +0100, Daniel Friedrich wrote: > this will be possible in the dev-branch. > > best regards, > daniel Hi Daniel, I'm glad to hear that. So I'm happily waiting for the next release. Regards Sebastian |
From: Daniel F. <dan...@gm...> - 2006-11-02 10:05:54
|
this will be possible in the dev-branch. best regards, daniel Am Samstag, den 28.10.2006, 10:37 +0200 schrieb Sebastian Kemper: > Hi all, > > I'm using msynctool with my Siemens S68 and kaddressbook. I use irmc and > kdepim for that. I'm on Gentoo x86 using the official (but keyworded = > not considered stable) opensync-0.19 ebuilds with Bluetooth. > > msynctool --sync s68 --filter-objtype todo --filter-objtype event > --filter-objtype note > > That's pretty much to type. It'd be nice to be able to set the objects > to sync in a configuration file on a per-group basis. > > Are you considering implementing this in the future? Or is this already > possible? > > Thank you > Sebastian > > ------------------------------------------------------------------------- > 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: Robert H. <ope...@hu...> - 2006-11-01 15:13:38
|
Hello list, I want to synchronize my phone's calendar with the PC, using syncml-obex-client and file-sync. The phone is a Sony-Ericsson V600i. This is the sync group: $ msynctool --showgroup file-phone Groupname: file-phone Member 1: syncml-obex-client Configuration : <config><bluetooth_address>00:12:EE:9F:40:E8</bluetooth_address><bluetooth_channel>7</bluetooth_channel><interface>0</interface><identifier></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>addressbook</contact_db><calendar_db>calendar</calendar_db><note_db>tasks</note_db></config> Member 2: file-sync Configuration : <config><path>/home/robert/opensync-test/file-phone</path><recursive>FALSE</recursive></config> The file-sync path is empty and there's one entry in the phone's calendar. Unfortunately, the synchronization fails with an error message "Sitzung ist fehlgeschlagen" ("Session failed") on the phone and this console output (I have to abort msynctool with Ctrl+C as it does not exit by itself): $ msynctool --sync file-phone --filter-objtype note --filter-objtype todo --filter-objtype contact Synchronizing group "file-phone" The previous synchronization was unclean. Slow-syncing Member 2 of type file-sync just connected received event dsession Member 1 of type syncml-obex-client just connected All clients connected or error Member 2 of type file-sync just sent all changes Received an reply to our Alert Member 1 of type syncml-obex-client just sent all changes All clients sent changes or error Member 2 of type file-sync committed all changes. Member 2 of type file-sync just disconnected [Ctrl+C] Trace files are attached. Software versions I use: - opensync (svn, 2006-10-29) - file-sync (svn, 2006-10-29) - syncml-plugin (svn, 2006-10-29) - multisync-cli (svn, 2006-10-29) - libsyncml (svn, 2006-10-29) - libsoup (cvs, 2006-10-29) - wbxml2-0.9.0, patched with wbxml2-0.9.0.patch - dev-libs/openobex-1.3 Synchronizing the address book works almost perfectly, using this command line (it works with file-sync instead of kdepim-sync, too): $ msynctool --sync kde-phone --filter-objtype note --filter-objtype todo --filter-objtype event Regards, Robert |
From: Jijun Yu <Jij...@Su...> - 2006-11-01 03:19:04
|
evo2-plugin Thanks, Jerry Gergely Santa wrote: > Hi! > > I would like to ask, if there is some plugin in progress to synchronize > to/from Sun Calendar Server and/or LDAP server? > > thx > > EdE > > > > ------------------------------------------------------------------------- > 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: Thomas W. <tho...@gm...> - 2006-10-31 20:53:31
|
Hi, what should be configured for use of irmc-sync over a serial cable? I've found no list with options to be written in the irmc-sync.conf. I want to sync my SE Z600 with Evolution... Thanks, Thomas. |
From: Lorenzo G. S. <lg...@si...> - 2006-10-31 07:49:45
|
El dom, 29-10-2006 a las 12:59 +0100, David Eriksson escribi=C3=B3: > On Sun, 2006-10-29 at 11:48 +0100, Lorenzo Gil Sanchez wrote: > > Hi everybody, > >=20 > > I'd like to ask about the status of the SyncML plugin of OpenSync. Is= it > > actively used these days? Are there people currently working on it? > >=20 > > Also, I'd like to know about the nature of such a plugin. I think it = is > > an http server internally but I'm not sure about it. Would it make se= nse > > to create a SyncML client plugin for OpenSync? >=20 > There is both a SyncML client and server in OpenSync. >=20 > The server: >=20 > http://www.opensync.org/browser/plugins/syncml >=20 > The client: >=20 > http://www.opensync.org/browser/plugins/syncml-client=20 >=20 > They both use the SyncML library: >=20 > http://libsyncml.opensync.org/ >=20 > \David >=20 Thanks a lot for you anwers regards |
From: Gergely S. <Ger...@te...> - 2006-10-31 07:47:37
|
Hi! I have a problem trying opensync. I compiled it with all needed libraries, configured my testing group with syncml-http-server -> file-sync plugins, and after trying to sync from mobile phone, it throws error: [1162218638.862205] >>>>>>> _server_callback(0xb6b1a8f0, 0x8a3fc08, 0x8a39560) [1162218638.862548] POST / HTTP/1.1 [1162218638.862692] <--- ERROR --- _server_callback: Not Found any ideas, what should be the problem? I'm trying to implement some plugin, but I need syncml plugin to work.. thanx for the help EdE |
From: Gergely S. <Ger...@te...> - 2006-10-31 07:47:37
|
Hi! I would like to ask, if there is some plugin in progress to synchronize to/from Sun Calendar Server and/or LDAP server? thx EdE |
From: Keith P. <ke...@ke...> - 2006-10-31 00:40:52
|
On Tue, 2006-10-31 at 00:06 +0100, Erik Gran wrote: > Thats strange, since my phone lists SyncML as channel 10, > on the same phone model!? No, sorry, this is a 6131 instead of the N80, but the errors being reported are very similar. I prefer Nokia series 40 phones to the Symbian-based ones as performance is far better. --=20 kei...@in... |
From: Erik G. <e-...@ru...> - 2006-10-30 23:06:17
|
> Right, my phone lists SyncML as channel 11: >=20 > Service Name: SyncML Client > Service RecHandle: 0x1000e > Service Class ID List: > UUID 128: 00000002-0000-1000-8000-0002ee000002 > Protocol Descriptor List: > "L2CAP" (0x0100) > "RFCOMM" (0x0003) > Channel: 11 > "OBEX" (0x0008) > Language Base Attr List: > code_ISO639: 0x656e > encoding: 0x6a > base_offset: 0x100 Thats strange, since my phone lists SyncML as channel 10, on the same phone model!? Service Name: SyncMLClient Service RecHandle: 0x10003 Service Class ID List: "Error: This is UUID-128" (0x00000002-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: "Error: This is UUID-128" (0x00000002-0000-1000-8000-0002ee000002) Version: 0x0100 |
From: Erik G. <e-...@ru...> - 2006-10-30 22:54:01
|
Ochal Christophe wrote: > On Mon, 2006-10-30 at 17:48 +0100, Erik Gran wrote: >> Hello. >> >> I'm having the same problem. I have tried everything. USB, bluetooth, >> http (mlsync both client and server), but I'm unable to syncronize. >> >> I'm using Ubuntu with the packages from: >> deb http://www.in.fh-merseburg.de/~jahn/ dapper main >> deb-src http://www.in.fh-merseburg.de/~jahn/ dapper main >> >> So if anyone is able to syncronize in anyway. Please tell us all. >=20 > For starters, syncml-obex-client only works over bluetooth (well, that'= s > what i've been told anyway), so you can only use this over bluetooth. >=20 > As for USB, you might have more luck with the gnokii plugin, *IF* your > usb cable is supported (my pop-port cable (DKU-5 iirc) doesn't work > under linux). >=20 > When you setup syncml-obex-client over bluetooth, you need to obtain th= e > hardware address of your phone with hcitool -scan, and the bluetooth > channel with sdptool -browse <hardware address>, syncml should then be > listed. >=20 > Also, you might have to configure a username and password on the phone > to be able to initialise communications. >=20 > Please post your config of your syncml-obex-client >=20 >=20 This is all my settings. I have tried to make it as readable as possible by splitting the text with "##########################". On my phone under sync i have these settings: Profile name: "PC Suite" Applications Contacts Include in sync: yes Remote database: "Contacts" Syncronisation type: Normal Calendar Include in sync: yes Remote database: "Calendar" Syncronisation type: Normal Connection settings Server version: 1.2 Server ID: "PC Suite" Data bearer: "Bluetooth" Host address: "PC Suite" User name: "erik" Password: "xxxx" Allow sync requests: yes Accept all sync requests: yes ################################################################ erik@ubuntu:~$ hcitool scan Scanning ... XX:XX:XX:XX:XX:XX NOKIA N80 ################################################################ erik@ubuntu:~$ sdptool browse XX:XX:XX:XX:XX:XX Browsing XX:XX:XX:XX:XX:XX ... Service Name: AVRCP Target Service Description: Audio Video Remote Control Service Provider: Symbian Software Ltd. Service RecHandle: 0x10000 Service Class ID List: "AV Remote" (0x110e) Protocol Descriptor List: "L2CAP" (0x0100) PSM: 23 "AVCTP" (0x0017) uint16: 0x100 uint16: 0xf00 Service Name: Hands-Free Audio Gateway Service RecHandle: 0x10001 Service Class ID List: "Handfree Audio Gateway" (0x111f) "Generic Audio" (0x1203) Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 28 Language Base Attr List: code_ISO639: 0x454e encoding: 0x6a base_offset: 0x100 Profile Descriptor List: "Handfree Audio Gateway" (0x111f) Version: 0x0101 Service Name: Headset Audio Gateway Service RecHandle: 0x10002 Service Class ID List: "Headset Audio Gateway" (0x1112) "Generic Audio" (0x1203) Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 29 Language Base Attr List: code_ISO639: 0x454e encoding: 0x6a base_offset: 0x100 Profile Descriptor List: "Headset" (0x1108) Version: 0x0100 Service Name: SyncMLClient Service RecHandle: 0x10003 Service Class ID List: "Error: This is UUID-128" (0x00000002-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: "Error: This is UUID-128" (0x00000002-0000-1000-8000-0002ee000002) Version: 0x0100 Service Name: OBEX File Transfer Service RecHandle: 0x10004 Service Class ID List: "OBEX File Transfer" (0x1106) Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 11 "OBEX" (0x0008) Language Base Attr List: code_ISO639: 0x454e encoding: 0x6a base_offset: 0x100 Profile Descriptor List: "OBEX File Transfer" (0x1106) Version: 0x0100 Service Name: Nokia OBEX PC Suite Services Service RecHandle: 0x10005 Service Class ID List: "Error: This is UUID-128" (0x00005005-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: "Error: This is UUID-128" (0x00005005-0000-1000-8000-0002ee000001) Version: 0x0100 Service Name: Nokia SyncML Server Service RecHandle: 0x10006 Service Class ID List: "Error: This is UUID-128" (0x00005601-0000-1000-8000-0002ee000001) Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 13 "OBEX" (0x0008) Language Base Attr List: code_ISO639: 0x454e encoding: 0x6a base_offset: 0x100 Profile Descriptor List: "Error: This is UUID-128" (0x00005601-0000-1000-8000-0002ee000001) Version: 0x0100 Service Name: OBEX Object Push Service RecHandle: 0x10007 Service Class ID List: "OBEX Object Push" (0x1105) Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 9 "OBEX" (0x0008) Language Base Attr List: code_ISO639: 0x454e encoding: 0x6a base_offset: 0x100 Profile Descriptor List: "OBEX Object Push" (0x1105) Version: 0x0100 Service Name: Dial-Up Networking Service RecHandle: 0x10008 Service Class ID List: "Dialup Networking" (0x1103) Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 2 Language Base Attr List: code_ISO639: 0x454e encoding: 0x6a base_offset: 0x100 Profile Descriptor List: "Dialup Networking" (0x1103) Version: 0x0100 Service RecHandle: 0x10009 Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 1 Service Name: Imaging Service RecHandle: 0x1000a Service Class ID List: "Imaging Responder" (0x111b) Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 15 "OBEX" (0x0008) Language Base Attr List: code_ISO639: 0x454e encoding: 0x6a base_offset: 0x100 Profile Descriptor List: "Imaging" (0x111a) Version: 0x0100 ################################################################ erik@ubuntu:~$ msynctool --version This is msynctool version "0.90.19" using OpenSync version "0.19" ################################################################ erik@ubuntu:~$ msynctool --listplugins Available plugins: syncml-http-server syncml-obex-client file-sync kdepim-sync ################################################################ erik@ubuntu:~$ msynctool --showgroup n80_2 Groupname: n80_2 Member 1: kdepim-sync No Configuration found: This member has no configuration options Member 2: syncml-obex-client Configuration : <config> <bluetooth_address>XX:XX:XX:XX:XX:XX</bluetooth_address> <bluetooth_channel>10</bluetooth_channel> <interface>0</interface> <identifier>PC Suite</identifier> <version>2</version> <wbxml>0</wbxml> <username>erik</username> <password>xxxx</password> <type>2</type> <usestringtable>0</usestringtable> <onlyreplace>0</onlyreplace> <recvLimit>0</recvLimit> <maxObjSize>0</maxObjSize> <contact_db>Contact</contact_db> <calendar_db>Calendar</calendar_db> <note_db>Notes</note_db> </config> ################################################################ erik@ubuntu:~$ msynctool --sync n80_2 --wait Synchronizing group "n80_2" The previous synchronization was unclean. Slow-syncing (It just hangs. Nothing happens....) ################################################################ erik@ubuntu:~$ msynctool --sync n80_2 Synchronizing group "n80_2" The previous synchronization was unclean. Slow-syncing Member 2 of type syncml-obex-client had an error while connecting: Request not successfull: 79 Member 1 of type kdepim-sync just connected Member 1 of type kdepim-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 |
From: Keith P. <ke...@ke...> - 2006-10-30 22:27:13
|
On Mon, 2006-10-30 at 20:14 +0100, Ochal Christophe wrote: > When you setup syncml-obex-client over bluetooth, you need to obtain the > hardware address of your phone with hcitool -scan, and the bluetooth > channel with sdptool -browse <hardware address>, syncml should then be > listed. Right, my phone lists SyncML as channel 11: Service Name: SyncML Client Service RecHandle: 0x1000e Service Class ID List: UUID 128: 00000002-0000-1000-8000-0002ee000002 Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 11 "OBEX" (0x0008) Language Base Attr List: code_ISO639: 0x656e encoding: 0x6a base_offset: 0x100 > Also, you might have to configure a username and password on the phone > to be able to initialise communications. Where is this checked on the host side? I've set something on the phone but don't know where the cooresponding host-side setting belongs. > Please post your config of your syncml-obex-client I'm using the syncml-obex-client application directly, having downloaded and built the libsyncml library from subversion a few days ago. I run syncml-obex-client with the following command line: $ syncml-obex-client --sync text/plain Notes -b 00:17:4B:F1:2D:35 11 --wbxm= l The phone reports: Initializing Synchronization Then, it says: Data transfer not possible Finally, it says:=20 =20 Synchronization info: Notes incomplete Unable to process all items. 0 sent. 0 received. Notes updated on other device: New: 0 Removed: 0 Updated: 0 Notes updated on my phone: New: 0 Removed: 0 Updated: 0 Meanwhile, the syncml-obex-client reports: connection with device succeeded Received an Alert for the DS Server at Notes: Type: 201, Last 0, Next 0 Just received a new session with ID 1 Received the DevInf Session 1 reported final. flushing Received an transport error: Request not successfull: 68 --=20 kei...@in... |
From: Ochal C. <oc...@ke...> - 2006-10-30 19:14:52
|
On Mon, 2006-10-30 at 17:48 +0100, Erik Gran wrote: > Hello. > > I'm having the same problem. I have tried everything. USB, bluetooth, > http (mlsync both client and server), but I'm unable to syncronize. > > I'm using Ubuntu with the packages from: > deb http://www.in.fh-merseburg.de/~jahn/ dapper main > deb-src http://www.in.fh-merseburg.de/~jahn/ dapper main > > So if anyone is able to syncronize in anyway. Please tell us all. For starters, syncml-obex-client only works over bluetooth (well, that's what i've been told anyway), so you can only use this over bluetooth. As for USB, you might have more luck with the gnokii plugin, *IF* your usb cable is supported (my pop-port cable (DKU-5 iirc) doesn't work under linux). When you setup syncml-obex-client over bluetooth, you need to obtain the hardware address of your phone with hcitool -scan, and the bluetooth channel with sdptool -browse <hardware address>, syncml should then be listed. Also, you might have to configure a username and password on the phone to be able to initialise communications. Please post your config of your syncml-obex-client |