maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Navit on N900 (https://talk.maemo.org/showthread.php?t=38800)

Helmuth 2010-02-03 15:51

Re: Navit on N900
 
Are there still problems starting Navit from the Desktop?

Here is a hint from qwerty:

Quote:

Originally Posted by qwerty12 (Post 508343)
It's called not osso_initializeing() if using X-Osso-Service in the desktop file. (And, of course, having the service names matching. e.g. "com.gstar.weed" in the desktop file and the service file != "com.nokia.weed" so osso_initialize ("weed"...) doesn't work...)

You can find the post here: LINK

fred123 2010-02-03 21:15

Re: Navit on N900
 
yet again trying to compile navit.

I am useing a clean SDK VM image, I have installed nokia binaries and upgraded automake to 1.10.

Runing autogen.sh gives me the following errors
Code:

autoreconf2.50: configure.in: AM_GNU_GETTEXT_VERSION is used, but not AM_GNU_GETTEXT
configure.in:5: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:6: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:8: error: possibly undefined macro: AC_SUBST
configure.in:9: error: possibly undefined macro: AM_CONDITIONAL
configure.in:24: error: possibly undefined macro: AC_MSG_RESULT
configure.in:79: error: possibly undefined macro: AC_DEFINE
configure.in:153: error: possibly undefined macro: AM_PROG_CC_C_O
configure.in:264: error: possibly undefined macro: AC_ENABLE_SHARED
configure.in:265: error: possibly undefined macro: AC_DISABLE_STATIC
configure.in:276: error: possibly undefined macro: AC_DISABLE_SHARED
configure.in:277: error: possibly undefined macro: AC_ENABLE_STATIC
configure.in:282: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:652: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
configure.in:653: error: possibly undefined macro: AM_GNU_GETTEXT
autoreconf2.50: /scratchbox/tools/autotools/autoconf2.61/bin/autoconf failed with exit status: 1

Any suggestions?

Trek1701 2010-02-04 02:47

Re: Navit on N900
 
@fred123

Hi,
You are trying to compile the arm version, right?
If so, this is the problem that I'm facing too with automake.

Trek1701

fred123 2010-02-04 10:19

Re: Navit on N900
 
No i386 I wanted to test it on pc first.

kierencurry 2010-02-08 10:16

Re: Navit on N900
 
Hi all,

Sounds like things are flying on here and thanks to all those who are trying to make this work. Is there a summation of how to get this program up and running? I don't mind trying a bit of command line etc if that is what it takes but it looks like all of the threads on here make for a confusing set of instructions......

Any help appreciated!

All the best
K

svalavuo 2010-02-08 13:20

Re: Navit on N900
 
Hi,

Navit is nearly working :)
Launched from desktop, it works few minutes.
Launched from terminal, it works few minutes.
Launched from terminal after gainroot, it runs fine... BUT
navigation works oddly.

I'm using it in Finland and it is said in this tread that OpenStreetmaps from Finland are poor... I don't know about that but I have tried navit for few weeks and my observations are:

* I use navit from Rauma to Helsinki (about 250km - two main routes) -> navit doesn't find route (without gainroot navit segfaults after inserting route). After I have driven about 70km, suddenly navit finds a route and navigates nicely from that poit to the end.

From Helsinki to Rauma the result is the same. :(
This is not good, because I don't know my starting point (streets of Helsinki) well so I would like to have some guidance. Again after about 70 km navit comes to life.

First I thought that there is something wrong in map data around Mynämäki (about 70km from Rauma), but it doesn't explain why the route back to Rauma works through that point nicely.

Does anyone have any idea why this happens.

Another quite odd feature is that gui is different with and without gainroot. Without gainroot (from desktop or terminal) menus on top of screen are bigger than with gainroot from terminal. Why is that?

In my opinion hardware is great and navit is a great piece of software!

mele 2010-02-08 14:01

Re: Navit on N900
 
Quote:

Originally Posted by svalavuo (Post 516187)
Hi,

Navit is nearly working :)
Launched from desktop, it works few minutes.
Launched from terminal, it works few minutes.
Launched from terminal after gainroot, it runs fine... BUT
navigation works oddly.

I'm using it in Finland and it is said in this tread that OpenStreetmaps from Finland are poor... I don't know about that but I have tried navit for few weeks and my observations are:

* I use navit from Rauma to Helsinki (about 250km - two main routes) -> navit doesn't find route (without gainroot navit segfaults after inserting route). After I have driven about 70km, suddenly navit finds a route and navigates nicely from that poit to the end.

From Helsinki to Rauma the result is the same. :(
This is not good, because I don't know my starting point (streets of Helsinki) well so I would like to have some guidance. Again after about 70 km navit comes to life.

First I thought that there is something wrong in map data around Mynämäki (about 70km from Rauma), but it doesn't explain why the route back to Rauma works through that point nicely.

Does anyone have any idea why this happens.

Another quite odd feature is that gui is different with and without gainroot. Without gainroot (from desktop or terminal) menus on top of screen are bigger than with gainroot from terminal. Why is that?

In my opinion hardware is great and navit is a great piece of software!

I got the same problem. When making route from Kokkola to Vaasa Navit doesnt find route, x-term says that pos blocked.

Dont know if the problems is that even though maps has all the roads, but when is search them in navit they are not there.

AloxeCorton 2010-02-08 16:12

Re: Navit on N900
 
Quote:

Originally Posted by svalavuo (Post 516187)
Hi,

Another quite odd feature is that gui is different with and without gainroot. Without gainroot (from desktop or terminal) menus on top of screen are bigger than with gainroot from terminal. Why is that?

I imagine this is because when you use sudo gainroot, different config files from the ones found in the /home/user/.navit directory are used and thus configure the On Screen Display differently than if you launch the application as the default user.

svalavuo 2010-02-08 17:22

Re: Navit on N900
 
Quote:

Originally Posted by AloxeCorton (Post 516416)
I imagine this is because when you use sudo gainroot, different config files from the ones found in the /home/user/.navit directory are used and thus configure the On Screen Display differently than if you launch the application as the default user.

I doubt that because I only have one config (in two places, but still the same config).

mele 2010-02-09 09:31

Re: Navit on N900
 
Does anyone know what is the exact command in x-term to parse .osm maps to navit`s .bin??

I have tried bzcat map.osm.bz2 | maptool map.bin when map is packed with bzip2
and also cat map.osm | maptool map.bin when map is unpacked to .osm

process seems always to stuck at phase 2

i have installed maptool from repos


All times are GMT. The time now is 23:20.

vBulletin® Version 3.8.8