Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 5 of 5
  1. #1
    Member Aiken Drum's Avatar
    Join Date
    Dec 2010
    Location
    The Moon
    Posts
    25
    Rep Power
    102

    Guide How To: TomTom Custom Menu From OpenTom

    The TomTom Wiki opentom.org has been off-line for about a year and seems to have been abandoned. Most of these instructions from that site are still current for version 8.xx and version 9.xx navcores. Version 9.xx Navcores may need a small change to the menu in order to work, that change is discussed in post #3 of this thread. You cannot do a custom menu on version 10.xx and later.
    ------------------------------------------------------------------------------------------------------------------------------
    Ever wanted to reorganise your Tom Tom Go's menus? Want that special option on the first screen not 3 clicks in? Well you can.

    Starting with the default menu

    First of all you need to create a folder called:

    SDKRegistry

    in the root of your TomTom system or SD card

    or

    /TomTom/SDKRegistry

    in the first level (the root) of your PDA system.

    Within that folder create a file called:

    TomTom.mnu

    Both the folder and the file names are case sensitive.

    1- Main menu block
    Now paste the following into the file and save it

    MENUBLOCK|BLOCK_MAIN|BTM_GPS_POSITION|
    MENUPAGE|TASK_PAGE1|Main Menu 1 of 3|
    MENUITEM|TASK_NAVIGATE_TO|
    MENUITEM|TASK_MENU_FIND_ALTERNATIVES|
    MENUITEM|TASK_DELETE_ROUTE|
    MENUITEM|TASK_ADD_FAVORITE|
    MENUITEM|TASK_MENU_PREFERENCES|
    MENUITEM|TASK_PAGE2|
    MENUPAGE|TASK_PAGE2|Main Menu 2 of 3|
    MENUITEM|TASK_MENU_PLAN_ATOB|
    MENUITEM|TASK_SHOW_MAP|
    MENUITEM|TASK_MENU_ROUTE_INSTRUCTIONS|
    MENUITEM|TASK_MENU_PHONE|
    MENUITEM|TASK_ITINERARY|
    MENUITEM|TASK_PAGE3|
    MENUPAGE|TASK_PAGE3|Main Menu 3 of 3|
    MENUITEM|TASK_SHOW_WEATHER|
    MENUITEM|TASK_MENU_DOWNLOAD|
    MENUITEM|TASK_MENU_TRAFFIC|
    MENUITEM|TASK_TUTORIAL|
    MENUITEM|TASK_SHOW_GPS_STATUS|
    MENUITEM|TASK_PAGE1|

    2- Preferences menu block
    If you would like to customize preferences menus, add the following at the end of previous file

    MENUBLOCK|BLOCK_PREF|BTM_GPS_POSITION|
    MENUPAGE|TASK_PAGE4|Préférences 1/6|
    MENUITEM|TASK_SWITCH_NIGHTVIEW|
    MENUITEM|TASK_SWITCH_2D3D|
    MENUITEM|TASK_SET_HIDEMAP|
    MENUITEM|TASK_SWITCH_POI|
    MENUITEM|TASK_SWITCH_SOUND|
    MENUITEM|TASK_PAGE5|
    MENUPAGE|TASK_PAGE5|Préférences 2/6|
    MENUITEM|TASK_SET_VOLUME|
    MENUITEM|TASK_MAINTAIN_FAVORITES|
    MENUITEM|TASK_CHANGE_HOME_LOCATION|
    MENUITEM|TASK_MANAGE_MAPS|
    MENUITEM|TASK_MAINTAIN_POI|
    MENUITEM|TASK_PAGE6|
    MENUPAGE|TASK_PAGE6|Préférences 3/6|
    MENUITEM|TASK_SET_STATUS|
    MENUITEM|TASK_SET_CLOCK_TYPE|
    MENUITEM|TASK_ROTATE_DISPLAY|
    MENUITEM|TASK_SET_COLOR_SCHEMES|
    MENUITEM|TASK_SET_BRIGHTNESS|
    MENUITEM|TASK_PAGE7|
    MENUPAGE|TASK_PAGE7|Préférences 4/6|
    MENUITEM|TASK_SET_PLANTYPE|
    MENUITEM|TASK_SET_TOLL|
    MENUITEM|TASK_SET_COMPASS|
    MENUITEM|TASK_SET_VOICE|
    MENUITEM|TASK_SET_LANGUAGE|
    MENUITEM|TASK_PAGE8|
    MENUPAGE|TASK_PAGE8|Préférences 5/6|
    MENUITEM|TASK_SET_DIST_UNITS|
    MENUITEM|TASK_LEFTHANDED|
    MENUITEM|TASK_SET_KEYBOARD_SIZE|
    MENUITEM|TASK_SET_NAME_DISPLAY|
    MENUITEM|TASK_SWITCH_TIPS|
    MENUITEM|TASK_PAGE9|
    MENUPAGE|TASK_PAGE9|Préférences 6/6|
    MENUITEM|TASK_SWITCH_BLUETOOTH|
    MENUITEM|TASK_ABOUT|
    MENUITEM|TASK_SET_CRADLE|
    MENUITEM|TASK_SWITCH_ASN|
    MENUITEM|TASK_RESET_SETTINGS|
    MENUITEM|TASK_PAGE4|

    This will exactly replicate the existing main menu pages and structure (only GO 300), and the preferences menu pages (all GO). Pages start with the command MENUPAGE, individual menu items start with MENUITEM.

    Additional Options

    In addition to the basic menu items, you can also change the icon and text for each item. The following should illustrate how this is done:

    MENUITEM|MENUCOMMAND|"ICONFILE"|"TEXT DESCRIPTION"|

    As an example,

    MENUITEM|TASK_NAVIGATE_TO|"myicon.bmp"|"Travel!"|

    will replace the Navigate to icon and the text underneath will be Travel!

    (Bitmap option doesn't work with app-versions prior to 5.202)

    Example

    Let's look at the text you just pasted into tomtom.mnu, change the line

    MENUITEM|TASK_ADD_FAVORITE|

    to

    MENUITEM|TASK_SET_MAP|

    and save the file. Once your Go restarts you'll notice that the "Add Favourite" option on the first page (when you press the centre of the screen) has changed to "Switch Map".

    Below is a list of the available options:

    Available options

    Buttons
    -------
    BTM_GPS_POSITION
    BTM_DONE
    BTM_CAM_INFO

    Tasks
    -----
    TASK_NONE
    TASK_EMPTY
    TASK_MENU_PREFERENCES <- this item call automatically block_pref menu block (see example).
    TASK_SWITCH_ASN
    TASK_SET_VOICE
    TASK_SET_LANGUAGE
    TASK_SET_DIST_UNITS
    TASK_SET_CLOCK_TYPE
    TASK_SET_GEO (1)
    TASK_SWITCH_TIPS
    TASK_SET_VOLUME
    TASK_SWITCH_SOUND
    TASK_SHOW_STATUS
    TASK_SHOW_GPS_STATUS
    TASK_SET_BRIGHTNESS
    TASK_SET_BACKLIGHT (2)
    TASK_RESET_SETTINGS
    TASK_SWITCH_BLUETOOTH
    TASK_SWITCH_CLOCK (1)
    TASK_LEFTHANDED
    TASK_ROTATE_DISPLAY
    TASK_SET_KEYBOARD_SIZE <- if you use this, keyboard_type is automatically used after.
    TASK_SET_KEYBOARD_TYPE
    TASK_SET_PROMPT (2)
    TASK_SET_COMPASS
    TASK_SET_STATUS
    TASK_SWITCH_NIGHTVIEW
    TASK_SET_COLOR_SCHEMES
    TASK_SET_DAY_COLOR_SCHEME
    TASK_SET_NIGHT_COLOR_SCHEME
    TASK_CHANGE_HOME_LOCATION
    TASK_MAINTAIN_FAVORITES
    TASK_ADD_FAVORITE
    TASK_SET_SAFETY_SPEED (1)
    TASK_SWITCH_2D3D
    TASK_SET_MAP
    TASK_DELETE_MAP
    TASK_SHOW_MAP
    TASK_SET_HIDEMAP
    TASK_SWITCH_POI
    TASK_CONFIGURE_POI
    TASK_MAINTAIN_POI
    TASK_MENU_RECALC_BLOCK
    TASK_AVOID_ROUTE_LINE
    TASK_PLAN_VIA
    TASK_MENU_FIND_ALTERNATIVES
    TASK_ASK_CHANGE_OWNER (1)
    TASK_MENU_TRAFFIC
    TASK_TRAFFIC_SETTINGS
    TASK_TRAFFIC_ENABLE
    TASK_TRAFFIC_UPDATE
    TASK_TRAFFIC_REPLAN
    TASK_TRAFFIC_VIEW
    TASK_TRAFFIC_EXPLAIN
    TASK_NAVIGATE_TO
    TASK_MENU_PLAN_ATOB
    TASK_DELETE_ROUTE
    TASK_CONFIRM_DELETE_ROUTE
    TASK_SET_TOLL
    TASK_SET_PLANTYPE
    TASK_SET_CRADLE
    TASK_SHOW_ROUTE_DEMO
    TASK_MENU_ROUTE_INSTRUCTIONS
    TASK_SHOW_ROUTE_INSTRUCTIONS
    TASK_STEP_ROUTE_INSTRUCTIONS
    TASK_ABOUT
    TASK_ITINERARY
    TASK_TUTORIAL
    TASK_EXIT_APP
    TASK_SET_NAME_DISPLAY
    TASK_SHOW_WEATHER
    TASK_MANAGE_MAPS
    TASK_MENU_DOWNLOAD
    TASK_DOWNLOAD_MAP
    TASK_DOWNLOAD_POI
    TASK_DOWNLOAD_VOICE
    TASK_DOWNLOAD_SCHEME
    TASK_DOWNLOAD_VERSION_NUMBER
    TASK_SERVICE_LOGIN (2)
    TASK_HELP_GENERAL
    TASK_HELP_MAINMENU
    TASK_HELP_MAPBROWSER
    TASK_HELP_ZOOMING
    TASK_HELP_TRAFFIC
    TASK_HELP_ITINERARY
    TASK_HELP_PLANNING
    TASK_MENU_PHONE
    TASK_PAIR_WITH_PHONE (1)
    TASK_DIAL_POI
    BLOCK_MAIN
    BLOCK_PREF
    TASK_SDK (or TASK_SDK(n) see below)
    TASK_PAGE (better: TASK_PAGE(n))
    TASK_PHONE_MENU

    Following items obtained on a GO 910, may apply to other models
    TASK_BUDDIES
    TASK_DOC_BROWSER
    TASK_IMAGE_BROWSER
    TASK_IPOD
    TASK_JUKEBOX
    TASK_MULTIMEDIA
    TASK_PLAN_TO_MAPLOC
    TASK_NEARBY_POICAT
    TASK_CENTER_ON_MAP
    TASK_DO_ADD_FAVOURITE
    TASK_CURSOR_INTO_POI
    TASK_TRAVEL_VIA

    Following Items are found on a TomTom ONE V3
    TASK_RDSTMC_SELECT_COUNTRY

    The following Items are recognized by the 8.010 navcore of a TomTom ONE XL
    TASK_ABOUT
    TASK_ADD_FAVORITE
    TASK_ASK_CHANGE_OWNER
    TASK_AVOID_ROUTE_LINE
    TASK_BUDDIES
    TASK_CENTER_ON_MAP
    TASK_CHANGE_HOME_LOCATION
    TASK_CONFIGURE_POI
    TASK_CONFIRM_DELETE_ROUTE
    TASK_CURSOR_INTO_POI
    TASK_DELETE_MAP
    TASK_DELETE_ROUTE
    TASK_DIAL_POI
    TASK_DOC_BROWSER
    TASK_DOWNLOAD_MAP
    TASK_DOWNLOAD_POI
    TASK_DOWNLOAD_SCHEME
    TASK_DOWNLOAD_VERSION_NUMBER
    TASK_DOWNLOAD_VOICE
    TASK_DO_ADD_FAVOURITE
    TASK_EMPTY
    TASK_EXIT_APP
    TASK_HELP_GENERAL
    TASK_HELP_ITINERARY
    TASK_HELP_MAINMENU
    TASK_HELP_MAPBROWSER
    TASK_HELP_PLANNING
    TASK_HELP_TRAFFIC
    TASK_HELP_ZOOMING
    TASK_IMAGE_BROWSER
    TASK_IPOD
    TASK_ITINERARY
    TASK_JUKEBOX
    TASK_LEFTHANDED
    TASK_MAINTAIN_FAVORITES
    TASK_MAINTAIN_POI
    TASK_MANAGE_MAPS
    TASK_MENU_DOWNLOAD
    TASK_MENU_FIND_ALTERNATIVES
    TASK_MENU_PHONE
    TASK_MENU_PLAN_ATOB
    TASK_MENU_PREFERENCES
    TASK_MENU_RECALC_BLOCK
    TASK_MENU_ROUTE_INSTRUCTIONS
    TASK_MENU_TRAFFIC
    TASK_MULTIMEDIA
    TASK_NAVIGATE_TO
    TASK_NEARBY_POICAT
    TASK_NONE
    TASK_PAGE
    TASK_PAIR_WITH_PHONE
    TASK_PLAN_TO_MAPLOC
    TASK_PLAN_VIA
    TASK_RDSTMC_SELECT_COUNTRY
    TASK_RESET_SETTINGS
    TASK_ROTATE_DISPLAY
    TASK_SDK1
    TASK_SDK2
    TASK_SDK3
    TASK_SDK4
    TASK_SDK5
    TASK_SDK6
    TASK_SDK7
    TASK_SDK8
    TASK_SDK9
    TASK_SERVICE_LOGIN
    TASK_SET_BACKLIGHT
    TASK_SET_BRIGHTNESS
    TASK_SET_CLOCK_TYPE
    TASK_SET_COLOR_SCHEMES
    TASK_SET_COMPASS
    TASK_SET_CRADLE
    TASK_SET_DAY_COLOR_SCHEME
    TASK_SET_DIST_UNITS
    TASK_SET_GEO
    TASK_SET_HIDEMAP
    TASK_SET_KEYBOARD_SIZE
    TASK_SET_KEYBOARD_TYPE
    TASK_SET_LANGUAGE
    TASK_SET_MAP
    TASK_SET_NAME_DISPLAY
    TASK_SET_NIGHT_COLOR_SCHEME
    TASK_SET_PLANTYPE
    TASK_SET_PROMPT
    TASK_SET_SAFETY_SPEED
    TASK_SET_STATUS
    TASK_SET_TOLL
    TASK_SET_VOICE
    TASK_SET_VOLUME
    TASK_SHOW_GPS_STATUS
    TASK_SHOW_MAP
    TASK_SHOW_ROUTE_DEMO
    TASK_SHOW_ROUTE_INSTRUCTIONS
    TASK_SHOW_STATUS
    TASK_SHOW_WEATHER
    TASK_STEP_ROUTE_INSTRUCTIONS
    TASK_SWITCH_2D3D
    TASK_SWITCH_ASN
    TASK_SWITCH_BLUETOOTH
    TASK_SWITCH_CLOCK
    TASK_SWITCH_NIGHTVIEW
    TASK_SWITCH_POI
    TASK_SWITCH_SOUND
    TASK_SWITCH_TIPS
    TASK_TRAFFIC_ENABLE
    TASK_TRAFFIC_EXPLAIN
    TASK_TRAFFIC_REPLAN
    TASK_TRAFFIC_SETTINGS
    TASK_TRAFFIC_UPDATE
    TASK_TRAFFIC_VIEW
    TASK_TRAVEL_VIA
    TASK_TUTORIAL

    Applications
    ------------
    There are 9 TASKs for 9 plugin applications:

    TASK_SDK1
    ...
    TASK_SDK9

    Previous Page Button
    --------------------
    MENUITEM|TASK_PAGE1|"back.bmp"|"go back"

    You can place a file back.bmp in SDKRegistry.

    Keywords
    --------
    MENUBLOCK
    MENUPAGE
    MENUITEM
    COMMAND
    GEONAME

    1) not visible on screen. 2) usefull item and not used by default.

    Menu Blocks
    -----------
    There are three types of menu block,

    BLOCK_MAIN
    BLOCK_PREF
    BLOCK_CURSOR


    The BLOCK_MAIN deals with the main menu pages, the BLOCK_PREF deals with the options that appear in the Change Preferences pages. To make changes to the BLOCK_PREF add a line to the bottom of your .mnu file. BLOCK_CURSOR describes a block of pages which may be displayed in the context of a chosen map location. At least the following tasks are applicable: TASK_PLAN_TO_MAPLOC, TASK_NEARBY_POICAT, TASK_CENTER_ON_MAP, TASK_DO_ADD_FAVOURITE, TASK_CURSOR_INTO_POI, TASK_TRAVEL_VIA.

    Look at the original menu structure, in the first block menu (BLOCK_MAIN) , MENUITEM|TASK_MENU_PREFERENCES| item call MENUBLOCK|BLOCK_PREF|BTM_GPS_POSITION| (the second block menu).


    MENUBLOCK|BLOCK_PREF|BTM_GPS_POSITION|

    This begins the preferences block. You also need to add a MENUPAGE entry

    MENUPAGE|TASK_PAGE4|Preferences 1

    Note that the number in the TASK_PAGE (4) is a continuation of the previous MENUPAGE TASK_PAGE (3) entry from the BLOCK_MAIN, ie TASK_PAGE counts start at 1 and go up every time you add a page, regardless of which block it appears in.

    Here's a quick example, which if appended to the menu listing Starting with the default menu will change the preferences screen to only allow the flipping of the screen orientation

    MENUBLOCK|BLOCK_PREF|BTM_GPS_POSITION|
    MENUPAGE|TASK_PAGE4|Preferences 1|
    MENUITEM|TASK_ROTATE_DISPLAY|

    Additional notes

    Bear in mind, that the GO runs Linux as its operating system and that file and directory names are case sensitive.

    Lines within the menu definition file must be terminated by a Linefeed character (0x0a) or a Carriage Return / Linefeed combination (0x0d,0x0a). Macintosh users must take care of that, as their editors normally don't insert a Linefeed.

    These options have been tested in software versions 5.1, 5.2, and 5.440 successfully. It may work with other releases, too.
    menu icons opentom
    Last edited by Aiken Drum; 31st July 2014 at 02:24 AM.

  2.    Advertissements


  3. #2
    Member Aiken Drum's Avatar
    Join Date
    Dec 2010
    Location
    The Moon
    Posts
    25
    Rep Power
    102

    Default

    Additional Custom Menu information from the TomTom SDK, see section 3. "How to customize the menu", there is also some other nice to know info included in this document.
    ------------------------------------------------------------------------------------------------------------------------------
    TomTom Software Development Kit
    Version 6.0
    (for the TomTom GO)

    Additional Configuration Options


    1. Introduction
    2. How to add a splash screen
    2.1. Example splash screen
    2.2. Adding a splash screen
    3. How to customize the menu
    3.1. Example customized menu
    3.2. Example customized menu
    3.3. Defining the menu
    3.4. Summarize TomTom.mnu
    3.5. Custom Preferences
    3.6. Overview menu items
    4. How to add a colour scheme
    4.1. Example colour scheme
    4.2. Creating a colour scheme
    4.3. Adding a colour scheme
    5. How to disable plug-and-play on the serial port

    1. Introduction

    Several default configuration components of the TomTom GO can be adjusted, allowing users to modify the appearance of the TomTom GO.

    By creating certain files to be placed on the SD card, the splash screen that is shown when switching on the TomTom GO can contain a picture of your choice, the appearance of the menu can be modified and the list of colour schemes can be extended with user-defined colour schemes.

    This section explains how to replace the splash screen, how to define a customized menu and how to add a colour scheme.

    2. How to add a splash screen

    The Splash Screen of the TomTom GO, which is the window that welcomes the user when switching on the device, can contain a picture of your choice. By placing your own bitmap in the right place on the SD card, your picture will be displayed when turning on or off the TomTom GO.

    There are two different types of splash screen. One type for devices with a non-widescreen display, called splash.bmp, and one type for widescreen displays, called splashw.bmp.

    2.1. Example splash screen

    This is an example splash screen for non-widescreen devices.

    Warning: The file 'splash.bmp' could already be available in the root of the SD card. If so, make a copy of that file before completing this example.

    Copy the file called 'splash.bmp' from the /TomTomGO-SDK/examples/additional_configuration/ folder to the root of the SD card. Turn the TomTom GO off and then on again. The splash screen will briefly show when turning the device on.

    2.2. Adding a splash screen

    When you want your own splash screen being displayed when turning on or off the TomTom GO, create a bitmap with the following attributes:

    For non-widescreen devices:
    ---------------------------
    *name = splash.bmp
    *height = 240 pixels
    *width = 320 pixels
    *bits per pixel = 24

    It will be rotated -90 degrees when shown on the TomTom GO, so make sure you rotate it 90 degrees clockwise before you transfer it(the left-hand side of the bitmap will become the bottom of the Splash Screen).

    For widescreen devices:
    -----------------------
    *name = splashw.bmp
    *height = 272 pixels
    *width = 480 pixels
    *bits per pixel = 24

    It will not be rotated, like splash.bmp.

    After the bitmap has been created, copy it to the root of the SD card.

    When switching on the TomTom GO, it searches for a file called 'splash.bmp' or 'splashw.bmp', depending on the type of device, in the root of the SD card. If available and correct, the picture will be displayed in 65536 colours.

    3. How to customize the menu

    The way the menu items on the TomTom GO menu are arranged can be modified by defining your own menu. Furthermore, items can be deleted, default icons and descriptions can be replaced by user-defined ones and items can be greyed out.

    A customized menu for the TomTom GO is defined in a text file, which is read at start-up. If available and correct, the menu defined in this file will show instead of the default menu. Don’t worry if your menu is not what you expected, just delete or rename it and the TomTom GO default menu will show again.

    3.1. Example customized menu

    Copy the following text into a file called 'TomTom.mnu' or use the corresponding file from the /TomTomGO-SDK/examples/additional_configuration/ folder.

    Don’t worry if your menu is not what you expected, just delete or rename it and the TomTom Navigator default menu will show again.

    3.2. Example customized menu

    Copy the following text into a file called 'TomTom.mnu' or use the corresponding file from the \TomTomPPC-SDK\examples\additional_configuration\ folder.
    ------------------------------------------------------------------------------------------------------------------------------
    MENUBLOCK|BLOCK_MAIN|BTM_GPS_POSITION|

    MENUPAGE|TASK_PAGE1|Custom menu 1|

    MENUITEM|TASK_MENU_PLAN_ATOB|

    MENUITEM|TASK_NAVIGATE_TO||"Go Somewhere"|

    MENUITEM|TASK_MENU_FIND_ALTERNATIVES|"none.bmp"|"Alternatives..."|

    MENUITEM|TASK_SDK1|

    MENUITEM|TASK_PAGE5|TASK_MENU_PREFERENCES|TASK_MENU_PREFERENCES|

    MENUITEM|TASK_PAGE2|

    MENUPAGE|TASK_PAGE2|Custom menu 2|

    MENUITEM|TASK_ADD_FAVORITE|

    MENUITEM|TASK_SHOW_MAP|

    MENUITEM|TASK_MENU_ROUTE_INSTRUCTIONS|

    MENUITEM|TASK_DIAL_POI|

    MENUITEM|TASK_ITINERARY|

    MENUITEM|TASK_PAGE3|

    MENUPAGE|TASK_PAGE3|Custom menu 3|

    MENUITEM|TASK_SHOW_WEATHER|

    MENUITEM|TASK_MENU_DOWNLOAD|

    MENUITEM|TASK_MENU_TRAFFIC|

    MENUITEM|TASK_TUTORIAL|

    MENUITEM|TASK_CONFIRM_DELETE_ROUTE|

    MENUITEM|TASK_PAGE4|

    MENUPAGE|TASK_PAGE4|Custom menu 4|

    MENUITEM|TASK_EXIT_APP|

    MENUITEM|TASK_PAGE1|

    MENUBLOCK|BLOCK_PREF|BTM_DONE|

    MENUPAGE|TASK_PAGE5|Custom preferences|

    MENUITEM|TASK_SET_COLOR_SCHEMES|

    MENUITEM|TASK_SET_CLOCK_TYPE|

    MENUITEM|TASK_SWITCH_BLUETOOTH|

    MENUITEM|TASK_SET_VOICE|

    MENUITEM|TASK_CONFIRM_DELETE_ROUTE|

    MENUITEM|TASK_PAGE1|


    Put the file in the directory SdkRegistry/ from the root of the SD card. The full path to this directory is /mnt/sdcard/SdkRegistry/ Also, make sure at least one of the previously defined capability files is available in /mnt/sdcard/SdkRegistry/. The command defined in the capability file will now show as the 5th menu item of the first main menu as defined by "MENUITEM|TASK_SDK1|". If you do not have a capability file available and you still want to complete the example, just remove that line from the 'TomTom.mnu' file.

    If the connection with the SD card is made through HyperTerminal, the command 'sync' should be given at the terminal to force the changes to the disk. Now reboot the TomTom GO and browse through the main menu. The TomTom GO will now show a custom menu.

    3.3. Defining the menu

    To define a menu, a text file should be created with the following name:

    TomTom.mnu

    In this file the menu items to be shown on each page of the menu are defined.

    The format of the TomTom.mnu file is pipe-separated ASCII, where each line consists of at least a level and one of the predefined names defined for that level.

    Three levels can be distinguished:

    MENUBLOCK: The definition of a menu block. The main menu block, map cursor menu block and preferences menu block can be defined.
    MENUPAGE: The definition of a menu page, i.e. page1, page2, etc.
    MENUITEM: The definition of a menu item, i.e. “Navigate to”, “Clear Route, etc.

    To define a menu, you first have to define the menu block:

    MENUBLOCK|BLOCK_MAIN|BTM_GPS_POSITION|

    where

    BLOCK_MAIN is the name of the main menu block
    BTM_GPS_POSITION is the GPS-information, to be shown on the bottom of the main menu

    Every line after this will be interpreted as a page or an item of the main menu.

    Then a page is defined, by:

    MENUPAGE|TASK_PAGE1|Custom menu 1|

    where

    TASK_PAGE1 is the internal name of the menu page
    "Custom Menu 1" is the name of the menu page, to be show on the top of the menu page

    Note: The name of the menu page does not require doubles quotes.

    Now, the menu items are defined for each page. The first item of the first page of the main menu is the predefined menu item "Advanced Planning":

    MENUITEM|TASK_MENU_PLAN_ATOB|

    The second item of the menu says "Go Somewhere" and selecting it brings you to the default "Navigate To"-functionality:

    MENUITEM|TASK_NAVIGATE_TO||"Go somewhere"|

    The description “Navigate to...” has been replaced with “Go somewhere”, the icon is the default TomTom GO icon.

    The next menu item in the example is the predefined “Find Alternative”. In this case the icon for the menu option has been replaced by a user-defined icon and the description has been replaced by "Alternatives...":

    MENUITEM|TASK_MENU_FIND_ALTERNATIVES|"none.bmp"|"Alternatives..."|

    To use your own bitmaps, place your .BMP file in the /TomTom/SdkRegistry/ folder on your Pocket PC. If the bitmap isn't available, the default icon will be displayed.

    To browse through the menu, one of the 6 menu items of each page should be reserved for the next-screen item:

    MENUITEM|TASK_PAGE2|

    This shows the default arrow for going to the next page and selecting it from the menu will bring you to the next page.

    Finally, an icon can be greyed out by adding 1 as a final argument:

    MENUITEM|TASK_MENU_PHONE||”My Phone”|1|

    The menu option “My Phone” will show on the menu, but it is greyed out and can not be accessed.

    Please note that the pages are interpreted in the order in which they are defined and not by the number of the TASK_PAGE, so make sure the pages are defined in following order.

    For an overview of the predefined menu items, see :3.6. Overview menu items

    Overview menu items

    A special item TASK_SDKn is defined:

    MENUITEM|TASK_SDK1|

    This item represents the command to be sent to an external application, as defined in a capability file.

    If you have several commands to send or several applications to start, you should define a different TASK_SDKn for each command. If you have three commands defined in capability files, these items should be defined in the menu: TASK_SDK1, TASK_SDK2, TASK_SDK3. Please note that adding an icon or a description to the SDK_TASK line, the icon and description specified in the capability file will be overwritten.

    The external commands will be interpreted in the same order as they were on the extended menu. Capability files are read in creation order, i.e. the files that were created first will be read first. The commands from the capability files are assigned to TASK_SDKn menu items in the order in which they are found in the capability file. If e.g. you create two capability files in this order: a.cap and b.cap, then a.cap would be read first, en b.cap second. If a.cap has 3 commands and b.cap has 2 commands, then the commands from a.cap would be represented by tasks TASK_SDK1, TASK_SDK2 and TASK_SDK3. The tasks from b.cap would be represented by TASK_SDK4 and TASK_SDK5.

    After you have created the file and defined the menu, put it in the following directory from the root of the SD card:

    SdkRegistry/

    The full path to this directory is /mnt/sdcard/SdkRegistry/

    If the connection with the SD card is made through HyperTerminal, the following command should be given at the terminal to force the changed block to disk:

    sync

    When the TomTom GO starts, the SdkRegistry directory will be searched for the file 'TomTom.mnu'. If available and correct, the customized menu will show instead of the default menu.

    3.4. Summarize TomTom.mnu

    A customized menu is defined by:

    MENUBLOCK|«blockname»|«btm_option»|

    MENUPAGE|TASK_PAGE1|«title»|

    ….

    ….

    ….

    MENUPAGE|TASK_PAGE«n»|«title»|


    where

    *«blockname» is one of the [Blocks]
    *«btm_option» is one of the [BTM_option]
    *«title» is the title of the menu page, to be shown at the top of the screen
    *TASK_PAGE1 through TASK_PAGE«n» are the main menu pages, defined by:

    MENUITEM|«taskname»|«icon»|«description»|«accessibility»|

    MENUITEM|«taskname»|«icon»|«description»|«accessibility»|

    MENUITEM|«taskname»|«icon»|«description»|«accessibility»|

    MENUITEM|«taskname»|«icon»|«description»|«accessibility»|

    MENUITEM|«taskname»|«icon»|«description»|«accessibility»|

    MENUITEM|TASK_PAGE«n+1»


    where

    *«taskname» is one of the predefined Menu Items
    *«icon» is the name of the bitmap for the menu item (optional). If left out, the default TomTom GO icon will show
    *«description» is the description of the menu item (optional). If left out, the default TomTom GO description will show
    *«accessibility» is 0 or empty for 'allow', any other integer for greyed out (optional). If left out, the default accessibility will show
    *TASK_PAGE«n+1» is the reference to the next page. For the last menu page, define TASK_PAGE1 here in order to go to the first screen again

    3.5. Custom Preferences

    In your custom menu, you can also specify a set of preferences tailored to your needs. To do that, you have to do two things:

    *specify the entry point for the preferences:

    MENUITEM|TASK_PAGE5|TASK_MENU_PREFERENCES|TASK_MENU_PREFERENCES|

    *define the preferences block

    MENUBLOCK|BLOCK_PREF|BTM_DONE|

    MENUITEM|«taskname»|«icon»|«description»|«accessibility»|

    MENUITEM|«taskname»|«icon»|«description»|«accessibility»|

    MENUITEM|«taskname»|«icon»|«description»|«accessibility»|

    MENUITEM|«taskname»|«icon»|«description»|«accessibility»|

    MENUITEM|«taskname»|«icon»|«description»|«accessibility»|

    MENUITEM|TASK_PAGE«n+1»


    The parameters are the same as for the main block.

    The preferences block can have more than one page. You define navigation between pages in the similar fashion as for the main block: the last menuitem could be the next preferences page, the first preferences page or the first menu page.

    3.6. Overview menu items

    For more information on TomTom GO menu items, please refer to the manual that is provided with the TomTom GO.

    Blocks
    ------
    There are three blocks that can currently be defined in a menu file:

    *BLOCK_MAIN , Main Menu Block
    *BLOCK_PREF, Preferences Menu Block
    *BLOCK_CURSOR, Cursor Menu Block

    BTM_options
    -----------
    At block-level, the following items can be defined to be shown at the bottom of the screen. Each menu-page of that block will show the BTM_options defined for that block.

    *BTM_GPS_POSITION , GPS Information
    *BTM_DONE , Done Button
    *TRAFFIC_INFO , Traffic Information

    Menu Items
    ----------
    The following menu items can be used in the customized menu file for the main menu and the preferences menu.

    Special Tasks
    -------------
    *TASK_EMPTY, no task and this option will be shown as a blanc spot in the 6-option menu
    *TASK_NONE, no task and no placeholder for it in the menu
    *TASK_PAGEn, (n is in the range 1-20) a number identifying the custom menu page
    *TASK_SDKn, (n is in the range 1-50) a command to be sent to a client application, as defined in a capability file

    Navigation
    ----------
    *TASK_AVOID_ROUTE_LINE, Choose part of the route to avoid
    *TASK_CONFIRM_DELETE_ROUTE , Clear Route with asking the user confirmation first
    *TASK_DELETE_ROUTE, Clear Route immediately
    *TASK_ITINERARY , Itinerary planning
    *TASK_NAVIGATE_TO , Navigate to
    *TASK_MENU_FIND_ALTERNATIVES , Go to "Find alternative" menu
    *TASK_MENU_PLAN_ATOB , Advanced planning
    *TASK_MENU_RECALC_BLOCK, Go to "Avoid roadblock" menu
    *TASK_MENU_ROUTE_INSTRUCTIONS, Show the menu with options for vieuwing route
    *TASK_PLAN_VIA, Calculate a route that goes via specified address
    *TASK_SET_TOLL, Set the preferences for toll roads
    *TASK_SET_PLANTYPE, Set the preferences for route planning
    *TASK_SET_CRADLE, Set cradle preferences
    *TASK_SHOW_ROUTE_DEMO, Demonstrate planned route
    *TASK_SHOW_ROUTE_INSTRUCTIONS, Show the list with route instructions
    *TASK_STEP_ROUTE_INSTRUCTIONS, Browse through the route instructions as images
    *TASK_SWITCH_2D3D, Switch between 2D and 3D navigation view

    Downloads
    ---------
    *TASK_MENU_DOWNLOAD , Download extras
    *TASK_MENU_TRAFFIC , TomTom Traffic
    *TASK_SHOW_WEATHER , TomTom Weather

    Manage Maps
    -----------
    *TASK_DELETE_MAP, Delete a map
    *TASK_SET_MAP, Choose a current map
    *TASK_SET_HIDEMAP, Specifies whether the map should be replaced with a simpler view under certain conditions
    *TASK_SHOW_MAP , Browse map

    Favourites
    ----------
    *TASK_ADD_FAVORITE , Add favourite
    *TASK_MAINTAIN_FAVORITES, Maintain the list of favorites

    Preferences
    -----------
    *TASK_CHANGE_HOME_LOCATION, Specify new home location
    *TASK_LEFTHANDED, Switch between lefthanded and righthanded UI
    *TASK_MENU_PREFERENCES , Change Preferences
    *TASK_RESET_SETTINGS, Restore original application settings
    *TASK_ROTATE_DISPLAY, rotate display by 180 degrees
    *TASK_SET_BRIGHTNESS, Adjust the brightness level for the device
    *TASK_SET_BACKLIGHT, Adjust the backlight settings for the device
    *TASK_SET_CLOCK_TYPE, Set clock type
    *TASK_SET_COLOR_SCHEMES, Choose day and night color schemes
    *TASK_SET_COMPASS, Specify how to show the compass in the navigation view
    *TASK_SET_DAY_COLOR_SCHEME, Choose day color scheme
    *TASK_SET_DIST_UNITS, Choose distance units
    *TASK_SET_KEYBOARD_SIZE, Set preferences (size and type) of the on-screen keyboard.
    *TASK_SET_LANGUAGE, Choose application language
    *TASK_SET_NIGHT_COLOR_SCHEME, Choose night color scheme
    *TASK_SET_PROMPT, Specify the additional settings for voice promtps
    *TASK_SET_STATUS, Specify the information to show at the bottom of navigation view
    *TASK_SET_VOICE, Choose the voice for reading instructions
    *TASK_SET_VOLUME, Adjust the voice volume
    *TASK_SHOW_GPS_STATUS , Configure GPS
    *TASK_SHOW_STATUS, Show route status
    *TASK_SWITCH_ASN, Switch accelerometer on/off
    *TASK_SWITCH_BLUETOOTH, Enable/disable bluetooth connectivity
    *TASK_SWITCH_NIGHTVIEW, Switch to night view mode
    *TASK_SWITCH_SOUND, Enable/disable sound
    *TASK_SWITCH_TIPS, Enable/disable tips

    POI
    ---
    *TASK_CONFIGURE_POI, Choose which types of POI to show
    *TASK_MAINTAIN_POI, Go to POI maintenance menu
    *TASK_SWITCH_POI, shows/hides POI

    Traffic
    -------
    *TASK_MENU_TRAFFIC, go to traffic menu
    *TASK_TRAFFIC_ENABLE, enable traffic support
    *TASK_TRAFFIC_EXPLAIN, help for traffic
    *TASK_TRAFFIC_REPLAN, replan current route
    *TASK_TRAFFIC_SETTINGS, specify traffic settings
    *TASK_TRAFFIC_UPDATE, update traffic information
    *TASK_TRAFFIC_VIEW, go to traffic incidents view

    Miscellanious tasks
    -------------------
    *TASK_ABOUT, show Navigator information screen
    *TASK_SET_NAME_DISPLAY, specify naming preferences for map/navigation views
    *TASK_BUDDIES, go to buddies menu

    Downloads
    ---------
    *TASK_DOWNLOAD_MAP, Download map
    *TASK_DOWNLOAD_POI, Download POI
    *TASK_DOWNLOAD_VOICE, Download voice
    *TASK_DOWNLOAD_SCHEME, Download color scheme
    *TASK_DOWNLOAD_VERSIONNUMBER, Upgrade the Navigator application
    *TASK_MANAGE_MAPS, Go to "Manage maps" menu
    *TASK_MENU_DOWNLOAD, Go to "Downloads" menu
    *TASK_SERVICE_LOGIN, Perform login to the TomTom Plus services
    *TASK_SHOW_WEATHER, Get the current weather information

    Help
    ----
    *TASK_HELP_GENERAL, General help
    *TASK_HELP_ITINERARY, Help for itinerary
    *TASK_HELP_MAINMENU, Help for the main menu
    *TASK_HELP_MAPBROWSER, Help for the map view
    *TASK_HELP_PLANNING, Help for route planning
    *TASK_HELP_TRAFFIC, Help for traffic
    *TASK_HELP_ZOOMING, Help for zooming
    *TASK_TUTORIAL , Guided tour

    Phone
    -----
    *TASK_DIAL_POI, Dial the POI
    *TASK_MENU_PHONE , Mobile phone
    *TASK_PAIR_WITH_PHONE, Connect to the phone via Bluetooth

    Multimedia
    ----------
    *TASK_MULTIMEDIA, Go to multimedia menu
    *TASK_JUKEBOX, Go to jukebox menu
    *TASK_IPOD, Go to IPod control
    *TASK_IMAGE_BROWSER, Go to image library
    *TASK_DOC_BROWSER, Go to document reader

    The following menu items can be used in the customized menu file for the map cursor menu.

    Cursor menu
    -----------
    *TASK_PLAN_TO_MAPLOC, Navigate to map cursor location.
    *TASK_NEARBY_POICAT, Find POI near map cursor location.
    *TASK_CENTER_ON_MAP, Center map on map cursor location.
    *TASK_DO_ADD_FAVOURITE, Add map cursor location as favourite.
    *TASK_CURSOR_INTO_POI, Add map cursor location as POI.
    *TASK_TRAVEL_VIA, Travel via map cursor location.

    4. How to add a colour scheme

    The TomTom GO comes with several map colour schemes, which can be selected by selecting 'Change Map Colour' from the Preferences menu. It is now also possible to create your own map colour scheme and add it to the list of schemes.

    4.1. Example colour scheme

    Copy the following code into a file called 'mycolours.clr' or use the corresponding file from the /TomTomGO-SDK/examples/additional_configuration/ folder.

    ;

    ; Belgica

    ;

    204,255,204 ; background

    255,204,153 ; built-up area (city)

    168,168,255 ; water solid

    204,255,153 ; park

    153,204,153 ; woodland

    255,255,153 ; beach/dune/sand

    204,153,255 ; industrial zone

    204,204,204 ; harbor/marina

    255,204,204 ; moor/heath

    153,255,204 ; marsh

    255,204,255 ; pedestrian zone

    153,153,204 ; airport

    204,204,204 ; runway

    192,192,192 ; route background ('below' the road)

    136,000,000 ; route foreground (on top of the road)

    255,102,153 ; blocked road (dotted on top of any road)

    255,000,153 ; traffic jam (dotted on top of any road)

    000,136,000 ; highlighted / selected (line on top of any road)

    255,153,255 ; unreachable / not allowed to drive (dotted on top of any road)

    255,000,000 ; motorway solid

    255,000,000 ; motorway edge

    255,255,000 ; motorway inside

    136,000,000 ; motorway text

    153,051,000 ; major/international road solid

    136,000,000 ; major/international road edge

    255,255,000 ; international road inside

    255,255,000 ; major road inside

    051,051,000 ; major road text

    255,255,000 ; secondary road small

    255,255,000 ; secondary road solid

    000,000,000 ; secondary road edge

    255,255,000 ; secondary road inside

    153,153,000 ; secondary road text

    255,255,000 ; connecting road small

    255,255,102 ; connecting road solid

    000,000,000 ; connecting road edge

    255,255,102 ; connecting road inside

    153,153,000 ; connecting road text

    255,255,255 ; (major)local road small

    255,255,255 ; major local road solid

    255,255,255 ; local road solid

    000,000,000 ; local/destination road edge

    255,255,255 ; local/destination road inside

    085,085,085 ; local road text

    255,255,255 ; destination road solid

    085,085,085 ; destination road text

    255,255,255 ; ferry background

    000,000,136 ; ferry dots

    000,000,136 ; ferry text

    170,170,170 ; railroad dashed A

    000,000,000 ; railroad dashed B

    153,153,255 ; water edge outlines

    000,000,000 ; borders (dot-dash)

    000,000,000 ; arrows (road direction)

    255,255,255 ; arrows border (road direction)

    000,128,000 ; Route indication arrow color, normal

    000,255,000 ; Route indication arrow color, highlighted

    000,128,000 ; Tollroad edge color

    133,227,135 ; Tollroad inside color

    000,000,092 ; NavView: status/safeview panel background (default:dark blue)

    080,080,190 ; NavView: status/safeview panel borders (default:blue)

    255,255,255 ; NavView: status/safeview panel text (default:white)

    206,207,255 ; NavView: status/safeview panel dim text (default:lightblue)

    000,000,092 ; NavView: next highway background

    255,255,255 ; NavView: next highway border

    255,255,255 ; NavView: next highway text / iRouteDirectionArrowColor

    000,128,000 ; NavView: next highway EXIT background

    255,255,255 ; NavView: next highway EXIT border

    255,255,255 ; NavView: next highway EXIT text

    095,100,215 ; NavView: routeplanning progressbar color

    192,092,092 // Distant route color


    Put the file ‘mycolours.clr’ in a directory called 'schemes' from the root of the SD card. First-time SDK users will probably have to create this directory. Please note that the full path to this directory is /mnt/sdcard/schemes/ . On the TomTom GO browse to Preferences => Change Map Colours. Tap on the arrows to cycle through the colour schemes. A plug-in scheme will be available and selecting it will show you the new scheme 'mycolours'.

    4.2. Creating a colour scheme

    Choose the name of your colour scheme and create a file with that name and the extension CLR. The name will be displayed on the scheme selection page, so choose a sensible name.

    In the .CLR file define the colours of the different components of a map; what colour do you want a park to have, how do you want a motorway to look like, a city, etc. The colours are defined by their RGB values: the red, green, and blue intensity values that are used to define a colour. The comment behind each set of values, which is preceded by either '//' or ";", describe which component of the map that line defines.

    Please note that the colour-definition on a line in the colour file is always assigned to the same component; the colour for woodland is always the 5th colour defined in the file, a runway always the 13th, etc. So, commenting out some line at the beginning of the file, should give you some funny results, as each component gets the previous component's colour-definition.

    Refer to the comments of the example 'mycolours.clr' to see which component of a map each line represents.

    4.3. Adding a colour scheme

    Put a valid CLR file in the following directory from the root of the SD card:

    schemes/

    The full path to this directory is /mnt/sdcard/schemes/

    When selecting a colour scheme from the Preferences Menu, a plug-in scheme will be available. Selecting it will show the newly created colour scheme 'mycolours'.

    5. How to disable plug-and-play on the serial port

    The default plug-and-play program uses the serial port. This can cause problems for other applications that also need to use the serial port.

    To disable the plug-and-play program, place an empty file in the root of the sdcard or harddisk, called "TTPnPD". During startup, this file will be started in stead of the default plug-and-play program. Because an empty file is not a valid executable, execution will fail and no plug-and-play program will be running.
    Last edited by Aiken Drum; 28th July 2014 at 09:54 PM.

  4. #3
    Member Aiken Drum's Avatar
    Join Date
    Dec 2010
    Location
    The Moon
    Posts
    25
    Rep Power
    102

    Default

    Additional custom menu information about Navcore versions 9.xx

    If your TT has a version 9.xx Navcore, the methods discussed in the first two posts of this thread may not work on your TomTom.

    If that is the case, you will have to make a minor adjustment to the first 3 lines of the TomTom.mnu file. The following is a working custom menu that provides an example of how the first 3 lines should be. This example menu should work on all version 9.xx Navcores. (It works on the older version 8.xx also).

    MENUBLOCK|BLOCK_MAIN|BTM_DONE|
    MENUPAGE|TASK_PAGE2| This remains blank|
    MENUITEM|TASK_PAGE2|
    MENUPAGE|TASK_PAGE2|Menu - Page 1 of 3 - Navigation|
    MENUITEM|TASK_NAVIGATE_TO|
    MENUITEM|TASK_MENU_FIND_ALTERNATIVES|
    MENUITEM|TASK_MENU_ROUTE_INSTRUCTIONS|
    MENUITEM|TASK_AVOID_ROUTE_LINE|
    MENUITEM|TASK_CONFIRM_DELETE_ROUTE|
    MENUITEM|TASK_PAGE3|
    MENUPAGE|TASK_PAGE3|Menu - Page 2 of 3 - Advanced Routing|
    MENUITEM|TASK_SHOW_MAP|
    MENUITEM|TASK_ITINERARY|
    MENUITEM|TASK_MENU_PLAN_ATOB|
    MENUITEM|TASK_SET_PLANTYPE|
    MENUITEM|TASK_SET_TOLL|
    MENUITEM|TASK_PAGE4|
    MENUPAGE|TASK_PAGE4|Menu - Page 3 of 3 - Favorites and Options|
    MENUITEM|TASK_ADD_FAVORITE|
    MENUITEM|TASK_MAINTAIN_FAVORITES|
    MENUITEM|TASK_SWITCH_SOUND|
    MENUITEM|TASK_SWITCH_NIGHTVIEW|
    MENUITEM|TASK_MENU_PREFERENCES|
    MENUITEM|TASK_PAGE2|
    MENUBLOCK|BLOCK_PREF|BTM_DONE|
    MENUPAGE|TASK_PAGE5|Preferences - Page 1 of 4 - Points of Interest|
    MENUITEM|TASK_SWITCH_POI|
    MENUITEM|TASK_CONFIGURE_POI|
    MENUITEM|TASK_MAINTAIN_POI|
    MENUITEM|TASK_MANAGE_MAPS|
    MENUITEM|TASK_CHANGE_HOME_LOCATION|
    MENUITEM|TASK_PAGE6|
    MENUPAGE|TASK_PAGE6|Preferences - Page 2 of 4 - General Settings|
    MENUITEM|TASK_SET_DIST_UNITS|
    MENUITEM|TASK_LEFTHANDED|
    MENUITEM|TASK_SET_CLOCK_TYPE|
    MENUITEM|TASK_SET_LANGUAGE|
    MENUITEM|TASK_TUTORIAL|
    MENUITEM|TASK_PAGE7|
    MENUPAGE|TASK_PAGE7|Preferences - Page 3 of 4 - OSD Settings|
    MENUITEM|TASK_SET_STATUS|
    MENUITEM|TASK_SET_COMPASS|
    MENUITEM|TASK_SET_NAME_DISPLAY|
    MENUITEM|TASK_SET_COLOR_SCHEMES|
    MENUITEM|TASK_SET_KEYBOARD_SIZE|
    MENUITEM|TASK_PAGE8|
    MENUPAGE|TASK_PAGE8|Preferences - Page 4 of 4 - Device Settings|
    MENUITEM|TASK_SET_BRIGHTNESS|
    MENUITEM|TASK_SET_VOLUME|
    MENUITEM|TASK_SET_PROMPT|
    MENUITEM|TASK_SHOW_GPS_STATUS|
    MENUITEM|TASK_ABOUT|
    MENUITEM|TASK_PAGE5|

    ##########################
    08-07-14
    Attached a zip of TomTom icons for custom menu use
    Attached Files Attached Files
    Last edited by Aiken Drum; 7th August 2014 at 03:57 PM.

  5. #4
    Junior Member
    Join Date
    Aug 2017
    Location
    #
    Posts
    1
    Rep Power
    0

    Default

    Hello

    First of all, sorry for my English.
    This is a perfect Thread.

    Im searching for a Script to change between the TomTom.mnu "custom menu" and the "normal" on.

    Thanks for the Help.

    Empowered

  6. #5
    Member Aiken Drum's Avatar
    Join Date
    Dec 2010
    Location
    The Moon
    Posts
    25
    Rep Power
    102

    Default

    Quote Originally Posted by Empowered View Post
    Hello

    First of all, sorry for my English.
    This is a perfect Thread.

    Im searching for a Script to change between the TomTom.mnu "custom menu" and the "normal" on.

    Thanks for the Help.

    Empowered
    Hello back to you Empowered
    I am quite late here but better late than never
    This is a very old program for legacy TT devices.

    This switchmenu can only be used with version 7.xx, 8.xx, and 9.xx navcores.
    If you can manually add files to your TT with your computer then you can use switchmenu.

    Requires you maintain two menus, it changes file name of custom menu between TomTom.mnu & Tom.mnu
    Some instructions in the switchmenu.sh located in /bin directory.
    Attached Files Attached Files

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •