Home PageFacebookRSS News Feed
PocketGPS
Web
SatNav,GPS,Navigation
Pocket GPS World - SatNavs | GPS | Speed Cameras: Forums

Pocket GPS World :: View topic - Change TT5 menu possible
 Forum FAQForum FAQ   SearchSearch   UsergroupsUsergroups   ProfileProfile   Log in for private messagesLog in for private messages   Log inLog in 

Change TT5 menu possible
Goto page Previous  1, 2, 3, 4, 5, 6 ... 11, 12, 13  Next
 
Post new topic   Reply to topic    Pocket GPS World Forum Index -> TomTom Software-Only Products
View previous topic :: View next topic  
Author Message
chrisdk
Occasional Visitor


Joined: 04/04/2003 02:57:32
Posts: 3
Location: United Kingdom

PostPosted: Thu Jun 16, 2005 2:24 pm    Post subject: Reply with quote

lads2000 wrote:
Its called.......

MENUITEM|TASK_ROTATE_DISPLAY|


Thanks, but that rotates by 180 degrees.
Back to top
View user's profile Send private message
AndyCr15
Regular Visitor


Joined: Jul 03, 2004
Posts: 197
Location: London, UK

PostPosted: Thu Jun 16, 2005 4:27 pm    Post subject: Reply with quote

How about to toggle the sound on and off? Anyone know what the command line for that is? Thanks.
_________________
TomTom 6 - SPV M5000 and WM6
Garmin Zumo 500 on Honda TransAlp

www.lanarchy.co.uk for LAN gaming near London
Back to top
View user's profile Send private message Send e-mail
wadialdoor
Occasional Visitor


Joined: Apr 23, 2005
Posts: 15

PostPosted: Thu Jun 16, 2005 5:01 pm    Post subject: Reply with quote

AndyCr15 wrote:
How about to toggle the sound on and off? Anyone know what the command line for that is? Thanks.


MENUITEM|TASK_SWITCH_SOUND|
Back to top
View user's profile Send private message
mark1968
Frequent Visitor


Joined: Mar 01, 2004
Posts: 290
Location: Northampton

PostPosted: Thu Jun 16, 2005 8:12 pm    Post subject: Reply with quote

You may want to try my layout if you have subscribed to TomTom Traffic.

MENUBLOCK|BLOCK_MAIN|BTM_GPS_POSITION|
MENUPAGE|TASK_PAGE1|Basic Navigator|
MENUITEM|TASK_EXIT_APP|
MENUITEM|TASK_MENU_PLAN_ATOB|
MENUITEM|TASK_NAVIGATE_TO|
MENUITEM|TASK_DELETE_ROUTE|
MENUITEM|TASK_MENU_TRAFFIC|
MENUITEM|TASK_PAGE2|
MENUPAGE|TASK_PAGE2|Navigation|
MENUITEM|TASK_ITINERARY|
MENUITEM|TASK_AVOID_ROUTE_LINE|
MENUITEM|TASK_PLAN_VIA|
MENUITEM|TASK_MENU_FIND_ALTERNATIVES|
MENUITEM|TASK_MENU_ROUTE_INSTRUCTIONS|
MENUITEM|TASK_PAGE3|
MENUPAGE|TASK_PAGE3|Favourites And POIs|
MENUITEM|TASK_ADD_FAVORITE|
MENUITEM|TASK_MAINTAIN_FAVORITES|
MENUITEM|TASK_CONFIGURE_POI|
MENUITEM|TASK_MAINTAIN_POI|
MENUITEM|TASK_SWITCH_POI|
MENUITEM|TASK_PAGE4|
MENUPAGE|TASK_PAGE4|Settings|
MENUITEM|TASK_SHOW_MAP|
MENUITEM|TASK_DELETE_ROUTE|
MENUITEM|TASK_SHOW_GPS_STATUS|
MENUITEM|TASK_SET_COMPASS|
MENUITEM|TASK_MENU_PREFERENCES|
MENUITEM|TASK_PAGE5|
MENUPAGE|TASK_PAGE5|Settings|
MENUITEM|TASK_SET_DAY_COLOR_SCHEME|
MENUITEM|TASK_SET_NIGHT_COLOR_SCHEME|
MENUITEM|TASK_SET_DIST_UNITS|
MENUITEM|TASK_SET_LANGUAGE|
MENUITEM|TASK_ROTATE_DISPLAY|
MENUITEM|TASK_PAGE6|
MENUPAGE|TASK_PAGE6|Preferences|
MENUITEM|TASK_SWITCH_2D3D|
MENUITEM|TASK_SET_PROMPT|
MENUITEM|TASK_CHANGE_HOME_LOCATION|
MENUITEM|TASK_SET_KEYBOARD_SIZE|
MENUITEM|TASK_SET_PLANTYPE|
MENUITEM|TASK_PAGE7|
MENUPAGE|TASK_PAGE7|Preferences|
MENUITEM|TASK_SET_STATUS|
MENUITEM|TASK_SET_NAME_DISPLAY|
MENUITEM|TASK_SET_TOLL|
MENUITEM|TASK_SET_BACKLIGHT|
MENUITEM|TASK_SET_VOLUME|
MENUITEM|TASK_PAGE1|
_________________
Please follow me on twitter @mdyson1968
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
a4ace
Regular Visitor


