dhn
Moderator
The menu doesn't go onto Home. It goes on the unit. Use Explorer to copy the file to your unit when it's connected to the computer.
Surely they would not take that sort of thing away...
I'm just wondering if it's possible to replace the navcore with a different version to get more functionality, or is the .mnu file the only way?
BTW, if anyone with an EasyMenu TomTom wants to download my SdkRegistry folder with all the pictures and customized tomtom.mnu, you can get it here:
http://www.megaupload.com/?d=1LY7W4RG
This is what menus on my XXL 550 look like. Pretty much complete at this point.
The main navigation map view:
Tap the map area and you will be shown the main menu:
Tap that "Preferences" button above, and you get to the Preferences menu:
MENUITEM|TASK_PAGE2|"MainMenu.bmp"|"Main Menu"|
MENUITEM|TASK_MENU_PREFERENCES|"Options.bmp"|"Options"|
So can you confirm that a custom menu file (even if it's not quite right for you) DOES work on an XXL which has been updated to latest software? (and is that v9.430?)
MENUBLOCK|BLOCK_MAIN|BTM_GPS_POSITION|
MENUPAGE|TASK_PAGE2| This remains blank|
MENUITEM|TASK_PAGE2|
MENUPAGE|TASK_PAGE2|Page 1/3|
MENUITEM|TASK_NAVIGATE_TO|
MENUITEM|TASK_ITINERARY|
MENUITEM|TASK_ADD_FAVORITE|
MENUITEM|TASK_SWITCH_SOUND|
MENUITEM|TASK_SWITCH_NIGHTVIEW|
MENUITEM|TASK_PAGE3|
MENUPAGE|TASK_PAGE3|Page 2/3|
MENUITEM|TASK_SHOW_MAP|
MENUITEM|TASK_MENU_FIND_ALTERNATIVES|
MENUITEM|TASK_AVOID_ROUTE_LINE|
MENUITEM|TASK_PLAN_VIA|
MENUITEM|TASK_CONFIRM_DELETE_ROUTE|
MENUITEM|TASK_PAGE4|
MENUPAGE|TASK_PAGE4|Page 3/3|
MENUITEM|TASK_SHOW_STATUS|
MENUITEM|TASK_MENU_ROUTE_INSTRUCTIONS|
MENUITEM|TASK_MENU_PLAN_ATOB|
MENUITEM|TASK_CHANGE_HOME_LOCATION|
MENUITEM|TASK_MENU_PREFERENCES|
MENUITEM|TASK_PAGE2|
MENUBLOCK|BLOCK_PREF|BTM_GPS_POSITION|
MENUPAGE|TASK_PAGE5|Preferences 1/4|
MENUITEM|TASK_SET_PLANTYPE|
MENUITEM|TASK_SET_STATUS|
MENUITEM|TASK_SET_COLOR_SCHEMES|
MENUITEM|TASK_SET_CLOCK_TYPE|
MENUITEM|TASK_SET_DIST_UNITS|
MENUITEM|TASK_PAGE6|
MENUPAGE|TASK_PAGE6|Preferences 2/4|
MENUITEM|TASK_SET_VOLUME|
MENUITEM|TASK_SET_PROMPT|
MENUITEM|TASK_SET_VOICE|
MENUITEM|TASK_SET_TOLL|
MENUITEM|TASK_SET_MAP|
MENUITEM|TASK_PAGE7|
MENUPAGE|TASK_PAGE7|Preferences 3/4|
MENUITEM|TASK_SET_COMPASS|
MENUITEM|TASK_SHOW_GPS_STATUS|
MENUITEM|TASK_SET_KEYBOARD_SIZE|
MENUITEM|TASK_SET_BRIGHTNESS|
MENUITEM|TASK_SET_BACKLIGHT|
MENUITEM|TASK_PAGE8|
MENUPAGE|TASK_PAGE8|Preferences 4/4|
MENUITEM|TASK_MAINTAIN_FAVORITES|
MENUITEM|TASK_MAINTAIN_POI|
MENUITEM|TASK_CONFIGURE_POI|
MENUITEM|TASK_SWITCH_POI|
MENUITEM|TASK_SET_NAME_DISPLAY|
MENUITEM|TASK_PAGE5|
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).
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.