Quote:
Originally Posted by kartu
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.
|
Ok, this may be a dumb question, but where IS applicationStart.xml? Someone gave me a bricked PRS-505 and I got it up and running but of course, the menu key, the zoom key, and the bookmark key are non-functional. I installed PRS+ to try to remap the keys but apparently the Menu key is not a default option. I am comfortable enough modifying an XML file, but can't seem to find the one in question. Does this mean I need to go through the steps of creating a custom build?