maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Ovi Maps Extra Features - Now with voice guidance (early development) (https://talk.maemo.org/showthread.php?t=66985)

Blaizzen 2011-04-15 15:03

Re: Ovi Maps Extra Features - Now with voice guidance (early development)
 
Quote:

Originally Posted by cheve (Post 989088)
fyi, I found it. The voice file, english_f, given in http://discussions.europe.nokia.com/...ht/true#M28220, this link was mentioned in post # 321 of this thread, contains a set of three .lua instead of just the config.xml


cheers,

Thanks! These files are a tonne easier to use, they even have the maneuver functions all written out already. I'll definetly try to use these instead of the old config.xml version (as its a massive headache to figure it out).

thanks again :)

Blaizzen 2011-04-15 15:08

Re: Ovi Maps Extra Features - Now with voice guidance (early development)
 
1 Attachment(s)
Quote:

Originally Posted by mscion (Post 989094)
Hi. I finally downloaded OMserver and gave it a try. I like the the idea of using OMserver so thanks for the effort. Some things I noticed: When I use the imperial units the initial directions do not make sense. For example, it might say "fifty quarter mile". The "fifty" is not needed. When I switch to metric the initial directions are then " 300 meters" which was ok. Anyways, this did not happen with the previous version. (Note a quarter mile is about 402 meters which is close enough...I guess...). The second thing I noticed is that I am not allowed to route without enabling OMserver. Is this by design? Finally, although the ovi maps is not too bad in general it gave me terrible directions for this test run! Good thing I knew where I was going...

I'll look into the imperial units thing, thanks for that :D

As for the routing without OMVS, its mainly due to a small change in the html code that causes all searches to be sent to OMVS (http://localhost:9999 etc). This was to implement the offline POI feature mentioned above. I understand it means that people can't use OviMaps without having the server running, so i've attached here a copy of index.html without the change (hence allowing searching without omvs, but doesn't allow offline POI searches).

Lastly, yea this ovi maps does suck at routing. It always takes me the long way for some unknown reason... sadly I have no power over that, so I can't change anything :(


Thanks for the bugs though :)

cheve 2011-04-15 16:03

Re: Ovi Maps Extra Features - Now with voice guidance (early development)
 
It seems to me that tracking is stopped when ovi map is running in the background. May be this is by-design with OVI map itself?

mscion 2011-04-15 20:11

Re: Ovi Maps Extra Features - Now with voice guidance (early development)
 
Quote:

Originally Posted by Blaizzen (Post 989134)
I'll look into the imperial units thing, thanks for that :D

As for the routing without OMVS, its mainly due to a small change in the html code that causes all searches to be sent to OMVS (http://localhost:9999 etc). This was to implement the offline POI feature mentioned above. I understand it means that people can't use OviMaps without having the server running, so i've attached here a copy of index.html without the change (hence allowing searching without omvs, but doesn't allow offline POI searches).

Lastly, yea this ovi maps does suck at routing. It always takes me the long way for some unknown reason... sadly I have no power over that, so I can't change anything :(


Thanks for the bugs though :)


Hmm... I tried the new index file but it did not work. I still need OMVS to route. Not a big deal in itself... The overall functionality is still better.

godofwar424 2011-04-17 10:52

Re: Ovi Maps Extra Features - Now with voice guidance (early development)
 
Any chance of you guys somehow making Ovi maps more portrait friendly? Or will that cause you to breach the whole closed source crap?

vivmak 2011-04-17 11:23

Re: Ovi Maps Extra Features - Now with voice guidance (early development)
 
OM Voice server is not starting up after installing update on the SSU features update today, can anyone help?

following messgae run from terminal
/ # ./home/opt/maemo/omvoiceserver
Maemo applications must be run with the run-standalone.sh script!
QGtkStyle was unable to detect the current GTK+ theme.
Segmentation fault

janszoon 2011-04-18 07:03

Re: Ovi Maps Extra Features - Now with voice guidance (early development)
 
Hi guys thanks for all the goodwork.using the Ovi maps on the weekend made me realise what a nice app it is......so I decided today to get the new features and voice activated.

I'm coming in being an early adopter to Modrana so I'm familiar with the voice nav via espeak.

I'm running PR 1.3

I followed Jiri's instructions line by line.

but figured I didnt need 1.1 (get espeak) as I already had it installed. I followed the rest of the steps successfully...but just 'clicked to unzip' at step 6.1 which created a /english_us/english_us folder in folder. So using SSH I moved the files up a level and deleted the extra folder.

