Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Sony Reader > Sony Reader Dev Corner

Notices

Reply
 
Thread Tools Search this Thread
Old 05-08-2008, 10:51 PM   #91
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,249
Karma: 145488788
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
kbarnsda, since you don't use the mp3 player and don't plan on it, I'll make the volume up/down page next/previous and on hold of the volume to power off and put the hold of the enter back to normal.
JSWolf is offline   Reply With Quote
Old 05-09-2008, 12:14 AM   #92
kbarnsda
KBar
kbarnsda doesn't litterkbarnsda doesn't litter
 
kbarnsda's Avatar
 
Posts: 26
Karma: 142
Join Date: Feb 2008
Location: Wyoming
Device: Amazon Fire, Amazon Kindle
Quote:
Originally Posted by JSWolf View Post
kbarnsda, since you don't use the mp3 player and don't plan on it, I'll make the volume up/down page next/previous and on hold of the volume to power off and put the hold of the enter back to normal.

Absolutely perfect! Thanks! I'm off on a 24 hour trip. Will check back in when I return!! Thanks..K
kbarnsda is offline   Reply With Quote
Advert
Old 05-13-2008, 04:38 PM   #93
=X=
Wizard
=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.
 
=X='s Avatar
 
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
Hi Wolf,
I don't think it's too difficult. From looking at the script it looks all that is required is the following changes <see below>

If the state change is triggered by setting the environmental variable from STATE=?? to STATE="AUTORUN" it should trigger the autorun.xml/autorun.js scripts.

Caviate: I have not programmed on the SONY but the syntax is easy enough to read and understand.

<<<<<<<<<<< applicationStart.xml
////// MAP THE KEY
<boolean key="0x27-hold" do="dolaunchAutoRun"/>

<<<< main.xml
////// THIS CODE IS THEN CALLED
<code>
<function id="dolaunchAutoRun">
this.setVariable("STATE", "AUTORUN");
// I don't think this is necessary the line above should
// trigger this call, but if it doesn't we call it
this.modelChange();

</function>
</code>

If that doesn't work we might have to add part of this code found in the autorun.xml
in the main.xml file
<code>
<function id="loadScript">
if (!this.hasOwnProperty('_scriptLoaded'))
this._scriptLoaded = false;
if (!this._scriptLoaded)
{
var path = kbook.autoRunRoot.path;
var index = path.lastIndexOf('/');
if (index > 0)
path = path.substring(0, index + 1);
this.driveroot = path.substring(0,2);
var target = this.AUTORUN_GROUP.AUTORUN;
target.driveroot = this.driveroot;
this.runJs(path+"autorun.js",target);
}
this._scriptLoaded = true;
</function>
</code>

<<<< main.xml
/////////////// Update modelChange to call the loadscript function
<function id="modelChanged">
....
case "AUTORUN":
this.loadScript();
this.AUTORUN_GROUP.show(true);
target = this.AUTORUN_GROUP.AUTORUN
break;
....
</function>

Last edited by =X=; 05-13-2008 at 05:00 PM. Reason: omitted some code
=X= is offline   Reply With Quote
Old 05-13-2008, 07:14 PM   #94
palex481
Connoisseur
palex481 is on a distinguished road
 
Posts: 93
Karma: 53
Join Date: May 2008
Device: Sony PRS-505
I have a request. Can you make the Joystick forward and back buttons be reassigned to forward and back page turns?

I have yet to find a use for them that would make this change cause me to lose any functionality. When browsing through the library, the forward and back page buttons do the same as the joystick for me, so am I missing something or what are the forward and back joystick buttons really good for as they are functioning now?

I don't use the music function at all.

Please let me know if this is feasible. I would appreciate it greatly.

UPDATE: Nevermind, I did more research and went with the crazy russian translation... I got the joystick, unified font, clock, and new icons.... and a bonus I have russian font. My little brother is studying russian. This will convince him to buy an ebook reader. Thanks anyways!




Thanks.

Last edited by palex481; 05-13-2008 at 08:11 PM.
palex481 is offline   Reply With Quote
Old 05-14-2008, 06:12 AM   #95
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,249
Karma: 145488788
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
X as for the mod you came up with for the 505 to start autorun, I'd hold off on applying that until there is a new firmware available. The hacks I am doing are simple and if they don't work, you can always go to a hack that does work without fear of bricking. Anything more complex, I'd like to have tested first on a reader that doesn't matter if it bricks.

The joystick forward/back is for history forward/back. So if I was to change that, you'd lose that functionality. it was done on the 500 because the page turn buttons were on the left. Now we have the buttons on the right and the silver button bottom right. So seriously, I see no need to modify the joystick buttons.
JSWolf is offline   Reply With Quote
Advert
Old 05-14-2008, 06:13 AM   #96
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,249
Karma: 145488788
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by JSWolf View Post
kbarnsda, since you don't use the mp3 player and don't plan on it, I'll make the volume up/down page next/previous and on hold of the volume to power off and put the hold of the enter back to normal.
These changes for the mp3 volume button, I'll make today and post it today.
JSWolf is offline   Reply With Quote
Old 05-14-2008, 06:15 AM   #97
HarryT
eBook Enthusiast
HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.HarryT ought to be getting tired of karma fortunes by now.
 
HarryT's Avatar
 
Posts: 85,544
Karma: 93383099
Join Date: Nov 2006
Location: UK
Device: Kindle Oasis 2, iPad Pro 10.5", iPhone 6
Quote:
Originally Posted by growat View Post
I've only had the Reader a few days but is it the general consensus that the eBook Library is better left asleep and to stick with libprs500?

