View Single Post
Old 08-02-2008, 09:01 AM   #86
porkupan
Fanatic
porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.
 
porkupan's Avatar
 
Posts: 556
Karma: 1057213
Join Date: Sep 2006
Location: North Eastern U.S.
Device: Sony Reader
Quote:
Originally Posted by stasys View Post
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>
porkupan is offline   Reply With Quote