I figured 6.3 is optional if language is to remain english US ?

Skipped 7 too as I was not sure about that?

Anyway - all the new features are there in the Ovi Maps, but no voice.

troubleshooting steps:
1) Downloaded OMVoiceServer, then under options browsed to /english_us/english_us_male folder as the voice file.
2) Changed my local from UK English/region New Zealand to US / US
3) Tested espeak was working via terminal (yes)
4) Tested espeak via OmVoiceserver (YES)

Not sure but I've cocked something up in the steps...

does anyone have help for this novice?

thanks so much,

Blaizzen 2011-04-18 10:50

Re: Ovi Maps Extra Features - Now with voice guidance (early development)
 
Quote:

Originally Posted by godofwar424 (Post 990422)
Any chance of you guys somehow making Ovi maps more portrait friendly? Or will that cause you to breach the whole closed source crap?

Its dependant mainly on CSS code. If anyone is good at CSS, it can be done. Sadly I'm not, so it won't be included in any release I do.

Quote:

Originally Posted by vivmak (Post 990440)
OM Voice server is not starting up after installing update on the SSU features update today, can anyone help?

following messgae run from terminal
/ # ./home/opt/maemo/omvoiceserver
Maemo applications must be run with the run-standalone.sh script!
QGtkStyle was unable to detect the current GTK+ theme.
Segmentation fault

Seems odd. I'm running the latest SSU and its been running fine. I tried running it from terminal also and it worked fine. Sorry I have no idea... maybe uninstall and reinstall? :( Let me know if you find anything

Quote:

Originally Posted by janszoon (Post 990864)
Hi guys thanks for all the goodwork.using the Ovi maps on the weekend made me realise what a nice app it is......so I decided today to get the new features and voice activated.

I'm coming in being an early adopter to Modrana so I'm familiar with the voice nav via espeak.

I'm running PR 1.3

I followed Jiri's instructions line by line.

but figured I didnt need 1.1 (get espeak) as I already had it installed. I followed the rest of the steps successfully...but just 'clicked to unzip' at step 6.1 which created a /english_us/english_us folder in folder. So using SSH I moved the files up a level and deleted the extra folder.

I figured 6.3 is optional if language is to remain english US ?

Skipped 7 too as I was not sure about that?

Anyway - all the new features are there in the Ovi Maps, but no voice.

troubleshooting steps:
1) Downloaded OMVoiceServer, then under options browsed to /english_us/english_us_male folder as the voice file.
2) Changed my local from UK English/region New Zealand to US / US
3) Tested espeak was working via terminal (yes)
4) Tested espeak via OmVoiceserver (YES)

Not sure but I've cocked something up in the steps...

does anyone have help for this novice?

thanks so much,

Jiri's steps and the OMVoiceServer are different. Jiri's instructions use the python server, which OMVS has replaced. With OMVS you'll need a different html file also try these instructions:
http://wiki.maemo.org/Ovi_Maps_Extra...latest_version

If your using Jiri's method, did you download and run the python server? Step 6.3 is to change the location of the files. For my N900, as I placed my sound files in a different location, I changed the location in the server. For step 7, I have no clue :p but I assume its to run the server. I usually just type "python speak.py" as my server was placed under user/home.

With OMVS, you will need to configure the location of the sound files (but it has a GUI so its a lot easier) and change the html file (as it uses a different method of sending information), then just run the server and ovi maps and route somewhere :D

Let me know if you need more help :)

vivmak 2011-04-18 12:36

Re: Ovi Maps Extra Features - Now with voice guidance (early development)
 
Quote:

Originally Posted by Blaizzen (Post 990995)

Seems odd. I'm running the latest SSU and its been running fine. I tried running it from terminal also and it worked fine. Sorry I have no idea... maybe uninstall and reinstall? :( Let me know if you find anything

I have uninstalled and resintalled few times now with the same error. What is "Segmentation fault"

ScarCow 2011-04-18 14:17

Re: Ovi Maps Extra Features - Now with voice guidance (early development)
 
@Vivimak, try 'run-standalone.sh /home/opt/maemo/omvoiceserver' in terminal. Segmentation fault is like run-time error in windows.


By the way, for me the gui for omvoiceservice doesn't start. Even if i try from commmand line, it runs the program (i can see it in ps), but no gui and no error or any kind of message. Any idea why this might be?

-sc


All times are GMT. The time now is 17:56.

vBulletin® Version 3.8.8