Joined: 19/08/2003 21:28:03
Posts: 219
Location: Geneva, Switzerland

PostPosted: Thu Jun 16, 2005 9:08 pm    Post subject: Reply with quote

this is a really great find!!! Not Worthy i hope the next discovery is hardware button assignment :D
_________________
tomtom 940 live/tt active dock holder/tt rds-tmc traffic receiver usb
Back to top
View user's profile Send private message
sland
Regular Visitor


Joined: Mar 19, 2004
Posts: 144

PostPosted: Thu Jun 16, 2005 9:11 pm    Post subject: Reply with quote

I've tuned mine to have my most frequently used items at the front menus (feel free to copy and try)

Code:
MENUBLOCK|BLOCK_MAIN|BTM_GPS_POSITION|
MENUPAGE|TASK_PAGE1|Basic Navigation|
MENUITEM|TASK_NAVIGATE_TO|
MENUITEM|TASK_AVOID_ROUTE_LINE|
MENUITEM|TASK_EXIT_APP|
MENUITEM|TASK_MENU_FIND_ALTERNATIVES|
MENUITEM|TASK_SWITCH_NIGHTVIEW|
MENUITEM|TASK_PAGE2|
MENUPAGE|TASK_PAGE2|Planning 1|
MENUITEM|TASK_SHOW_MAP|
MENUITEM|TASK_DELETE_ROUTE|
MENUITEM|TASK_SHOW_GPS_STATUS|
MENUITEM|TASK_ITINERARY|
MENUITEM|TASK_MENU_PLAN_ATOB|
MENUITEM|TASK_PAGE3|
MENUPAGE|TASK_PAGE3|Planning 2|
MENUITEM|TASK_PLAN_VIA|
MENUITEM|TASK_SET_PLANTYPE|
MENUITEM|TASK_SWITCH_2D3D|
MENUITEM|TASK_MENU_ROUTE_INSTRUCTIONS|
MENUITEM|TASK_SHOW_ROUTE_DEMO|
MENUITEM|TASK_PAGE4|
MENUPAGE|TASK_PAGE4|Favourites And POIs|
MENUITEM|TASK_CONFIGURE_POI|
MENUITEM|TASK_MAINTAIN_POI|
MENUITEM|TASK_SWITCH_POI|
MENUITEM|TASK_ADD_FAVORITE|
MENUITEM|TASK_MAINTAIN_FAVORITES|
MENUITEM|TASK_PAGE5|
MENUPAGE|TASK_PAGE5|Settings|
MENUITEM|TASK_SET_BACKLIGHT|
MENUITEM|TASK_SET_COMPASS|
MENUITEM|TASK_MENU_PREFERENCES|
MENUITEM|TASK_SET_DIST_UNITS|
MENUITEM|TASK_ABOUT|
MENUITEM|TASK_PAGE1|=

