Quote:
Originally Posted by G@0
|
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
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
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!