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 11-10-2008, 02:58 AM   #376
ShacharWeis
Member
ShacharWeis began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Oct 2007
Device: fx-82c
Hello everyone,
I'm trying to change the reading font on my PRS-505
I have the latest PRSCustomizer and i'm using Callibre,
and I convert all my books into LRF.
How do i change the font ?
Shich fonts are installed on the device ?
Can I embed my own fonts ?
Which font is recommended ?

Thanks !
Shachar Weis
ShacharWeis is offline   Reply With Quote
Old 11-10-2008, 04:10 AM   #377
gwynevans
Wizzard
gwynevans ought to be getting tired of karma fortunes by now.gwynevans ought to be getting tired of karma fortunes by now.gwynevans ought to be getting tired of karma fortunes by now.gwynevans ought to be getting tired of karma fortunes by now.gwynevans ought to be getting tired of karma fortunes by now.gwynevans ought to be getting tired of karma fortunes by now.gwynevans ought to be getting tired of karma fortunes by now.gwynevans ought to be getting tired of karma fortunes by now.gwynevans ought to be getting tired of karma fortunes by now.gwynevans ought to be getting tired of karma fortunes by now.gwynevans ought to be getting tired of karma fortunes by now.
 
gwynevans's Avatar
 
Posts: 1,402
Karma: 2000000
Join Date: Nov 2007
Location: UK
Device: iPad 2, iPhone 6s, Kindle Voyage & Kindle PaperWhite
Quote:
Originally Posted by ShacharWeis View Post
Hello everyone,
I'm trying to change the reading font on my PRS-505
I have the latest PRSCustomizer and i'm using Callibre,
and I convert all my books into LRF.
How do i change the font ?
Shich fonts are installed on the device ?
Can I embed my own fonts ?
Which font is recommended ?

Thanks !
Shachar Weis
Al the info you want should be in Valloric's guide - see this thread.
gwynevans is offline   Reply With Quote
Old 11-22-2008, 08:06 AM   #378
^_Pepe_^
Enthusiast
^_Pepe_^ began at the beginning.
 
Posts: 37
Karma: 11
Join Date: Oct 2007
Location: Moralzarzal - Spain
Device: Sony eBook reader PRS-505 / iLiad
Hi!

OMG! I finally found strength enough to re-make the "ten-times" procedure to finally unbrick my PRS505...and...

OMG!!! After 10th reset, I found the message that Jeff predicted, and after that I tried to update firmware with PRSUpdater, and...I've pretty found that message changed to "Updating Firmware now"...but It's bricked there!!!



I've found DiabloNL methods (based on SD Card...) but I'd rather prefer to ask here firstly!

HeeEeEeelp!

Thanks!
^_Pepe_^
^_Pepe_^ is offline   Reply With Quote
Old 11-22-2008, 10:43 AM   #379
^_Pepe_^
Enthusiast
^_Pepe_^ began at the beginning.
 
Posts: 37
Karma: 11
Join Date: Oct 2007
Location: Moralzarzal - Spain
Device: Sony eBook reader PRS-505 / iLiad
Ok!

Let me find the "I'm stupid" icon...well...

I finally unbricked it at all. My windows user wasn't an administrator. After re-logging as Admin, everything worked fine.

I'm sorry...



Best regards,
^_Pepe_^
^_Pepe_^ is offline   Reply With Quote
Old 11-22-2008, 12:05 PM   #380
JeffElkins
Guru
JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.
 
JeffElkins's Avatar
 
Posts: 780
Karma: 1416
Join Date: Jan 2008
Device: Kobo Clara 2E/HD, Kindle PW
Glad you're all sorted out Pepe!
JeffElkins is offline   Reply With Quote
Old 11-22-2008, 12:07 PM   #381
JeffElkins
Guru
JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.
 
JeffElkins's Avatar
 
Posts: 780
Karma: 1416
Join Date: Jan 2008
Device: Kobo Clara 2E/HD, Kindle PW
Volunteers?

Anyone want to test PRSCustomizer with UK support? If so, let me know here or via PM.
JeffElkins is offline   Reply With Quote
Old 11-22-2008, 12:17 PM   #382
keng2000
Researcher and Consultant
keng2000 has a complete set of Star Wars action figures.keng2000 has a complete set of Star Wars action figures.keng2000 has a complete set of Star Wars action figures.keng2000 has a complete set of Star Wars action figures.
 
Posts: 210
Karma: 364
Join Date: Nov 2008
Location: Bangkok, THAILAND
Device: MACBOOKPRO17" HP2400TX SONYUX27
Little Bug in Locale.

Hi, I've just finished modifing main.xml and mainStorage.xml for THAI locale by replacing France. I found one tiny error on main.xml with all language, see this sample code.
------------------------------------------------------------------
default:
if(result.length> 13 && (result.lastIndexOf ("books - Page") > 0))
{
text = result.replace(/books - Page/g,"Bücher - Seite");
}
else if(result.length> 12 && result.lastIndexOf("book - Page")>0)
{
text = result.replace(/books - Page/g,"Buch - Seite");
}
----------------------------------------------------------------------------

