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 06-10-2009, 10:11 PM   #1
DairyKnight
Connoisseur
DairyKnight plays well with othersDairyKnight plays well with othersDairyKnight plays well with othersDairyKnight plays well with othersDairyKnight plays well with othersDairyKnight plays well with othersDairyKnight plays well with othersDairyKnight plays well with othersDairyKnight plays well with othersDairyKnight plays well with othersDairyKnight plays well with others
 
Posts: 63
Karma: 2600
Join Date: Oct 2008
Device: PRS-505
PDF reader replacement for 505(from hi-pda)

Today I just came across to this thread:

http://www.hi-pda.com/forum/viewthre...extra=page%3D1

And it sounds like a great breakthrough!! Someone actually reverse engineered the E-Ink display interfaces and somehow wrote a PDF reader from scratch (Not REALLY from scratch - it's based on MuPDF, but it's a standalone app, rather than previous hacks like Javascripts or fsklib plugins)

The page is in Chinese, and a rough translation is:

Hi everyone, I've just spent some time to develop a small software. Now it could read PDFs without embedded fonts and cut the white borders for pdf files, but as I developed it in my spare time, it's still rather limited.

1. I haven't got time to reverse engineer libuss.so , so this app could only load pdfs from the internal memory.
2. The screen might flick while loading pdfs. This is due to limitations of MuPDF lib. I used poppler before, but it runs way too slow on prs-505.
3. The reader might be unable to switch to sleep mode. I haven't figured out which CPU register controls this.
4. Must be used on a 505 with custom firmware. (Translator's comment: This sounds rather weird to me.... because this readers seems like a standalone app to me. Somehow I think on not-customized 505s what you do is to create an autorun.sh and it should work....)


Usage:
1. There should be an 'autorun.sh' file, put this line:
/bin/sh /Data/root/select.sh
at the end.
2. Extract root.rar to root dir of the internal drive.
3. Copy any TTF font to root/usr/share/fonts/truetype/ and rename it to simhei.ttf - There must exist such a file or this app won't load correctly.
4. Restart your 505

After restart, a menu would show up:
1. Press '1' to use the app, '2' to load the original Sony menu.
2. A filelist would pop up. Same as Sony app.
3. Press 'menu' while reading pdf to open a new menu. You can jump to a page, or clip the white borders.
4. Press 'Zoom' to switch to 'white border clipping mode'.


While in 'white border clipping mode':
1. There should be a ruler shown on screen.
2. Input numbers for width of white borders. Press directional buttons to set which direction to apply.
3. Use directional buttons to re-adjust width.



--------------

I don't have my 505 with me right now, so it's not possible for me to test it. If someone's interested and have tried it out, I hope he/she could post some comments.


If this app really works as the author says, it'll be a great new breakthrough. I hope the author could publish his/her toolchain and source code, and we can see more programs coming to 505 (Like FBReader, Plucker...) .
DairyKnight is offline   Reply With Quote
Old 06-11-2009, 11:17 AM   #2
RufusA
Member
RufusA began at the beginning.
 
Posts: 18
Karma: 10
Join Date: Feb 2009
Device: none
Looks very interesting. I have my 505 with me, so attempted to download and install.

Extracted the necessary files to the memory of the 505 and created an autorun.sh in notepad in the rootiest directory I could access.

Rebooted the 505 (using the reset button), and it started normally, but with no custom startup menu.

My thoughts are that the autorun.sh needs to be placed somewhere more special than can be accessed by simply by plugging in the 505 in to usb.

Perhaps the Universal Flasher needs to be used to get the file in the right place!

Won't have a chance to play properly until the weekend, but hopefully someone who knows what they are doing will have better success before then.

Rufus.
RufusA is offline   Reply With Quote
Advert
Old 06-19-2009, 10:51 AM   #3
allon_pan
Member
allon_pan has a complete set of Star Wars action figures.allon_pan has a complete set of Star Wars action figures.allon_pan has a complete set of Star Wars action figures.allon_pan has a complete set of Star Wars action figures.allon_pan has a complete set of Star Wars action figures.
 
Posts: 14
Karma: 468
Join Date: Apr 2009
Location: Shenzhen, China
Device: Sony PRS 505
Hi RufusA, many Chinese users had hacked firmware to support Chinese natively. Thus in this case, autorun.sh is not in root directory, but under a "Chinese" directory. Attached directory structure of the typical Chinese version firmware.
allon_pan is offline   Reply With Quote
Old 06-19-2009, 11:00 AM   #4
allon_pan
Member
allon_pan has a complete set of Star Wars action figures.allon_pan has a complete set of Star Wars action figures.allon_pan has a complete set of Star Wars action figures.allon_pan has a complete set of Star Wars action figures.allon_pan has a complete set of Star Wars action figures.
 
Posts: 14
Karma: 468
Join Date: Apr 2009
Location: Shenzhen, China
Device: Sony PRS 505
I never try this app, so only add one thing to see if you can run it up:

the autorun.sh contains 1 cmd line: #!/bin/shmount --bind /Data/chinese/FONT /opt/sony/ebook/FONTmount --bind /Data/chinese/resources /opt/sony/ebook/application/resources

Last edited by allon_pan; 06-19-2009 at 11:02 AM.
allon_pan is offline   Reply With Quote
Old 06-19-2009, 05:23 PM   #5
porkupan
Fanatic
porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.porkupan ought to be getting tired of karma fortunes by now.
 
porkupan's Avatar
 
Posts: 556
Karma: 1057213
Join Date: Sep 2006
Location: North Eastern U.S.
Device: Sony Reader
Quote:
Originally Posted by allon_pan View Post
the autorun.sh contains 1 cmd line: #!/bin/shmount --bind /Data/chinese/FONT /opt/sony/ebook/FONTmount --bind /Data/chinese/resources /opt/sony/ebook/application/resources
rather:
Code:
#!/bin/sh

mount --bind /Data/chinese/FONT /opt/sony/ebook/FONT
mount --bind /Data/chinese/resources /opt/sony/ebook/application/resources
porkupan is offline   Reply With Quote
Advert
Old 06-29-2009, 10:49 PM   #6
marypinchesme
Member
marypinchesme began at the beginning.
 
Posts: 17
Karma: 10
Join Date: May 2009
Device: gemstar 1150
ok, my problem is the txt is to light is there any way to darken the txt I have a sony prs-505 thanks, just a girl
marypinchesme is offline   Reply With Quote
Old 08-31-2009, 02:48 PM   #7
zaino
Junior Member
zaino began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Nov 2008
Device: prs-505
Anyone tried this? It's really interesting. Margin crop in-device would be lovely.
zaino is offline   Reply With Quote
Old 09-01-2009, 05:29 AM   #8
dpierron
calibre2opds guru
dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.dpierron shines like a glazed doughnut.
 
dpierron's Avatar
 
Posts: 533
Karma: 8792
Join Date: Aug 2005
Location: Metz, France
Device: iPhone, iPad, PRS-650
I'm also interested in this, but I didn't try it ; does anyone have pointers to PRS hacking sites or resources ?
Wouldn't it be great if we could replace the reader software with FbReader, or even simply change the default font in the mobile ADE ?
dpierron is offline   Reply With Quote
Old 06-26-2011, 08:41 PM   #9
ElwoodCash
Junior Member
ElwoodCash began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Jun 2011
Device: phone
Been looking for something like this..Thanks!
ElwoodCash is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PDF to Sony reader 505 dlizzy Calibre 5 07-10-2010 01:53 PM
Replacement Software for PRS-505? fglaysher Sony Reader 14 12-28-2009 10:56 AM
Sent 505 to Sony for replacement gamegirl Sony Reader 0 12-09-2009 12:45 PM
Replacement USB Cable for 505? AnemicOak Sony Reader 10 02-03-2008 11:35 PM
Sumatra PDF free Adobe Reader replacement for Windows Alexander Turcic Reading and Management 2 03-09-2007 10:01 AM


All times are GMT -4. The time now is 05:17 PM.


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