The Following User Says Thank You to Dark_Angel85 For This Useful Post: | ||
|
2011-06-15
, 04:13
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#472
|
my OVi maps takes 20 seconds to load. is this normal? can it be improved in any way?
This is really great modification for Ovi Maps! I managed to get sound navigation to work in english and german. However when I try to apply finnish sound files the software (OM Voice Server) crashes immediately. I just can't figure out how come two other languages works but not finnish. Could someone give me a hand in here?
After I relaunch Om Voice Server and check log it states
"Looking for voices in:
No voices found!
Using aplay for prerecorded sounds
Reading //config.xml"
After crash I can't browse sound folder but have to manually write the path. Voice files for finnish, german and english was downloaded from here:
http://static.s2g.gate5.de/maploadervoice/finnish.zip
0. assuming your phone locale has been set to english_us in the setup menu, otherwise change appropriately
6.2 cd /usr/share/nokia-maps/html ; ln -s /home/user/MyDocs/navigation_sounds/english_us .
when i reach that step, it says
ln: english_us/english_us: Operation not permitted
how do i get around this?
The Following User Says Thank You to Blaizzen For This Useful Post: | ||
|
2011-06-15
, 04:20
|
|
Posts: 519 |
Thanked: 123 times |
Joined on Oct 2010
@ Malaysia
|
#473
|
I'm personally not good at linux enough to say why it didn't work. Have you tried skipping the step and seeing what happens? ln is meant to make a link, so not sure how its used in the server. Sorry
|
2011-06-15
, 05:35
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#474
|
This is really great modification for Ovi Maps! I managed to get sound navigation to work in english and german. However when I try to apply finnish sound files the software (OM Voice Server) crashes immediately. I just can't figure out how come two other languages works but not finnish. Could someone give me a hand in here?
After I relaunch Om Voice Server and check log it states
"Looking for voices in:
No voices found!
Using aplay for prerecorded sounds
Reading //config.xml"
After crash I can't browse sound folder but have to manually write the path. Voice files for finnish, german and english was downloaded from here:
http://static.s2g.gate5.de/maploadervoice/finnish.zip
DOes it need an internet connection for that to work?
I'll try again and see how it works. I've skipped it and continued on but it still remains the same... I'll try again and let you know how it works
|
2011-06-15
, 06:25
|
Posts: 60 |
Thanked: 144 times |
Joined on Jan 2010
@ Philadelphia
|
#475
|
|
2011-06-15
, 07:55
|
|
Posts: 519 |
Thanked: 123 times |
Joined on Oct 2010
@ Malaysia
|
#476
|
|
2011-06-15
, 10:57
|
Posts: 1 |
Thanked: 0 times |
Joined on Jun 2011
@ Riyadh, Saudi Arabia
|
#477
|
|
2011-06-15
, 12:13
|
|
Posts: 519 |
Thanked: 123 times |
Joined on Oct 2010
@ Malaysia
|
#478
|
2. cd /usr/share/nokia-maps/html
after i enter the above command, i get the following:
cd /usr/share/nokia-maps/html: not found
Help!
The Following User Says Thank You to Dark_Angel85 For This Useful Post: | ||
|
2011-06-15
, 13:24
|
Posts: 31 |
Thanked: 38 times |
Joined on Dec 2010
|
#479
|
aplay: playback:2297: read error Playing WAVE '/home/user/MyDocs/cities/Voices/english_us/english_us_male/g5tul_002e' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono Playing WAVE '/home/user/MyDocs/cities/Voices/english_us/english_us_male/g5num_150' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono Playing WAVE '/home/user/MyDocs/cities/Voices/english_us/english_us_male/g5unt_002' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono Playing WAVE '/home/user/MyDocs/cities/Voices/english_us/english_us_male/g5tul_003e' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono Playing WAVE '/home/user/MyDocs/cities/Voices/english_us/english_us_male/g5num_150' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono Playing WAVE '/home/user/MyDocs/cities/Voices/english_us/english_us_male/g5unt_002' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono Playing WAVE '/home/user/MyDocs/cities/Voices/english_us/english_us_male/g5tul_003e' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono aplay: playback:2297: read error Playing WAVE '/home/user/MyDocs/cities/Voices/english_us/english_us_male/g5tul_003e' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono Playing WAVE '/home/user/MyDocs/cities/Voices/english_us/english_us_male/g5num_150' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono Playing WAVE '/home/user/MyDocs/cities/Voices/english_us/english_us_male/g5unt_002' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono Playing WAVE '/home/user/MyDocs/cities/Voices/english_us/english_us_male/g5tur_003e' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono
|
2011-06-16
, 22:01
|
Posts: 1 |
Thanked: 0 times |
Joined on Jun 2011
|
#480
|
1. Login to N900 as root
1.1 apt-get install espeakgui espeak libespeak espeak-data wget unzip
1.2 (optionally) espeak 'hello world' to check that it works
2. cd /usr/share/nokia-maps/html
3. mv index.html index.html.nokia; gzip index.html.nokia
4. wget http://www.pittnerovi.com/jiri/hobby...00/maps.tar.gz
5. tar zvxf maps.tar.gz; rm maps.tar.gz
6. cd /home/user/MyDocs; mkdir navigation_sounds; cd navigation_sounds; wget http://static.s2g.gate5.de/maploader...english_us.zip
6.1 unzip english_us.zip (do not rename to .wav)
6.2 cd /usr/share/nokia-maps/html ; ln -s /home/user/MyDocs/navigation_sounds/english_us .
6.3 change SOUNDPATH in speak_02.py if using different language directory
7. nohup ./speak_02.py >/dev/null &
7.1 (optionally) wget -O /dev/null http://localhost:9999/hello ; wget -O /dev/null http://localhost:9999/:g5ann_001 (to check that it works with both sampled and synthetized speach)
8. start OVI maps from the GUI.
when i reach that step, it says
ln: english_us/english_us: Operation not permitted
how do i get around this?
[N900]
1000min 1000max @ ulv
PR1.3 with CSSU latest update
Malaysian N900 user!!!