Home PageFacebookRSS News Feed
PocketGPS
Web
SatNav,GPS,Navigation
Pocket GPS World - SatNavs | GPS | Speed Cameras: Forums

Pocket GPS World :: View topic - Spoken POI alerts for TomTom GO, Mobile, PocketPC and Palm
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in for private messagesLog in for private messages   Log inLog in 

Spoken POI alerts for TomTom GO, Mobile, PocketPC and Palm
Goto page Previous  1, 2, 3 ... 16, 17, 18 ... 71, 72, 73  Next
 
Post new topic   Reply to topic    Pocket GPS World Forum Index -> TomTom Portable Navigation Devices
View previous topic :: View next topic  
Author Message
rayflan
Frequent Visitor


Joined: Apr 06, 2005
Posts: 277

PostPosted: Sun Jun 05, 2005 8:34 am    Post subject: Reply with quote

Chris

Give me a day or two and I'll get one done for your. What version are you using your signature says App 5.0....using 5158_new.data.chk ?
App 5.0 uses 4109 App 5.1 uses 5158
_________________
Ray
New Url www.tomtomsatnav.info
Visit my site
Back to top
View user's profile Send private message Visit poster's website
MarvintheRobot
Occasional Visitor


Joined: Jun 02, 2005
Posts: 8

PostPosted: Sun Jun 05, 2005 9:32 am    Post subject: Reply with quote

Forgot to mention that I'm thick :-)

I have just updated to

App 5.100 and 5158

When I said that I would like a BLEEP BLEEP before the announcements

I meant to say "BING BONG" (just like beep 1)

"BING BONG" MOBILE
"BING BONG" MOBILE 30 etc....

Sorry to be a pain
Back to top
View user's profile Send private message
cdelecole
Regular Visitor


Joined: Jan 05, 2005
Posts: 185

PostPosted: Sun Jun 05, 2005 10:27 am    Post subject: Reply with quote

Ray,
Lutz,

In the process of launching the VB macro, we need to renamr our data.chk file into "2852.data.chk", because the VB code is waiting for "2852" as fname.

Is it really important to name this as "2852" ?

I mean I'm using application 5.100 (5158/050510) SE:832.
Is it importnant I name my data.chk "5158.data.chk", and change VB code accordingly ?
Or may I name my data.chk file "2852.data.chk" and re-build like this ?

In other words, is it important to have the fname mathcing the real version of the application you're using ?

Thanks.
Back to top
View user's profile Send private message
MarvintheRobot
Occasional Visitor


Joined: Jun 02, 2005
Posts: 8

PostPosted: Sun Jun 05, 2005 12:58 pm    Post subject: How to set up my Tom Tom GO with spoken alerts Reply with quote

I am using the 5158_new.data.chk file

Renamed to data.chk (the old data.chk file renamed to dataold.chk

just in case you needed to know


Regards,

Chris
Back to top
View user's profile Send private message
lbendlin
Pocket GPS Staff
Pocket GPS Staff


Joined: 02/11/2002 22:41:59
Posts: 11878
Location: Massachusetts, USA

PostPosted: Sun Jun 05, 2005 1:56 pm    Post subject: Reply with quote

cdelecole wrote:
Ray,
Lutz,

In the process of launching the VB macro, we need to renamr our data.chk file into "2852.data.chk", because the VB code is waiting for "2852" as fname.

Is it really important to name this as "2852" ?

I mean I'm using application 5.100 (5158/050510) SE:832.
Is it importnant I name my data.chk "5158.data.chk", and change VB code accordingly ?
Or may I name my data.chk file "2852.data.chk" and re-build like this ?

In other words, is it important to have the fname mathcing the real version of the application you're using ?

Thanks.

Define "important" . If you want to keep the code clean and logical then yes, it is important.
_________________
Lutz

Report Map Errors here:
TomTom/TeleAtlas NAVTEQ
Back to top
View user's profile Send private message Send e-mail
cdelecole
Regular Visitor


Joined: Jan 05, 2005
Posts: 185

PostPosted: Sun Jun 05, 2005 3:13 pm    Post subject: Reply with quote

What I mean is that there is no check on the "fname" in the code, right ?
It is just to stay logical that we put the right release (5158 in my case) in the code ...

The data.chk resulting in the rebuild is the same is you use 5158 or 2852, correct ?
Back to top
View user's profile Send private message
rayflan
Frequent Visitor


Joined: Apr 06, 2005
Posts: 277

PostPosted: Sun Jun 05, 2005 3:47 pm    Post subject: Reply with quote

cdelecole wrote:
What I mean is that there is no check on the "fname" in the code, right ?


The code does look for the file name in the C:\tomtom directory. If the code has "2582" and you are using "5158" then you will get the run time error you reported yesterday and it will make a"2582.data.chk" file which is 0kb.
Maybe thats where the 0kb file came from you mailed to me.
_________________
Ray
New Url www.tomtomsatnav.info
Visit my site
Back to top
View user's profile Send private message Visit poster's website
cdelecole
Regular Visitor


Joined: Jan 05, 2005
Posts: 185

PostPosted: Mon Jun 06, 2005 7:25 am    Post subject: Reply with quote

Yes, maybe ... To be honnest I didn't paied attention to the file size on my PC.

I'll compare both your code you sent me and the code I'va paste from the froum to verify they are identical, although ...

Many Thanks !
Back to top
View user's profile Send private message
cdelecole
Regular Visitor


Joined: Jan 05, 2005
Posts: 185

PostPosted: Mon Jun 06, 2005 10:17 am    Post subject: Reply with quote

This section (checking the number of modules) had to be deleted from the original code in this post :

'If (g <> 102) And (g <> 120) And (g <> 123) And (g <> 136) Then
'a = MsgBox("Not a good DATA.CHK file. Please report your build version of the TomTom program to lutz@pocketgpsworld.com", vbOKCancel, "Error - wrong file version")
'Close
'Exit Sub
'End If
'get offsets

This does not have any impact in the re-build chk file ?
Talking about the RL 5.1 here ...
Back to top
View user's profile Send private message
rascasse
Occasional Visitor


Joined: Jun 06, 2005
Posts: 2

PostPosted: Mon Jun 06, 2005 9:49 pm    Post subject: Pocket PC Tomtom 5 Reply with quote

Any chance of the voice files for the new v5 Pocket PC navigator?
Back to top
View user's profile Send private message
rayflan
Frequent Visitor


Joined: Apr 06, 2005
Posts: 277

PostPosted: Mon Jun 06, 2005 10:29 pm    Post subject: Reply with quote

MarvintheRobot wrote:
Can Any One help me with this one

I need a data.chk file thats got these in.......................................



Chris done your data.chk
http://www.rayflanagan.co.uk/sounds.html
set 4 is the one you want.
_________________
Ray
New Url www.tomtomsatnav.info
Visit my site
Back to top
View user's profile Send private message Visit poster's website
jimbokb
Frequent Visitor


Joined: May 17, 2005
Posts: 253
Location: Middlesex

PostPosted: Tue Jun 07, 2005 1:29 am    Post subject: Spoken Warnings Reply with quote

Having downloaded the spoken warnings for my TTG 300 v 5.1 which works just fine apart from the fact that when i choose a warning for a POI i only have the voices which refer to the Speed Cameras, am i doing something wrong here. Example i want to be warned when i am near a Tesco what do i get 'Gatso 30' The same applies with any other POI i choose to activate.
_________________
TTG 300,External Aerial
1Gig Viking SD, 512 Viking SD(Backup)Nokia 6680 (o2), 512 MMC
Map Great Britain v 562 App v 6.150 , GPS v 1.21 Boot 4.29, OS:1221
Back to top
View user's profile Send private message MSN Messenger
lbendlin
Pocket GPS Staff
Pocket GPS Staff


Joined: 02/11/2002 22:41:59
Posts: 11878
Location: Massachusetts, USA

PostPosted: Tue Jun 07, 2005 1:47 am    Post subject: Reply with quote

yes, the spoken warnings provided by us are purely for safety cameras.
_________________
Lutz

Report Map Errors here:
TomTom/TeleAtlas NAVTEQ
Back to top
View user's profile Send private message Send e-mail
cdelecole
Regular Visitor


Joined: Jan 05, 2005
Posts: 185

PostPosted: Tue Jun 07, 2005 7:31 am    Post subject: Re: Spoken Warnings Reply with quote

jimbokb wrote:
Having downloaded the spoken warnings for my TTG 300 v 5.1 which works just fine apart from the fact that when i choose a warning for a POI i only have the voices which refer to the Speed Cameras, am i doing something wrong here. Example i want to be warned when i am near a Tesco what do i get 'Gatso 30' The same applies with any other POI i choose to activate.


You would maybe just have to create your own POI's and launch them against the code mentioned in this post (Assuming you're familiar with Visual Basic Code and Excel Macros ...
Back to top
View user's profile Send private message
jimbokb
Frequent Visitor


Joined: May 17, 2005
Posts: 253
Location: Middlesex

PostPosted: Tue Jun 07, 2005 1:58 pm    Post subject: POI Sounds Reply with quote

You lost me when you said Visual Basic Code and Excel Macros ...............
So what you are saying is i cant have both.
I have put back the original data chunk so everything is back to normal.
Thanks for your input.
_________________
TTG 300,External Aerial
1Gig Viking SD, 512 Viking SD(Backup)Nokia 6680 (o2), 512 MMC
Map Great Britain v 562 App v 6.150 , GPS v 1.21 Boot 4.29, OS:1221
Back to top
View user's profile Send private message MSN Messenger







Posted: Today    Post subject: Pocket GPS Advertising

Back to top
Display posts from previous:   
Post new topic   Reply to topic    Pocket GPS World Forum Index -> TomTom Portable Navigation Devices All times are GMT + 1 Hour
Goto page Previous  1, 2, 3 ... 16, 17, 18 ... 71, 72, 73  Next
Page 17 of 73

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Make a Donation



CamerAlert Database

Click here for the PocketGPSWorld.com Speed Camera Database

Download Speed Camera Database
22.034 (27 Mar 24)



WORLDWIDE SPEED CAMERA SPOTTERS WANTED!

Click here to submit camera positions to the PocketGPSWorld.com Speed Camera Database


12mth Subscriber memberships awarded every week for verified new camera reports!

Submit Speed Camera Locations Now


CamerAlert Apps



iOS QR Code






Android QR Code







© Terms & Privacy


GPS Shopping