Well, I was not able to figure out how to customize the right and left soft keys to be anything other than Media & Contacts, respectively. I think these two keys are controlled by the actual OS code and are not configurable.
However, I was able to unlock the Nav-up key, so now it can be set to whatever shortcut you want, instead of just the "Location Services".
What you want to do is create a defualt_upgrade.xml file with the following code:
Code:
<?xml version="1.0" encoding="ISO-8859-1"?>
<customization>
<registry>
<ui>
<settings reg-path="/apps/ui">
<shortcut>
<key id="nav-up">
<type>standard-item</type>
<action-type>short-press</action-type>
</key>
</shortcut>
</settings>
</ui>
</registry>
</customization>
Then, using A2uploader, copy the file into the "/tpa/preset/default" folder in the phone's file system. Then reboot your phone.
Now you can navigate in the phone to Menu->Settings->Shortcuts and set the Nav-Up to whatever shortcut you want.
Good luck.
mike
Bookmarks