Get outta town! You had a FR too!? Small world. I have a GTA02v5 sitting on a shelf right now collecting dust. I keep meaning to bring it into work to flash it with the latest qtmoko (they just release v30 this week), but I keep forgetting it. (I don't have a windows box at home anymore, and the linux tools for FR never worked right for me...) I hear it's almost working as a reliable phone now... But then I heard that from some people the whole time, and mine was never good at keeping a GSM signal, yet alone handling calls or text. :P
Of course, none of these solve the "Turn left on Street Andrews Street" problem; I'm not sure how that could be handled without true natural-language processing.
regexp;your_regexp_code
You need to be careful with these, they do not work as expected, which relates to the previous post also. Basically modrana just does a plain substitution, not whole words. I.e. if you have Code: St;Street this is wrong as then for instance "Park Street" will be read as "Park Street reet" so maybe it should be: Code: St ;Street
St;Street
St ;Street
St. ;Street
St.;Street
I'm pretty sure it just overwrites things, unless the file has been specially marked in the distribution. One way to handle that problem would be to auto-merge it with a similar file in the user's home directory; then the one in /home/user could be used for personal localizations.
Ave;Avenue Cir;Circle Hts;Heights Hwy;Highway Ln;Lane Pde;Parade Pkwy;Parkway Pl;Place Plz;Plaza Rd;Road Sq;Square Tce;Terrace Trk;Track Wy;Way
BTW, the new version is MUCH slower in loading the individual tiles for display, must be doing some caching or what-have-you, but now there is a noticeable lag, and the "Loading..." text showed for about a second or so, with every tile upon first display, then when it's redisplayed, i.e. zoomed out and back in, it's instantaneous, but it used to be instantaneous before...