View previous topic :: View next topic |
Author |
Message |
gadget_sa Frequent Visitor
Joined: Dec 02, 2005 Posts: 334 Location: Wiltshire, UK
|
Posted: Fri Oct 27, 2006 11:30 pm Post subject: |
|
|
scoopjeff wrote: | Ah brilliant, just been having a play around and can now double the warning so it initially warns you of camera at say 300 metres then as you get closer to camera it repeats the warning or in my case I have a countdown of warning beeps to the camera bit like road angel does so you will never miss or forget the inital warning.
Regards
Scoop |
Can I ask how you have got it to give you two warnings for the cameras?
Have you renamed every single file or something?
Thanks _________________ Steve
iPhone 6 with Western Europe & CamerAlert |
|
Back to top |
|
|
Noony Lifetime Member
Joined: Oct 13, 2003 Posts: 135
|
Posted: Sat Oct 28, 2006 3:04 pm Post subject: |
|
|
I do it by having a second set of all the files (ov2, bmp & ogg) with a _2 on the end (i.e. any name change). Then somply set up a warning with a different distance.
I've not found a way to automatically rename the ov2 files (I have to do this for each speed cam update) if anyone has any suggestions I'd be interested to know an easier way? |
|
Back to top |
|
|
Noony Lifetime Member
Joined: Oct 13, 2003 Posts: 135
|
Posted: Sat Oct 28, 2006 3:05 pm Post subject: |
|
|
If I could edit my post I would change it to simply |
|
Back to top |
|
|
Mullet Frequent Visitor
Joined: Dec 12, 2005 Posts: 1051
|
Posted: Sat Oct 28, 2006 4:19 pm Post subject: |
|
|
Noony wrote: |
I've not found a way to automatically rename the ov2 files (I have to do this for each speed cam update) if anyone has any suggestions I'd be interested to know an easier way? |
RenameFiles has the flexibility to do what you need. Freeware.
http://it-falke.com/software/renamefiles/us_description.php
Maybe consider using the PGPSW single file set for the first general warning, then the 24 zoned for the detailed second ? |
|
Back to top |
|
|
Noony Lifetime Member
Joined: Oct 13, 2003 Posts: 135
|
Posted: Sat Oct 28, 2006 5:41 pm Post subject: |
|
|
Perfect - thanks :D |
|
Back to top |
|
|
gadget_sa Frequent Visitor
Joined: Dec 02, 2005 Posts: 334 Location: Wiltshire, UK
|
Posted: Sat Oct 28, 2006 6:25 pm Post subject: |
|
|
Thanks Noony and Mullet. All makes sense now...I may well look to do the same!
Cheers _________________ Steve
iPhone 6 with Western Europe & CamerAlert |
|
Back to top |
|
|
JockTamsonsBairn Lifetime Member
Joined: Jan 10, 2004 Posts: 2777 Location: Bonnie Scotland (West Central)
|
Posted: Sat Oct 28, 2006 8:58 pm Post subject: |
|
|
Mullet wrote: | Noony wrote: |
I've not found a way to automatically rename the ov2 files (I have to do this for each speed cam update) if anyone has any suggestions I'd be interested to know an easier way? |
RenameFiles has the flexibility to do what you need. Freeware.
http://it-falke.com/software/renamefiles/us_description.php
Maybe consider using the PGPSW single file set for the first general warning, then the 24 zoned for the detailed second ? | A program to rename files? I've heard it all, now!! 8O 8O 8O 8O
Does anyone have a computer with an Operating System?
Create Rename_Cams.BAT and paste in the following code:
Code: | ren pocketgps_uk_mobile.* pgpsuk_mob.*
ren pocketgps_uk_mobile_20.* pgpsuk_mob_20.*
ren pocketgps_uk_mobile_30.* pgpsuk_mob_30.*
ren pocketgps_uk_mobile_40.* pgpsuk_mob_40.*
ren pocketgps_uk_mobile_50.* pgpsuk_mob_50.*
ren pocketgps_uk_mobile_60.* pgpsuk_mob_60.*
ren pocketgps_uk_mobile_70.* pgpsuk_mob_70.*
ren pocketgps_uk_mobile_tba.* pgpsuk_mob_tba.*
ren pocketgps_uk_mobile_var.* pgpsuk_mob_var.*
ren pocketgps_uk_redlight.* pgpsuk_red.*
ren pocketgps_uk_gatso.* pgpsuk_gat.*
ren pocketgps_uk_gatso_20.* pgpsuk_gat_20.*
ren pocketgps_uk_gatso_30.* pgpsuk_gat_30.*
ren pocketgps_uk_gatso_40.* pgpsuk_gat_40.*
ren pocketgps_uk_gatso_50.* pgpsuk_gat_50.*
ren pocketgps_uk_gatso_60.* pgpsuk_gat_60.*
ren pocketgps_uk_gatso_70.* pgpsuk_gat_70.*
ren pocketgps_uk_gatso_tba.* pgpsuk_gat_tba.*
ren pocketgps_uk_gatso_var.* pgpsuk_gat_var.*
ren pocketgps_uk_specs.* pgpsuk_spx.*
ren pocketgps_uk_specs_20.* pgpsuk_spx_20.*
ren pocketgps_uk_specs_30.* pgpsuk_spx_30.*
ren pocketgps_uk_specs_40.* pgpsuk_spx_40.*
ren pocketgps_uk_specs_50.* pgpsuk_spx_50.*
ren pocketgps_uk_specs_60.* pgpsuk_spx_60.*
ren pocketgps_uk_specs_70.* pgpsuk_spx_70.*
ren pocketgps_uk_specs_tba.* pgpsuk_spx_tba.*
ren pocketgps_uk_specs_var.* pgpsuk_spx_var.*
ren pocketgps_uk_sc.* pgpsuk_sc.*
ren pocketgps_uk_temp.* pgpsuk_tmp.* |
Please feel free to use the above, see it as my gift to the community (with thanks to W Gates Esq). _________________ Jock
TomTom Go 940 LIVE (9.510, Europe v915.5074 on SD & 8.371, WCE v875.3613 on board) |
|
Back to top |
|
|
scoopjeff Occasional Visitor
Joined: May 12, 2006 Posts: 38 Location: Northumberland, next to chip shop
|
Posted: Sat Oct 28, 2006 11:36 pm Post subject: |
|
|
gadget_sa wrote: | scoopjeff wrote: | Ah brilliant, just been having a play around and can now double the warning so it initially warns you of camera at say 300 metres then as you get closer to camera it repeats the warning or in my case I have a countdown of warning beeps to the camera bit like road angel does so you will never miss or forget the inital warning.
Regards
Scoop |
Can I ask how you have got it to give you two warnings for the cameras?
Have you renamed every single file or something?
Thanks |
No all I did was edit and repeat the original warning in Audacity 1.3, having left a bit space
hope that makes sense mate. It works a treat for me.
regards
scoop |
|
Back to top |
|
|
Ispofe Lifetime Member
Joined: Apr 26, 2006 Posts: 7
|
Posted: Sun Oct 29, 2006 1:35 am Post subject: |
|
|
Hi all,
just saw this and tried it on my TTN5 (v5.120) and Tungsten T3.
Worked brilliantly :D , I now have custom warnings for some of my POIs and put back the original data.chk file ,which I had previously customized. I wonder why it took tomtom so long to share this with us , I have been using same version for over 10months. |
|
Back to top |
|
|
ttrevor Lifetime Member
Joined: Dec 04, 2003 Posts: 540 Location: Sleaford Lincolnshire UK
|
Posted: Sun Oct 29, 2006 9:36 am Post subject: |
|
|
same here works on my 2210 and running TT5.10 a lot easier than playing with the data.chk file :D _________________ Iphone x 64gb IOS 11.3.1 / IPhone 6 Plus 32gb IOS 12 beta /Volkswagen Scirocco R 280 bhp /Suzuki Vitara swb vvt+ /Suzuki Jimny special/running Apple Mac Mini / Apple air/ iPhone x /6 plus navigation / Apple car-play |
|
Back to top |
|
|
korndog Lifetime Member
Joined: Jan 29, 2005 Posts: 236 Location: yorkshire
|
Posted: Sun Oct 29, 2006 11:33 am Post subject: |
|
|
Works fine on my XDA but not on my mates TTOne. When he comes to a camera it freezes and the sound sticks, continuously playing a loop, like a scratched CD.
I think it's the card not big enough as there's only 2Mb spare now. _________________ Paul
TomTom Go 600 |
|
Back to top |
|
|
mikealder Pocket GPS Moderator
Joined: Jan 14, 2005 Posts: 19638 Location: Blackpool , Lancs
|
Posted: Sun Oct 29, 2006 11:35 am Post subject: |
|
|
If your mates TTOne has extra voices (foreign ones etc) or even some celeb voices try removing them to the PC to free up some space on the card, then give it another Go - Mike |
|
Back to top |
|
|
korndog Lifetime Member
Joined: Jan 29, 2005 Posts: 236 Location: yorkshire
|
Posted: Sun Oct 29, 2006 11:53 am Post subject: |
|
|
mikealder wrote: | If your mates TTOne has extra voices (foreign ones etc) or even some celeb voices try removing them to the PC to free up some space on the card, then give it another Go - Mike |
Already thought of that but the One only comes with 2 voices. The 2Mb was after I'd deleted the bloke! The TT card is only 120Mb which is a strange capacity, must be some reason for it.
I'll just have to replace the data.chk file and delete the ogg files. _________________ Paul
TomTom Go 600 |
|
Back to top |
|
|
gadget_sa Frequent Visitor
Joined: Dec 02, 2005 Posts: 334 Location: Wiltshire, UK
|
Posted: Sun Oct 29, 2006 2:55 pm Post subject: |
|
|
scoopjeff wrote: | gadget_sa wrote: | scoopjeff wrote: | Ah brilliant, just been having a play around and can now double the warning so it initially warns you of camera at say 300 metres then as you get closer to camera it repeats the warning or in my case I have a countdown of warning beeps to the camera bit like road angel does so you will never miss or forget the inital warning.
Regards
Scoop |
Can I ask how you have got it to give you two warnings for the cameras?
Have you renamed every single file or something?
Thanks |
No all I did was edit and repeat the original warning in Audacity 1.3, having left a bit space
hope that makes sense mate. It works a treat for me.
regards
scoop |
Nope... makes no sense at all I'm afraid?
I'll go and find this "audacity1.3" and see if that makes sense!!
Otherwise I'll have to follow the others and make two sets!
Cheers anyway Scoop! _________________ Steve
iPhone 6 with Western Europe & CamerAlert |
|
Back to top |
|
|
korndog Lifetime Member
Joined: Jan 29, 2005 Posts: 236 Location: yorkshire
|
Posted: Sun Oct 29, 2006 5:23 pm Post subject: |
|
|
I think he means put 2 warnings on the sound file but with a 30 second gap. I would have thought that would make the file too big for TomTom to handle _________________ Paul
TomTom Go 600 |
|
Back to top |
|
|
|
Posted: Today Post subject: Pocket GPS Advertising |
|
|
We see you’re using an ad-blocker. We’re fine with that and won’t stop you visiting the site.
Have you considered making a donation towards website running costs?. Or you could disable your ad-blocker for this site. We think you’ll find our adverts are not overbearing!
|
|
Back to top |
|
|
|