My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
InstallGuide  
Installation Guide
ru , en
Updated Sep 14, 2011 by msukhias...@gmail.com

Check readme.txt.

Comment by walt.ant...@gmail.com, Jan 13, 2010

LRF and System file fonts:

The files.505.1.1.00.18040\opt\sony\ebook\FONT\ folder is used to add fonts used by LRF and the system. For details on how to change the font for LRF files check out this MobileRead thread. This thread tells you how to format and rename your font so it will work on your system. Here is the factory default and the prepared free fontin font for use on the reader. free fontin source

Epub file fonts

To change the default fonts for ePub books:

  1. Create the directory /fonts/ in the root of your internal memory.
  2. Place your fonts in this directory
My fonts directory has the following three fonts in it:
  • /fonts/Fontin-Regular.ttf
  • /fonts/Fontin-Bold.ttf
  • /fonts/Fontin-Italic.ttf
3. Create a style.css file in /database/system/PRSPlus/epub/style.css

My style.css is currently

@font-face {

    font-family: "Fontin"; 
    font-weight: normal; 
    font-style: normal; 
    src: url(res:///Data/fonts/Fontin-Regular.ttf); 

}

@font-face {

    font-family: "Fontin"; 
    font-weight: bold; 
    font-style: normal; 
    src: url(res:///Data/fonts/Fontin-Bold.ttf); 

}

@font-face {

    font-family: "Fontin"; 
    font-weight: normal; 
    font-style: italic; 
    src: url(res:///Data/fonts/Fontin-Italic.ttf); 

}

body {

    font-family: "Fontin", serif; 
    widows: 0; 
    orphans: 0; 

}

/*
    To increase ePub font size Remove rem slashes surrounding the paragraph and division statements below. Then adjust percentage, try 105% to start. This should work on all books using epub including books coded with drm that you can't convert using Calibre to increase the font size. 

*/

/* 

p {font-size:105%}

div {font-size:105%} 

*/

/* 

If your lines in your epub are too close together you can remove the rem slashes around the below paragraph and division statements below.

*/


/*

p {
line-height: 130%
}

div {
line-height: 130%
}

*/

I hope this helps clear some things up.

Comment by agnes.ga...@gmail.com, Mar 28, 2010

Here's how to install custom icon set and logo (features from prs customizer ) with PRSP version 1.0.2: http://www.mobileread.com/forums/showpost.php?p=846542&postcount=787

Comment by eric...@gmail.com, Jun 24, 2010

Warning, the above instructions break epub's which use their own internal fonts, including those that use them so that they have access to central european characters. The above instructions will make these books unreadable, even if the font you choose (such as fontin) does have the right characters.

Comment by musashi....@gmail.com, Mar 13, 2011

I just upgraded my prs-300 to the 10.alpha version, worked fine, thanks for the hard work.

I changed the default book font to Fontin following this guide:

http://translate.google.com.br/translate?u=http%3A%2F%2Fwww.pepak.net%2Fe-books%2Fsony-reader%2Fvytvorte-si-vlastni-hack-sony-readeru%2F&sl=cs&tl=en&hl=&ie=UTF-8

To create the font, I used this program: http://www.mobileread.com/forums/showthread.php?t=71999

If anyone want change the default font and uses the Sony Reader Library program, you'll have to put your modified font on the Sony Reader Library installation folder or it will mess with the pages flow when you copy a book to your reader using it.

I tried this because I don't like the left justification in epubs but the sony default font for lrfs files is a bit ugly.

Sorry my bad english. _

Comment by twest0...@gmail.com, Jul 28, 2011

Is it possible to repartition the device to a single partition and then install the firmware? I'd like to reclaim the "Settings" partition if possible. Thanks

Comment by project member Mark.N...@gentlemansclub.de, Jul 28, 2011

You can use this startup-script http://code.google.com/p/prs-plus/downloads/detail?name=prsp.sh&can=1&q= to be placed in /database/systemPRSPlus/ to earease all settings and force standard-settings. Script will be executed on restart w/o connection to USB

Comment by animetim...@gmail.com, Oct 2, 2011

How can i remove this from my reader (950SC), i have done hard-reset too many times, but it shows up randomly sometime when i restarted, sometime it doesnt show up. C'mon, there should be away to remove completely this.

Comment by project member msukhias...@gmail.com, Oct 3, 2011
animetim...@gmail.com,

1) At the end of the installation you are warned about "safe mode", when model is connected to USB PRS+ does not start. 2) There are uninstallers' for every model in Download section. (hard to get how one could download PRS+ without noting there is bunch of uninstallers)

This is NOT a support thread, if you have further questions, use one of the options mentioned in "support" link from the main page.

Comment by Strandso...@gmail.com, Nov 10, 2011

I didn't really realize from reading this installation guide, maybe it should be updated to include the information that you can make several .css files, with several different fonts in your fonts folder and switch easily between fonts. When you do this, you don't want to name one of your .css files style.css as that file appears to get wiped out once you use a different font, and try to go back to the default style.css (goes back to Sony fonts). So now I have Caecilia.css, NimbusMod?.css and LexiaDaMa?.css, and can switch between them according to my fancy.

Comment by honei...@gmail.com, Jan 29, 2012

Hi Folks, awesome - really improved the look n feel of my PRS600, but the installation instructions i a smidge sparse? For me anyway :) Anywho, for Windows 7 there is a much easier way to turn off UAC than by messing around with the registry, thought I'd share it.

Turning off UAS for Windows 7:

1. Click Start->enter "uac" in search programs bar 2. Click on "Change User Account Controls Settings" 3. Adjust the slider so it at the bottom where it says "Never Notify" 4. Then connect your PRS, run the run.bat script 5. A black command window will appear and launch the Sony Updater Software. 6. After follow the readme / gui defaults.

Should be noted if you get the black command window, with no output, this is the UAC blocking the program, you wont get any notification thats happening, it just is :)

Hope that helps someone /H.


Sign in to add a comment
Powered by Google Project Hosting