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-12-2012, 05:29 AM   #3721
Terisa de morgan
Grand Sorcerer
Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.Terisa de morgan ought to be getting tired of karma fortunes by now.
 
Terisa de morgan's Avatar
 
Posts: 6,636
Karma: 12595249
Join Date: Jun 2009
Location: Madrid, Spain
Device: Kobo Clara/Aura One/Forma,XiaoMI 5, iPad, Huawei MediaPad, YotaPhone 2
Quote:
Originally Posted by Analogus View Post
If that's the case your are right.
Did this people change back to the 2.1-version again? I would do that to be sure PRS is the root of the error.
I'm not sure as it isn't my ereader and they didn't want to test

Quote:
Originally Posted by Analogus View Post
To me power-drain seems to occur mainly on PRS650-readers, not on 350.
Mainly as I've read, yes.
Terisa de morgan is online now   Reply With Quote
Old 05-12-2012, 06:01 AM   #3722
sengian
Zealot
sengian doesn't littersengian doesn't litter
 
sengian's Avatar
 
Posts: 105
Karma: 132
Join Date: Jul 2010
Location: Roubaix, France
Device: PRS-T1;PRS-650;PocketBook Touch Lux 2
Quote:
Originally Posted by Analogus View Post
How did you remove the games?
Change the build.xml to exclude games, removed gamesave from installer, remove the game action from StandardActions_x50.js, remove all I can find pertaining to games in 650_config.js.

I have still some modifications in prsp.js and StandardActions.js I have not tried but that sums it up.

I was interested in your method but not able to clearly see it in your clone ie what was the corresponding commit.
sengian is offline   Reply With Quote
Old 05-12-2012, 06:40 AM   #3723
Analogus
Fanatic
Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.
 
Analogus's Avatar
 
Posts: 568
Karma: 2170348
Join Date: Apr 2011
Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage
Sengian:

My method is rougly the same so far as I can remember (this have been my first tries to alter PRS+). Have a look into 650_config.js.
Remove the line
Code:
{ name: "games", title: "NODE_GAMES", shortName: "Games", icon: "GAME"}
Below this line change everything pointing to 'games' to 'more'.

Ah, and you could change lang.ods. Just rename whatever you want. I think I made even a change there to rename something with 'games' into whatever...


That should do.

PS: there is no special commit for the time I removed games 'cause I've done it before the time offering custom-builds on the web.

Last edited by Analogus; 05-12-2012 at 06:43 AM.
Analogus is offline   Reply With Quote
Old 05-12-2012, 01:28 PM   #3724
sengian
Zealot
sengian doesn't littersengian doesn't litter
 
sengian's Avatar
 
Posts: 105
Karma: 132
Join Date: Jul 2010
Location: Roubaix, France
Device: PRS-T1;PRS-650;PocketBook Touch Lux 2
Quote:
Originally Posted by Analogus View Post
Sengian:

My method is rougly the same so far as I can remember (this have been my first tries to alter PRS+). Have a look into 650_config.js.
Remove the line
Code:
{ name: "games", title: "NODE_GAMES", shortName: "Games", icon: "GAME"}
Below this line change everything pointing to 'games' to 'more'.

Ah, and you could change lang.ods. Just rename whatever you want. I think I made even a change there to rename something with 'games' into whatever...
I have done exactly what you did minus the part about lang.ods as it should not be a problem and may be easier to update in this case.
I purely remove all game so no need to change them to more but I still have this problem with the action launcher.
I think in this case the launcher is putting the calculator into a game node somewhere but I don't know where.
Well it is not a real problem, just less neat that what I would like
sengian is offline   Reply With Quote
Old 05-12-2012, 02:31 PM   #3725
Analogus
Fanatic
Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.
 
Analogus's Avatar
 
Posts: 568
Karma: 2170348
Join Date: Apr 2011
Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage
Hi

I just looked into the code (back home now) and can confirm:

I renamed 'games' to 'applications' in lang.ods. But you could assign the calc to another group:

Have a look into calc.js --> line 29, there you find the responsible line for putting the calc-action into the game-node:

Code:
group: "Games",
A.
Analogus is offline   Reply With Quote
Old 05-12-2012, 03:05 PM   #3726
sengian
Zealot
sengian doesn't littersengian doesn't litter
 
