I played with the settings some more, and I think I've managed to make this device function like it should. As I mentioned above there is no need to tap any Done button to reach the full menu. The full menu is now the first thing you see.
The full menu has two sections, the "Main" menu and the "Preferences" menu.
The Main menu section is the first thing you see when you touch the map or turn the device on. There are three pages in this section. On the third page you will find an "Options" button (no icon unfortunately), which when clicked will take you to the Preferences menu.
On the Preferences menu there are four more pages with settings that are not essential enough (to me) to be on the main menu. Obviously you can change or add more pages if you want.
Clicking Done on either the Main menu or Preferences menu takes you to the main navigation map view. IMO having the pages divided in two sections makes it a lot faster to switch through the main menu pages (since there are only 3 pages as opposed to 5 or 6). I also added page numbers on the title text for clarity.
Here is the customized tomtom.mnu that allows you to accomplish this:
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|
The only thing I need to figure out is missing icons for the "Options", "Sound", and "Day/Night" switch buttons. Right now I can only see the text. This is how they're supposed to look like according to
OpenTom:
Options:
Night/Day:
Sound On/Off:
These are all functions found on that initial EasyMenu screen:
Those smaller icons are apparently incompatible with the traditional menu system. So all we get is text. It works, but doesn't look as nice.
Does anyone know how to properly format those icons so that we can to copy them to the device, and make them visible on the main menu?