View Single Post
Old 09-17-2010, 03:39 AM   #1400
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
ebook.so for PRS-505 with kUp-hold enabled

Quote:
Originally Posted by kartu View Post
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
Attached Files
File Type: zip PRS505_ebook_so.zip (67.0 KB, 187 views)

Last edited by Mark Nord; 06-18-2011 at 09:30 AM. Reason: corrected error in version 1.1.00.18040
Mark Nord is offline   Reply With Quote