The 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 thread
The TTActivator program can be downloaded in this thread
[Please Register or Login to download file]
- Use of TTActivator via command line
TTActivator 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 list
The 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
nav3
nav3-no-asr
nav3-strasbourg
nav3-fuji = Navcore 9.xxxx Mazda NB1
nav3-sayville
Important: You have to respect the syntax of the map types.
- Country list
Spoiler: Show
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
where the parameters are
ConuntryMap - See country list - Example = Europe
Mapversion - Example = 1105
MapTipes - 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,Europe
If 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 folder
TTActivator 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 folder
TTActivator 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 folder
TTActivator 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 folder
TTActivator 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 folder
TTActivator 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 folder
TTActivator 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 folder
TTActivator download-map -r "Europe" -v "11005 -k "nav4" -t "%TEMP%" -o "%CD%"
...