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

Pocket GPS World :: View topic - post codes 885.xxxx maps
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in for private messagesLog in for private messages   Log inLog in 

post codes 885.xxxx maps
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    Pocket GPS World Forum Index -> TomTom Portable Navigation Devices
View previous topic :: View next topic  
Author Message
Lupus1
Occasional Visitor


Joined: Feb 23, 2012
Posts: 6

PostPosted: Sun Feb 26, 2012 9:19 pm    Post subject: Reply with quote

Hi,

in the official TT forum we came across this topic as well. It seems as if these embedded files cannot replace the zip folder on NAV2 devices. It might be that they're trying to get the files implemented to the map but at least until now it seems as if those post codes are not yet fully supported.

So you'll need to get the zip-file again for the new map version to be able to search for full post codes.


Regards
Lars.
_________________
TT XL•S LIVE IQ Routes Edition (Text-to-Speech)

map/Europe_North 875.3613
TT Home 2.8.3.2499
Navcore 9.401
Win7 32bit Professional
Back to top
View user's profile Send private message
pcaouolte
Frequent Visitor


Joined: Dec 27, 2006
Posts: 998
Location: South Lincs, UK.

PostPosted: Mon Feb 27, 2012 2:10 pm    Post subject: Reply with quote

Another user has reported that his GO1000 no longer recognises the postcode AB101AA which was present in earlier postcode files but does not appear in the latest postcode file. This indicates that the GO1000 is using the postcode files which are now included with the maps.
_________________
Paul
Back to top
View user's profile Send private message
mpwilson99
Lifetime Member


Joined: Jun 30, 2007
Posts: 462
Location: Hickstead, Sussex

PostPosted: Mon Feb 27, 2012 9:32 pm    Post subject: Reply with quote

Certainly still need the "zip" folder with the navigator version!

Ive also lost AB10 1AA in Great_Britain.postal 885, but notice AB10 1AB is in the exact same location, so is it the building having duplicate codes and having a clear out?
_________________
TomTom 700 GO user since Dec 2005.
TomTom PDA XDA user since Dec 2007.
TomTom HTC HD2 user since Jul 2012.
Back to top
View user's profile Send private message
DennisN
Tired Old Man
Tired Old Man


Joined: Feb 27, 2006
Posts: 14893
Location: Keynsham

PostPosted: Mon Feb 27, 2012 9:44 pm    Post subject: Reply with quote

Royal Mail website.....

Aberdeen City Council
Resources Management
St. Nicholas House
Broad Street
ABERDEEN
AB10 1AA

Aberdeen City Council
Marischal College
Broad Street
ABERDEEN
AB10 1AB

They are on opposite sides of Broad Street and some (small) distance apart. Obviously large enough postal requirements to merit their own individual postcodes. (Have a peep at Streeview, they're big places).
_________________
Dennis

If it tastes good - it's fattening.

Two of them are obesiting!!
Back to top
View user's profile Send private message
mpwilson99
Lifetime Member


Joined: Jun 30, 2007
Posts: 462
Location: Hickstead, Sussex

PostPosted: Mon Feb 27, 2012 9:48 pm    Post subject: Reply with quote

==>Resources Management

Perhaps they are having a clear out?, I rest my case Wink
_________________
TomTom 700 GO user since Dec 2005.
TomTom PDA XDA user since Dec 2007.
TomTom HTC HD2 user since Jul 2012.
Back to top
View user's profile Send private message
spudman72
Lifetime Member


Joined: Sep 07, 2009
Posts: 4

PostPosted: Sat Mar 03, 2012 8:28 pm    Post subject: Reply with quote

Though the new postcode files supplied with the maps are not seen by older devices, the following may be of use. Simply create a batch file in the root folder of the satnav, containing the following. (Download)
Code:
@echo off

for /R \ %%a in (Postal_*.ttd) do if exist %%a goto found

echo Unable to find postcodes

goto end

:found
echo Found postcodes

rem Check zip folder exists. Create if needed.

if not exist \zip mkdir \zip

rem Now copy the postcode files

for /R \ %%a in (Postal_GBR.ttd) do if exist %%a (
   echo Updated UK
   copy /Y "%%a" \zip\Great_Britain.postal
)

for /R \ %%a in (Postal_NLD.ttd) do if exist %%a (
   echo Updated Netherlands
   copy /Y "%%a" \zip\Nederland.postal
)

echo Postcodes updated

:end
pause


When run, it should locate the newer postcode files & copy them to the correct folder. It's crude, but I've tried it here successfully on XP with both a 950Live (Europe), and a One XL IQ (UK & Ireland).
Back to top
View user's profile Send private message
Andy_P
Pocket GPS Moderator
Pocket GPS Moderator


Joined: Jun 04, 2005
Posts: 19991
Location: West and Southwest London

PostPosted: Sun Mar 04, 2012 12:13 am    Post subject: Reply with quote

Nice idea spudman...

Can you get it to create the .ver files too?
_________________
"Settling in nicely" ;-)
Back to top
View user's profile Send private message
stuart
Frequent Visitor