The second result.replace() must use with "/book - page/g" with no "s"

The result is it will not change the locale for the amount of book is not plural (<2).

Keng2000
keng2000 is offline   Reply With Quote
Old 11-22-2008, 01:15 PM   #383
JeffElkins
Guru
JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.
 
JeffElkins's Avatar
 
Posts: 780
Karma: 1416
Join Date: Jan 2008
Device: Kobo Clara 2E/HD, Kindle PW
Quote:
Originally Posted by keng2000 View Post
Hi, I've just finished modifing main.xml and mainStorage.xml for THAI locale by replacing France. I found one tiny error on main.xml with all language, see this sample code.
------------------------------------------------------------------
default:
if(result.length> 13 && (result.lastIndexOf ("books - Page") > 0))
{
text = result.replace(/books - Page/g,"Bücher - Seite");
}
else if(result.length> 12 && result.lastIndexOf("book - Page")>0)
{
text = result.replace(/books - Page/g,"Buch - Seite");
}
----------------------------------------------------------------------------

The second result.replace() must use with "/book - page/g" with no "s"

The result is it will not change the locale for the amount of book is not plural (<2).

Keng2000
Thanks, Keng2000!

Porkupan is doing the localization code so you might want to crosspost in the
thread where he takes suggestions. Thanks again.
JeffElkins is offline   Reply With Quote
Old 11-23-2008, 09:49 AM   #384
JeffElkins
Guru
JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.
 
JeffElkins's Avatar
 
Posts: 780
Karma: 1416
Join Date: Jan 2008
Device: Kobo Clara 2E/HD, Kindle PW
PRSCustomizer v1.0 is now available. The primary change is the addition of Igorsk's Universal Flasher 2.1

Download link
JeffElkins is offline   Reply With Quote
Old 11-23-2008, 11:44 AM   #385
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,756
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Do you have a version to test that has the US version 2.1? I'll test that one.
JSWolf is offline   Reply With Quote
Old 11-23-2008, 12:13 PM   #386
JeffElkins
Guru
JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.
 
JeffElkins's Avatar
 
Posts: 780
Karma: 1416
Join Date: Jan 2008
Device: Kobo Clara 2E/HD, Kindle PW
Quote:
Originally Posted by JSWolf View Post
Do you have a version to test that has the US version 2.1? I'll test that one.
That's available now. Go to the download link.
JeffElkins is offline   Reply With Quote
Old 11-23-2008, 12:50 PM   #387
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,756
Karma: 145864619
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Thanks much! I'll give it a go probably tomorrow.
JSWolf is offline   Reply With Quote
Old 11-24-2008, 09:26 AM   #388
JeffElkins
Guru
JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.
 
JeffElkins's Avatar
 
Posts: 780
Karma: 1416
Join Date: Jan 2008
Device: Kobo Clara 2E/HD, Kindle PW
UK/FR Firmware

Just to clear up any confusion, the current version of PRSCustomizer does not support any firmware other than US/Canada. I'm working on providing UK/FR support now, and will send a download link to testers later this week.
JeffElkins is offline   Reply With Quote
Old 11-25-2008, 09:41 AM   #389
JeffElkins
Guru
JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.JeffElkins is no ebook tyro.
 
JeffElkins's Avatar
 
Posts: 780
Karma: 1416
Join Date: Jan 2008
Device: Kobo Clara 2E/HD, Kindle PW
UK Test

Thanks UK downloaders for your feedback! I'll release the finished version later this week.

Last edited by JeffElkins; 11-26-2008 at 01:41 PM.
JeffElkins is offline   Reply With Quote
Old 11-25-2008, 02:12 PM   #390
Lilly
Guru
Lilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it is
 
Lilly's Avatar
 
Posts: 688
Karma: 2090
Join Date: Dec 2007
Device: Sony PRS-505, PRS-900 & PRS-950, Amazon Kindle2
JeffElkins, my reader battery won't hold charge and also the volume button is loose; I just spoke to Sony support and they decided to replace the reader. I'm mailing it to them tomorrow. What is the best way to remove the PRSCustomizer? I have my contact information in the setting and since the volume button is loose, I was unable to do a hard reset. I saw a Restore Defaults in the Settings menu but nothing happened when I press it and the bookmark button. Since I'm getting a new reader, I need to restore it before I send it back to Sony tomorrow.

Thanks
Lilly is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PRS500 - Will we be able to use PRSCustomizer after upgrading firmware? jimmyzou Sony Reader 0 11-30-2009 10:10 AM
Prscustomizer not working and info on unicode shilpa Sony Reader 1 08-14-2009 01:35 AM
beginner to prs505 reader adixon Sony Reader 30 12-08-2008 01:00 PM
Help with PRSCustomizer!! Please rlanger Sony Reader 11 11-28-2008 05:47 AM
How-To Customize the Reader Name and Theme Frog29 Sony Reader Dev Corner 1 08-08-2008 07:49 PM


All times are GMT -4. The time now is 08:04 PM.


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