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-12-17 15:37:23
|
On Sunday 17 December 2006 14:02, Ariel Garcia wrote: > ok, good to know. However it fails after it gets the contacts data from t= he > phone, and there is no user nor password, so perhaps the problem is > somewhere else. I now did the log files as requested by David, they are > attached (i sed'ed the IMEI and tryied to clean all contact data, i can > send you the full logs in private email if these are somehow broken) Thanks! I prepared a patch which should handle the <Chal> node (and <NextNonce>). This patch maybe only avoid the error and breaks then somewhere else. With= =20 some luck we can combine the proof of concept patch from H=C3=A5vard Wigtil= and=20 get finally the MD5 Auth stuff working. (You can find the mail from H=C3=A5= vard in=20 the OpenSync-devel mailing list archive ... 2006-09-29 [Opensync-devel]=20 Proof-of-concept patch for MD5 digest authentication) Please give my patch a try so we can see if it fixes the handling problem o= f=20 the "Chal" node. And please prepare another set of SYNCML_TRACE fail to do= =20 further "remote debugging/development" ;) > ** I noticed however that NOT all the VCARDS in the phone got transfered, > actually the last vcard in the logs is broken, cut in the middle, both in > the .wbxml, .xml and the .log files: > > <![CDATA[BEGIN:VCARD > VERSION:2.1 > N;CHARSET=3DUTF-8:S########;D##### > TEL;CELL:+3############# > EMAIL;INTERNET;PREF;CHARSET=3DUTF-8: > EMAIL;INTERNET;CHARSET=3DUTF-8: > EMAIL;INTERNE]]> > > Could be some buffer size issue? I guess this is only the fragmentation of the package... H=C3=A5vard, can you give this patch also a try? best regards, Daniel |
From: Ariel G. <ga...@iw...> - 2006-12-17 13:03:08
|
Hi Matthias and Daniel, thanks a lot for your answers. I now got it (SE W810i) working under IrMC, i had to 'filter' out the notes and that was it :) Regarding SyncML, > > i installed the latest opensync/multisync Debian packages and i am now > > trying to sync my Sony-E W810i via bluetooth and syncml. > > That is not supported at the moment look at > http://libsyncml.opensync.org/ticket/99 > until syncml:auth-md5 is supported. ok, good to know. However it fails after it gets the contacts data from the phone, and there is no user nor password, so perhaps the problem is somewhere else. I now did the log files as requested by David, they are attached (i sed'ed the IMEI and tryied to clean all contact data, i can send you the full logs in private email if these are somehow broken) ** I noticed however that NOT all the VCARDS in the phone got transfered, actually the last vcard in the logs is broken, cut in the middle, both in the .wbxml, .xml and the .log files: <![CDATA[BEGIN:VCARD VERSION:2.1 N;CHARSET=UTF-8:S########;D##### TEL;CELL:+3############# EMAIL;INTERNET;PREF;CHARSET=UTF-8: EMAIL;INTERNET;CHARSET=UTF-8: EMAIL;INTERNE]]> Could be some buffer size issue? Thanks again, rgds, Ariel PS: please CC to me directly |
From: Daniel G. <dg...@su...> - 2006-12-16 20:21:51
|
On Saturday 16 December 2006 21:04, Ariel Garcia wrote: > What does "wrong initial node" mean? This is a error message from libsyncml, when the libsyncml XML parser fails. This can happen because of an unexpected XML node. Please create SYNCML_LOG and SYNCML_TRACE files... export SYNCML_TRACE=/tmp/syncml_trace/; export SYNCML_LOG=/tmp/syncml_trace/; mkdir $SYNCML_LOG; msynctool --sync *yourgroup* and prepare a tarball of these files. Feel free to hide sensitive contact (like IMEI , contact entries, ...) but, please don't change the structure of the node. best regards, Daniel |
From: matthias j. <jah...@fr...> - 2006-12-16 20:16:21
|
Am Samstag, 16. Dezember 2006 21:04 schrieb Ariel Garcia: > Hi, > > i installed the latest opensync/multisync Debian packages and i am now > trying to sync my Sony-E W810i via bluetooth and syncml. That is not supported at the moment look at=20 http://libsyncml.opensync.org/ticket/99 until syncml:auth-md5 is supported. > Multisync is getting the contacts-data from the phone (i see my list of > phone numbers in the logs) but fails with the following output: > ---------------------- > The previous synchronization was unclean. Slow-syncing > Member 2 of type file-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 > Member 2 of type file-sync just sent all changes > Member 1 of type syncml-obex-client had an error while getting changes: > wrong initial node > Member 2 of type file-sync just disconnected > Pipe closed! Exiting. > Pipe closed! Exiting. > ------------------------- > > What does "wrong initial node" mean? > > As settings i am using: > syncml v1.1 > wbxml > usestringtable > and agenda/Calendar/notes as DB names (which seems to be fine from grep'i= ng > the logging output for "Comparing"), and as i said my contacts get > downloaded and land in the logs... but not in the sync-destination ;-) > > I could provide the debug files if useful. The package versions i have ar= e: > > libopensync-plugin-file 0.20+svn20061106-1 > libopensync-plugin-irmc 0.20+svn20061125-1 > libopensync-plugin-kdepim 0.20+svn20061121-1 > libopensync-plugin-syncml 0.20+svn20061128-1 > libopensync0 0.20+svn20061128-1 > libsyncml0 0.4.2+svn20061126-1 > msynctool 0.20+svn20061116-1 > multisync-gui 0.91.0+svn20061106-3 > opensyncutils 0.20+svn20061128-1 > libwbxml2-old 0.9.0dfsg-sid2 > > What could be going wrong, or how could i help debugging/testing? > > BTW: the phone also seems to support IrMC on channel 8 but it also fails. well IrMC should work fine.... =20 (http://www.opensync.org/wiki/DeviceCompatibilityList) matthias |
From: Ariel G. <ga...@iw...> - 2006-12-16 20:04:28
|
Hi, i installed the latest opensync/multisync Debian packages and i am now trying to sync my Sony-E W810i via bluetooth and syncml. Multisync is getting the contacts-data from the phone (i see my list of phone numbers in the logs) but fails with the following output: ---------------------- The previous synchronization was unclean. Slow-syncing Member 2 of type file-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 Member 2 of type file-sync just sent all changes Member 1 of type syncml-obex-client had an error while getting changes: wrong initial node Member 2 of type file-sync just disconnected Pipe closed! Exiting. Pipe closed! Exiting. ------------------------- What does "wrong initial node" mean? As settings i am using: syncml v1.1 wbxml usestringtable and agenda/Calendar/notes as DB names (which seems to be fine from grep'ing the logging output for "Comparing"), and as i said my contacts get downloaded and land in the logs... but not in the sync-destination ;-) I could provide the debug files if useful. The package versions i have are: libopensync-plugin-file 0.20+svn20061106-1 libopensync-plugin-irmc 0.20+svn20061125-1 libopensync-plugin-kdepim 0.20+svn20061121-1 libopensync-plugin-syncml 0.20+svn20061128-1 libopensync0 0.20+svn20061128-1 libsyncml0 0.4.2+svn20061126-1 msynctool 0.20+svn20061116-1 multisync-gui 0.91.0+svn20061106-3 opensyncutils 0.20+svn20061128-1 libwbxml2-old 0.9.0dfsg-sid2 What could be going wrong, or how could i help debugging/testing? BTW: the phone also seems to support IrMC on channel 8 but it also fails. Tanks a lot! PS: please CC me as i am not in the list Ariel |
From: cold <co...@bs...> - 2006-12-15 14:39:31
|
http://www.nabble.com/file/4650/6680.txt 6680.txt -- View this message in context: http://www.nabble.com/Sync-KDE-PIM-with-Handy-tf2763503.html#a7892545 Sent from the Opensync - User mailing list archive at Nabble.com. |
From: Prividen <ma...@rs...> - 2006-12-14 20:30:03
|
Daniel Gollub wrote: > > > 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 ;) > > I'm still have problem with libsyncml <--> nokia6280 communication. I have try Horald's patch either with wbxml2 0.9.2 and patched 0.9.0. libwbxml2-0.9.0 libsyncml-0.4.2 Now firmware version is 05.92, with 3.60 was the same problem. http://www.nabble.com/file/4589/_nokia6280_logs _nokia6280_logs See attachment for logs and details. -- Thanks, Michael A. Kangin -- View this message in context: http://www.nabble.com/Finally-manages-to-sync-with-my-Nokia-6280-tf2700620.html#a7880440 Sent from the Opensync - User mailing list archive at Nabble.com. |
From: Juha T. <Juh...@ik...> - 2006-12-13 20:36:10
|
On Wednesday 13 December 2006 19:40, Stefan Blum wrote: Moreover, if I change a phone-number on the mobile > and sync this entry to my computer, the whole entry gets replaced - resulting > in the loss of the additional fields not supported on the mobile. Is there > any way to configure the plugins to only sync the data that has changed and > otherwise leave the entry untouched? Not yet, but dev-branch has merge functionality (untested) coded already which is going to solve this problem. It still has some small missing pieces and needs to be merged into trunk. Tuju -- Ajatteleva ihminen tarvitsee unta. |
From: Stefan B. <ste...@gm...> - 2006-12-13 17:41:11
|
Hi everybody, I finally succeded in syncing my 6230 over bluetooth using kitchensync and the obex-syncml plugin (.debs from http://www.in.fh-merseburg.de/~jahn/ sid main). However, since some fields I use in my contacts database of KDE (like birthday etc.) do not exist on the mobile phone, I get conflicts after the first slowsync to the mobile. Moreover, if I change a phone-number on the mobile and sync this entry to my computer, the whole entry gets replaced - resulting in the loss of the additional fields not supported on the mobile. Is there any way to configure the plugins to only sync the data that has changed and otherwise leave the entry untouched? Regards, Stefan |
From: Ochal C. <oc...@ke...> - 2006-12-13 10:04:21
|
Hi guys, Just writing to let you all know that this problem still exists, i keep getting Error 500's when syncing, wich results in various items to be duplicated. This is with up to date ubuntu packages. Any suggestions/idea's? On Tue, 2006-11-07 at 18:00 +0100, Ochal Christophe wrote: > Hi, > > On Tue, 2006-11-07 at 15:15 +0100, Daniel Gollub wrote: > > On Tuesday 07 November 2006 13:30, Ochal Christophe wrote: > > > When syncing the calendar, i get dozens of Error 500's, if there's any > > > way i can help solving this, let me know, i can do tests. > > > > This happens often when the xml to vcal converter create a invalid vcal > > format. This means there is a field in the converted vcal included which the > > mobile phone doesn't support. > > > > Can you try if you also get errors when using the command line > > function "syncml-obex-client" and do a "read only" sync: > > > > syncml-obex-client -b *MAC* *Channel* --slow-sync text/x-vcalendar > > Calendar --identifier "PC Suite" --wbxml > > Worked ok, no errors > > > If this worked then try to commit a simple calendar entry with this command > > line: > > > > syncml-obex-client -b *MAC* *Channel* --sync text/x-vcalendar > > Calendar --identifier "PC Suite" --wbxml --add > > text/x-vcalendar /tmp/test.vcal > > > > You have to create a test.vcal before running this line. Start with something > > simple like this: > > > > dani@marvin:~> cat /tmp/test.vcal > > BEGIN:VCALENDAR > > VERSION:1.0 > > BEGIN:VEVENT > > DTSTART:20061107T220000Z > > DTEND:20061107T230000Z > > SUMMARY:Test > > END:VEVENT > > END:VCALENDAR > > Worked ok > > > Hopefully this simple vcal should work. The next step will to check a > > vcalendar entry from evolution which got synced with OpenSync. Evolution > > only stores calendar entries in icalendar. So we have to setup a evolution to > > file sync-group which convert and sync the evolution entries in a directory > > as vcalendar. > > > > msynctool --addgroup evo2file > > msynctool --addmember evo2file evo2-sync > > msynctool --addmember evo2file file-sync > > msynctool --configure evo2file 1 > > # configure as in your syncml to evolution group > > msynctool --configure evo2file 2 > > # only change the <path></path> > > msynctool --sync evo2file > > > > Then pick one and copy it to /tmp/test.vcal and run the syncml-obex-client add > > command line from above. Let us know if you found a problematic calendar > > entry. > > Tried this with all entries (75 items), it all worked > > > Hopefully this was not to complicated... :) > > Feel free to ask, if you have still some questions. > > Didn't work :( > > > ------------------------------------------------------------------------- > 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: Florian E. <fl...@kf...> - 2006-12-11 21:54:15
|
Hello I tried to synchronise with my mobile but gets an error. Here is the output, maybe it is helpful: Member 1 of type kdepim-sync just sent all changes Member 2 of type moto-sync had an error while getting changes: Traceback (most recent call last): File "/usr/lib/opensync/python-plugins/motosync.py", line 1642, in new_func func(*args, **kwds) File "/usr/lib/opensync/python-plugins/motosync.py", line 1681, in get_changeinfo for change in self.access.list_changes(objtype): File "/usr/lib/opensync/python-plugins/motosync.py", line 1486, in list_changes entries = [PhoneContactMoto(d) for d in self.comms.read_contacts()] File "/usr/lib/opensync/python-plugins/motosync.py", line 1174, in __init__ assert(data[7] == 0) # backlight flag? AssertionError Member 2 of type moto-sync just disconnected Member 1 of type kdepim-sync had an error while disconnecting: Unable to get save ticket All clients have disconnected Bye Florian |
From: Daniel G. <dg...@su...> - 2006-12-11 20:27:22
|
On Monday 11 December 2006 21:14, Tim Oliver Wagner wrote: > If the 6680 works, means that the new N70 works too? Maybe... ;) But if not we hopefully can change this soon.. There is at least one recent report for the 6680 at: http://www.opensync.org/wiki/DeviceCompatibilityList Feel free to add your experience with the N70 there ;) |
From: Tim O. W. <li...@wa...> - 2006-12-11 20:14:54
|
Hello, thanks a lot for the information I will try to sync my 6230 (my firmware is 5.35). After or while doing that I will write again a mail. :-) If the 6680 works, means that the new N70 works too? Thanks and greetings from germany, Oli Am Mittwoch, 6. Dezember 2006 11:51 schrieb Daniel Gollub: > On Tuesday 05 December 2006 19:53, Tim Oliver Wagner wrote: > > I want to sync my KDE organizer, adressbook, tasks and notes. At the > > moment I use a Nokia 6230. I got a cable to connect with the pc and the > > phone provides bluetooth. > > It depends on the firmware of the Nokia 6230 if it supports SyncML via > OBEX. 4.xx and greater supports it... If you have a mobile which don't > support SyncML via OBEX you can also use the gnokii-sync plugin of > OpenSync. Enter this on your mobile to check the firmware: *#0000# > > > At the moment I don't know how I can sync between the phone and KDE. The > > phone provides syncml, but I don't know how to configure the opensync. I > > already installed the opensync with the plugins kde-pim, syncml and > > file-sync. > > > > Can someone help me? Maybe a link with good HOWTO? > > Which distribution do you have? For most there exist the most recent > packages for OpenSync and the plugins. There are also packages for the > OpenSync frontends like kitchensync or multisync. > > A guid to build kitchensync for OpenSync from scratch: > http://www.opensync.org/wiki/kitchensync > > For synchronization you have to create a group with kdepim-sync and > syncml-obex-client (or gnokii-sync if SyncML via OBEX is not supported by > your 6230). > > > I think about buying a nokia 6680 ... I read that the sync works > > (organizer, adressbook, tasks and notes). Does someone have some > > experience with that phone and can tell me? > > In the http://www.opensync.org/wiki/DeviceCompatibilityList is a quite old > entry which say it requires SyncML 1.1 support in libsyncml. In meanwhile > libsyncml supports 1.1 and the mobile should be now supported. > > best regards, > Daniel > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Opensync-users mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Tim O. W. <li...@wa...> - 2006-12-11 20:12:01
|
Hello, I tried to open the link, but there is an error message which occours "The requested URL /~desmar_v/6680.txt was not found on this server.". Maybe you can reshare the file or send it by private mail? tia Oli Am Mittwoch, 6. Dezember 2006 11:39 schrieb cold: > http://etudiant.epitech.net/~desmar_v/6680.txt > I have work on 6680 some times to sync it on linux. > They are here all what you need to sync it with anything. > It's work with scheduleworld, evolution and erp5 nearly ... > If you sync your mobile with scheduleworld, you can sync it with anything. > Sync scheduleworld with sync-evolution or Kontact is realy easy, and dont > need advice i think. > > Tim Oliver Wagner-2 wrote: > > Hello, > > I want to sync my KDE organizer, adressbook, tasks and notes. At the > > moment I > > use a Nokia 6230. I got a cable to connect with the pc and the phone > > provides > > bluetooth. > > > > At the moment I don't know how I can sync between the phone and KDE. The > > phone > > provides syncml, but I don't know how to configure the opensync. I > > already installed the opensync with the plugins kde-pim, syncml and > > file-sync. > > > > Can someone help me? Maybe a link with good HOWTO? > > > > I think about buying a nokia 6680 ... I read that the sync works > > (organizer, > > adressbook, tasks and notes). Does someone have some experience with that > > phone and can tell me? > > > > tia > > > > Oli > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Opensync-users mailing list > > Ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensync-users |
From: Angus A. <an...@de...> - 2006-12-11 16:15:41
|
On Mon, 2006-11-12 at 23:02 +1300, Paul Eggleton wrote: > I'm working on it :) Great to hear. Anything we can do to help ? Angus |
From: Paul E. <blu...@bl...> - 2006-12-11 10:02:54
|
On Monday 11 December 2006 06:20, Erik Hovland wrote: > There are directions on the web that should help you up to the point of > getting opensync to connect to Opie. Recent posts on this list make me > wonder if it will get any farther then that. But Paul E. watches this > list and wrote the Opie plugin, so chances are we can get it working for > you. Current status is that it almost works, it just has issues with item duplication and timezones. It's not really practical for daily use just yet, but it's close. I'm working on it :) Cheers, Paul |
From: Erik H. <er...@ho...> - 2006-12-10 17:20:43
|
On Sun, Dec 10, 2006 at 01:42:14PM +0100, Florian Ehinger wrote: > Hi > > I have a problem with connection to my zaurus with opie-sync > > I only have an sftp and ssh account on the zaurus since I do not know how the > set up a normal ftp server. The security app in the settings tab in Opie is used to turn on the built in ftp server for syncing. Unfortunately sftp or scp will not work with the Opie at the moment. There are directions on the web that should help you up to the point of getting opensync to connect to Opie. Recent posts on this list make me wonder if it will get any farther then that. But Paul E. watches this list and wrote the Opie plugin, so chances are we can get it working for you. E -- Erik Hovland mail: er...@ho... web: http://hovland.org/ PGP/GPG public key available on request |
From: Florian E. <fl...@kf...> - 2006-12-10 12:42:23
|
Hi I have a problem with connection to my zaurus with opie-sync I only have an sftp and ssh account on the zaurus since I do not know how the set up a normal ftp server. I always get the error: >Member 2 of type opie-sync had an error while connecting: Failed to log in to server This is my configuration: > <config> > <username>root</username> > <password>hallo</password> > <url>192.168.130.2</url> > <device>opie</device> > <port>22</port> > <conntype>scp</conntype> > </config> I have no problems connecting to the zaurus via sftp. Is there any way to get more detailed errors or has anybody an idea what the problem could be? Thanks Florian |
From: Daniel G. <dg...@su...> - 2006-12-10 12:30:40
|
On Sunday 10 December 2006 05:45, Dan Sawyer wrote: > All, > > Thank you for your help in advance. I am trying to sync with opie, > however none of the plugins in the release area are identified as opie. > What is the opie plugin please? It is called opie-sync: http://www.opensync.org/wiki/download#tarballs |
From: Dan S. <dan...@ea...> - 2006-12-10 04:45:29
|
All, Thank you for your help in advance. I am trying to sync with opie, however none of the plugins in the release area are identified as opie. What is the opie plugin please? Thanks - Dan |
From: Aaron W. <li...@wh...> - 2006-12-08 07:35:57
|
Hello all, I have been on this list for a long time and don't remember seeing anything on this. I tried searching but only found every email written to the list from a GMail account. I'm interested to know about the possibility of a GMail contacts plugin that would allow opensync applications to synchronise with them. I have seen information on a Google Calender plugin but not about contacts. Is this because there is a GData API for Google calender and not for the contacts? Are we waiting on a GMail Contacts GData API before this can really be done? Regards, Aaron |
From: Lonny S. <lo...@ba...> - 2006-12-08 00:34:00
|
> Daniel Gollub wrote: >> Which plugins do you use in this sync group? > > He's using opie-sync with kde-pim. I haven't done anything about timezones > in opie-sync yet, and although it's a serious problem, the current UID > problem (resulting in items being duplicated) is worse so I am going to > try and fix that one first. I've been bugging Paul quite a bit and I wasn't positive if it was plugin related or not so I posted to the list. I'll keep debugging and testing his progress as he has time to work on it :D Thanks guys!! Lonny |
From: Paul E. <blu...@bl...> - 2006-12-08 00:24:57
|
Daniel Gollub wrote: > Which plugins do you use in this sync group? He's using opie-sync with kde-pim. I haven't done anything about timezone= s in opie-sync yet, and although it's a serious problem, the current UID problem (resulting in items being duplicated) is worse so I am going to try and fix that one first. Cheers, Paul |
From: Lonny S. <lo...@ba...> - 2006-12-07 21:20:50
|
> On Thursday 07 December 2006 20:33, Lonny Selinger wrote: >> They both have the same time exactly but when >> syncing data, the ipaq has my calendar entries 6 hours different: Laptop: 8:00AM - 5:00PM >> Ipaq: 2:00PM - 11:00PM > > I guess there is a problem while format conversion of some plugins. Which plugins do you use in this sync group? > Which version of the plugins and of OpenSync? Daniel, I'm using opie-sync and the kdepim-sync plugins (all SVN looks like Rev 1502) > Can you try to sync a "dummy entry" without sensitive information and create trace files. Tracing Guide: http://www.opensync.org/wiki/tracing I backed up my calendar (laptop), removed the ~/.opensync folder to start with a fresh db, and removed all the data on my ipaq, and ran the sync with a dummy calendar entry for holidays ... something else is wonkey because now it wont sync at all :) I'll somehow reproduce this issue and attach some trace files soon. Thanks!! -- Lonny -- "The glass is neither half empty nor half full ... it is twice as big as it needs to be" |
From: Daniel G. <dg...@su...> - 2006-12-07 19:58:19
|
On Thursday 07 December 2006 20:33, Lonny Selinger wrote: > They both have the same time exactly but when > syncing data, the ipaq has my calendar entries 6 hours different: > > Laptop: 8:00AM - 5:00PM > Ipaq: 2:00PM - 11:00PM I guess there is a problem while format conversion of some plugins. Which plugins do you use in this sync group? Which version of the plugins and of OpenSync? Can you try to sync a "dummy entry" without sensitive information and create trace files. Tracing Guide: http://www.opensync.org/wiki/tracing best regards, Daniel |