View Single Post
Old 11-20-2010, 07:02 AM   #8
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
Quote:
Originally Posted by diy View Post
I dont suppose there is a trick for turning the screen 180 degrees? that would completely solve my issue.
Not with the standard-firmware.
But I patched ebook.so, so that every hold-magnifier rotates the screen 90° to the left. Kartu will include this feature in the forthcoming PRS+ v.2.0.x for PRS-505.
@ elcreative: I hope you are not too disapointed

Meanwhile you may install PRS+ 1.1.3 and use this script to enabel the feature.
prsp.sh
Code:
# echo "Hello World">>/Data/hello.log
cp /Data/ebook.so /tmp
mount --bind /tmp/ebook.so /opt/sony/ebook/application/ebook.so
Alternative I can patch the file in a way, that it will switch between normal and mirrored, but then you can't rotate 90° any longer.

Quote:
2) Is there anyway I can chage display so the first 1 inch at the top isnt used?
Depends on the fileformat you are reading.
If the file isn't DRMed you should be able to tweak the margins.
keywords to search:
calibre
UserStyle.css

Last edited by Mark Nord; 11-20-2010 at 07:11 AM.
Mark Nord is offline   Reply With Quote