_________________
Rgds,

Mike
Back to top
View user's profile Send private message
sland
Regular Visitor


Joined: Mar 19, 2004
Posts: 144

PostPosted: Thu Jun 16, 2005 9:17 pm    Post subject: Reply with quote

I feel it would be worth having a stickied and LOCKED thread containing all the commands that have been discovered. In the future it would (hopefully) reduce the number of "Whats the command for such and such" questions. At present we are all learning so we are all asking the questions but I'm sure it will become tiring in a while when we have the request for "Whats the command to get my PDA to dial home and order tea" sort of question.

No offence meant to anyone, just trying to plan ahead.
_________________
Rgds,

Mike
Back to top
View user's profile Send private message
Trevor
Occasional Visitor


Joined: Oct 12, 2003
Posts: 21

PostPosted: Thu Jun 16, 2005 10:23 pm    Post subject: Reply with quote

Many Thanks for a Great little file.
Pity we have also lost the ability to program the Ipaq buttons with commands. I used to have one allocated to the old Memorise Position which I used to add Speed Cameras to the database. I understand this function has been replaced by GPS Position. Is it possible to add this command to the customised menu and not have to go via Add Favorite and 2 other menus?
Back to top
View user's profile Send private message
biker1
Regular Visitor


Joined: Jul 04, 2004
Posts: 108
Location: Liverpool (Capital of Culture)

PostPosted: Sat Jun 18, 2005 3:33 pm    Post subject: Help please Reply with quote

Please be patient, complete novice to all this 8O .
I've read the thread with great interest. Created SDKRegistry with resco, and copied TomTom.mnu into My Documents. But I can't paste into SDKRegistry.

I get a message saying "not a valid registry key" or something to that effect. Where am I going wrong? Embarassed
_________________
What car in front???

We won it 5 times, We won it 5 times.
In Istanbul, We won it 5 times.

Football Capital of the World.
Back to top
View user's profile Send private message
newmikey
Occasional Visitor


Joined: Jun 14, 2005
Posts: 30
Location: Netherlands/Luxembourg

PostPosted: Sat Jun 18, 2005 4:40 pm    Post subject: Re: Help please Reply with quote

biker1 wrote:
Please be patient, complete novice to all this 8O .
I've read the thread with great interest. Created SDKRegistry with resco, and copied TomTom.mnu into My Documents. But I can't paste into SDKRegistry.

I get a message saying "not a valid registry key" or something to that effect. Where am I going wrong? Embarassed


Oh grasshopper, patience is my middle name...

You have "created SDKRegistry with resco". I suppose that is a registry editor for the PPC. This is not required. There is no need for registry hacks. We are talking directories and files only!

Put your PPC in the cradle and let it connect with your desktop computer. Now open "My computer" or whatever it is called on your PC. You should see an icon called "Mobile device" or something in that order. Doubleclick it. You are now looking at the directory structure of your PPC.

Please open the directory "TomTom" in the root of your PPC. Now click the right mousebutton and make a new DIRECTORY called "SDKRegistry".

Last but not least: copy your TomTom.mnu file into this directory.

That is the end of it. May the force be with you always.
Back to top
View user's profile Send private message
biker1
Regular Visitor


Joined: Jul 04, 2004
Posts: 108
Location: Liverpool (Capital of Culture)

PostPosted: Sat Jun 18, 2005 5:29 pm    Post subject: Thank you Reply with quote

Thank you very much newmikey Guinness ...easy when you know how. Will have a play around with it Thumbs Up
_________________
What car in front???

We won it 5 times, We won it 5 times.
In Istanbul, We won it 5 times.

