| | 1 | = Installing modRana on !QtMoko = |
| | 2 | |
| | 3 | This walkthrough was provided by '''Kulich''', thanks ! |
| | 4 | |
| | 5 | |
| | 6 | |
| | 7 | {{{ |
| | 8 | Download the generic *.deb modRana package: |
| | 9 | "wget http://nlp.fi.muni.cz/trac/gps_navigace/attachment/wiki/SystemDownload/modrana-0.10_all_SVN.deb?format=raw" |
| | 10 | |
| | 11 | rename it |
| | 12 | "cp modrana-0.10_all_SVN.deb?format=raw modrana-0.10_all_SVN.deb" |
| | 13 | |
| | 14 | start the installation |
| | 15 | "dpkg -i modrana-0.10_all_SVN.deb" |
| | 16 | |
| | 17 | ...which ends with an error because of missing dependencies, running apt-get will then install all the missing dependencies and modRana |
| | 18 | "apt-get -f install" |
| | 19 | |
| | 20 | Everything that was needed should be now installed. |
| | 21 | |
| | 22 | Now: how to add modRana to OX menu |
| | 23 | |
| | 24 | edit this file: |
| | 25 | "nano /opt/qtmoko/etc/qx/favourites.conf" |
| | 26 | and add on the end of the line alist ", modrana" '''don't forget the space before modRana''' |
| | 27 | then edit another file: |
| | 28 | "nano /opt/qtmoko/etc/qx/profiles.conf" |
| | 29 | and add to the end of the file this -> |
| | 30 | |
| | 31 | [modrana] |
| | 32 | antidim=false |
| | 33 | antisuspend=true |
| | 34 | gps=true |
| | 35 | init=gpsd /dev/ttySAC1 |
| | 36 | kbd=false |
| | 37 | qvga=false |
| | 38 | rotate=false |
| | 39 | wm=true |
| | 40 | |
| | 41 | And thats it :) |
| | 42 | }}} |
| | 43 | |