mattmartini / iphoneebooks

Automatically exported from code.google.com/p/iphoneebooks
GNU General Public License v2.0
0 stars 0 forks source link

Landscape mode? #81

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is adding a landscape mode possible? While reading, even with text set to 
miniscule sizes, the 
frequency of lateral eye movement seems too high.

Simply put: too few words per line. How do others include landscape 
functionality in their 
applications?

My favorite application. Thank you.

Original issue reported on code.google.com by NotSoBu...@gmail.com on 23 Dec 2007 at 12:11

GoogleCodeExporter commented 9 years ago
Support. Landscape mode is very useful. Hopefully this function can be 
implemented 
with orientation detection incorporated, but manual operation is also good 
enough.

Original comment by penny...@gmail.com on 17 Jan 2008 at 2:13

GoogleCodeExporter commented 9 years ago
Hello,
I have started working on that, here is a prototype binary.  Please backup the
previous file before trying.  It should go in /Applications/Books.app instead 
of the
original executable.  Make sure that you give the execute permission.

Here is what I did:
1) added a landscape options in the preferences
2) if at start up the landscape option is on the book view will be in landscape
Big caveat is point 2) you have to restart the app.  Also the coverpage look 
ugly for
now.  There may be other issues, please tell me, I am cleaning up some before 
sending
the code to the project team

Original comment by benoitce...@gmail.com on 23 Jan 2008 at 4:51

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
here is a much improved version

Original comment by benoitce...@gmail.com on 3 Feb 2008 at 4:38

Attachments:

GoogleCodeExporter commented 9 years ago
Finally a version with no graphical artifacts and 113 supportâ™ 

Original comment by benoitce...@gmail.com on 10 Feb 2008 at 11:42

Attachments:

GoogleCodeExporter commented 9 years ago
uh i just downloaded that and installed it and it still fails to find my ebooks 
in 1.1.3

you might want to double check it ;)

Original comment by j.ne...@gmail.com on 12 Feb 2008 at 12:10

GoogleCodeExporter commented 9 years ago
Same problem here.  I download the full version from Installer, then I open up 
WinSCP
and transfer your files over.  Not sure if I should change any permissions and 
if so,
what to?  777? 755?  Something else?

It simply can not see the EBooks folder, no matter which directory it is put 
into.

Original comment by dirfr...@gmail.com on 14 Feb 2008 at 1:42

GoogleCodeExporter commented 9 years ago
Hello,
the file Books should have execute permission for all (chmod a+x) if I am 
correct 755
is fine.  In doubt you can always say 777.  The other files don't need 
permissions.

You should be putting the books in /var/mobile/Media/EBooks
You should also erase your preferences.

I have now migrated to 113 and although I have seen some strange issues on Books
which I'll be working on finding the books is not one of them

Original comment by benoitce...@gmail.com on 15 Feb 2008 at 1:59

GoogleCodeExporter commented 9 years ago
Ok I just had the issue of finding books and it was a case error. I had
/var/mobile/Media/Ebooks, not EBooks. Once I changed that the program could 
find it.

Cross-posting this to the other issue regarding not finding books.

Original comment by cfazz...@gmail.com on 15 Feb 2008 at 7:49

GoogleCodeExporter commented 9 years ago
My problem is everything I read said to change permissions of EBooks folder to 
755
permissions...you need to have the Media folder set to 755 as well.  For some 
reason,
mine was not.  My books are in /var/root/Media/EBooks and I set Media and 
everything
in it to 755.  It works!

Original comment by dirfr...@gmail.com on 16 Feb 2008 at 4:03

GoogleCodeExporter commented 9 years ago
That is not a good solution:
It will only work with the current release of ebooks the next one won't be 
looking in
/var/root/Media/EBooks, the next version (of which the file I have posted is a
preview) will look in ~/Media/EBooks which is /var/root/Media/EBooks on 112 and
bellow and /var/mobile/Media/EBooks in 113

Much better solution is to move the content of your /var/root/Media/EBooks to
/var/mobile/Media/EBooks (755 permission won't hurt there either but at least 
mobile
user should have read/write rights to this directory)  then you create a 
symlink from
/var/root/Media/EBooks which points to /var/mobile/Media/EBooks

Original comment by benoitce...@gmail.com on 16 Feb 2008 at 9:16

GoogleCodeExporter commented 9 years ago
Implemented in 1.4-pre01

Original comment by pendorbo...@gmail.com on 17 Feb 2008 at 5:45