Quote:
Originally Posted by jakeluck
the menu, zoom, bookmark and up key on my 505 died after the battery replacement. Without menu, I can't even go up a level without resorting to reset. Is it possible to map the menu to volume+?
|
Yes. You need to modify applicationStart.xml.
boolean key="0x41" do="doQuiet"
should be changed to
boolean key="0x41" do="doMenu"
It would also make sense to change (holding vol+ to jump to the root menu):
boolean key="0x41-hold" do="doMute"
to
boolean key="0x41-hold" do="doRoot"
You can achieve the same result by either
creating custom PRS+ build or changing a single file using igorsk's universal flasher.