Joined: 20/04/2003 11:51:10
Posts: 405
Location: Dorset, England, Great Britain

PostPosted: Sun Mar 04, 2012 12:49 pm    Post subject: Reply with quote

spudman72 It all looks very simple, but what is a batch file and what will that download actually do ??? Is it for the 885 maps running on the older TTG's like my TTG 520T...

Got time on my hands today as there is dampness in the air !!
Back to top
View user's profile Send private message Send e-mail Visit poster's website
dhn
Frequent Visitor


Joined: Oct 08, 2007
Posts: 2544
Location: Toronto CANADA

PostPosted: Sun Mar 04, 2012 1:23 pm    Post subject: Reply with quote

Batch files were often used in the old days of DOS that came before the advent of Windows.

Convenient when you wanted to repeat the instructions in the batch file more than once.

Somewhat equivalent to what macros do in this day and age in apps such as Excel.

The batch file shown would be model independent as long as it's on the 'old' Nav8 or Nav9 platform where the user could access the file system.
_________________
David
Back to top
View user's profile Send private message
Andy_P
Pocket GPS Moderator
Pocket GPS Moderator


Joined: Jun 04, 2005
Posts: 19991
Location: West and Southwest London

PostPosted: Sun Mar 04, 2012 1:24 pm    Post subject: Reply with quote

Spudman may have a better explanation, but a batch file is just a standard old-fashioned tool for MSDOS and Windows, where a list of commands can be executed all in one go.

All this one does is look for the new file in the map folder, and if it finds it, it copies it to a new "zip" folder and renames it, so it can be used on the old models

That works, because the "new" file seems to be exactly the same as the "old" downloadable UK postcode file (same size), and so it seems to produce exactly the same result as if you downloaded and installed the postcode files yourself from the link provided.

Spudman has provided a download of the batch file, just to avoid you having to type in the lines of code he showed.

However, I'd stick with the other way of doing it..... because that way you get the Netherlands postcodes as well, AND the two "version" files so you can check what version you have installed (in a few months time when you've forgotten!)


(Grrr! dhn beat me to it. Love-15)
_________________
"Settling in nicely" ;-)
Back to top
View user's profile Send private message
stuart
Frequent Visitor


Joined: 20/04/2003 11:51:10
Posts: 405
Location: Dorset, England, Great Britain

PostPosted: Sun Mar 04, 2012 1:34 pm    Post subject: Reply with quote

Thanks Andy_P..... Rolling Eyes I mean dhn..... Clap
Back to top
View user's profile Send private message Send e-mail Visit poster's website
spudman72
Lifetime Member


Joined: Sep 07, 2009
Posts: 4

PostPosted: Sun Mar 04, 2012 1:58 pm    Post subject: Reply with quote

Here's a modified version which should also generate a fake version file using the version number supplied with the map itself. It can be downloaded here. DOS/Windows is not my area of knowledge, so it's a bit crude, but it seems to work.
Back to top
View user's profile Send private message
davybouy
Occasional Visitor


Joined: Feb 19, 2007
Posts: 1

PostPosted: Wed Mar 07, 2012 1:10 pm    Post subject: Reply with quote

Probable reason for the dissapearing post code AB101AA is that St Nicholas House is now awaiting demolition.
All the Aberdeen City Council services were transferd across the road to Marischall College with the AB101AB postcode.
Back to top
View user's profile Send private message
DennisN
Tired Old Man
Tired Old Man


Joined: Feb 27, 2006
Posts: 14893
Location: Keynsham

PostPosted: Wed Mar 07, 2012 1:59 pm    Post subject: Reply with quote

So there's one for the record books, TT ahead of Royal Mail!!
_________________
Dennis

If it tastes good - it's fattening.

Two of them are obesiting!!
Back to top
View user's profile Send private message
aerotec
Regular Visitor


Joined: 27/07/2003 22:05:35
Posts: 130
Location: United Kingdom

PostPosted: Thu Mar 08, 2012 4:56 pm    Post subject: Reply with quote

I have just upgraded my 940 to 9.401 (working fine AND I have the ETA showing that I thought I was going to lose). Anyway, trying to get my head around the post code database as I have never manually updated it before.

Can I just download the relevant zip file to my device (Anyone got a link for it as can't find it, I am sure it was referenced in a thread?). Or do I HAVE to use this batch file thingy to make TT look to the postcode database I install and NOT to the one built in to the maps?

Worth noting I still have full post code look up, not just the first part. Is that coming from an old post code file or the new map data??
Back to top
View user's profile Send private message







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  Next
Page 2 of 3

 
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.053 (15 May 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