|
2011-06-17
, 21:05
|
Posts: 1 |
Thanked: 1 time |
Joined on Jun 2011
|
#512
|
The Following User Says Thank You to Omer For This Useful Post: | ||
|
2011-06-23
, 22:14
|
Posts: 88 |
Thanked: 63 times |
Joined on Feb 2008
@ Solingen; Germany
|
#513
|
|
2011-06-25
, 17:24
|
Posts: 101 |
Thanked: 150 times |
Joined on Oct 2007
@ Stuttgart, Germany
|
#514
|
|
2011-06-27
, 15:39
|
Posts: 88 |
Thanked: 63 times |
Joined on Feb 2008
@ Solingen; Germany
|
#515
|
The Following User Says Thank You to thopiekar For This Useful Post: | ||
|
2011-07-03
, 13:16
|
Posts: 101 |
Thanked: 150 times |
Joined on Oct 2007
@ Stuttgart, Germany
|
#516
|
The Following User Says Thank You to rdorsch For This Useful Post: | ||
|
2011-07-04
, 04:38
|
Posts: 5 |
Thanked: 2 times |
Joined on Jul 2011
|
#517
|
Thanks Rainer. I've been using modrana for a while as it has generally met my needs but i haven't given up on the hope of a polished vector map app. I installed from your repo using the freetype-navit option and tested this newer release of navit.
This release seems stable and the search actually appears to work in a reasonable way now. I also tried the QML UI, which i haven't been able to make work previously. The QML UI fixes three problems:However, it also brings some problems of its own, specifically there are textbox focus and layout problems in the menus, and a few options seem to be missing.
- Using standard X close icon properly exits the program.
- Full screen button works and doesn't cause a crash.
- Keyboard works.
It would be interesting to know whether the qtpainter or gtk renderer is faster (any volunteers to benchmark?), and likewise whether the qml or internal GUI is better when properly configured. I suspect it wouldn't be too hard to fix most of the issues with the QML -- perhaps simply a matter of tweaking the skin or enabling svg.
Here are simple instructions for installation. With a repo available it's definitely the easiest it has been. Unfortunately, configuration is still the hardest part.
This should be used instead of my earlier script-based instructions from last year
To install:* This is if you intend to use qpainter and QML. If you mark the navit package only, it will pull in the default navit-gui-internal and gtk renderer packages iirc. There's no harm in installing all of them if you want to try different renderers or GUIs.
- Add the repository to the sources list in FAPman (Manage repositories) as follows:
URL http://bokomoko.de/~rd/maemo/
Distribution unstable/
Components (leave empty)
Don't forget to enable the repo with the checkbox at the bottom!- Choose "Install Applications"
- Click on the C icon (Category filter) and scroll down to select All packages (ADVANCED)
- Type "navit" to find packages
- Mark libfreetype6-navit, navit, navit-graphics-qt-qpainter, navit-gui-qml for install*
- Install.
At this point you have a working install of navit, but need to configure it and download a map from the Navit Planet Extractor. Make sure you grab as small a map as will meet your needs, because the size of the map definitely affects navit performance. You can get multiple maps and enable/disable them as needed.
You will need to grab one of the configuration file archives kicking around here and uncompress them to /home/user/.navit (aka ~/.navit). Then modify maps.xml to point to the map that you downloaded to or copied to your N900, and modify navit.xml to choose the appropriate renderer and GUI. You should be able to do so following the existing file and comments. I recommend leafpad for this. Be sure not to do any of this as root!
For QML we have to specify the skin and icon directory as described on the navit wiki. The QML line will end up looking something like this:
Good luck!Code:<gui type="qml" enabled="yes" source="/opt/navit/share/navit/skins" icon_src="/opt/navit/share/navit/xpm/" />
Edit: You will need to download new maps if yours are as old as mine were. If navit opens and you see the map display before it crashes, the map format is the problem.
The Following User Says Thank You to faktorqm For This Useful Post: | ||
|
2011-07-04
, 07:21
|
Posts: 20 |
Thanked: 24 times |
Joined on Nov 2010
|
#518
|
|
2011-07-04
, 11:54
|
Posts: 29 |
Thanked: 23 times |
Joined on Jan 2009
@ Macedonia
|
#519
|
The Following User Says Thank You to kovach For This Useful Post: | ||
|
2011-07-04
, 16:23
|
Posts: 5 |
Thanked: 2 times |
Joined on Jul 2011
|
#520
|
<mapset> <map type="binfile" enabled="yes" data="/path/to/your/map/my_Navit_map.bin" /> </mapset>
The Following User Says Thank You to faktorqm For This Useful Post: | ||
Tags |
navigation, navit, nokia n900, openstreetmap |
|
This release seems stable and the search actually appears to work in a reasonable way now. I also tried the QML UI, which i haven't been able to make work previously. The QML UI fixes three problems:
- Using standard X close icon properly exits the program.
- Full screen button works and doesn't cause a crash.
- Keyboard works.
However, it also brings some problems of its own, specifically there are textbox focus and layout problems in the menus, and a few options seem to be missing.It would be interesting to know whether the qtpainter or gtk renderer is faster (any volunteers to benchmark?), and likewise whether the qml or internal GUI is better when properly configured. I suspect it wouldn't be too hard to fix most of the issues with the QML -- perhaps simply a matter of tweaking the skin or enabling svg.
Here are simple instructions for installation. With a repo available it's definitely the easiest it has been. Unfortunately, configuration is still the hardest part.
This should be used instead of my earlier script-based instructions from last year
To install:
- Add the repository to the sources list in FAPman (Manage repositories) as follows:
- Choose "Install Applications"
- Click on the C icon (Category filter) and scroll down to select All packages (ADVANCED)
- Type "navit" to find packages
- Mark libfreetype6-navit, navit, navit-graphics-qt-qpainter, navit-gui-qml for install*
- Install.
* This is if you intend to use qpainter and QML. If you mark the navit package only, it will pull in the default navit-gui-internal and gtk renderer packages iirc. There's no harm in installing all of them if you want to try different renderers or GUIs.URL http://bokomoko.de/~rd/maemo/
Distribution unstable/
Components (leave empty)
Don't forget to enable the repo with the checkbox at the bottom!
At this point you have a working install of navit, but need to configure it and download a map from the Navit Planet Extractor. Make sure you grab as small a map as will meet your needs, because the size of the map definitely affects navit performance. You can get multiple maps and enable/disable them as needed.
You will need to grab one of the configuration file archives kicking around here and uncompress them to /home/user/.navit (aka ~/.navit). Then modify maps.xml to point to the map that you downloaded to or copied to your N900, and modify navit.xml to choose the appropriate renderer and GUI. You should be able to do so following the existing file and comments. I recommend leafpad for this. Be sure not to do any of this as root!
For QML we have to specify the skin and icon directory as described on the navit wiki. The QML line will end up looking something like this:
Edit: You will need to download new maps if yours are as old as mine were. If navit opens and you see the map display before it crashes, the map format is the problem.
Unofficial PR1.3/Meego 1.1 FAQ
Accelemymote: make your accelerometer more joy-ful
Last edited by Flandry; 2011-06-18 at 02:46. Reason: Typo