= Download = [[PageOutline]] == Installation package for Maemo 5 on the Nokia N900 == [http://nlp.fi.muni.cz/trac/gps_navigace/attachment/wiki/SystemDownload/modrana-0.10_maemo_SVN.deb?format=raw modrana-0.10_maemo_SVN.deb] * packages '''python2.5''' and '''python-gtk2''' from the standart repositories should be installed first * for GPS support install the '''python-location''' package * it is also recomanded t install the '''python-simplejson''' package, modRana includes a pure-python version of simplejson, but distribution package should include compiled c accleration code and could be faster * modRana will be installed to ''/opt/modrana'', this folder also includes the configuration files * tiles are stored in ''/home/user/MyDocs/.modRana_tiles/'' (a hidden folder) == Installation package for SHR on the Neo !FreeRunner == [http://nlp.fi.muni.cz/trac/gps_navigace/attachment/wiki/SystemDownload/modrana_0.10_all.ipk?format=raw modrana_0.10_all.ipk] [wiki:QtMokoInstalation a walkthrought for intalation on QTMoko (in czech)] * in default configuration, tiles are stored in '''''/usr/share/modrana/cache/images''''', because the on device space is limited, it is advised to store the tiles on the memory card, the path can be modified in '''''user_config.conf''''' in the modRana main folder * modRana stores tiles in the same way as TangoGPS, a single tile folder can be shared * map layers can be configured in '''''map_config.conf''''' in the main modRana folder * '''''Mapy folder sharing configuration example''''': * our TangoGPS tiles are stored in '''''/home/root/Maps''''', f.e. a !OpenStreetMap layer in '''''/home/root/Maps/OSM''''' * we set tile_folder in user_config.conf to '''''/home/root/Maps''''' * then we set the !openStreetMap layer prefix '''''OSM''''' ('''''/home/root/Maps/OSM''''' -> '''''OSM''''') * modRana will then use for !OpenStreetMap layer tiles this path: '''''/home/root/Maps''''' + '''''OSM''''' -> '''''/home/root/Maps/OSM''''' == Installation package for Ubuntu and Debian == [http://nlp.fi.muni.cz/trac/gps_navigace/attachment/wiki/SystemDownload/modrana-0.10_all_SVN.deb?format=raw modrana-0.10_all_SVN.deb] == ''Tarball'' == This archive containes an universal version of modRana: [http://nlp.fi.muni.cz/trac/gps_navigace/attachment/wiki/SystemDownload/modrana-0.10_SVN.tar.gz?format=raw modrana-0.10_SVN.tar.gz] * just unpack and run modrana.py * prerequisites: '''python''' (cca '''2.5'''+), '''GTK2''' and '''Cairo''', optionally '''Simplejson''' == A simple script for testing internet connectivity == [http://nlp.fi.muni.cz/trac/gps_navigace/attachment/wiki/SystemDownload/test_internet_connectivity.py?format=raw test_internet_connectivity.py] This is a CLI script for testing the availability of internet connectivity. == Changelog == === * modrana V0.10 * === * nové ukazatele zbývající času a vzdálenosti na trase * vylepšený OSD výškový profil * intuitivnější aktivace zobrazení tras === * modRana V0.09 * === * balíček pro Ubuntu/Debian na PC === * modRana V0.08 * === * zadávání textu * routování z adresy na adresu * vyhíbání se mýtu a dálnicím při routování === * modRana V0.07 * === * překrývání mapových vrstev s nastavením průhlednosti * OSD widget zobrazující profil trasy * je třeba aktivovat trasu v '''tools -> set active''' * na Neu je třeba vymazat starý soubor s keší '''''cache/tracklogs/tracklog_cache.txt''''', aby to fungovalo '''po upgrade''' ze starší verze * zobrazení aktuální pozice na profilu trasy * teoreticky teď lze zobrazovat mapu, i když není možné uložit mapové dílce na disk/do perzistentní paměťi === * modRana V0.06 * === * the map is now more sharp and uninteruped * GPS on the N900 was confirmed as working === * modRana V0.05 * === * Neo FreeRunner package * TangoGPS compatible tile storage * map layer configuration in map_config.conf * improved batch tile download === * modRana V0.04 * === * N900 GPS support * fully configurable user interface (using the ''user_config.conf'' config file) * each profile can have a custom UI * size and position of UI buttons and elements can be changed * size and position of information widgets can be configured * information widgets: time, speed, speed statistics, route profile, coordinates... * tiles folder can be set from the config file * on the N900 ''/home/user/MyDocs/modRana_tiles/'', is used (to modify the tile folder path on N900, change it in the N900 section) * position indicator indicator * by using the first CLI argument, the current device type can signalized to modRana * for now, its is used mainly for N900 specific features or initial screen/window resolution * supported codes: n900, neo, n95, eee, q7, square, ipaq * potecially faster method for loading map tiles * improved threading support (thanks ivir for feedback)