A port of Winzig for the Nokia 770

About

Winzig is a suite of PIM style applications written in Python/GTK. It works not only on the Nokia 770 but also on desktop Linux installations and even on Windows.

Winzig Screenshot

Since my attempts to use GPE weren't very successful (well, the synchronisation drives me mad, and where's the point in using a PIM application without sync-ing to the desktop? But I'm working on that too, slowly) and the original port of Winzig for the ITOS2005 version of the Nokia 770 software didn't work any longer, I thought I'll give it a whirl and came up with the package below.

Prerequesites

Since Winzig is a Python application, you'll need to install the PyMaemo packages, see the FAQ in the Maemo Wiki.

Installation

Just download the attached package and install it with the application manager. Note: the package only works with the ITOS2006 release of the Maemo platform!

Usage

Start Winzig from the menu (extras -> Winzig) and use it, it should be pretty much self-explaining. The data will be stored in $HOME/.winzig

Changelog

Port Status

Synchronisation and desktop usage

After using Winzig on the Nokia 770 once, copy the $HOME/.winzig directory to your desktop machine, e.g. by using Unison to sync it to $HOME/Nokia770/.winzig. Download the Winzig tarball and extract it wherever you like, e.g. to /usr/local/lib/Winzig. Then put the following script (stripped down version of the one in the Maemo package, adjust the directories to your needs) somewhere into your PATH, e.g. /usr/local/bin/winzig:

#!/bin/sh
WINZIG_DIR=/usr/local/lib/Winzig
# beware the trailing slash, it's needed
WINZIG_DATA_PATH="$HOME"/Nokia770/.winzig/

export WINZIG_DATA_PATH

exec $WINZIG_DIR/winzig.py

Run winzig and enjoy. After that it's just a matter of sync-ing on a regular basis, e.g. before leaving your office/home and when coming back. Smiling

Todo

Disclaimer

This package is provided without any warranties, use it on your own risk. Feedback is very welcome, feel free to use the feedback form or add comments below.