TT One 3rd Edition Menu Replacement

Joined
Dec 9, 2007
Messages
4
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
 
Last edited:
FYI, here is a listing of the commands that I found while hex editing the ttn binary for NavCore 7.162.8492:

TASK_NONE
TASK_EMPTY
BTM_GPS_POSITION
BTM_DONE
BTM_TRAFFIC_INFO
BTM_CAM_INFO
TASK_MENU_PREFERENCES
TASK_SWITCH_ASN
TASK_SET_VOICE
TASK_SET_LANGUAGE
TASK_SET_DIST_UNITS
TASK_SET_CLOCK_TYPE
TASK_SET_GEO
TASK_SWITCH_TIPS
TASK_SET_VOLUME
TASK_SWITCH_SOUND
TASK_SHOW_STATUS
TASK_SHOW_GPS_STATUS
TASK_SET_BRIGHTNESS
TASK_SET_BACKLIGHT
TASK_RESET_SETTINGS
TASK_SWITCH_BLUETOOTH
TASK_SWITCH_CLOCK
TASK_LEFTHANDED
TASK_ROTATE_DISPLAY
TASK_SET_KEYBOARD_SIZE
TASK_SET_KEYBOARD_TYPE
TASK_SET_PROMPT
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_FAVORITES
TASK_SET_SAFETY_SPEED
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
TASK_MENU_TRAFFIC
TASK_TRAFFIC_SETTINGS
TASK_TRAFFIC_ENABLE
TASK_TRAFFIC_UPDATE
TASK_TRAFFIC_REPLAN
TASK_TRAFFIC_VIEW
TASK_TRAFFIC_EXPLAIN
TASK_RDSTMC_SELECT_COUNTRY
TASK_NAVIGATE_TO
TASK_MENU_PLAN_ATOB
TASK_DELETE_ROUTE
TASK_CONFIRM_DELETE
TASK_SET_TOLL
TASK_SET_PLANTYPE
TASK_SET_CRADLE
TASK_SHOW_ROUTE_DEMO
TASK_MENU_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_VOICE
TASK_DOWNLOAD_SCHEME
TASK_DOWNLOAD_VERSION_NUMBER
TASK_SERVICE_LOGIN
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
BLOCK_MAIN
BLOCK_PREF
BLOCK_CURSOR
TASK_SDK
TASK_PAGE
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
MENUBLOCK
MENUPAGE
MENUITEM
 

Ask a Question

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.

Ask a Question

Members online

Latest resources

Forum statistics

Threads
28,911
Messages
195,092
Members
67,861
Latest member
garoutte07

Latest Threads

Back
Top