View Single Post
Old 01-08-2011, 05:53 AM   #1521
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
Quote:
Originally Posted by jakeluck View Post
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.
kartu is offline   Reply With Quote