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 01-29-2011, 07:36 AM   #1561
jackie_w
Grand Sorcerer
jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.jackie_w ought to be getting tired of karma fortunes by now.
 
Posts: 6,252
Karma: 16544692
Join Date: Sep 2009
Location: UK
Device: ClaraHD, Forma, Libra2, Clara2E, LibraCol, PBTouchHD3
Quote:
Originally Posted by mudskipper View Post
Excellent! I'm really looking forward to it. Looking more closely at PRS+, could I not achieve Folder browsing and Japanese text rendering entirely in PRS+ without having to wed PRS customiser and Book by Folder scripts? If that's the case I might as well get straight on to 1.1.3 whilst I await version 2.
Is this post (from earlier in this thread) any help to you?
jackie_w is offline   Reply With Quote
Old 01-29-2011, 08:28 AM   #1562
mudskipper
Enthusiast
mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.
 
Posts: 28
Karma: 264
Join Date: Jan 2011
Device: pr 505
Quote:
Originally Posted by jackie_w View Post
Brilliant! Thanks very much for the pointer. There's no beating local knowledge
mudskipper is offline   Reply With Quote
Old 01-29-2011, 09:52 AM   #1563
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
As this is the PRS+ thread,

you can change system fonts even without flashing them!
At every startup - w/o connected USB - "prsp.sh" in /Data/database/system/PRSPlus is called.

There you can place some code like this:
Code:
cp /Data/<ANYFONT.ttf> /tmp
mount --bind /tmp/<ANYFONT.ttf> /opt/sony/ebook/FONT/tt0011m_.ttf
Replace <ANYFONT.ttf> with your font and place this font in the root of IM (AKA /Data/)

The font had to be prepared to meet some requirements, best with pepaks tool here
Mark Nord is offline   Reply With Quote
Old 01-29-2011, 04:00 PM   #1564
mudskipper
Enthusiast
mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.
 
Posts: 28
Karma: 264
Join Date: Jan 2011
Device: pr 505
Quote:
Originally Posted by jackie_w View Post
Now I seem to have a bit of a situation. I've installed PRS+ 1.1.3 and successfully flashed fonts and logos with PRS Customizer. But whereas before with Customizer + Books by Folder scripts Unicode plain-text rendered correctly, now I only have a choice between Latin 'greek' and Russian 'greek', IYSWIM. What have I overlooked?

Thanks for your patience,

Tony
mudskipper is offline   Reply With Quote
Old 01-29-2011, 04:19 PM   #1565
mudskipper
Enthusiast
mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.
 
Posts: 28
Karma: 264
Join Date: Jan 2011
Device: pr 505
Quote:
Originally Posted by Mark Nord View Post
As this is the PRS+ thread,

you can change system fonts even without flashing them!
At every startup - w/o connected USB - "prsp.sh" in /Data/database/system/PRSPlus is called.

There you can place some code like this:
Code:
cp /Data/<ANYFONT.ttf> /tmp
mount --bind /tmp/<ANYFONT.ttf> /opt/sony/ebook/FONT/tt0011m_.ttf
Replace <ANYFONT.ttf> with your font and place this font in the root of IM (AKA /Data/)

The font had to be prepared to meet some requirements, best with pepaks tool here
Having created various bindings it seems to make no difference. My Japanese plain text is coming up 'greek'. Can I confirm my understanding of the command as I can find no clear description of what the binding does. Does it mean that every attempted access to /opt/sony/ebook/FONT/tt0011m_.ttf will be redirected to /tmp/<ANYFONT.ttf>? I've redowngraded and reinstalled PRS+ without flashing fonts with PRS Customizer and I'm running the following to access three full fonts in the directory indicated:

Code:
mount --bind /Data/MYFONT/tt0003m_.ttf /opt/sony/ebook/FONT/tt0003m_.ttf
mount --bind /Data/MYFONT/tt0011m_.ttf /opt/sony/ebook/FONT/tt0011m_.ttf
mount --bind /Data/MYFONT/tt0419m_.ttf /opt/sony/ebook/FONT/tt0419m_.ttf

Last edited by mudskipper; 01-30-2011 at 09:34 AM. Reason: Changed approach based on Mark's suggestion
mudskipper is offline   Reply With Quote
Old 01-29-2011, 05:18 PM   #1566
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
Create the prsp.sh file (and folders, if missing), they aren't present, since most users don't need them.
Regarding plain-text problem, I'm not sure what PRSCustomizer does in this case.
kartu is offline   Reply With Quote
Old 01-30-2011, 04:06 AM   #1567
mudskipper
Enthusiast
mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.
 
Posts: 28
Karma: 264
Join Date: Jan 2011
Device: pr 505
Quote:
Originally Posted by kartu View Post
Create the prsp.sh file (and folders, if missing), they aren't present, since most users don't need them.
Regarding plain-text problem, I'm not sure what PRSCustomizer does in this case.
When I run this in psrp.sh:
cp /opt/sony/ebook/FONT/tt0003m_.ttf /Data/MYFONT
cp /opt/sony/ebook/FONT/tt0011m_.ttf /Data/MYFONT
cp /opt/sony/ebook/FONT/tt0419m_.ttf /Data/MYFONT
to confirm which fonts are installed only tt0419m_ttf is copied to MYFONT which is kind of confusing. All three fonts must be present must they not?
mudskipper is offline   Reply With Quote
Old 01-30-2011, 04:35 AM   #1568
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
Quote:
Originally Posted by mudskipper View Post
When I run this in psrp.sh:
cp /opt/sony/ebook/FONT/tt0003m_.ttf /Data/MYFONT
cp /opt/sony/ebook/FONT/tt0011m_.ttf /Data/MYFONT
cp /opt/sony/ebook/FONT/tt0419m_.ttf /Data/MYFONT
to confirm which fonts are installed only tt0419m_ttf is copied to MYFONT which is kind of confusing. All three fonts must be present must they not?
If you put them there, they must.
Anyway, try:

cp -R /opt/sony/ebook/FONT /Data

to see, whatever is inside FONT folder
kartu is offline   Reply With Quote
Old 01-30-2011, 08:00 AM   #1569
mudskipper
Enthusiast
mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.
 
Posts: 28
Karma: 264
Join Date: Jan 2011
Device: pr 505
Quote:
Originally Posted by kartu View Post
If you put them there, they must.
Anyway, try:

cp -R /opt/sony/ebook/FONT /Data

to see, whatever is inside FONT folder
Yup! All fonts present and correct, named appropriately and should be ready to go. Does PRS+ use tt0011m_.ttf (Dutch etc) to render txt files?
mudskipper is offline   Reply With Quote
Old 01-30-2011, 02:14 PM   #1570
mudskipper
Enthusiast
mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.
 
Posts: 28
Karma: 264
Join Date: Jan 2011
Device: pr 505
Discoveries

Thanks all for your support, I've finally got to the bottom of things and can read plain text Japanese in PRS+. However, there are some oddities. When I used the fontmapper of alanine (of this parish) I was able to use three Japanese unicode fonts through his mount --bind, but when I tried the same thing via prsp.sh I had no joy at all. By flashing a small tt0011m_.ttf using PRS Customizer I am able to read Japanese without having to run alanine's scripts at every reboot.

Here's the really odd thing, I can only read the unicode txt file if I copy it directly to IM. If I use PRS+ copy and scan option the file seems to get corrupted in the process, and it is this corrupted file I have been trying to read by various means. Is there any reason why the file should become corrupted on copying?

Thanks again!
mudskipper is offline   Reply With Quote
Old 01-30-2011, 04:08 PM   #1571
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
Quote:
Does PRS+ use tt0011m_.ttf (Dutch etc) to render txt files?
I've mentioned the font name above, don't remember it. Anyway it's standard Sony code, not PRS+ using it.

Quote:
Is there any reason why the file should become corrupted on copying?
Nope. Not at all. And quite a number of PRS+ users is intensively using this feature.
kartu is offline   Reply With Quote
Old 01-31-2011, 08:10 AM   #1572
mudskipper
Enthusiast
mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.mudskipper has a complete set of Star Wars action figures.
 
Posts: 28
Karma: 264
Join Date: Jan 2011
Device: pr 505
Quote:
Originally Posted by kartu View Post
I've mentioned the font name above, don't remember it. Anyway it's standard Sony code, not PRS+ using it.

Nope. Not at all. And quite a number of PRS+ users is intensively using this feature.
The problem is reproduceable. Might it be the particular unicode encoding that I'm using causing problems? I could send you a copy of my test file if you would like (it's out of copyright).
mudskipper is offline   Reply With Quote
Old 01-31-2011, 08:11 AM   #1573
kartu
PRS+ author
kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.kartu ought to be getting tired of karma fortunes by now.
 
Posts: 1,637
Karma: 2446233
Join Date: Dec 2007
Device: Sony PRS-300, 505, 600, 650, 950
Quote:
Might it be the particular unicode encoding that I'm using causing problems?
Only UTF-8 is supported.
If you had wrong encoding, it would work neither when copied from SD card, nor directly from internal memory.
kartu is offline   Reply With Quote
Old 02-01-2011, 06:05 PM   #1574
surquizu
Evangelist
surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.surquizu ought to be getting tired of karma fortunes by now.
 
surquizu's Avatar
 
Posts: 411
Karma: 902071
Join Date: Jun 2008
Location: Zaragoza (Spain)
Device: prs-505, kobo auraHD, kobo auraH2O, kobo Glo HD, kobo aura ONE
Hi,

Following the instructions that are in the web of Kartu , I created a PRS+1.1.3-A_installer that includes the latest applications and games created by various colleagues and icons of the previous hacks. If someone wants to download it from attached files:
Attached Thumbnails
Click image for larger version

Name:	2011-2-1.jpg
Views:	302
Size:	58.2 KB
ID:	65904   Click image for larger version

Name:	2007-5-28.jpg
Views:	317
Size:	44.5 KB
ID:	65905  
Attached Files
File Type: zip PRSP_505_1.1.3-A_Installer.zip (15.25 MB, 496 views)
surquizu is offline   Reply With Quote
Old 02-03-2011, 05:49 PM   #1575
Scrivartha
Junior Member
Scrivartha began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Feb 2011
Device: Sony PRS-505
Quote:
Originally Posted by kartu View Post
Yes. You need to modify applicationStart.xml.

boolean key="0x41" do="doQuiet"
should be changed to
boolean key="0x41" do="doMenu"

It would also make sense to change (holding vol+ to jump to the root menu):

boolean key="0x41-hold" do="doMute"
to
boolean key="0x41-hold" do="doRoot"

You can achieve the same result by either creating custom PRS+ build or changing a single file using igorsk's universal flasher.
Ok, this may be a dumb question, but where IS applicationStart.xml? Someone gave me a bricked PRS-505 and I got it up and running but of course, the menu key, the zoom key, and the bookmark key are non-functional. I installed PRS+ to try to remap the keys but apparently the Menu key is not a default option. I am comfortable enough modifying an XML file, but can't seem to find the one in question. Does this mean I need to go through the steps of creating a custom build?
Scrivartha 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 05:40 AM.


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