|
2011-01-20
, 10:54
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#152
|
i mean these "Update 20/01/2010
CormacB has released a new version with html5 support (so that it does not require any servers for sound production). See this post for the html file: Index.html and this post for the direction on how to install: Install directions
"
they worked now , not sure about the voice guidance , but there are 3 buttons , suddenly became one bottom on the top of another showing only "POI" which when i press the maps freeze till the POIs are fetched , if it's javascript i recomment using threading to get these POIs to avoid the freezing of the maps (try http://articles.sitepoint.com/articl...ing-javascript)
The Following User Says Thank You to Blaizzen For This Useful Post: | ||
|
2011-01-20
, 10:59
|
Posts: 262 |
Thanked: 206 times |
Joined on May 2010
|
#153
|
The POI button is a little buggy at the moment. They all get clumped when you cancel a route calculation or an error occurs. As for the freezing, its due to showing all the POI at the same time. I have tried to fix it by releasing a version with customizable POI (so only show parking, only show education stuff etc), I believe CormacB's file does not use it.
The Following User Says Thank You to teamer For This Useful Post: | ||
|
2011-01-20
, 11:25
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#154
|
|
2011-01-20
, 11:34
|
Posts: 262 |
Thanked: 206 times |
Joined on May 2010
|
#155
|
The Following User Says Thank You to teamer For This Useful Post: | ||
|
2011-01-20
, 12:13
|
|
Posts: 397 |
Thanked: 802 times |
Joined on Jan 2010
@ Sydney
|
#156
|
i will try to implement this by my self , but i will need some help finding stuff in the code , first of all , where is the functions that gets the POIs ? 2nd , how can i add a new button and read gps coordinates when clicking on it ?
i still didn't see the code , just give me the index.html file with the line numbers of those functions
|
2011-01-20
, 12:14
|
Posts: 137 |
Thanked: 150 times |
Joined on Jan 2010
|
#157
|
The Following User Says Thank You to CormacB For This Useful Post: | ||
|
2011-01-20
, 15:04
|
Posts: 32 |
Thanked: 18 times |
Joined on Apr 2010
|
#158
|
~ $ python speak_02.py serving at port 9999 in english Nokia-N900 - - [20/Jan/2011 18:42:55] "GET /CQ|140|:g5unt_002|:g5man_004|on|%D8%A7%D9%84%D8%B4%D8%A7%D8%B1%D8%B9 HTTP/1.1" 200 - ['/usr/bin/espeak', '-v', 'english', '"140"'] ['/usr/bin/aplay', 'english/english_male/g5unt_002'] Playing WAVE 'english/english_male/g5unt_002' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono ['/usr/bin/aplay', 'english/english_male/g5man_004'] Playing WAVE 'english/english_male/g5man_004' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono ['/usr/bin/espeak', '-v', 'english', '"on"'] ['/usr/bin/espeak', '-v', 'english', '"%D8%A7%D9%84%D8%B4%D8%A7%D8%B1%D8%B9"']
The Following User Says Thank You to osama For This Useful Post: | ||
|
2011-01-20
, 15:59
|
Posts: 31 |
Thanked: 38 times |
Joined on Dec 2010
|
#159
|
thanks Blaizzen for good job
but i have this problem in last line , it's for street name
because the street name in Arabic but for English it is work fine , any idea for remove the last line ?
Code:~ $ python speak_02.py serving at port 9999 in english Nokia-N900 - - [20/Jan/2011 18:42:55] "GET /CQ|140|:g5unt_002|:g5man_004|on|%D8%A7%D9%84%D8%B4%D8%A7%D8%B1%D8%B9 HTTP/1.1" 200 - ['/usr/bin/espeak', '-v', 'english', '"140"'] ['/usr/bin/aplay', 'english/english_male/g5unt_002'] Playing WAVE 'english/english_male/g5unt_002' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono ['/usr/bin/aplay', 'english/english_male/g5man_004'] Playing WAVE 'english/english_male/g5man_004' : Signed 16 bit Little Endian, Rate 16000 Hz, Mono ['/usr/bin/espeak', '-v', 'english', '"on"'] ['/usr/bin/espeak', '-v', 'english', '"%D8%A7%D9%84%D8%B4%D8%A7%D8%B1%D8%B9"']
|
2011-01-20
, 19:30
|
Posts: 137 |
Thanked: 150 times |
Joined on Jan 2010
|
#160
|
The Following 24 Users Say Thank You to CormacB For This Useful Post: | ||
CormacB has released a new version with html5 support (so that it does not require any servers for sound production). See this post for the html file: Index.html and this post for the direction on how to install: Install directions
"
they worked now , not sure about the voice guidance , but there are 3 buttons , suddenly became one bottom on the top of another showing only "POI" which when i press the maps freeze till the POIs are fetched , if it's javascript i recomment using threading to get these POIs to avoid the freezing of the maps (try http://articles.sitepoint.com/articl...ing-javascript)
EDIT :
using AJAX to get the POIs or any other data fetching is MUCH better
Edit 2:
It would be gr8 to leave the POI button available even when not routing ...
Edit 3:
Saving favorites would be great and POSSIBLE thanks to html 5 STORAGE (you need to have some knowledge in sql) http://www.weboshelp.net/webos-tutor...orage-tutorial
Last edited by teamer; 2011-01-20 at 10:59.