Quote:
Originally Posted by kartu
PS
Guys, remeber that you can experiment with enabling joypad up/down/left/right hold events on 505. 
|
Please find patched ebook.so in the attachment.
Tested the v 1.4.00.23260 version, by mounting patched "ebook.so" and a modified "applicationStart.xml"
used this in
<parts>
..
<boolean key="0x27" do="doCenter"/>
<boolean key="0x27-hold" do="doCenter"/>
<boolean key="kLeft" do="doLeft"/>
<boolean key="kLeft-hold" do="doLeft"/>
<boolean key="kRight" do="doRight"/>
<boolean key="kRight-hold" do="doRight"/>
<boolean key="kUp" do="doUp"/>
<boolean key="kUp-hold" do="doUp"/>
<boolean key="kDown" do="doDown"/>
<boolean key="kDown-hold" do="doDown"/>
and added according code and events to "KeyBindings.js"
Now holding rigth-joypad-button starts the Calculator!
Proofed, patch is working. (hopefully there will be no sideeffects)
2011-06-18: corrected error in version 1.1.00.18040