Thanks,
Graham
It depends.

You need to use the eBook Library if you want to buy books from the Sony eBook Store.

The other benefit of using it is that it "pre-paginates" books when you copy them to the Reader. If you transfer books by some other method, you can (for large books) experience lengthy delays when you open a book for the first time, or select a new font size for the first time.
HarryT is offline   Reply With Quote
Old 05-14-2008, 08:08 PM   #98
palex481
Connoisseur
palex481 is on a distinguished road
 
Posts: 93
Karma: 53
Join Date: May 2008
Device: Sony PRS-505
I see your point about the buttons on both sides Jon, but I like hitting the joystick forward button to flip the page. I'll tell you why. I keep the reader in the case all the time and I hold the left side of the case with my left hand, and my right thumb rests on the joystick. The two page turn buttons on the right side are too high up for my tastes.

What's this silver button bottom right you speak of?

I never use history unless I goto the menu option and use it to find my place if I accidentally start the book over or something like that.

An interesting side note though, since I installed the joystick hack from the russian forum, joystick right is page next always, but joystick left is sometimes page back and sometimes its page back + small font...I always read in medium, so when it goes page back + small font the page numbers change. I have gotten past it. I just flip forward with the joystick and if I need to go back I flip with the page back button.

weird stuff

Last edited by palex481; 05-14-2008 at 08:14 PM.
palex481 is offline   Reply With Quote
Old 05-17-2008, 05:10 AM   #99
pretenderep
Junior Member
pretenderep began at the beginning.
 
Posts: 7
Karma: 10
Join Date: May 2008
Location: Paris, France
Device: PRS-505
Is there any way to get back to the original configuration once you've installed this hack?
pretenderep is offline   Reply With Quote
Old 05-17-2008, 08:05 AM   #100
Peto
Legal Alien
Peto doesn't litterPeto doesn't litter
 
Peto's Avatar
 
Posts: 288
Karma: 105
Join Date: Jan 2008
Device: Sony PRS-505/T1/Kindle PW2
Hey Wolf,

Great job!! Used the 1st hack and works perfect. the 5 sec shutdown too. I was really missing a clock there. Thanks!!
Peto is offline   Reply With Quote
Old 05-17-2008, 09:09 AM   #101
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,249
Karma: 145488788
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by pretenderep View Post
Is there any way to get back to the original configuration once you've installed this hack?
There is a way. You undo the image, remove all the hacks and put it back as it once was. Then you make a new image, install that and there you go. But, I don't know all the ins and outs enough to be able to dehack this 100%.
JSWolf is offline   Reply With Quote
Old 05-19-2008, 01:47 PM   #102
straker
Junior Member
straker began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2008
Device: sony prs 505
sorry for my english (I'm italian).
It's possible an hack for delete the book from the PRS505 ?
I've installing the hack of Wolf, and it's great !!!!!!!
Hi
Ricky
straker is offline   Reply With Quote
Old 05-19-2008, 04:17 PM   #103
astrodad
Guru
astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.astrodad ought to be getting tired of karma fortunes by now.
 
astrodad's Avatar
 
Posts: 962
Karma: 568242
Join Date: Dec 2007
Device: Kindle Oasis 3, Kindle Paperwhite 1, iPad, iPhone
Quote:
Originally Posted by straker View Post
sorry for my english (I'm italian).
It's possible an hack for delete the book from the PRS505 ?
I've installing the hack of Wolf, and it's great !!!!!!!
Hi
Ricky
Not yet. There is supposed to be a new firmware released soon by firmware. At that point, some of the developers may develop more elaborate hacks including that feature (which many people would like).
astrodad is offline   Reply With Quote
Old 05-26-2008, 05:07 AM   #104
mcramer
Kiwi reader
mcramer has a complete set of Star Wars action figures.mcramer has a complete set of Star Wars action figures.mcramer has a complete set of Star Wars action figures.mcramer has a complete set of Star Wars action figures.
 
mcramer's Avatar
 
Posts: 107
Karma: 349
Join Date: Sep 2007
Location: Wellington, New Zealand
Device: iPad, iPhone
Just a quick word of thanks for the hack! Updated and now I have a clock - sweet
mcramer is offline   Reply With Quote
Old 06-02-2008, 10:13 PM   #105
Jeeves
Member
Jeeves has learned how to buy an e-book online
 
Jeeves's Avatar
 
Posts: 19
Karma: 92
Join Date: Dec 2007
Location: Wild West, Canada
Device: PRS 505
Yes, BIG thanks - that's the first hack I've ever tried and it looks faaaantastic. The clock, the icons, the Cyrillic font support and everything.... ah, the OK button for shutting down - just perfect.
THANK YOU
Jeeves is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Any hack to add search to PRS-505? Zero9 Sony Reader 7 01-05-2010 06:08 PM
New hack for the PRS-505. % of book read surquizu Sony Reader Dev Corner 1 10-11-2009 01:30 AM
PRS 505 v1.1.01.25200 vs joypad turn-page hack Stefx Sony Reader 3 09-03-2009 09:39 AM
New to PRS-505 hack - Improved PDF support looloo06 Sony Reader Dev Corner 1 05-14-2009 11:55 AM
Hack Attack! Esquire wants us to hack their e-paper cover TadW News 26 10-22-2008 03:51 AM


All times are GMT -4. The time now is 05:30 AM.


MobileRead.com is a privately owned, operated and funded community.