- Scope of this threadThe purpose of this discussion is to explain how to download the map directly from TomTom, once the maps are available, using TTActivator.
Attention: only the maps are downloaded, but the maps can only be activated with the meta codes available in other threads.
- TTActivator program threadThe TTActivator program can be downloaded in this thread
[Please Register or Login to download file] - Use of TTActivator via command lineTTActivator command line options. The command line value are in bold.
-v,
--version Required. The map version. You can specify one or more versions by seperating them with commas. Example: 1020,1025,1030
-o,
--output Required. The destination folder where the map files will be placed.
-t,
--temp The temporary location where map files will be downloaded.
--no-extract (Default: false) Disable extraction of the map files.
--skip-download (Default: false) Skips the download (ie. to only detect the map version).
--help Display this help screen.
--version Display version information.
- Map types listThe command line value are in bold.
arm9-mnt = Navcore 7.8xx
arm9-mnt-no-asr-no-tts = Navcore 7.8xx no TTS
arm9-mnt-no-asr-tts-nuance = Navcore 7.8xx - NO ASR - NO TTS)
high-level-c-automotive = Navcore 8.2xx
high-level-u = Navcore 9.xxx
high-level-u-no-asr = Navcore 9.xxx - NO ASR
high-level-u-truck = Navcore 9.xxx Truck
nav3nav3-no-asrnav3-strasbourgnav3-fuji = Navcore 9.xxxx Mazda NB1
nav3-sayvilleImportant: You have to respect the syntax of the map types.
- Country list[LEFT]Africa
Argentina_and_Uruguay
Australia
Benelux
Benelux_DE_AT_CH_France
Brazil
Canada-Alaska
Canada_Alaska_Zone
CEE_Zone_1
CEE_Zone_2
Central_and_Eastern_Europe
Central_Europe
Central_Europe_East
Central_Europe_North
Central_Europe_South
Central_Europe_West
Chile
Colombia
DACH_East
DACH_North
DACH_South
DACH_West
DE_AT_CH
Eastern_Africa
Eastern_Atlantic_Islands
Eastern_Europe
Eastern_US_and_Canada
Eastern_USA_and_Canada
EE_Zone_1
EE_Zone_2
EE_Zone_3
EE_Zone_4
Egypt
Europe
Europe_1GB_North
Europe_1GB_South
Europe_1GB_West
Europe_Camper
Europe_Central_1GB
Europe_Central
Europe_East
Europe_East_1GB
Europe_North
Europe_North_1GB
Europe_South
Europe_South_1GB
Europe_South_West
Europe_TRUCK
Europe_West
Europe_West_1GB
Europe_Zone_1
Europe_Zone_2
Europe_Zone_3
Europe_Zone_4
Europe_Zone_5
Europe_Zone_6
Europe_Zone_7
Europe_Zone_8
Europe_Zone_9
Europe_Zone_Central
Europe_Zone_East
Europe_Zone_North
Europe_Zone_South
Europe_Zone_West
France
France_Zone_1
France_Zone_2
France_Zone_3
France_Zone_4
French_Antilles
French_Guiana
Greece
Hong_Kong
Iberia
Iberia_North
Iberia_South
Iberia_West
India
Israel
Indian_Ocean
Italia
Italia_Zone_1
Italia_Zone_2
Italia_Zone_3
Malaysia_Singapore
Mexico
Mexico_Zone
Middle_Africa
Middle_East
Middle_East_Arabic
Morocco
New_Zealand
Northern_US_and_Canada
Northern_USA_and_Canada
Poland
Russia
Russia_Baltics_Finland
Russia_Baltics_Finland_Zone_1
Russia_Baltics_Finland_Zone_2
Russia_Baltics_Finland_Zone_3
Scandinavia
SEA_Zone_1
SEA_Zone_2
Singapore
South_Africa_Swaziland_and_Lesotho
Southeast_Asia,
Southern_Africa
Southern_Europe
Southern_Europe_1
Southern_Europe_2
Southern_Europe_3
Southern_Europe_4
Southern_US_and_Mexico
Taiwan
Thailand
Tunisia
Turkey
United_Kingdom_and_Republic_of_Ireland
United_States
United_States_1GB
United_States_2GB
United_States_Zone
USA_Canada_Camper
US_East_South_Central
US_Midwest
US_North_West
US_Northeas
US_South_Atlantic
US_South_West
US_West_South_Central
USA_and_Mexico
USA_and_Mexico_1GB
USA_Canada
USA_Canada_1GB
USA_Canada_and_Mexico,
USA_East_South_Central
USA_Midwest
USA_North_West
USA_Northeast
USA_South_Atlantic
USA_South_West
USA_West_South_Central
Western_Africa
Western_Europe
Western_Europe_1
Western_Europe_2
Western_Europe_3
Western_Europe_1GB
Western_Mediterranean_Islands
Western_US_and_Canada
Western_USA_and_Canada
[/LEFT]
Important: you have respect the syntax of the country names of the maps.
- Download maps with TTActivator from command line- Download the TTTActivator archive.
- Unzip the TTActivator archive into a folder.
- Open an MS-DOS prompt in the folder where TTActivator was unpacked.
- Type command line parameters with syntax
TTActivator download-map -r "CountryMap" -v "Mapversion" -k "MapTipes" -t "TemporaryFolder" -o "DestinationFolder"
where the parameters are
ConuntryMap - See country list - Example =
EuropeMapversion - Example =
1105MapTipes - See list of map types - Example =
high-level-u (Navcore 9.xxx)
TemporaryFolder - Folder where downloaded files are temporarily saved before extraction. If you use
%TEMP% will used the
default temporary folder.
DestinationFolder - Folder where the extracted files are saved. If you use
%CD% will be used the
current folder.
If you want to download more countries, just separate the values with a comma. Example:
Italia,EuropeIf you want to download more types of maps just separate the values with a comma. Example:
arm9-mnt,high-level-u (Navcore 7.8xx e Navcore 9.xxx)
You can combine multiple countries and multiple map types. Example:
-r "Italia,Europe" -v "1105" -k "arm9-mnt,high-level-c-automotive,high-level-u"If the values of the paths
TemporaryFolder o
DestinationFolder contain spaces enter the values in quotation marks. Example:
"C:\Temporary Folder" - Examples of using the command line- Download Italia/Europe map version 1105 for navcore 7.xxx - temporary folder = default - download folder = current folderTTActivator download-map -r "Italia,Europe" -v "1105" -k "arm9-mnt" -t "%TEMP%" -o "%CD%"- Download Italia/Europe map version 1105 for navcore 8.xxx - temporary folder = default - download folder = current folderTTActivator download-map -r "Italia,Europe" -v "1105" -k "high-level-c-automotive" -t "%TEMP%" -o "%CD%"- Download Italia/Europe map version 1105 for navcore 8.xxx - temporary folder = default - download folder = current folderTTActivator download-map -r "Italia,Europe" -v "1105" -k "high-level-c-automotive" -t "%TEMP%" -o "%CD%"- Download Italia/Europe map version 1105 for navcore 9.xxx - temporary folder = default - download folder = current folderTTActivator download-map -r "Italia,Europe" -v "1105" -k "high-level-u" -t "%TEMP%" -o "%CD%"- Download Italy map version 1105 for navcore 7/8/9 - temporary folder = C:\TEMP - download folder = C:\TomTom-map"TTActivator download-map -r "Italia" -v "1105" -k "arm9-mnt,high-level-c-automotive,high-level-u" -t "C:\TEMP" -o "C:\TomTom-map"- Download Europe TRUCK map version 1105 for navcore 9.xxx - temporary folder = default - download folder = current folderTTActivator download-map -r "Europe_TRUCK" -v "1105" -k "high-level-u" -t "%TEMP%" -o "%CD%"- Download Europe map version 1105 for navcore 9 Mazda NB-1 - temporary folder = default - download folder = current folderTTActivator download-map -r "Europe" -v "11005 -k "nav3-fuji" -t "%TEMP%" -o "%CD%"- Download Europe map version 1105 for navcore 4 - temporary folder = default - download folder = current folderTTActivator download-map -r "Europe" -v "11005 -k "nav4" -t "%TEMP%" -o "%CD%"...