OESF Portables Forum
Everything Else => Desktop Operating Systems Issues => Zaurus General Forums => Archived Forums => Linux Issues => Topic started by: darkeye on April 25, 2004, 04:42:26 pm
-
I read in the FAQ that it\'s not possible to sync the Zaurus apps with Ximian Evoltion. There\'s a link there about some preliminary support though, but it\'s dead.
What do people use as PIM applications to sync the Zaurus with, on Linux?
-
Hi,
i dont know much about sharprom things. Using Opie, as it is distributed with openzaurus for example, there is no problem to sync with evolution. You just have to install multisync (also the ip things with ifconfig and routeadd). It works quite nice.
For Sharprom (and depended roms) I am always reading good voices about ko/PI. In this case please have a look at: http://pi-sync.net/ (http://pi-sync.net/)
Cheers,
Sam
-
darkeye
Teletubbie gave you the pi-sync link so I will give you the thread with all the information. I believe this is the longest thread on the board, thanks to zautrix and his great work!
Hard to miss this one with a search:
http://www.zaurususergroup.com/index.php?n...iewtopic&t=1351 (https://www.oesf.org/forums/index.php?showtopic=1351)
Greg
-
does this mean that I have to replace the original PIM applications, and use Ko/Pi? that\'s the only way forward?
-
OK, now I have a better picture. Say, I\'d use Ko/Pi on the Zaurus, then I\'d need an application on my desktop that is capable of syncing to/from .ics files. What applications are there that support this feature?
From what I see, Ximian Evoltion doesn\'t do this. It can only import .ics files.
There\'s a project called MultiSync (http://multisync.sourceforge.net/), but that only supports the old Sharp PIM formats and the Opie PIM, but not Ko/Pi, see here (http://multisync.sourceforge.net/devices.shtml#opie)
What other such applications are there? Is the only viable solution KOrganizer as a sync partner to Ko/Pi?
-
OK, now I have a better picture. Say, I\'d use Ko/Pi on the Zaurus, then I\'d need an application on my desktop that is capable of syncing to/from .ics files. What applications are there that support this feature?
KO/Pi itself does the actual syncing with the other ics file.
You need an application, that stores its data in an ics file.
You can compile KO/Pi for your Linux desktop.
It does not need anything from KDE.
It just needs the Qt-lib.
And it has more features, less bugs and better usebility than the KDE Desktop KO.
z.
-
No, this is not the only way. You can use the Opie-PIM applications on a Sharp-Rom and then use multisync with evolution.
The Opie-PIMs have to be installed from the sharp-feed of Opie, they will be linked to the original sharp-PIM-icons.
For me, this works great. You can install Ko/Pi in addition, because Ko/PI will import your Opie-data flawlessly. So if you think about switching to korganizer on the desktop from evolution, this would be the way :-)
Have fun,
Kathrin
-
No, this is not the only way. You can use the Opie-PIM applications on a Sharp-Rom and then use multisync with evolution.
The Opie-PIMs have to be installed from the sharp-feed of Opie, they will be linked to the original sharp-PIM-icons.
I have to second this. I have been running the Opie-PIM calendar on my SL-6000 (and my 5500 before) and it works great. Although I have been using evolution-sync.pl to sync to Mozilla Calendar (which also uses ics files).
Good luck!
Craig...
-
The Opie-PIMs have to be installed from the sharp-feed of Opie, they will be linked to the original sharp-PIM-icons.
and where would I find this feed? I didn\'t find it on the Opie site
-
Opie Sharp ROM feed: http://opie.handhelds.org/feed/sharprom/latest/ (http://opie.handhelds.org/feed/sharprom/latest/)
I would have thought you\'d have to install an FTP server that runs on port 4242 as well.
It would be nice if we could get KitchenSync working with the latest Sharp ROMs (i.e. without having to install any extra servers) and especially syncing with KO/Pi.
-
Opie Sharp ROM feed: http://opie.handhelds.org/feed/sharprom/latest/ (http://opie.handhelds.org/feed/sharprom/latest/)
I would have thought you\'d have to install an FTP server that runs on port 4242 as well.
It would be nice if we could get KitchenSync working with the latest Sharp ROMs (i.e. without having to install any extra servers) and especially syncing with KO/Pi.
You can also sync with SFTP (port 22). I\'m using wlan, so it\'s quite convenient. Remember that you probably will have to disable QCop!
-
1º Sorry for my inglish,
I try to sync Open zaurus 3.6 pre whit gentoo and mutisync..... but my Linux its like my inglish
If you nou any link whit this info.?
thx
Sharp zaurus sl5600
-
OK, now I have a better picture. Say, I\'d use Ko/Pi on the Zaurus, then I\'d need an application on my desktop that is capable of syncing to/from .ics files. What applications are there that support this feature?
KO/Pi itself does the actual syncing with the other ics file.
You need an application, that stores its data in an ics file.
You can compile KO/Pi for your Linux desktop.
It does not need anything from KDE.
It just needs the Qt-lib.
And it has more features, less bugs and better usebility than the KDE Desktop KO.
z.
I tried, but could not compile it. I downloaded korganizerPi.150.source.tar.gz from http://korganizer.kde.org/korganizer/download.html (http://korganizer.kde.org/korganizer/download.html) , unpacked it. Unfortunately there is no configure script, nor an INSTALL file in the tarball. I saw a Makefile, which references tmake. So I installed tmake as well, but it just doesn\'t work:
$ cd korgenizerPi.150
$ tmake
Usage:
tmake [options] project-files
Options:
-e expr Evaluate expression, ignore template file
-nodepend Don\'t generate dependency information
-o file Write output to file
-t file Specify a template file
-unix Create output for Unix (auto detects)
-v Verbose/debug mode
-win32 Create output for Win32 (auto detects)
$ make
for i in libical/src/libical libical/src/libicalss qtcompat microkde libkcal libkdepim korganizer kalarmd; do mkdir -p $i/obj/; done
cd qtcompat; tmake qtcompat.pro -o Makefile
tmake error: Template file tmake.conf not found
make: *** [qtcompat/Makefile] Error 1
I also tried replacing references to tmake in Makefile with make. But that fails as well, as it ties to do a make in libical/src/libical, but there\'s no Makefile in that directory:
$ make
for i in libical/src/libical libical/src/libicalss qtcompat microkde libkcal libkdepim korganizer kalarmd; do mkdir -p $i/obj/; done
cd qtcompat; make qtcompat.pro -o Makefile
make[1]: Entering directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/qtcompat\'
make[1]: Nothing to be done for `qtcompat.pro\'.
make[1]: Leaving directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/qtcompat\'
cd microkde; make microkdeE.pro -o Makefile
make[1]: Entering directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/microkde\'
make[1]: Nothing to be done for `microkdeE.pro\'.
make[1]: Leaving directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/microkde\'
cd libkcal; make libkcalE.pro -o Makefile
make[1]: Entering directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/libkcal\'
make[1]: Nothing to be done for `libkcalE.pro\'.
make[1]: Leaving directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/libkcal\'
cd libkdepim; make libkdepimE.pro -o Makefile
make[1]: Entering directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/libkdepim\'
make[1]: Nothing to be done for `libkdepimE.pro\'.
make[1]: Leaving directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/libkdepim\'
cd korganizer; make korganizerE.pro -o Makefile
make[1]: Entering directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/korganizer\'
make[1]: Nothing to be done for `korganizerE.pro\'.
make[1]: Leaving directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/korganizer\'
cd kalarmd; make kalarmdE.pro -o Makefile
make[1]: Entering directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/kalarmd\'
make[1]: Nothing to be done for `kalarmdE.pro\'.
make[1]: Leaving directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/kalarmd\'
cd libical/src/libical; make libicalE.pro -o Makefile
make[1]: Entering directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/libical/src/libical\'
make[1]: Nothing to be done for `libicalE.pro\'.
make[1]: Leaving directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/libical/src/libical\'
cd libical/src/libicalss; make libicalssE.pro -o Makefile
make[1]: Entering directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/libical/src/libicalss\'
make[1]: Nothing to be done for `libicalssE.pro\'.
make[1]: Leaving directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/libical/src/libicalss\'
for i in libical/src/libical libical/src/libicalss qtcompat microkde libkcal libkdepim korganizer kalarmd; do pushd $i;
make -f Makefile || exit 1; popd;
done
/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/libical/src/libical /usr/local/src/zaurus/pim/KoPi/korgenizerPi.150
make[1]: Entering directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/libical/src/libical\'
make[1]: Makefile: No such file or directory
make[1]: *** No rule to make target `Makefile\'. Stop.
make[1]: Leaving directory `/usr/local/src/zaurus/pim/KoPi/korgenizerPi.150/libical/src/libical\'
make: *** [all] Error 1
what am I doing wrong?
-
No, this is not the only way. You can use the Opie-PIM applications on a Sharp-Rom and then use multisync with evolution.
Could someone who tried this please tell us which applications those are?
Thanks in advance.
-
Hi,
look here for all opie applications:
opie.handhelds.org
The Pim Apps are:
opie-addressbook ContactsA simple addressbook for the Opie environment
opie-datebook A datebook/appointment manager A datebook/appointment man...
opie-today today screen This today screen app gives an overview of a...
opie-today-addressbookplugin Addressbook plugin for TodayDisplays upcoming Birthdays a...
opie-today-datebookplugin Datebook plugin for today
opie-today-fortuneplugin \'fortune\' plugin for today
opie-today-mailplugin Mail plugin for today
opie-today-stocktickerplugin stockticker plugin for today
opie-today-todolistplugin Todolist plugin for today
opie-today-weatherplugin Current weather plugin for today.
opie-todo TODO-list manager A Todo-list manager for the Opie enviro...
I hope I didnt forgot one.
Cheers,
Sam
-
Just got a 6K and have been looking for a way to sync it with my Linux desktop. I have been reading the thread and the links. Tried to go to opie.handhelds.org and get the message, The connection was refused by opie.handhelds.org. Also tried to link to it through Google and got a simular message.
Is opie.handhelds gone or crashed or something? Is there another feed for this?
Allen
-
No, this is not the only way. You can use the Opie-PIM applications on a Sharp-Rom and then use multisync with evolution.
The Opie-PIMs have to be installed from the sharp-feed of Opie, they will be linked to the original sharp-PIM-icons.
I have to second this. I have been running the Opie-PIM calendar on my SL-6000 (and my 5500 before) and it works great. Although I have been using evolution-sync.pl to sync to Mozilla Calendar (which also uses ics files).
Good luck!
Craig...
It appears that the opie.handhelds.org/feed/sharprom/latest is down and has been for several days now. Is there another feed for the Opie-Pim that will work on the sl-6000l?
Allen
-
Look for www.pi-sync.net or KDE-Pim/PI on sourceforge
-
Does anyone have experience with kitchensync and the Sharp ROM's? I'm not totally clear on whether the DTM-based apps are supported. . . my impression was that they were, given that on the maintainer's page (http://handhelds.org/~zecke/) he notes that the ktichensync included with the recent KDE 3.3 was "not of great use to Opie users." I also recall seeing something about DTM support on one of the *.kde.org sites (could have been the roadmap pages for either KDE 3.3 as a whole, or KDEPIM in 3.3). . .
Anyway, has anyone used this with the PIM's included with the Sharp ROM? For me, at the moment, this would be a great solution to be able to sync cross-platform (Win and Linux).