wiki:QtMokoInstalationEN

Version 4 (modified by Martin Kolman, 14 years ago) (diff)

--

Installing modRana on QtMoko

This walkthrough was provided by Kulich, thanks !

First of all, install the gpsd and libgps17 packages

Download the generic *.deb modRana package:  
"wget http://nlp.fi.muni.cz/trac/gps_navigace/attachment/wiki/SystemDownload/modrana-0.10_all_SVN.deb?format=raw"

rename it 
"cp modrana-0.10_all_SVN.deb?format=raw modrana-0.10_all_SVN.deb"

start the installation
"dpkg -i modrana-0.10_all_SVN.deb"

...which ends with an error because of missing dependencies, running apt-get will then install all the missing dependencies and modRana
"apt-get -f install"

Everything that was needed should be now installed.

Now: how to add modRana to OX menu

edit this file:
"nano /opt/qtmoko/etc/qx/favourites.conf" 
and add on the end of the line alist ", modrana" '''don't forget the space before modRana'''

then edit another file:
"nano /opt/qtmoko/etc/qx/profiles.conf"
 
and add to the end of the file this:

[modrana]
antidim=false
antisuspend=true
gps=true
init=gpsd /dev/ttySAC1
kbd=false
qvga=false
rotate=false
wm=true

And thats it :)