|
|
Thread Tools | Search this Thread |
08-05-2007, 08:58 AM | #1 |
Recovering Gadget Addict
Posts: 5,381
Karma: 676161
Join Date: May 2004
Location: Pittsburgh, PA
Device: iPad
|
XML hack for clock, joystick page turns, history AND navigation!!!!!
There has been a lot of discussion about what to map the various joystick movements to. The main reason is that people want joystick page turns, but want to maintain the essential default functionality (including history navigation in case of accidental button pushes).
I've decided to take a slightly new approach... * Use DiabloNLs remapping of joystick left/right to be page turn back/fwd. * Use the volume - HOLD/+ HOLD to do history back/forward The logic is simple... you get the nice joystick page turn, you have another way to do history navigation, link navigation is unchanged, and you don't even lose volume control - just mute. For me, and maybe many others based on the comments in the forum, the history navigation is mainly a last resort when losing your place in a book because of an accidental button push, so having to find and hold a volume control is no big deal. Of course, I left the really cool clock functionality in. The XML file is attached, so you can see exactly what I did, but as you would expect, all it involved was Igorsk's clock plus DiabloNL's joystick changes plus the two volume hold changes in the volume control button portion... Code:
<boolean key="0x41" do="doQuiet"/> <boolean key="0x41-hold" do="doLeft"/> <boolean key="0x40" do="doLoud"/> <boolean key="0x40-hold" do="doRight"/> If you don't know how to use this already, instructions can be found at here, but of course you use this XML file instead of DiabloNL's file when modifying Igorsk's original sample. Let me know if anyone likes this and decides to use it. Personally, I'm happy as a lark to have the controls the way I like them. As always, many thanks to the guys who did all the "real work" for getting us to this point, where it's easy to play with the button controls! |
08-06-2007, 11:17 PM | #2 |
Member
Posts: 14
Karma: 10
Join Date: Sep 2006
Device: Sony Reader
|
This is exactly what I was looking for, thanks!
|
Advert | |
|
08-21-2007, 01:49 PM | #3 |
Member
Posts: 19
Karma: 25
Join Date: Apr 2007
Device: PRS-505
|
are there instructions for using the joystick for music control while reading?
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
DR800SG Navigation Hack | Kolenka | iRex | 29 | 06-07-2010 06:22 PM |
PRS-500 Simple instructions for adding a clock and joystick page turns to the PRS-500 | Bob Russell | Sony Reader Dev Corner | 73 | 12-15-2009 06:01 AM |
PRS-500 Need help with Hackbuilder: History / Joystick Hack | BobVA | Sony Reader Dev Corner | 2 | 10-07-2007 12:11 AM |
PRS-500 Joystick page flip and history hack | diabloNL | Sony Reader Dev Corner | 12 | 08-10-2007 03:32 PM |
PRS-500 XML Hack for Locking 0-9 Keys? | Honza | Sony Reader Dev Corner | 12 | 08-10-2007 03:46 AM |