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: Daniel G. <dg...@su...> - 2006-11-27 22:34:04
|
On Monday 27 November 2006 22:58, Daniel Gollub wrote: > I have written a quick workaround for this problem. I enhance a bit the > time api of OpenSync and added some code to the syncml plugin which enhance > it with another plugin option: <onlyLocaltime> > I enhanced the time api patch for AALARM, DALARM and DUE (todos). Hopefully these are all the fields which are affected.... |
From: Daniel G. <dg...@su...> - 2006-11-27 21:57:58
|
On Monday 27 November 2006 12:21, Harald Hoyer wrote: > Btw, how do you handle the UTC vs localtime problem? > The Nokia sends localtime time strings and does not understand the UTC "Z" > parameter of the time strings sent back? This is a know issue :( Most Nokia mobile phones seems to store only local timestamps without any timezone information (at least i didn't found any so far...). Most Sony Ericsson seems to store only in UTC ... i guess there even more mobile phone which mix this totally up and make this difficult to handle. I have written a quick workaround for this problem. I enhance a bit the time api of OpenSync and added some code to the syncml plugin which enhance it with another plugin option: <onlyLocaltime> If you set <onlyLocaltime>1</onlyLocaltime> it should work correctly with your Nokia. Let me now if it works for you so i can commit to SVN. Maybe we have to add this workaround also for IrMC-sync plugin and other which handles vcards directly... maybe we can solve this in the devel-branch directly... best regards, Daniel |
From: Lonny S. <lo...@ba...> - 2006-11-27 17:49:54
|
>> $ multisync-gui >> The previous synchronization was unclean. Slow-syncing >> Member 1 of type kdepim-sync just connected >> Attempting FTP Connection. >> Error on select() call or no data: Success >> ftp://root:rootme@192.168.1.2:4242/home/root/Applications/addressbook/addressbook.xml >> FTP ok >> ftp://root:rootme@192.168.1.2:4242/home/root/Applications/todolist/todolist.xml >> FTP ok >> ftp://root:rootme@192.168.1.2:4242/home/root/Applications/datebook/datebook.xml >> FTP ok >> ftp://root:rootme@192.168.1.2:4242/home/root/Settings/Categories.xml >> FTP ok > > ---snip--- > > As a sidenote to this, I verified using KFTPGrabber and ncftp that I could in > fact write to the ipaq just connecting to port 4242: > > ncftp ...plications/addressbook > pwd > ftp://root:PASSWORD@192.168.1.2:4242/home/root/Applications/addressbook/ > ncftp ...plications/addressbook > ls > addressbook.xml spent3.png > > I put the png file there from my workstation to test. The addressbook file > however is still the same one that I created on the ipaq and not the updated > file I have on my workstation. In the interest of troubleshooting and just in case anyone is having the same or similar issues, I tried just running the tests in the opie-sync source. After alterring the config file they all exit the same: ./check_todo This unit test will empty all tasks from Opie. Do you want to continue? [y/N] yplugindir ../src/.libs Emptying requested sources (Access available: No) Attempting FTP Connection. Error on select() call or no data: Success ftp://root:rootme@192.168.1.2:4242/home/root/Applications/addressbook/addressbook.xml FTP ok ftp://root:rootme@192.168.1.2:4242/home/root/Applications/todolist/todolist.xml FTP ok ftp://root:rootme@192.168.1.2:4242/home/root/Applications/datebook/datebook.xml FTP ok ftp://root:rootme@192.168.1.2:4242/home/root/Settings/Categories.xml FTP ok And then just sits there .... I put entries on the ipaq just to see if it would remove anything but it doesn't, so it still looks as though I can not write data pack to or remove it from the ipaq ... syncing from ipaq to desktop seems ok though. -- L -- "The glass is neither half empty nor half full ... it is twice as big as it needs to be" |
From: Markus <kd...@3d...> - 2006-11-27 16:14:07
|
Hi, could someone point out to me how to synchronize the contents of two calendar files on the filesystem? To be more specific, I need to get the appointments entered in one ical file to be synchronized with another ical file and vice-versa. The only use cases I have seen so far are how to synch the contents of a local calendar file to "external" mobile devices. Thanks. Markus |
From: Dirk M. <uz...@un...> - 2006-11-27 13:26:15
|
Hi, a few days ago I managed to sync my SE K600i with KDE-PIM. But in my KDE-Addressbook I have a number of contacts with a photo. These photos seem to be too big for the mobile. The annoying thing is, that the K600i ignores these contacts completely. So I miss these contacts in the phone and just have the others. Is there a possibility to make the KDE-PIM plugin ignore the photo data by some filter or whatever? The ideal would be, if the plugin resizes and converts the photo to the phone's format and size. But I'm not that demanding ... Regards Dirk |
From: Harald H. <ha...@ha...> - 2006-11-27 11:22:04
|
Daniel Gollub schrieb: > On Sunday 26 November 2006 13:24, Harald Hoyer wrote: >> Basically all of the patches from the libsyncml/misc/wbxml2-0.9.0.patch >> are already in 0.9.2, besides the nokia 6600 patch. > Thats right, but there are additional changes which seems to break some wbxml > parsing. > > Btw. i will commit your patch to trunk. It doesn't hurt so far devices i have > tested. Hopefully it will not hurt at all ;) > > Thanks! > > best regards, > Daniel > Btw, how do you handle the UTC vs localtime problem? The Nokia sends localtime time strings and does not understand the UTC "Z" parameter of the time strings sent back? |
From: Daniel G. <dg...@su...> - 2006-11-26 13:53:35
|
On Sunday 26 November 2006 13:24, Harald Hoyer wrote: > Basically all of the patches from the libsyncml/misc/wbxml2-0.9.0.patch > are already in 0.9.2, besides the nokia 6600 patch. Thats right, but there are additional changes which seems to break some wbxml parsing. Btw. i will commit your patch to trunk. It doesn't hurt so far devices i have tested. Hopefully it will not hurt at all ;) Thanks! best regards, Daniel |
From: Harald H. <ha...@ha...> - 2006-11-26 12:25:00
|
Am Samstag, den 25.11.2006, 04:39 +0100 schrieb Daniel Gollub: > On Saturday 25 November 2006 04:02, Harald Hoyer wrote: > > 0.9.2 works for me with the patch >=20 > Would you mind to give wbxml2 0.9.0 with the libsyncml included patch a=20 > try .... to see if it is an issue of wbxml2 0.9.2 and not of libsyncml... >=20 > (iirc i tested libsyncml with a nokia 6280 successfully with wbxml2 0.9.0= +=20 > patch without any change on libsyncml.) Basically all of the patches from the libsyncml/misc/wbxml2-0.9.0.patch are already in 0.9.2, besides the nokia 6600 patch. |
From: Harald H. <ha...@ha...> - 2006-11-25 04:09:29
|
Daniel Gollub schrieb: > On Saturday 25 November 2006 04:02, Harald Hoyer wrote: >> 0.9.2 works for me with the patch > > Would you mind to give wbxml2 0.9.0 with the libsyncml included patch a > try .... to see if it is an issue of wbxml2 0.9.2 and not of libsyncml... > > (iirc i tested libsyncml with a nokia 6280 successfully with wbxml2 0.9.0 + > patch without any change on libsyncml.) The patch for libsyncml let wbxml produce a correct wbxml code and the patch makes the xml from libsyncml more accurate. The patch clarifies which DTD libsyncml wants from wbxml. So I rather would patch libsyncml, than use an old or patched version of wbxml :-) |
From: Daniel G. <dg...@su...> - 2006-11-25 03:38:59
|
On Saturday 25 November 2006 04:02, Harald Hoyer wrote: > 0.9.2 works for me with the patch Would you mind to give wbxml2 0.9.0 with the libsyncml included patch a try .... to see if it is an issue of wbxml2 0.9.2 and not of libsyncml... (iirc i tested libsyncml with a nokia 6280 successfully with wbxml2 0.9.0 + patch without any change on libsyncml.) |
From: Harald H. <ha...@ha...> - 2006-11-25 03:02:42
|
Am Freitag, den 24.11.2006, 20:21 +0100 schrieb Daniel Gollub: > On Friday 24 November 2006 19:55, Harald Hoyer wrote: > > Using the patch from http://www.harald-hoyer.de/files/libsyncml-wbxml.patch > > I successfully synced with my Nokia 6280. > > The wbxml conversion was wrong (second byte) without the DOCTYPE. > > > > Hope this helps :) > Thanks! > > ... but which version of wbxml2 do you use? > wbxml2 0.9.2? > > Actually wbxml2 0.9.2 is know to be kind of broken.. at the moment we > recommend wbxml2 0.9.0 with a patch which is included in libsyncml/misc/. 0.9.2 works for me with the patch |
From: Daniel G. <dg...@su...> - 2006-11-24 19:21:42
|
On Friday 24 November 2006 19:55, Harald Hoyer wrote: > Using the patch from http://www.harald-hoyer.de/files/libsyncml-wbxml.patch > I successfully synced with my Nokia 6280. > The wbxml conversion was wrong (second byte) without the DOCTYPE. > > Hope this helps :) Thanks! ... but which version of wbxml2 do you use? wbxml2 0.9.2? Actually wbxml2 0.9.2 is know to be kind of broken.. at the moment we recommend wbxml2 0.9.0 with a patch which is included in libsyncml/misc/. best regards, Daniel |
From: Harald H. <ha...@re...> - 2006-11-24 18:55:31
|
Using the patch from http://www.harald-hoyer.de/files/libsyncml-wbxml.patch I successfully synced with my Nokia 6280. The wbxml conversion was wrong (second byte) without the DOCTYPE. Hope this helps :) ru Harald Hoyer |
From: Angus A. <an...@de...> - 2006-11-24 05:01:27
|
On Thu, 2006-23-11 at 10:39 -0600, Lonny Selinger wrote: > > I've tried going from scratch and removing ~/.opensyn but I get the same > action. Just wondering if anyone else has seen this or if anyon has some other > debugging I could try. I'm seeing the same thing but have not found any solution. I found these errors in the log but have yet to figure out whether they are meaningful. <--- ERROR --- osync_module_load: Unable to open module /usr/lib/opensync/formats/opie.so: /usr/lib/opensync/formats/opie.so: undefined symbol: xml_node_to_text [OSPLG] ERROR: Unable to load plugin /usr/lib/opensync/formats/opie.so: Unable to open module /usr/lib/opensync/formats/opie.so: /usr/lib/opensync/formats/opie.so: undefined symbol: xml_node_to_text Angus |
From: Lonny S. <lo...@ba...> - 2006-11-23 17:01:48
|
> $ multisync-gui > The previous synchronization was unclean. Slow-syncing > Member 1 of type kdepim-sync just connected > Attempting FTP Connection. > Error on select() call or no data: Success > ftp://root:rootme@192.168.1.2:4242/home/root/Applications/addressbook/addressbook.xml > FTP ok > ftp://root:rootme@192.168.1.2:4242/home/root/Applications/todolist/todolist.xml > FTP ok > ftp://root:rootme@192.168.1.2:4242/home/root/Applications/datebook/datebook.xml > FTP ok > ftp://root:rootme@192.168.1.2:4242/home/root/Settings/Categories.xml > FTP ok ---snip--- As a sidenote to this, I verified using KFTPGrabber and ncftp that I could in fact write to the ipaq just connecting to port 4242: ncftp ...plications/addressbook > pwd ftp://root:PASSWORD@192.168.1.2:4242/home/root/Applications/addressbook/ ncftp ...plications/addressbook > ls addressbook.xml spent3.png I put the png file there from my workstation to test. The addressbook file however is still the same one that I created on the ipaq and not the updated file I have on my workstation. -- L -- "The glass is neither half empty nor half full ... it is twice as big as it needs to be" |
From: Lonny S. <lo...@ba...> - 2006-11-23 16:39:35
|
Just in case someone else has already run into this :) .... I'm trying to sync my ipaq running opie (1.2.1) with KDE using kdepim-sync and opie-sync (all SVN). Currently if I make a change on the ipaq and run the sync the data gets copied to the desktop. If I try adding items to the desktop and having them sync to the ipaq however, none of the data is transfered. The status shows that there were changed logged but nothing gets sent to the ipaq and it's left in a hung state rather than a "Successfull!!" state. I've run it through gdb and strace but nothing really seems to trigger why it wont write back to the device. For what it's worth here's the screen output: $ multisync-gui The previous synchronization was unclean. Slow-syncing Member 1 of type kdepim-sync just connected Attempting FTP Connection. Error on select() call or no data: Success ftp://root:rootme@192.168.1.2:4242/home/root/Applications/addressbook/addressbook.xml FTP ok ftp://root:rootme@192.168.1.2:4242/home/root/Applications/todolist/todolist.xml FTP ok ftp://root:rootme@192.168.1.2:4242/home/root/Applications/datebook/datebook.xml FTP ok ftp://root:rootme@192.168.1.2:4242/home/root/Settings/Categories.xml FTP ok Member 2 of type opie-sync just connected All clients connected or error OPIE: slow sync OPIE: slow sync OPIE: slow sync Member 2 of type opie-sync just sent all changes Received an entry Ac7ALPpeuO with data of size 4 from member 1. Changetype ADDED Received an entry Pr0Rj4AS6S with data of size 4 from member 1. Changetype ADDED Received an entry SHJSU56WMN with data of size 4 from member 1. Changetype ADDED Received an entry XZkWoPmYs2 with data of size 4 from member 1. Changetype ADDED Received an entry KOrganizer-1995856455.470 with data of size 4 from member 1. Changetype ADDED Received an entry KOrganizer-2067014714.95 with data of size 4 from member 1. Changetype ADDED Received an entry libkcal-467143981.476 with data of size 4 from member 1. Changetype ADDED Member 1 of type kdepim-sync just sent all changes All clients sent changes or error All conflicts have been reported Sent an entry Ac7ALPpeuO of size 104 to member 2. Changetype ADDED Sent an entry Pr0Rj4AS6S of size 125 to member 2. Changetype ADDED Sent an entry SHJSU56WMN of size 123 to member 2. Changetype ADDED Sent an entry XZkWoPmYs2 of size 112 to member 2. Changetype ADDED here it just hangs ... on the GUI it actuallt shows "kdepim-sync Sent all changes, opie-sync Sent all changes, 4 entries sent All conflicts have been reported" REMOVE EDIT and REFRESH are all greyed out and when I quit the program there is a resident osplugin.pid file in my client directories on my workstation. I've tried going from scratch and removing ~/.opensyn but I get the same action. Just wondering if anyone else has seen this or if anyon has some other debugging I could try. TIA, Lonny -- "The glass is neither half empty nor half full ... it is twice as big as it needs to be" |
From: Gall M. <hu...@fa...> - 2006-11-13 03:21:18
|
Hi, VlAvvGRA VALvvlUM ClAvvLlS http://www.waseduntionkderun.com =20 _____ =20 electronic music making that you can find. And they have to be the |
From: Benjamin A. <ben...@gm...> - 2006-11-10 20:15:54
|
> > I just checked out opensync from svn and ran ./autogen.sh (which started > > configure, I guess). > > Check the Install Guide again. After checkout, you should run autoreconf > -sfi, not autogen.sh. Then ./configure --prefix=/usr, etc. So true. Sorry! > > Can I use the USB cable for syncing, or will I have to use Bluetooth? > > Will the transport be OBEX or HTTP? > > You can use USB or Bluetooth, with OBEX or HTTP - as it says on the wiki > page you have linked below. ;) Well, yes. There is no syncml-application on the SGH-D600 where I could enter a server-url (at least on my e-plus branded one), so I guess I can forget about using syncml-server, right? Unfortunately, "syncml-obex-client -u" "Found 0 USB OBEX interfaces", although I have the phone connected to USB. I think its direct USB, no USB-to-serial converter. T: Bus=02 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 4 Spd=12 MxCh= 0 D: Ver= 2.00 Cls=02(comm.) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=04e8 ProdID=663e Rev= 1.00 S: Manufacturer=Samsung S: Product=SAMSUNG Mobile USB Modem S: SerialNumber=358223-00-392536 C:* #Ifs= 3 Cfg#= 2 Atr=c0 MxPwr= 2mA I: If#= 0 Alt= 0 #EPs= 0 Cls=02(comm.) Sub=08 Prot=00 Driver=(none) I: If#= 1 Alt= 0 #EPs= 1 Cls=02(comm.) Sub=02 Prot=01 Driver=(none) E: Ad=81(I) Atr=03(Int.) MxPS= 16 Ivl=16ms I: If#= 2 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none) E: Ad=03(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms E: Ad=83(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms Am I missing sth. obvious (again :), or should I invest in a bluetooth stick? There's a lot of stuff in the short text at http://www.traud.de/gsm/samsung.htm that i don't quite understand. It seems I need to issue some AT-commands to start the OBEX-server, but to which device do I send these commands? Will syncml-obex-client then find then phone? > That fix and various others are included in wbxml2 0.9.2, so you don't > need the patch anymore. I've registered and changed the text http://www.opensync.org/wiki/syncml-guide to reflect this. Hope thats fine with you. Thanks for your help!! ben |
From: Ionut S. <scu...@ya...> - 2006-11-10 18:40:39
|
Well.. it seems the phone acts like it's shutting down, but after a few seconds it comes back to life by itself.. :) So I would consider it a low priority right now.. However, I'm having another problem right now.. after I synchronized the contacts, the second time I try to synchronize I'm getting conflicts. As an example, I'll attach a text file with the 2 contacts.. If anybody knows the answer, please respond. Thanks ! --- Ionut Scutaru <scu...@ya...> wrote: > I found the answer in this thread: > http://thread.gmane.org/gmane.comp.misc.opensync.user/1271/focus=1298 > > However, my phone seems to shut down after the sync > is > done.. Anybody, any idea ? > > --- Ionut Scutaru <scu...@ya...> wrote: > > > It seems Yahoo doesn't like the settings file.. so > > I'll attach a file containing the configuration. > > > > --- Ionut Scutaru <scu...@ya...> wrote: > > > > > Hi, > > > I almost made my phone (SE K750i) synchronize > with > > > kde-pim.. Here's my configuration: > > > > > > [scutaru@localhost log]$ msynctool --showgroup > > > k750_kontact > > > Groupname: k750_kontact > > > Member 1: syncml-obex-client > > > Configuration : > > > <config> > > > > > > <bluetooth_address>05:12:EE:9A:BE:A2</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>contact</contact_db> > > > <calendar_db>event</calendar_db> > > > <note_db>note</note_db> > > > </config> > > > > > > Member 2: kdepim-sync > > > No Configuration found: This member has > no > > > configuration options > > > > > > When I try the following command: > > > msynctool --sync k750_kontact > > > I get a long list of contacts being sent to one > > end > > > or > > > the other, as follows: > > > > > > [scutaru@localhost ~]$ msynctool --sync > > k750_kontact > > > Synchronizing group "k750_kontact" > > > The previous synchronization was unclean. > > > Slow-syncing > > > Member 2 of type kdepim-sync just connected > > > received event dsession > > > received contact dsession > > > received note dsession > > > Member 1 of type syncml-obex-client just > connected > > > All clients connected or error > > > Received an entry HY8lA3NuVi with data of size 4 > > > from > > > member 2. Changetype ADDED > > > Received an entry libkcal-999213338.432 with > data > > of > > > size 4 from member 2. Changetype ADDED > > > Received an entry libkcal-521238610.772 with > data > > of > > > size 4 from member 2. Changetype ADDED > > > Member 2 of type kdepim-sync just sent all > changes > > > Received an reply to our Alert > > > Received an reply to our Alert > > > Received an reply to our Alert > > > Going to receive 0 changes > > > Received an entry 49 with data of size 4 from > > member > > > 1. Changetype MODIFIED > > > Received an entry 64 with data of size 4 from > > member > > > 1. Changetype MODIFIED > > > .... > > > Received an entry 65536 with data of size 35 > from > > > member 1. Changetype MODIFIED > > > Member 1 of type syncml-obex-client just sent > all > > > changes > > > All clients sent changes or error > > > All conflicts have been reported > > > Sent an entry CMvJgr6a4x of size 107 to member > 2. > > > Changetype ADDED > > > Sent an entry jZ3PB6jdQM of size 103 to member > 2. > > > Changetype ADDED > > > Sent an entry G2FHxYru2d of size 107 to member > 2. > > > Changetype ADDED > > > .... > > > Sent an entry U1mwD9Num1 of size 98 to member 2. > > > Changetype ADDED > > > Sent an entry 0w1qVX9lwb of size 103 to member > 2. > > > Changetype ADDED > > > Sent an entry 0O2BWP0cUj of size 82 to member 2. > > > Changetype ADDED > > > > > > CTRL+C > > > > > > And then it stays like that without doing > > anything. > > > Is > > > it supposed to do that ? > > > > > > > > > > > > > > > > > > > > > > > > ____________________________________________________________________________________ > > > Do you Yahoo!? > > > Everyone is raving about the all-new Yahoo! Mail > > > beta. > > > http://new.mail.yahoo.com > > > > > > > > > > > > ____________________________________________________________________________________ > > Want to start your own business? > > Learn how on Yahoo! Small Business. > > http://smallbusiness.yahoo.com/r-index> > [scutaru@localhost log]$ msynctool --showgroup > > k750_kontact > > Groupname: k750_kontact > > Member 1: syncml-obex-client > > Configuration : <config> > > > > > <bluetooth_address>05:12:EE:9A:BE:A2</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> > > <contact_db>contact</contact_db> > > #<calendar_db>calendar</calendar_db> > > <calendar_db>event</calendar_db> > > #<note_db>tasks</note_db> > > <note_db>note</note_db> > > </config> > > > > Member 2: kdepim-sync > > No Configuration found: This member has no > > configuration options > > > > ------------------------------------------------------------------------- > > 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 > > > > > > > ____________________________________________________________________________________ > Do you Yahoo!? > Everyone is raving about the all-new Yahoo! Mail > beta. > === message truncated === ____________________________________________________________________________________ Yahoo! Music Unlimited Access over 1 million songs. http://music.yahoo.com/unlimited |
From: Benjamin A. <ben...@gm...> - 2006-11-10 18:32:04
|
Hi! I just checked out opensync from svn and ran ./autogen.sh (which started configure, I guess). Since I didn't want stuff to go to /usr/local, but just /usr, I reran "./configure --prefix=/usr", then "make", then "make install", which yielded the following errors: test -z "/usr//lib/opensync/formats" || mkdir -p -- "/usr//lib/opensync/formats" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'xml-vcard.la' '/usr//lib/opensync/formats/xml-vcard.la' libtool: install: error: cannot install `xml-vcard.la' to a directory not ending in /usr/local/lib/opensync/formats /bin/sh ../../libtool --mode=install /usr/bin/install -c 'xml-vcal.la' '/usr//lib/opensync/formats/xml-vcal.la' libtool: install: error: cannot install `xml-vcal.la' to a directory not ending in /usr/local/lib/opensync/formats /bin/sh ../../libtool --mode=install /usr/bin/install -c 'xml-evolution.la' '/usr//lib/opensync/formats/xml-evolution.la' libtool: install: error: cannot install `xml-evolution.la' to a directory not ending in /usr/local/lib/opensync/formats /bin/sh ../../libtool --mode=install /usr/bin/install -c 'xml-vnote.la' '/usr//lib/opensync/formats/xml-vnote.la' libtool: install: error: cannot install `xml-vnote.la' to a directory not ending in /usr/local/lib/opensync/formats /bin/sh ../../libtool --mode=install /usr/bin/install -c 'xml-kde.la' '/usr//lib/opensync/formats/xml-kde.la' libtool: install: error: cannot install `xml-kde.la' to a directory not ending in /usr/local/lib/opensync/formats /bin/sh ../../libtool --mode=install /usr/bin/install -c 'xmldoc.la' '/usr//lib/opensync/formats/xmldoc.la' libtool: install: error: cannot install `xmldoc.la' to a directory not ending in /usr/local/lib/opensync/formats make[3]: *** [install-formatsLTLIBRARIES] Fehler 1 make[3]: Leaving directory `/usr/src/opensync/opensync/formats/vformats-xml' make[2]: *** [install-am] Fehler 2 make[2]: Leaving directory `/usr/src/opensync/opensync/formats/vformats-xml' make[1]: *** [install-recursive] Fehler 1 make[1]: Leaving directory `/usr/src/opensync/opensync/formats' make: *** [install-recursive] Fehler 1 Is that my fault, or did noone else try installing to another prefix yet? A couple more questions: The Samsung SGH D600 I'm trying to sync uses syncml 1.1 on windows. How are my chances of the phone syncing at least partially with the syncml-plugin? Can I use the USB cable for syncing, or will I have to use Bluetooth? Will the transport be OBEX or HTTP? Is http://www.opensync.org/wiki/syncml-guide still up-to-date? Do I still need to patch even wbxml's svn? Whew, so many questions... Thanks for your help! Ben Adler |
From: Ionut S. <scu...@ya...> - 2006-11-10 17:29:48
|
I found the answer in this thread: http://thread.gmane.org/gmane.comp.misc.opensync.user/1271/focus=1298 However, my phone seems to shut down after the sync is done.. Anybody, any idea ? --- Ionut Scutaru <scu...@ya...> wrote: > It seems Yahoo doesn't like the settings file.. so > I'll attach a file containing the configuration. > > --- Ionut Scutaru <scu...@ya...> wrote: > > > Hi, > > I almost made my phone (SE K750i) synchronize with > > kde-pim.. Here's my configuration: > > > > [scutaru@localhost log]$ msynctool --showgroup > > k750_kontact > > Groupname: k750_kontact > > Member 1: syncml-obex-client > > Configuration : > > <config> > > > <bluetooth_address>05:12:EE:9A:BE:A2</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>contact</contact_db> > > <calendar_db>event</calendar_db> > > <note_db>note</note_db> > > </config> > > > > Member 2: kdepim-sync > > No Configuration found: This member has no > > configuration options > > > > When I try the following command: > > msynctool --sync k750_kontact > > I get a long list of contacts being sent to one > end > > or > > the other, as follows: > > > > [scutaru@localhost ~]$ msynctool --sync > k750_kontact > > Synchronizing group "k750_kontact" > > The previous synchronization was unclean. > > Slow-syncing > > Member 2 of type kdepim-sync just connected > > received event dsession > > received contact dsession > > received note dsession > > Member 1 of type syncml-obex-client just connected > > All clients connected or error > > Received an entry HY8lA3NuVi with data of size 4 > > from > > member 2. Changetype ADDED > > Received an entry libkcal-999213338.432 with data > of > > size 4 from member 2. Changetype ADDED > > Received an entry libkcal-521238610.772 with data > of > > size 4 from member 2. Changetype ADDED > > Member 2 of type kdepim-sync just sent all changes > > Received an reply to our Alert > > Received an reply to our Alert > > Received an reply to our Alert > > Going to receive 0 changes > > Received an entry 49 with data of size 4 from > member > > 1. Changetype MODIFIED > > Received an entry 64 with data of size 4 from > member > > 1. Changetype MODIFIED > > .... > > Received an entry 65536 with data of size 35 from > > member 1. Changetype MODIFIED > > Member 1 of type syncml-obex-client just sent all > > changes > > All clients sent changes or error > > All conflicts have been reported > > Sent an entry CMvJgr6a4x of size 107 to member 2. > > Changetype ADDED > > Sent an entry jZ3PB6jdQM of size 103 to member 2. > > Changetype ADDED > > Sent an entry G2FHxYru2d of size 107 to member 2. > > Changetype ADDED > > .... > > Sent an entry U1mwD9Num1 of size 98 to member 2. > > Changetype ADDED > > Sent an entry 0w1qVX9lwb of size 103 to member 2. > > Changetype ADDED > > Sent an entry 0O2BWP0cUj of size 82 to member 2. > > Changetype ADDED > > > > CTRL+C > > > > And then it stays like that without doing > anything. > > Is > > it supposed to do that ? > > > > > > > > > > > > > > > ____________________________________________________________________________________ > > Do you Yahoo!? > > Everyone is raving about the all-new Yahoo! Mail > > beta. > > http://new.mail.yahoo.com > > > > > > ____________________________________________________________________________________ > Want to start your own business? > Learn how on Yahoo! Small Business. > http://smallbusiness.yahoo.com/r-index> [scutaru@localhost log]$ msynctool --showgroup > k750_kontact > Groupname: k750_kontact > Member 1: syncml-obex-client > Configuration : <config> > > <bluetooth_address>05:12:EE:9A:BE:A2</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> > <contact_db>contact</contact_db> > #<calendar_db>calendar</calendar_db> > <calendar_db>event</calendar_db> > #<note_db>tasks</note_db> > <note_db>note</note_db> > </config> > > Member 2: kdepim-sync > No Configuration found: This member has no > configuration options > > ------------------------------------------------------------------------- > 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 > ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com |
From: Ionut S. <scu...@ya...> - 2006-11-10 16:59:05
|
It seems Yahoo doesn't like the settings file.. so I'll attach a file containing the configuration. --- Ionut Scutaru <scu...@ya...> wrote: > Hi, > I almost made my phone (SE K750i) synchronize with > kde-pim.. Here's my configuration: > > [scutaru@localhost log]$ msynctool --showgroup > k750_kontact > Groupname: k750_kontact > Member 1: syncml-obex-client > Configuration : > <config> > <bluetooth_address>05:12:EE:9A:BE:A2</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>contact</contact_db> > <calendar_db>event</calendar_db> > <note_db>note</note_db> > </config> > > Member 2: kdepim-sync > No Configuration found: This member has no > configuration options > > When I try the following command: > msynctool --sync k750_kontact > I get a long list of contacts being sent to one end > or > the other, as follows: > > [scutaru@localhost ~]$ msynctool --sync k750_kontact > Synchronizing group "k750_kontact" > The previous synchronization was unclean. > Slow-syncing > Member 2 of type kdepim-sync just connected > received event dsession > received contact dsession > received note dsession > Member 1 of type syncml-obex-client just connected > All clients connected or error > Received an entry HY8lA3NuVi with data of size 4 > from > member 2. Changetype ADDED > Received an entry libkcal-999213338.432 with data of > size 4 from member 2. Changetype ADDED > Received an entry libkcal-521238610.772 with data of > size 4 from member 2. Changetype ADDED > Member 2 of type kdepim-sync just sent all changes > Received an reply to our Alert > Received an reply to our Alert > Received an reply to our Alert > Going to receive 0 changes > Received an entry 49 with data of size 4 from member > 1. Changetype MODIFIED > Received an entry 64 with data of size 4 from member > 1. Changetype MODIFIED > .... > Received an entry 65536 with data of size 35 from > member 1. Changetype MODIFIED > Member 1 of type syncml-obex-client just sent all > changes > All clients sent changes or error > All conflicts have been reported > Sent an entry CMvJgr6a4x of size 107 to member 2. > Changetype ADDED > Sent an entry jZ3PB6jdQM of size 103 to member 2. > Changetype ADDED > Sent an entry G2FHxYru2d of size 107 to member 2. > Changetype ADDED > .... > Sent an entry U1mwD9Num1 of size 98 to member 2. > Changetype ADDED > Sent an entry 0w1qVX9lwb of size 103 to member 2. > Changetype ADDED > Sent an entry 0O2BWP0cUj of size 82 to member 2. > Changetype ADDED > > CTRL+C > > And then it stays like that without doing anything. > Is > it supposed to do that ? > > > > > > > ____________________________________________________________________________________ > Do you Yahoo!? > Everyone is raving about the all-new Yahoo! Mail > beta. > http://new.mail.yahoo.com > ____________________________________________________________________________________ Want to start your own business? Learn how on Yahoo! Small Business. http://smallbusiness.yahoo.com/r-index |
From: Ionut S. <scu...@ya...> - 2006-11-10 16:52:35
|
Hi, I almost made my phone (SE K750i) synchronize with kde-pim.. Here's my configuration: [scutaru@localhost log]$ msynctool --showgroup k750_kontact Groupname: k750_kontact Member 1: syncml-obex-client Configuration : <config> <bluetooth_address>05:12:EE:9A:BE:A2</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>contact</contact_db> <calendar_db>event</calendar_db> <note_db>note</note_db> </config> Member 2: kdepim-sync No Configuration found: This member has no configuration options When I try the following command: msynctool --sync k750_kontact I get a long list of contacts being sent to one end or the other, as follows: [scutaru@localhost ~]$ msynctool --sync k750_kontact Synchronizing group "k750_kontact" The previous synchronization was unclean. Slow-syncing Member 2 of type kdepim-sync just connected received event dsession received contact dsession received note dsession Member 1 of type syncml-obex-client just connected All clients connected or error Received an entry HY8lA3NuVi with data of size 4 from member 2. Changetype ADDED Received an entry libkcal-999213338.432 with data of size 4 from member 2. Changetype ADDED Received an entry libkcal-521238610.772 with data of size 4 from member 2. Changetype ADDED Member 2 of type kdepim-sync just sent all changes Received an reply to our Alert Received an reply to our Alert Received an reply to our Alert Going to receive 0 changes Received an entry 49 with data of size 4 from member 1. Changetype MODIFIED Received an entry 64 with data of size 4 from member 1. Changetype MODIFIED .... Received an entry 65536 with data of size 35 from member 1. Changetype MODIFIED Member 1 of type syncml-obex-client just sent all changes All clients sent changes or error All conflicts have been reported Sent an entry CMvJgr6a4x of size 107 to member 2. Changetype ADDED Sent an entry jZ3PB6jdQM of size 103 to member 2. Changetype ADDED Sent an entry G2FHxYru2d of size 107 to member 2. Changetype ADDED .... Sent an entry U1mwD9Num1 of size 98 to member 2. Changetype ADDED Sent an entry 0w1qVX9lwb of size 103 to member 2. Changetype ADDED Sent an entry 0O2BWP0cUj of size 82 to member 2. Changetype ADDED CTRL+C And then it stays like that without doing anything. Is it supposed to do that ? ____________________________________________________________________________________ Do you Yahoo!? Everyone is raving about the all-new Yahoo! Mail beta. http://new.mail.yahoo.com |
From: Karel C. <to...@gu...> - 2006-11-10 12:06:33
|
Hi, Nice PHffARMACY http://www.funkinfadesunmincase.com =20 Then discovered that this wasnt an enthusiastic enough greeting so |
From: Giovanni B. <g.b...@co...> - 2006-11-09 15:32:50
|
Thanks a lot Christian,. A note to N80 users: it appears that syncml version 1.1 must be set for this phone to connect. Ciao, Giovanni > Configuration for syncml-obex-client is: > > <config> > > <bluetooth_address>my:mac:address:of:bluetooth</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>1</usestringtable> > <onlyreplace>0</onlyreplace> > <recvLimit>0</recvLimit> > <maxObjSize>0</maxObjSize> > <contact_db>Contacts</contact_db> > <calendar_db>Calendar</calendar_db> > <note_db></note_db> > </config> |