sengian's Avatar
 
Posts: 105
Karma: 132
Join Date: Jul 2010
Location: Roubaix, France
Device: PRS-T1;PRS-650;PocketBook Touch Lux 2
Quote:
Originally Posted by Analogus View Post
Have a look into calc.js --> line 29, there you find the responsible line for putting the calc-action into the game-node:

Code:
group: "Games",
Just call me stupid...I totally forgot to check calc.js
Thanks again
sengian is offline   Reply With Quote
Old 05-20-2012, 01:17 PM   #3727
EldRick
Evangelist
EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!
 
Posts: 470
Karma: 112801
Join Date: Aug 2010
Device: Aura H2O (i86, M96C, Mini&Glo, PRS-950, STR, K-Touch, K-DX, K-3)
Weird - I just installed analogus' version to my 950, and it made no changes at all. The installation folder vanished as expected, but no new options appear anywhere.
EldRick is offline   Reply With Quote
Old 05-20-2012, 01:36 PM   #3728
Analogus
Fanatic
Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.
 
Analogus's Avatar
 
Posts: 568
Karma: 2170348
Join Date: Apr 2011
Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage
Did you install the 'normal' version at least ONE TIME?

A.

PS: in case of PRS950 I would install the official version. The nightly build ('Analogus version') isn't that different now. If the official PRS+ is evolving and will bring new features I will compile a new build to be on the edge of developement.
But developing on PRS+ actually seems to be in a 'standby-mode' ;-)

Last edited by Analogus; 05-20-2012 at 01:42 PM.
Analogus is offline   Reply With Quote
Old 05-20-2012, 02:46 PM   #3729
EldRick
Evangelist
EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!
 
Posts: 470
Karma: 112801
Join Date: Aug 2010
Device: Aura H2O (i86, M96C, Mini&Glo, PRS-950, STR, K-Touch, K-DX, K-3)
Yes - the official PRS+ version was installed and working, with custom CSS.

Your v50 shows up in the About, but none of the added function shows up...

How would I revert to the "Official" PRS+ ?
EldRick is offline   Reply With Quote
Old 05-20-2012, 09:43 PM   #3730
DoctorOhh
US Navy, Retired
DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.DoctorOhh ought to be getting tired of karma fortunes by now.
 
DoctorOhh's Avatar
 
Posts: 9,897
Karma: 13806776
Join Date: Feb 2009
Location: North Carolina
Device: Icarus Illumina XL HD, Kindle PaperWhite SE 11th Gen
Quote:
Originally Posted by EldRick View Post
Your v50 shows up in the About, but none of the added function shows up...
Just a guess, but if you left the device attached to the USB port while it powered on then it should just show you the normal Sony firmware. Go to settings shutdown then turn back on and it should show all the PRS+ options.
DoctorOhh is offline   Reply With Quote
Old 05-20-2012, 10:53 PM   #3731
EldRick
Evangelist
EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!
 
Posts: 470
Karma: 112801
Join Date: Aug 2010
Device: Aura H2O (i86, M96C, Mini&Glo, PRS-950, STR, K-Touch, K-DX, K-3)
"Go to settings shutdown then turn back on..."

I've done that repeatedly.
EldRick is offline   Reply With Quote
Old 05-21-2012, 06:26 AM   #3732
Analogus
Fanatic
Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.Analogus ought to be getting tired of karma fortunes by now.
 
Analogus's Avatar
 
Posts: 568
Karma: 2170348
Join Date: Apr 2011
Device: 2x Sony PRS-350; PRS-300 (†), Paperwhite (†), Voyage
No problem:

Just install as always the normal PRS+ Version above the nightly build.

A.
Analogus is offline   Reply With Quote
Old 05-21-2012, 11:49 AM   #3733
EldRick
Evangelist
EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!
 
Posts: 470
Karma: 112801
Join Date: Aug 2010
Device: Aura H2O (i86, M96C, Mini&Glo, PRS-950, STR, K-Touch, K-DX, K-3)
Thanks - I re-installed the v2.1 alpha, and it's back where it was on PRS+.
EldRick is offline   Reply With Quote
Old 05-21-2012, 06:58 PM   #3734
EldRick
Evangelist
EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!EldRick goes to infinity... and beyond!
 
