The Following 3 Users Say Thank You to peterleinchen For This Useful Post: | ||
|
2011-08-05
, 23:12
|
Posts: 1 |
Thanked: 0 times |
Joined on Aug 2011
@ Sweden
|
#522
|
|
2011-08-07
, 23:27
|
Posts: 359 |
Thanked: 162 times |
Joined on Jan 2011
@ Budapest
|
#523
|
|
2011-08-09
, 01:42
|
Posts: 5 |
Thanked: 0 times |
Joined on Mar 2011
|
#524
|
Hey.
For all the blockheads (like me ) out there, still using the python server.
I had bad battery life the last weeks/months, and did not know why. Today I checked with powertop, that my device almost never got into the C4 (deeper sleep) state. Some python process always kicked in waking up the CPU. So I terminated one python after the other and found, that the speak_02.py was the bad guy.
I have it auto-started with event.d, as I've seen no CPU usage, when idle, but never expected such side effects.
As I wanted to keep it auto-started, I checked the sources (do not know anything about python), and "ugly-hack fixed" that.
Now my device again sleeps deeper. And hopefully lasts longer (as it looks like today).
I attach my version of speak_03.py. This one is set to german voice files and german espeak as default. Just use diff to find my small changes.
Sorry blaizzen, for being old-fashioned, but I still have my N97, which I use for real navigation. So there is atm no need for me to update to Your latest version.
|
2011-08-10
, 21:24
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#525
|
The Following User Says Thank You to peterleinchen For This Useful Post: | ||
|
2011-08-10
, 23:01
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#526
|
(Just a heads up, there is new maps in ovi suite)
|
2011-08-24
, 19:22
|
Posts: 4 |
Thanked: 0 times |
Joined on May 2011
|
#527
|
|
2011-10-12
, 20:39
|
Posts: 3 |
Thanked: 0 times |
Joined on Oct 2011
@ Poland
|
#528
|
|
2011-10-13
, 05:06
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#529
|
Hi everyone!
This is my first post here so please don't kill me if do something wrong.
I think I've read all 53 pages of this thred, but I can't find (or maybe understand) why I have to change n900 language to english(us) to be able to use the "turn-by-turn" feature of the Ovi Map.
I there a way to keep my native language on the n900? Ovi Map can speak to me in english, but I'd like to have rest of the system in Polish.
|
2011-10-13
, 06:10
|
Posts: 3 |
Thanked: 0 times |
Joined on Oct 2011
@ Poland
|
#530
|
There are several versions available. Python method requires english but can be modified to use other languages (through the html file and python server). OVMS does not need to be changed, just needs you to download and place the files in the correct location. Which method have you chosen?
For all the blockheads (like me ) out there, still using the python server.
I had bad battery life the last weeks/months, and did not know why. Today I checked with powertop, that my device almost never got into the C4 (deeper sleep) state. Some python process always kicked in waking up the CPU. So I terminated one python after the other and found, that the speak_02.py was the bad guy.
I have it auto-started with event.d, as I've seen no CPU usage, when idle, but never expected such side effects.
As I wanted to keep it auto-started, I checked the sources (do not know anything about python), and "ugly-hack fixed" that.
Now my device again sleeps deeper. And hopefully lasts longer (as it looks like today).
I attach my version of speak_03.py. This one is set to german voice files and german espeak as default. Just use diff to find my small changes.
Sorry blaizzen, for being old-fashioned, but I still have my N97, which I use for real navigation. So there is atm no need for me to update to Your latest version.
--edit
Okay, there was a little mess with the timing in first approach (no coding, just messed with ms and s ).
Now in this version, we will wait/sleep 0.1s within the first minute ( so no delay). Then we will wait for 1s within the first 5min (small delay), 2s within the first 10min, 5s within first 30min, 10s within first hour. After that we wait/sleep 30s. So, if You start up Maps after long runtime it may take a while (at longest 30s), or if You are on a long trip with long motorway straight-ahead, You may have some delay. But You are free to make Your own limits...
I also added the speak_02 again here to make it easier for You. (I used/renamed the speak_03.py (and also edited the index.html) just to match my native language set, german).
This file (0/2[/b]) now has my changes and is set again with the standards to english and english voice files.
Last edited by peterleinchen; 2011-08-10 at 21:19.