The Following User Says Thank You to Android_808 For This Useful Post: | ||
|
2011-01-19
, 08:46
|
|
Posts: 1,338 |
Thanked: 1,055 times |
Joined on Oct 2009
@ California, USA / Jordan
|
#122
|
The Following User Says Thank You to bandora For This Useful Post: | ||
|
2011-01-19
, 09:06
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#123
|
blaizzen: the config.xml file can announce distances based on its evaluation. if we can get the timetoannounce, distanceto/from etc. code working this should be simple replicate. In terms of street names, I have seen a value scattered around the translation code called ausestreetname, Not sure how its defined yet, only spotted it looking for something else. Might have some use to your code, so that it only announces street name if it has to.
getDescription: function (aTranslator, aUseStreet, aFormat) { var streetPlaceholder = "{0}"; var signpostPlaceholder = "{1}"; var formatPlaceholder = "{0}"; var descriptions = [];
The Following User Says Thank You to Blaizzen For This Useful Post: | ||
|
2011-01-19
, 10:33
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#124
|
closeApplication: function () { var plugin = this.getPlugin()._getPlugin(); try { this._savePosition(); PluginHttpRequest.PLUGIN = null; nokia.maps.mapPlayer.destroyObject(); this.fireEvent("applicationClosing") } catch (e) { error("Application.closeApplication: " + e) } //Insert code here to close python server plugin.shutdown(); plugin = null; window.close() },
The Following User Says Thank You to Blaizzen For This Useful Post: | ||
|
2011-01-19
, 11:07
|
Posts: 31 |
Thanked: 38 times |
Joined on Dec 2010
|
#125
|
Lastly implementing the python server in the desktop file would be good, i tried to make the server close when i send a command (eg exitServer) but it never closed maybe jhb if you could add that in please.
The Following 5 Users Say Thank You to jhb For This Useful Post: | ||
|
2011-01-19
, 13:10
|
Posts: 125 |
Thanked: 108 times |
Joined on Feb 2010
|
#126
|
The Following User Says Thank You to rm53 For This Useful Post: | ||
|
2011-01-19
, 13:17
|
Posts: 2,829 |
Thanked: 1,459 times |
Joined on Dec 2009
@ Finland
|
#127
|
|
2011-01-19
, 13:37
|
Posts: 133 |
Thanked: 138 times |
Joined on Nov 2007
|
#128
|
Help please: My Ovi Maps app no longer starts up, showing the splash screen with the moving rect forever.
I assume I have messed the OviMaps directory despite of trying to be careful and making duplicates...
the dir looks like this:
/usr/share/nokia-maps/html # ls -l
drwxr-xr-x 3 root root 224 May 26 2010 framework
-rw-r--r-- 1 root root 970200 Jun 10 2010 index.html
-rw-r--r-- 1 root root 1465794 Jan 18 00:06 index2.bak
drwxr-xr-x 8 root root 720 Oct 30 2009 maplets
drwxr-xr-x 4 root root 288 May 26 2010 medos
/usr/share/nokia-maps/html #
Could you please check the file size of the original index.html being 970200 Bytes? What else could have happened?
I already have deleted the cities dir in MyDocs to no avail...
Please help me.
|
2011-01-19
, 13:47
|
Posts: 356 |
Thanked: 172 times |
Joined on Jan 2010
@ Canada
|
#129
|
This looks amazing!
I'd really love to give it a try, so just to confirm -- are the links to the most recent versions of the relevant downloads all in the first post or do I need to scour the thread?
The Following User Says Thank You to Bingley Joe For This Useful Post: | ||
|
2011-01-19
, 14:17
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#130
|
The Following 6 Users Say Thank You to Blaizzen For This Useful Post: | ||
blaizzen: the config.xml file can announce distances based on its evaluation. if we can get the timetoannounce, distanceto/from etc. code working this should be simple replicate. In terms of street names, I have seen a value scattered around the translation code called ausestreetname, Not sure how its defined yet, only spotted it looking for something else. Might have some use to your code, so that it only announces street name if it has to.
jhb: thanks for the sox suggestion. had found "play" mentioned, which i think is a subset of sox. Haven't got as far as trying on device. The config file handling is missing a few bits at the moment in relation to points you raised. partly it is to do with the parser, partly its the rest of the code. The distance we are using is based on straight lines, rather than actual distance to travel IIRC.