Well as everyone is well aware, the itinerary feature, along with menu option to manage your POI's is gone. Something that I don't think anyone has mentioned, is the safety options menu, I was unable to find a menu TASK command that would let me launch that item as well.
I didn't want to lose the help me or the map corrections menu items, but it doesn't look like there is currently any way around it. I even decompressed the ttsystem file and hex edited the ttn binary looking for additional commands (no dice).
It took a bit of time with the automated tools and a copy of notepad, but I now have a menu file that is layed out just like the default menu and includes all of the original items except:
* help me
* map corrections
* safety prefs
* safety cameras
* reset factory settings
I have also added:
* Itinerary Planning
* POI Management
* Name Prefs
* Backlit Prefs
* Hide Clock
I installed Tripmaster first (SDK1), Suntime second (SDK2). Tripmaster is on the main menu, suntime is on the preferences menu. Warn when near POI is still there, just not a separate menu item (it's under POI management).
As others have said, you can access the map corrections feature by entering the map browser and tapping the blue circle at the bottom of the screen. The Help Me feature is inaccessible, but then again I don't really see how useful it's really going to be since you can essentially access the same information from a POI search (if dialing 911 isn't enough!?)
One idea I had was to create a plugin menu item, much like suntime or tripmaster, that would point to a shell script that would swap out the TomTom.mnu file for you. You could then switch back and forth from your custom menu to the default by tapping a menu item. I'm assuming that a reboot would be required in-between, but this would allow you to use the custom menu when you need the missing features, and the normal menu when you don't. Unfortunately I don't think the tt likes shell scripts too much, this process may have to be done with a binary file instead (anyone have a development environment going? )
Here is my menu file, please copy/paste this into notepad, then when you select to save the file, hit the dropdown for save as type and select all files, then type TomTom.mnu as the filename (case sensitive). When you are done, copy it into the sdkregistry folder of your TomTom.
Please note, that if you intend on modifying the menu, please do so in Notepad. It seems that some of the stuff I've used here doesn't play nicely with the online tool or the menu builder you install on your machine locally.
[start TomTom.mnu]
MENUBLOCK|BLOCK_MAIN|BTM_GPS_POSITION|
MENUPAGE|TASK_PAGE1|Main 1/2|
MENUITEM|TASK_NAVIGATE_TO|
MENUITEM|TASK_MENU_FIND_ALTERNATIVES|
MENUITEM|TASK_ITINERARY|
MENUITEM|TASK_ADD_FAVORITE|
MENUITEM|TASK_MENU_PREFERENCES|
MENUITEM|TASK_PAGE2|
MENUPAGE|TASK_PAGE2|Main 2/2|
MENUITEM|TASK_MENU_PLAN_ATOB|
MENUITEM|TASK_SHOW_MAP|
MENUITEM|TASK_MENU_TRAFFIC|
MENUITEM|TASK_DELETE_ROUTE|
MENUITEM|TASK_SDK1|
MENUITEM|TASK_PAGE1|
MENUBLOCK|BLOCK_PREF|BTM_GPS_POSITION|
MENUPAGE|TASK_PAGE3|Preferences 1/5|
MENUITEM|TASK_SWITCH_NIGHTVIEW|
MENUITEM|TASK_SDK2|
MENUITEM|TASK_CONFIGURE_POI|
MENUITEM|TASK_TUTORIAL|
MENUITEM|TASK_SWITCH_SOUND|
MENUITEM|TASK_PAGE4|
MENUPAGE|TASK_PAGE4|Preferences 2/5|
MENUITEM|TASK_SET_VOLUME|
MENUITEM|TASK_SET_VOICE|
MENUITEM|TASK_MAINTAIN_FAVORITES|
MENUITEM|TASK_MAINTAIN_POI|
MENUITEM|TASK_SET_STATUS|
MENUITEM|TASK_PAGE5|
MENUPAGE|TASK_PAGE5|Preferences 3/5|
MENUITEM|TASK_SWITCH_2D3D|
MENUITEM|TASK_SET_NAME_DISPLAY|
MENUITEM|TASK_CHANGE_HOME_LOCATION|
MENUITEM|TASK_MANAGE_MAPS|
MENUITEM|TASK_SET_PLANTYPE|
MENUITEM|TASK_PAGE6|
MENUPAGE|TASK_PAGE6|Preferences 4/5|
MENUITEM|TASK_SET_LANGUAGE|
MENUITEM|TASK_LEFTHANDED|
MENUITEM|TASK_SET_BRIGHTNESS|
MENUITEM|TASK_SET_BACKLIGHT|
MENUITEM|TASK_SET_COLOR_SCHEMES|
MENUITEM|TASK_PAGE7|
MENUPAGE|TASK_PAGE7|Preferences 5/5|
MENUITEM|TASK_SET_CLOCK_TYPE|
MENUITEM|TASK_SWITCH_CLOCK|
MENUITEM|TASK_SET_DIST_UNITS|
MENUITEM|TASK_SET_KEYBOARD_SIZE|
MENUITEM|TASK_SET_COMPASS|
MENUITEM|TASK_PAGE3|
[end of file]
Hope this saves someone else some time
Rob
I didn't want to lose the help me or the map corrections menu items, but it doesn't look like there is currently any way around it. I even decompressed the ttsystem file and hex edited the ttn binary looking for additional commands (no dice).
It took a bit of time with the automated tools and a copy of notepad, but I now have a menu file that is layed out just like the default menu and includes all of the original items except:
* help me
* map corrections
* safety prefs
* safety cameras
* reset factory settings
I have also added:
* Itinerary Planning
* POI Management
* Name Prefs
* Backlit Prefs
* Hide Clock
I installed Tripmaster first (SDK1), Suntime second (SDK2). Tripmaster is on the main menu, suntime is on the preferences menu. Warn when near POI is still there, just not a separate menu item (it's under POI management).
As others have said, you can access the map corrections feature by entering the map browser and tapping the blue circle at the bottom of the screen. The Help Me feature is inaccessible, but then again I don't really see how useful it's really going to be since you can essentially access the same information from a POI search (if dialing 911 isn't enough!?)
One idea I had was to create a plugin menu item, much like suntime or tripmaster, that would point to a shell script that would swap out the TomTom.mnu file for you. You could then switch back and forth from your custom menu to the default by tapping a menu item. I'm assuming that a reboot would be required in-between, but this would allow you to use the custom menu when you need the missing features, and the normal menu when you don't. Unfortunately I don't think the tt likes shell scripts too much, this process may have to be done with a binary file instead (anyone have a development environment going? )
Here is my menu file, please copy/paste this into notepad, then when you select to save the file, hit the dropdown for save as type and select all files, then type TomTom.mnu as the filename (case sensitive). When you are done, copy it into the sdkregistry folder of your TomTom.
Please note, that if you intend on modifying the menu, please do so in Notepad. It seems that some of the stuff I've used here doesn't play nicely with the online tool or the menu builder you install on your machine locally.
[start TomTom.mnu]
MENUBLOCK|BLOCK_MAIN|BTM_GPS_POSITION|
MENUPAGE|TASK_PAGE1|Main 1/2|
MENUITEM|TASK_NAVIGATE_TO|
MENUITEM|TASK_MENU_FIND_ALTERNATIVES|
MENUITEM|TASK_ITINERARY|
MENUITEM|TASK_ADD_FAVORITE|
MENUITEM|TASK_MENU_PREFERENCES|
MENUITEM|TASK_PAGE2|
MENUPAGE|TASK_PAGE2|Main 2/2|
MENUITEM|TASK_MENU_PLAN_ATOB|
MENUITEM|TASK_SHOW_MAP|
MENUITEM|TASK_MENU_TRAFFIC|
MENUITEM|TASK_DELETE_ROUTE|
MENUITEM|TASK_SDK1|
MENUITEM|TASK_PAGE1|
MENUBLOCK|BLOCK_PREF|BTM_GPS_POSITION|
MENUPAGE|TASK_PAGE3|Preferences 1/5|
MENUITEM|TASK_SWITCH_NIGHTVIEW|
MENUITEM|TASK_SDK2|
MENUITEM|TASK_CONFIGURE_POI|
MENUITEM|TASK_TUTORIAL|
MENUITEM|TASK_SWITCH_SOUND|
MENUITEM|TASK_PAGE4|
MENUPAGE|TASK_PAGE4|Preferences 2/5|
MENUITEM|TASK_SET_VOLUME|
MENUITEM|TASK_SET_VOICE|
MENUITEM|TASK_MAINTAIN_FAVORITES|
MENUITEM|TASK_MAINTAIN_POI|
MENUITEM|TASK_SET_STATUS|
MENUITEM|TASK_PAGE5|
MENUPAGE|TASK_PAGE5|Preferences 3/5|
MENUITEM|TASK_SWITCH_2D3D|
MENUITEM|TASK_SET_NAME_DISPLAY|
MENUITEM|TASK_CHANGE_HOME_LOCATION|
MENUITEM|TASK_MANAGE_MAPS|
MENUITEM|TASK_SET_PLANTYPE|
MENUITEM|TASK_PAGE6|
MENUPAGE|TASK_PAGE6|Preferences 4/5|
MENUITEM|TASK_SET_LANGUAGE|
MENUITEM|TASK_LEFTHANDED|
MENUITEM|TASK_SET_BRIGHTNESS|
MENUITEM|TASK_SET_BACKLIGHT|
MENUITEM|TASK_SET_COLOR_SCHEMES|
MENUITEM|TASK_PAGE7|
MENUPAGE|TASK_PAGE7|Preferences 5/5|
MENUITEM|TASK_SET_CLOCK_TYPE|
MENUITEM|TASK_SWITCH_CLOCK|
MENUITEM|TASK_SET_DIST_UNITS|
MENUITEM|TASK_SET_KEYBOARD_SIZE|
MENUITEM|TASK_SET_COMPASS|
MENUITEM|TASK_PAGE3|
[end of file]
Hope this saves someone else some time
Rob
Last edited: