Editing ModRana

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
<div class="messagebox" style="border: 1px black dashed; float: right; width: 250px; margin-left: 10px; padding:10px;">'''modRana'''<br>[[Image:ModRana-icon.png]]
+
= modRana =
-
ModRana is a flexible GPS navigation system for mobile Linux devices.<br><br>
+
ModRana is a flexible GPS navigation system for mobile Linux devices.
-
Section: user/navigation <br>
+
-
Maintainers: Martin Kolman <br>
+
-
TMO-Thread: [http://talk.maemo.org/showthread.php?t=58861  Link] <br>
+
-
Package: [http://maemo.org/packages/view/modrana/ Link] <br>
+
-
Bugtracker: [http://modrana.org/trac/report/1 Link] <br>
+
-
</div>
+
-
 
+
-
== Feature overview ==
+
-
 
+
-
[[image:ModRana_gui.png|thumb|480px|A guide to the modRana GUI]]
+
-
[[image:ModRana_overlay.png|thumb|480px|Map overlay with a route to a local search result (a restaurant)]]
+
-
[[image:ModRana_main_menu.png|thumb|480px|The finger friendly main menu]]
+
-
[[image:ModRana_route_profile.png|thumb|480px|Route elevation profile - the vertical line shows the current position on the route]]
+
-
 
+
-
'''GUI'''
+
-
* big, finger friendly buttons
+
-
* automatic landscape/portrait rotation
+
-
'''map display '''
+
-
* from map tiles
+
-
* semi-transparent layer-over-layer overlay is supported
+
-
* map scaling (2X, 4X)
+
-
* automatic map rotation
+
-
'''tile download'''
+
-
* automatic (can be turned off)
+
-
'''batch tile download'''
+
-
* current area, area currently shown on map, area ''around a tracklog''
+
-
* ''radius'' and ''zoomlevel range'' can be set
+
-
* fully threaded, can be run in background, completion is signalized by a notification
+
-
'''tile storage'''
+
-
* compatible with TangoGPS
+
-
* optional sqlite tile storage (massive space savings)
+
-
'''online routing'''
+
-
* using Google Directions
+
-
* Point2Point, Adress2Address, to POI, Combined
+
-
* detailed route info
+
-
* ''result can be saved as a GPX tracklog''
+
-
* multilingual (English, Czech, Russian, ''Chinese'', Spanish, German, ...)
+
-
 
+
-
'''offline routing'''
+
-
* searches for routes without the need for Internet connection
+
-
* routing is much faster than online routing
+
-
* mode based results (Car, Walk, Cycle; Bus & Train get results for Car)
+
-
* uses monav-server as backend
+
-
* directions are currently quite basic
+
-
* see the [[ModRana_offline_routing_guide|modRana offline routing guide]] for more information
+
-
 
+
-
'''Turn-by-turn navigation with voice directions'''
+
-
* turn description shown per-turn with big friendly letters
+
-
* navigation info box can by hidden into a button
+
-
* voice directions work even when the screen is off
+
-
* voice output can be turned off
+
-
* power-users can edit voice parameters using the "manual" mode
+
-
'''tracklogs'''
+
-
* in GPX format
+
-
* optimized track display
+
-
* ''route elevation profile''
+
-
* elevation data download from Geonames
+
-
'''track logging'''
+
-
* configurable
+
-
* statistics
+
-
* ''directly to GPX''
+
-
'''online POI search'''
+
-
* using Google Local Search
+
-
* search for ATMs, Pizza, WiFi, Landmarks, EV charging stations, etc.
+
-
* ''addresses and telephone numbers'' for results
+
-
* around current position, live distance display
+
-
* custom query support
+
-
'''POI '''
+
-
* you can save as a POI:
+
-
** your current position
+
-
** a point on the map
+
-
** local search results
+
-
** manually entered coordinates
+
-
* easily accessible ''routing from current position to POI''
+
-
* easy stored POI modification
+
-
* categories
+
-
* CSV export
+
-
'''configurable UI'''
+
-
* configurations are ''per mode'' (bike,car,bus,walking,train,etc.)
+
-
* ''size and position of all UI elements can be customized''
+
-
* using the main config file
+
-
* interactive configuration <- PLANED
+
-
'''information widgets'''
+
-
* semi transparent
+
-
* time, speed, stats, coordinates, route profile, distance remaining, etc.
+
-
* also per mode
+
-
* same config
+
-
* also should be interactively configurable in the future
+
-
 
+
-
== Roadmap ==
+
-
See the [[modRana_Roadmap| roadmap]] wiki page for the current modRana roadmap. In short, the main item on the current roadmap is a new Qt based GUI, in addition to the current GTK based one.
+
-
 
+
-
== Supported devices ==
+
-
=== Maemo 5 @ N900 ===
+
-
ModRana is conveniently available directly from the location&navigation category in Extras-Devel.
+
-
 
+
-
=== MeeGo 1.2 @ N9,N950 ===
+
-
Porting to Harmattan is a work in progress - see the [[modRana_Roadmap| roadmap]] for more info. It is already possible to run modRana with the currently available GTK GUI but it should be much more usable once the Qt based GUI is in a usable state.
+
-
 
+
-
=== SHR @ OpenMoko Neo FreeRunner ===
+
-
ModRana also runs on this good-old open hardware smartphone, get packages from the [http://modrana.org/trac/wiki/SystemDownloadEN#shr| Neo download section].
+
-
 
+
-
=== Manual installation ===
+
-
First make sure you have the core dependencies:
+
-
* Python 2.5+
+
-
* GTK
+
-
* CAIRO
+
-
* PyGTK
+
-
There are also some optional dependencies that modRana will use if available:
+
-
* espeak - for voice output
+
-
 
+
-
Then download the [http://modrana.org/trac/wiki/SystemDownloadEN#tarball| tarball], unpack it somewhere and run the '''modrana.py''' file.
+
-
You can make modRana use a specific device module by suppliing a command line argument:
+
-
* neo - modRana will use the Neo FreeRunner device module
+
-
* n900 - modRana will use the N900 device module
+
-
* android_chroot - modRana will use the device module for Android  chroot
+
== Resources ==
== Resources ==
-
* [https://github.com/M4rtinK/modrana| modRana source code repository] [github.com]
+
[http://www.modrana.org| modRana project homepage]
-
* [http://www.modrana.org| modRana project homepage] [modrana.org]
+
[http://talk.maemo.org/showthread.php?t=58861&page=93| modRana thread on talk.maemo.org]
-
* [http://talk.maemo.org/showthread.php?t=58861&page=93| modRana thread on talk.maemo.org] [maemo.org]
+
-
* [http://maemo.dadablog.net/AppStats.php?package=modrana&os=fremantle unofficial download statistics]
+
-
 
+
-
* [[Navigation Tools]]
+
-
* [http://wiki.maemo.org/Setting_modrana_to_use_voice_navigation_with_mbrola How to set up modrana to use the mbrola high quality voice navigation]
+
-
* [http://wiki.maemo.org/ModranaOsmTagsForSearchPresets OSM tag mapping for modRana search presets]
+
-
 
+
-
[[Category:N900]]
+
-
[[Category:N9]]
+
-
[[Category:N950]]
+
-
[[Category:Software]]
+
-
[[Category:GPS]]
+
-
[[Category:ModRana]]
+

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)