Quote:
Originally Posted by stasys
For those who want to have joystick turning pages - in: files.505.1.1.00.18040\opt\sony\ebook\application\ resources
open with notepad file:
applicationStart.xml
modify there:
<boolean key="kRight" do="doRight" />
to:
<boolean key="kRight" do="doNext" />
save file (be sure that notepad is saving "applicationStart.xml", not "applicationStart.xml.txt".
Create image, flash it, enjoy.
|
This is exactly the
wrong fix. The
correct fix for joypad page turning is this:
Add a doRight() override to main.xml (for book reading only):
Code:
<kbookPage id="PAGE" left="0" right="0" top="0" bottom="30" href="x-id://bookData">
<code>
<function id="doRight">
this.bubble("doNext");
</function>