
mokotouch
What's MokoTouch
MokoTouch wants to be a replacement for the OM Distribution. It will contains apps for system settings and other useful apps like, mail client, Photo and Maps Viewer and maybe other fun things. It's fully written in C++ using Qt 4.6 Embedded. and it runs using Framebuffer, so no X11 Required.
MokoTouch Tech Demo
http://www.youtube.com/watch?feature=player_embedded&v=yr821OgnvYc' target='_blank'>http://img.youtube.com/vi/yr821OgnvYc/0.jpg' width='425' height=344 />
Fast Try
I've uploaded (Check the Downloads Tab) the Qt 4.6.0 Embedded (OpenMoko ARM) and MokoTouch Preview packages.
You've just to download and put the QtEmbedded-4.6.0-arm in /usr/local/Trolltech/ and MokoTouch in /usr/local/ then just type ./run-mokotouch.sh
How to Compile Qt for OpenMoko
Download and Unpack the ARM Toolchain * wget http://mokotouch.googlecode.com/files/arm-toolchains.tar.bz2 * cd /opt/ * tar xjvf arm-toolchains.tar.bz2
Download (qt.nokia.com), Unpack and Compile the Qt Embedded * tar xzvf qt-everywhere-opensource-src-4.x.x.tar.gz * PATH=/opt/toolchains/arm920t-eabi/bin/:$PATH * ./configure -embedded arm -v -qt-mouse-tslib -I /opt/toolchains/arm920t-eabi/arm-angstrom-linux-gnueabi/include/ -L /opt/toolchains/arm920t-eabi/arm-angstrom-linux-gnueabi/lib * make && make install