|
2011-11-01
, 12:23
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#2
|
|
2011-11-01
, 12:44
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#3
|
Hi
I installed the ovi maps extra features with voice nav
before I had double lang: en_us and polish
Now after a reflash, I decided to leave only polish, as I had the same error as now:
Code:
The ovi maps voice server detects only polish lang filesCode:error loading voice config.xml from english_us for language en-US
But I still get this error
I installed the html5 index.html
What should I do in order to fix it
Thanks in advance
marmistrz
|
2011-11-01
, 17:57
|
Posts: 238 |
Thanked: 131 times |
Joined on May 2011
@ Bulgaria
|
#5
|
Originally Posted by Joseph.skb
Waitaminute! How did you get Ovi maps extra features with voice nav? I want that! I need that! Please help!!!
The Following 2 Users Say Thank You to disappear For This Useful Post: | ||
|
2011-11-02
, 19:16
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#6
|
|
2011-11-02
, 19:41
|
Posts: 356 |
Thanked: 69 times |
Joined on Jan 2010
@ Poland
|
#7
|
|
2011-11-03
, 14:16
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#8
|
My device language is en us, my locale (time zone, thousand separator, etc ) is polish
var GuidanceModel = new Class({
Name: "GuidanceModel",
Implements: [EventSource, Destroyable],
_currentRoute: null,
_nextMan: null, // the next maneuver to be performed
_manWarned: false, // did we give advance warning of this maneuver
_MANEUVER_ICONS: null,
_guidance: null,
_bits: 0,
_onHighway: false,
_lastTime: null,
_codeToFolder: {
"en-GB": "english",
"fr-FR": "french",
"de-DE": "german",
"es-ES": "spanish",
"it-IT": "italian",
"sv-SE": "swedish",
"da-DK": "danish",
"no-NO": "norwegian",
"fi-FI": "finnish",
"en-US": "english_us",
"pt-PT": "portugese",
"tr-TR": "turkish",
"ru-RU": "russian",
"hu-HU": "hungarian",
"nl-NL": "dutch",
"cs-CZ": "czech",
"sk-SK": "slovak",
"pl-PL": "polish",
"sl-SI": "slovenian",
"zh-TW": "taiwanese_chinese",
"zh-HK": "cantonese",
"zh-CN": "mandarin_chinese",
"th-TH": "thai",
"ar-SA": "arabic",
"bg-BG": "bulgarian",
"ca-ES": "catalan",
"hr-HR": "croatian",
"et-EE": "estonian",
"fa-IR": "farsi",
"fr-CA": "french_ca",
"el-GR": "greek",
"hi-IN": "hindi",
"id-ID": "indonesian",
"ko-KR": "korean",
"lv-LV": "latvian",
"lt-LT": "lithuanian",
"ms-MY": "malay",
"pt-BR": "brazilian",
"ro-RO": "romanian",
"es-MX": "mexican",
"ur-PK": "urdu",
"es-EU": "basque",
"es-GL": "galician"
},
The Following User Says Thank You to Blaizzen For This Useful Post: | ||
|
2011-11-03
, 14:29
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#9
|
I installed the ovi maps extra features with voice nav
before I had double lang: en_us and polish
Now after a reflash, I decided to leave only polish, as I had the same error as now:
Code:
But I still get this error
I installed the html5 index.html
What should I do in order to fix it
Thanks in advance
marmistrz