thanks tecknobabble. I\'ve went to the http://www.hrw.one.pl/zaurus/ before. what do you mean by \"Tweaked SubApplet package for OpenZaurus 3.3.6-pre1 (or other systems based on GCC 3.x) (may be hard to install)\"?
I\'ve tried to install using ipkg but there is a problem.
ipkg install -d sd subapplet_1.0.7-r0_arm.ipk
Cannot find package subapplet_1.0.7-r0_arm.ipk.
Check the spelling or perhaps run \'ipkg update\'
Guide appreciated.
Worse case do it by hand. A copy of the OZ3.3.6pre1 ipk I was sent is on sourceforge:
subapplet_1.0.7-oz336pre1_arm.ipk.
As I recall OZ uses ar archives, so you can then do:
cd /tmp
ar xvf subapplet_1.0.7-oz336pre1_arm.ipk
which will give you 3 files, of which the data.tar.gz file is the most important. Here\'s a list of its contents:
tar ztf data.tar.gz
./opt/
./opt/QtPalmtop/
./opt/QtPalmtop/pics/
./opt/QtPalmtop/pics/subapplet/
./opt/QtPalmtop/pics/subapplet/2downarrow.png
./opt/QtPalmtop/pics/subapplet/2uparrow.png
./opt/QtPalmtop/pics/subapplet/button_ok.png
./opt/QtPalmtop/pics/subapplet/info.png
./opt/QtPalmtop/pics/subapplet/button_cancel.png
./opt/QtPalmtop/plugins/
./opt/QtPalmtop/plugins/applets/
./opt/QtPalmtop/plugins/applets/libsubapplet.so.1.0
./opt/QtPalmtop/plugins/applets/libsubapplet.so.1.0
./opt/QtPalmtop/plugins/applets/libsubapplet.so
./opt/QtPalmtop/plugins/applets/libsubapplet.so.1
Place the pics in the appropriate pics location and the shared library and its links in their place. Don\'t have an OZ/OE zaurus yet, but you should find that /opt/QtPalmtop is either a real dir or a symbolic link to somewhere..... Reboot the zaurus.... Bob, will then be your sister\'s brother.... Hopefully Any OZ/OE wielding zaurus person will hopefully correct any inaccuracies.....