Posts: 470
Karma: 112801
Join Date: Aug 2010
Device: Aura H2O (i86, M96C, Mini&Glo, PRS-950, STR, K-Touch, K-DX, K-3)
Caecilia, used on the Kindles and Nooks is well-designed for a serif reading speed-font on the moderate resolution of current e-ink screens. PRS+ does a great job of allowing us set font and type size, and I use Caecilia in various sizes to set the line and character size.

However, at smaller sizes on my PRS-950, it seems a bit low-contrast to me, with too-thin strokes, so I've been looking for a darker (bolder) alternative. After B&N upgraded the rendering technology on the Nook Simple Touch, they delivered a slightly darker version of Caecilia, which I found more satisfactory than the Amazon rendition, and that's been my goal.

So here is my bolder version of Caecilia for PRS+. I think it is pretty close to the Nook Touch rendering.

I simply used Caecilia Bold 75 for the base font, and Caecilia Heavy 85 for bold type. This delivers a higher-contrast rendition than the Standard weight, and makes smaller sizes much more readable - almost like a higher-contrast e-ink screen. Bold Italic 76 and Heavy Italic 86 provide for the other two combinations.

Here's the .65em CSS file. I renamed the .otf font files to remind me what was in them, and then saved a series of CSS files in sizes from .65em to 1.00em (.65em, .70em, etc.). I select the CSS file based on the filename, and get the size I want.

(I also tell calibre to set .3em paragraph spacing, left-justify, and remove all other fonts when I prepare the file for sideloading.)

CaeciliaHv65m.css
Quote:

@font-face { font-family: serif; font-weight: normal; font-style: normal; src: url(res:///Data/fonts/CaeciliaLT-75-Std-Bold.ttf);}
@font-face { font-family: serif; font-weight: normal; font-style: italic; src: url(res:///Data/fonts/CaeciliaLT-76-Std-BoldItalic.ttf);}
@font-face { font-family: serif; font-weight: bold; font-style: normal; src: url(res:///Data/fonts/CaeciliaLT-85-Std-Heavy.ttf);}
@font-face { font-family: serif; font-weight: bold; font-style: italic; src: url(res:///CaeciliaLT-86-Std-HeavyItalic.ttf);}

body, body.calibre, body.calibre1, body.calibre2, body.calibre3, body.book {
font-family: serif;
font-size: 0.65em;
line-height: 1.1}

Last edited by EldRick; 05-23-2012 at 11:14 PM.
EldRick is offline   Reply With Quote
Old 05-23-2012, 10:01 AM   #3735
yolan
Connoisseur
yolan began at the beginning.
 
Posts: 51
Karma: 10
Join Date: Aug 2009
Device: Sony PRS-650 & Kindle PW
Quote:
Originally Posted by EldRick View Post
I simply used Caecilia Bold 75 for the base font, and Caecilia Heavy 85 for bold type. This delivers a higher-contrast rendition than the Standard weight, and makes smaller sizes much more readable - almost like a higher-contrast e-ink screen. Bold Italic 76 and Heavy Italic 86 provide for the other two combinations.

Those are just the same fonts I've been using on my old 505, and now on my 650. The font in the Kindle seems to be just a little bit thinner than these, but not as thin as the standard Caecilia versions.

I have other .css and fonts to choose in the reader... but I alwasys stick to these....

I once compared a friend's Kindle 3 with my PRS-505 with those fonts installed, and the difference between the two devices (display-wise) was not so evident.
Since then, he always recommends buying Kindle OR Sony
yolan is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Using HD Folders as Collections on Sony PRS-505 fglaysher Calibre 8 07-26-2010 09:55 PM
Enhanced Firmware for V3 keng2000 HanLin eBook 12 04-12-2010 09:30 AM
Poll: Sony Reader PRS-505 upgrade to Sony PRS-700 Kris777 Sony Reader 70 02-18-2009 06:34 PM
Sony Reader PRS-505 upgrade to Sony PRS-700 Kris777 Sony Reader 23 12-08-2008 06:56 AM
Sub folders in firmware v1.08 Prince Hal Amazon Kindle 28 10-23-2008 03:20 PM


All times are GMT -4. The time now is 01:37 PM.


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