From: Juha T. <Juh...@ik...> - 2008-11-12 09:34:04
|
On Wednesday 12 November 2008 09:54:18 Dotan Cohen wrote: > Can OpenSync be used to sync one way from KDE-PIM to a Nokia E71? One-way, I doubt that not yet. > If so, is KDE-PIM with Akonadi supported, or only the KDE-PIM 3.x > version? akonadi and kde old resources should also be supported. > I have gone through the OpenSync.org wiki and I do see that > my phone is supported by version OpenSync 0.22 In theory 0.22 supports syncml 1.1 like does the phone too. Though those 0.22 and older versions of libsyncml are buggy and you're better off by testing the trunk, as it will also help polishing the next stable version. > however I cannot find > information on KDE-PIM with or without Akonadi and I have been > unsuccessful at syncing via Kitchensync. You can already use KDE+Opensync trunk by defining kaddressbook and korganizer a Directory resource. Make a dir (like i did $HOME/.pim/contacts and $HOME/.pim/calendar) and assign those paths to new resources. Then configure the opensync group so that the file-sync plugin dir with correct object type points to that directory: [tuju@wasa]~/.opensync/group1/1% cat file-sync.conf <?xml version="1.0"?> <config version="1.0"> <Resources> <Resource> <Enabled>1</Enabled> <Formats> <Format> <Name>file</Name> </Format> </Formats> <ObjType>contact</ObjType> <Path>/var/tuju/pim/contacts</Path> </Resource> </Resources> </config> Well, I had to move it under /var temporarily to see if my NFS $HOME is causing trouble, but it was not. I also have E71 and it syncs successfully with the current trunk - as long as it falls to slow-sync and I encounter these problems: http://opensync.org/ticket/882 http://opensync.org/ticket/883 I think those are being worked on already so it would be good if you could join to the KDE+Trunk+E71 testers so that we can cross-confirm the problems we may still encounter later on. I've installed Opensync to Fedora 9 with RPMS, you did not mention your distro but I think it would be good if we can get pkg repos running for few distros and focus on actual testing and not the installation which *is* laborious to do manually. Br, Tuju -- Varo hattupäisiä autoilijoita. |