Football Capital of the World.
Back to top
View user's profile Send private message
rtj70
Regular Visitor


Joined: Jun 18, 2005
Posts: 144

PostPosted: Sat Jun 18, 2005 10:30 pm    Post subject: Reply with quote

Sad as I may be.. I tried doing a hex-dump edit of the executable to find strings for the menus now the bright person figured out to create them. So the list of text I think I've grabbed correctly is:

TASK_NONE
TASK_EMPTY
BTM_GPS_POSITION
BTM_DONE
BTM_TRAFFIC_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_SET_BRIGHTNESS
TASK_SET_BACKLIGHT
TASK_RESET_SETTINGS
TASK_SWITCH_BLUETOOTH
TASK_SWITCH_CLOCK
TASK_LEFTHANDED
TASK_ROTATE_DISPLAY
TASK_ROTATE_DISPLAY_90
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_HOME_LOCATION
TASK_MAINTAIN_FAVORITES
TASK_ADD_FAVORITE
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_ALTERNATIVE
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_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
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
TASK_DIAL_POI
BLOCK_MAIN
BLOCK_PREF
TASK_SDK
TASK_PAGE

But some do no display icons and some like rotating 90 deg seem not to work. Note the list is in the order of the strings in the hex dump.

I've got a new menu working which is okay but all I wanted to be rid of was traffic on the first screen to be honest.

Rob
Back to top
View user's profile Send private message
skuX
Occasional Visitor


Joined: Jun 19, 2005
Posts: 1

PostPosted: Sun Jun 19, 2005 12:34 pm    Post subject: Reply with quote

May be, you could use my little script to generate easily your personalised menu. I've added the english language so you should understand the most.

Look here:
http://www.skux.net/tomtom/menubuilder/

Try and click. If you've got problems, send me a mail or post it into this thread..

Have fun![/b]
Back to top
View user's profile Send private message
CJackel492
Regular Visitor


Joined: Mar 15, 2005
Posts: 210

PostPosted: Sun Jun 19, 2005 1:47 pm    Post subject: Reply with quote

Nice one,

Works quite well,

Although the 90deg rotate option doesn't work,

Carl,
_________________
Phones - Nokia 9500 + a few others
Nokia 9500 running TTM5 Sad
Back to top
View user's profile Send private message AIM Address
newmikey
Occasional Visitor


Joined: Jun 14, 2005
Posts: 30
Location: Netherlands/Luxembourg

PostPosted: Sun Jun 19, 2005 5:41 pm    Post subject: Reply with quote

skuX wrote:
May be, you could use my little script to generate easily your personalised menu. I've added the english language so you should understand the most.

Look here:
http://www.skux.net/tomtom/menubuilder/

Try and click. If you've got problems, send me a mail or post it into this thread..

Have fun![/b]


That is way to cool! You should be arrested for putting up such a nice tool! Seriously, this is a wonderful idea which will take all the hard work out of this menubuilding and make it accessible for all.

I take my hat off and bow deeply!

Mike
Back to top
View user's profile Send private message







Posted: Today    Post subject: Pocket GPS Advertising

Back to top
Display posts from previous:   
Post new topic   Reply to topic    Pocket GPS World Forum Index -> TomTom Software-Only Products All times are GMT + 1 Hour
Goto page Previous  1, 2, 3, 4, 5, 6 ... 11, 12, 13  Next
Page 5 of 13

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Make a Donation



CamerAlert Database

Click here for the PocketGPSWorld.com Speed Camera Database

Download Speed Camera Database
22.051 (01 May 24)



WORLDWIDE SPEED CAMERA SPOTTERS WANTED!

Click here to submit camera positions to the PocketGPSWorld.com Speed Camera Database


12mth Subscriber memberships awarded every week for verified new camera reports!

Submit Speed Camera Locations Now


CamerAlert Apps



iOS QR Code






Android QR Code







© Terms & Privacy


GPS Shopping