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)

firefox 2010-01-25 15:04

Re: Navit on N900
 
i am a developer (no navit developer), but i think schnebeck is right. we should have the same code basis and work together to get navit stable on the n900. So developer can do improvements and patches and end user help with testing.

svalavuo 2010-01-25 15:15

Re: Navit on N900
 
I'm willing to test this. How can I give some usable information about segfaults.
Software starts and I can browse around, but when I tap the screen it segfaults. :(

LazyFox 2010-01-25 15:38

Re: Navit on N900
 
Garmin Maps !? Anybody?

schnebeck 2010-01-25 15:47

Re: Navit on N900
 
Quote:

Originally Posted by LazyFox (Post 493763)
Garmin Maps !? Anybody?

http://wiki.navit-project.org/index.php/Garmin_maps

Trek1701 2010-01-25 19:17

Re: Navit on N900
 
Quote:

Originally Posted by bijoux (Post 493025)
I can't get speech to work this way i.e. via /home/user/.navit/speech.xml, navit complains about syntax error. I have to put the entry in /etc/navit/navit.xml:

<!-- <speech type="espeak" enabled="yes"/> -->
<speech type="cmdline" data="echo '%s' | espeak -ven+m2+croak" cps="10"/>
<!-- <xi:include href="/home/user/.navit/speech.xml"/> -->

Please, try this on terminal to test if espeak is working properly:

Code:

espeak -ven hello
If you don't hear the "hello" word you have a problem with espeak.

bijoux 2010-01-26 01:39

Re: Navit on N900
 
I hear it. I have no problem with espeak, in fact, speech is working when I use cmdline as the speech type. It is when I use the speech.xml includes I get the syntax error:

in navit.xml:

<speech type="espeak" enabled="yes"/>
<!-- <speech type="cmdline" data="echo '%s' | espeak -ven+m2+croak" cps="10"/> -->
<xi:include href="/home/user/.navit/speech.xml"/>


n900:~# navit
navit:speech_new:wrong type 'espeak'
navit:main_real:Error parsing '/etc/navit/navit.xml': Error on line 1 char 1: Document must begin with an element (e.g. <book>) at line 1, char 1
at line 388, char 67

Do you see anything I can't?

Quote:

Originally Posted by Trek1701 (Post 494145)
Please, try this on terminal to test if espeak is working properly:

Code:

espeak -ven hello
If you don't hear the "hello" word you have a problem with espeak.


schnebeck 2010-01-26 06:43

Re: Navit on N900
 
Quote:

Originally Posted by bijoux (Post 494785)
in navit.xml:

<speech type="espeak" enabled="yes"/>
<!-- <speech type="cmdline" data="echo '%s' | espeak -ven+m2+croak" cps="10"/> -->
<xi:include href="/home/user/.navit/speech.xml"/>


n900:~# navit
navit:speech_new:wrong type 'espeak'
navit:main_real:Error parsing '/etc/navit/navit.xml': Error on line 1 char 1: Document must begin with an element (e.g. <book>) at line 1, char 1
at line 388, char 67

Do you see anything I can't?

Please try
Code:

<speech type="espeak" enabled="no"/>
<xi:include href="/home/user/.navit/speech.xml"/>

in navit.xml. You want to use cmdline and not espeak ;-)

bijoux 2010-01-26 07:41

Re: Navit on N900
 
hmm... I still get the syntax error I mentioned above. Any ideas?

cesman 2010-01-26 08:44

Re: Navit on N900
 
Quote:

Originally Posted by Trek1701 (Post 492568)
Ok, I download Navit from svn and compiled myself to get the problematic png files and uploaded then:
http://ifile.it/436urz0

Where should one place the pngs?

Thanks,

cesman

schnebeck 2010-01-26 10:25

Re: Navit on N900
 
Quote:

Originally Posted by bijoux (Post 495054)
hmm... I still get the syntax error I mentioned above. Any ideas?

> parsing '/etc/navit/navit.xml': Error on line 1 char 1:

You have deleted the first char of navit.xml, I guess


All times are GMT. The time now is 09:49.

vBulletin® Version 3.8.8