Changes between Initial Version and Version 1 of QtMokoInstalationEN


Ignore:
Timestamp:
May 31, 2010, 3:03:36 PM (14 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QtMokoInstalationEN

    v1 v1  
     1= Installing modRana on !QtMoko =
     2
     3This walkthrough was provided by '''Kulich''', thanks !
     4
     5
     6
     7{{{
     8Download 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
     11rename it
     12"cp modrana-0.10_all_SVN.deb?format=raw modrana-0.10_all_SVN.deb"
     13
     14start 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
     20Everything that was needed should be now installed.
     21
     22Now: how to add modRana to OX menu
     23
     24edit this file:
     25"nano /opt/qtmoko/etc/qx/favourites.conf"
     26and add on the end of the line alist ", modrana" '''don't forget the space before modRana'''
     27then edit another file:
     28"nano /opt/qtmoko/etc/qx/profiles.conf"
     29and add to the end of the file this ->
     30
     31[modrana]
     32antidim=false
     33antisuspend=true
     34gps=true
     35init=gpsd /dev/ttySAC1
     36kbd=false
     37qvga=false
     38rotate=false
     39wm=true
     40
     41And thats it :)
     42}}}
     43