Hi! We see you’re using an ad-blocker. We’re fine with that and won’t stop you visiting the site.
But as we’re losing ad-revenue from this then why not make 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!
Joined: Nov 08, 2005 Posts: 52 Location: Berkshire, UK
Posted: Fri Mar 31, 2006 4:18 pm Post subject: POI Warning - Timeout
You may have already known this - When CP6 sends out a POI warning it takes 30 seconds to return to the navigation screen and this can be really annoying. I contacted ALK and they said this was how the cp6 was set up. But I found out a couple of days ago, this can be adjusted by modify the "preferences" file. This is how you do it. Locate the "preferences" file under programs/copilot. Copy the file to the desktop and open it with notepad. Under "Messenger/msgtimeout" change the default time (30) to whatever you like. Save the file and copy it back to your PDA.
Joined: Dec 28, 2004 Posts: 133 Location: Ambler, PA USA
Posted: Fri Mar 31, 2006 7:23 pm Post subject:
Nigel says "I've just tried it and CP6 no longer runs at all"
When you edited Preferences.cfg were you careful to use a simple text editor like Notepad? You may have introduced some ugly control characters if you used WordPad or MSWord. That would confuse CP on startup.
If so, you can probably find a clean copy of Preferences.cfg on the desktop, so you can start over. I doubt you have done any permanent harm except to corrupt this one file for the moment. _________________ Doug
CoPilot 6.0.1.24 (USA)
Compaq iPaq 3970, with PC2003
Navman sleeve (3400)
Blue Tooth GPS
Editing with either notepad or wordpad often causes all the line breaks to disappear from the config files. If you re-edit the file you will see this. Either add in all the line breaks manually or use Word to do the editing. Either way the problem wont come back. _________________ --Ken
HP iPAQ h2210 ROM 1.10.07 ENG
Windows CE 4.20
Sandisk Ultra II SD 512Mb
Haicom 303MMF and BT-401 slipper
Copilot Live 6.0.0.68
Joined: Aug 25, 2004 Posts: 634 Location: Lincolnshire, England
Posted: Sat Apr 01, 2006 10:36 am Post subject:
This is good work by Redhotorange. I had raked through the very same file and come to the conclusion there was nothing there to be found. As suggested by KenS, I've edited the file with MS Word and it has done the trick.
Where Copilot is concerned, it is seldom possible to welcome good news such as this without some qualifying thoughts, and this is no exception. This topic was raised a long time ago, and a patch has since appeared that does not include a fix - which, as we now learn, would have taken all of 30 seconds (the equivalent of one speed camera's worth of delay). Yet, apparently, ALK are now advising, more or less, that that's the way it is and that's that.
It doesn't bode well for the other problems ever being fixed. _________________ Dell Axims X50v & X30 (both WM 2003 2nd Edition). Copilot BTGPS3 and Fortuna Clip-on BT receivers. Jabra BT 250 audio headsets. Welltech 40032/AF32 BT handsfree audio. Copilot 6.0.4.110. TomTom Navigator 5.21. MS Autoroute/Pocket Streets 2005
Joined: Aug 25, 2004 Posts: 634 Location: Lincolnshire, England
Posted: Sat Apr 01, 2006 2:12 pm Post subject:
Further to the above, I did a detour to go past some speed cameras this morning (yes, I know, it's sad). This confirmed that Redhotorange's time-lag tweak works fine.
The other thing that it showed was that ALK have altered the speed camera display- assuming that the North American version wasn't like it in the first place. In v.6.0.1.22., the display shows a little picture of a car and a motor bike within a camera detector beam. This makes the story even more curious given that they appear completely to have to disregarded the time lag problem and other functional issues.
Joined: Nov 24, 2003 Posts: 1441 Location: Swansea
Posted: Sat Apr 01, 2006 6:41 pm Post subject:
I had exactly the same problem as Nigel0 - I edited in Notepad and the file was reduced in size. When I replaced the original Preferences file with the modified one CoPilot wouldn't open. Fortunately I had kept a copy of the original, which I pasted into the folder and all was well again
Robin _________________ TomTom One v3 Europe, Navcore 7.903, Western Europe 835.2420
TomTom Go 720 Europe, Navcore 8.351, Western Europe 855.2884
Satmap Active 10
Plus a lot of other PDA GPS kit, seldom used
Joined: Dec 28, 2004 Posts: 133 Location: Ambler, PA USA
Posted: Sat Apr 01, 2006 9:42 pm Post subject:
A hex dump of Preferences.cfg shows that it has an unusual 'end-of-line' sequence, geeks can see details below. Some editors may remove one control character per line since the extra character looks spurious. This would reduce file size by 135 bytes (typical file has 135 lines), and result in a CFG file that CP refuses to read.
If there are editors that use this end-of-line sequence, I don't know about them.
It is also possible that ActiveSync transforms the file during transfer, tyring to 'clean it up'. I don't know.
But still it should be harmless to replace "MsgTimeout"=30 with "MsgTimeout"=5 (or any desired number of seconds to display a camera warning), as long as you don't change anything else, and this should be safe to do using Notepad.exe. Of course it's best to keep a backup copy of Preferences.cfg in case CP won't start for any reason.
The other 13 .CFG files shipped with CP use the standard end-of-line sequence, easy to edit in any simple editor.
If your Preferences.cfg on the PPC is bad, you can replace it with the one on the desktop in:
C:\Program Files\CoPilot\PocketPC6\App
Reference:
Preferences.cfg 'end-of-line' sequence = CR,CR,LF (0x0d0d0a)
Normal, or 'Notepad' sequence = CR,LF (0x0d0a) _________________ Doug
CoPilot 6.0.1.24 (USA)
Compaq iPaq 3970, with PC2003
Navman sleeve (3400)
Blue Tooth GPS
Joined: Nov 24, 2003 Posts: 1441 Location: Swansea
Posted: Sun Apr 02, 2006 2:11 am Post subject:
The reduction in file size took place on my desktop, before I pasted it back inside CoPilot using ActiveSync.
I managed to edit it successfully using Word. (Wordpad also changed it in some way so that CoPilot would not start)
Robin _________________ TomTom One v3 Europe, Navcore 7.903, Western Europe 835.2420
TomTom Go 720 Europe, Navcore 8.351, Western Europe 855.2884
Satmap Active 10
Plus a lot of other PDA GPS kit, seldom used
Linux systems use just a LF for line-end, and some Windows-based editors will automatically convert that to CR/LF. It looks like some editor or file conversion program has taken the LF of a CR/LF combination, and replaced that with CR/LF, ignoring the fact that a CR is already present. _________________ Ian
iPaq 2210
Globalsat BT-338
Seidio G2500 Amplified Vent Mount
CoPilot 6, GPS Tuner 4.2, Navio 3.01
BMW 330ci Sport
Joined: May 16, 2005 Posts: 86 Location: United Kingdom
Posted: Sun Apr 02, 2006 5:40 pm Post subject:
Good work by Redhotorange. This has been a real pain where there are cameras close together. I contacted ALK when CP6 came out and they said it would be fixed in the first patch! Just looked at the corresponding CP5 file and I can't see a "msgtimeout" line there so it must have defaulted somehow to 5 seconds.
I wonder if this was going to be a menu-driven configurable POI display time in CP6 that somehow got "overlooked" in the release?
The other thing that it showed was that ALK have altered the speed camera display- assuming that the North American version wasn't like it in the first place. In v.6.0.1.22., the display shows a little picture of a car and a motor bike within a camera detector beam. This makes the story even more curious given that they appear completely to have to disregarded the time lag problem and other functional issues.
Great work by redhotorange. I've noticed the revised display, but the camera description has turned to gobbledeegook, like this, or a complete blank where the description was before. It used to show something like "Gatso #1234@50".
The Demo has also changed from a trip near Wisbech to one around Brixton.
Having rescued my preferences file from the original CP6 Mini SD card, I started to play around again.
This time, after copying the file to the desktop, I opened it in Word it prompted me to open in RTF format, which i did. Changed the warning to 10 seconds, copied it back, ran the CP6 demo and IT WORKS!
I reckon I can get it down to seven seconds in order for the TTS to recite my lengthened message (I replaced the " AT " bit with " in speed limit " - works fine, as the TTS now tells me something like "approaching GATSO1234 in speed limit 40" - much nicer)
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!
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
Or you could disable your ad-blocker for this site. We think you’ll find our adverts are not overbearing!
Hi! We see you’re using an ad-blocker. We’re fine with that and won’t stop you visiting the site.
But as we’re losing ad-revenue from this then why not make 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!