View Single Post
Old 06-09-2008, 12:35 AM   #86
lisak
Member
lisak doesn't litterlisak doesn't litter
 
Posts: 20
Karma: 140
Join Date: Apr 2008
Device: Sony PRS-505
Quote:
Originally Posted by G@0 View Post
1. ENTER seems to have been re-defined after I installed direct page control which comes from https://www.mobileread.com/forums/showthread.php?t=13003 How can I make your dictionary work with this setting?
Well, I am not sure how the hack is implemented, but if the behavior of Bookmark key was not changed as well, you can try to open "autorun.xml" file which resides on the card and change this:

<function id="doMark">
this.clearInput();
this.clearLines();
</function>

to this:
<function id="doMark">
this.centerKey();
</function>

After that, you should be able to search the term by pressing "Bookmark" button. You lose the functionality of clearing the input line by single button press, but you can still use virtual key << at the "keyboard". Another option would be to use the Zoom key, but so far I was not able to find any reference on what function ID this key has.

Quote:
Originally Posted by G@0 View Post
Do you guys plan to have any PRS-500 update in the near future?
Well, I personaly don't have the access to 500 model, so any serious work/testing would have to be done by somebody else. However, if you have some specific problem here, just describe it (either here or here) and we try to sort it out.

Quote:
Originally Posted by G@0 View Post
I'd love to contribute if I can, but I'm a novice in Javascript & XML. Maybe you can give me some guidelines on your code structure and some references on how to hacking sony ereader.
I am afraid that as far as references go, we're stuck with the code that's at hand (eg. sudoku game is an excellent sample code). If you're curious about something in this program, just write me an email (it should be possible through mobileRead, I hope) - guess it would be better than to clutter the forum here...

And thanks for all the praise!
lisak is offline   Reply With Quote