Note
For taking screenshots in Cacko you simply press Fn+Shift+C. The shots are generated as bmp-files in the directory Screen_Files in the root of either CF-Card, SD-Card or Internal Flash. The decision where they get saved follows a simple rule: CF has the highest priority, followed by SD and then Flash. This means, If a CF-Card is present, the shots will get saved there, If no CF is there they will get saved on the SD and if no card is there at all they will end up in Flash.
Like on desktops its possible in cacko to bind certain filetypes to a specific application. Lets see how to do this with an example: lets bind *.pdb files (ebooks) to FBReader. In Cacko binding works through mimetypes, so lets create an ebook-mimetype first. This is done in /home/QtPalmtop/etc/mime.types. We add a new line there which looks like this:
application/pdb pdb
the first part (application/pdb) is the name of our new mimetype and the second (pdb) is the file-extension of the files we want to bind. So now we have our new mime-type and bound it to files with the extension *.pdb. How do we tell Cacko to launch this files with FBReader? For this part we have to edit FBReaders .desktop file, /opt/QtPalmtop/apps/Applications/FBReader.desktop here we add 2 new lines:
MimeType=application/pdb MimeTypeIcon=FBReader
The first line tells FBReader to open for all files of type application/pdb (we could add more mimetypes seperated by semicolon). The second line sets FBReaders Icon for all files we associated with FBReader. So finally we have to restart QTopia for the changes to take effect (possible from the Shutdown-app in the Settings-Tab)
All things in this section can seriously damage your Zaurus, delete all your data or do other horrible things. Use this at your own risk! I can not be held responsible for any damage caused by the tips written here
The service menu is normally not made for the end user, so be careful when using it. It holds all kind of hardware tests, along with one really usefull feature: The NAND Backup. As the name suggests, this makes a backup of the whole internal Flash memory, including partitioning and all data. But before we use this lets see how we get into the Service Menu:
So now lets see how to make a NAND-Backup:
and now how to restore a NAND-Backup WARNING! this deletes all data currently in the Internal Flash!: