Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > Android Devices

Notices

Reply
 
Thread Tools Search this Thread
Old 09-26-2011, 01:24 PM   #331
just_me
Member
just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.
 
Posts: 18
Karma: 1334
Join Date: Feb 2009
Device: Nook Simple Touch (rooted)
cover screensaver on nook

Hi,

There's a feature that lots of people are asking for on the Nook Simple Touch: to set the current book's cover as a screensaver. I saw workarounds on the forums but all require manual work.

However, I was able to change the Cool Reader 3 sources to automatically do it in a very simple way (more a hack than a real feature implementation) and I thought maybe it can be properly implemented in the official release. And it seems to work ...

The approach I took was to create a directory (/media/screensavers/currentbook) and, whenever PageViewAnimation.findCoverPage is called, if a cover is found, check if a file with the same name as <book_title>.jpg is present in that directory (not to create same file each time the book is loaded, only when changing books). If not present, delete all the files in the directory and create a file with name as <book_title>.jpg and write to it the cover page bytes. It works with all the books I tried but I am not sure if it works for covers that are not jpg (if it ignores the extension and finds the right type or not).

If I want to use this feature, I just select "currentbook" as a screensaver from the Nook settings.

What do you think? Anyone interested?
just_me is offline   Reply With Quote
Old 09-27-2011, 03:06 AM   #332
Dopedangel
Wizard
Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.
 
Dopedangel's Avatar
 
Posts: 1,794
Karma: 30548723
Join Date: Dec 2006
Location: Singapore
Device: Boyue
Quote:
Originally Posted by just_me View Post
Hi,

There's a feature that lots of people are asking for on the Nook Simple Touch: to set the current book's cover as a screensaver. I saw workarounds on the forums but all require manual work.

However, I was able to change the Cool Reader 3 sources to automatically do it in a very simple way (more a hack than a real feature implementation) and I thought maybe it can be properly implemented in the official release. And it seems to work ...

The approach I took was to create a directory (/media/screensavers/currentbook) and, whenever PageViewAnimation.findCoverPage is called, if a cover is found, check if a file with the same name as <book_title>.jpg is present in that directory (not to create same file each time the book is loaded, only when changing books). If not present, delete all the files in the directory and create a file with name as <book_title>.jpg and write to it the cover page bytes. It works with all the books I tried but I am not sure if it works for covers that are not jpg (if it ignores the extension and finds the right type or not).

If I want to use this feature, I just select "currentbook" as a screensaver from the Nook settings.

What do you think? Anyone interested?
Can you post your hack on the coolreader git or the russian forum as buggins is not that active on this forum I would love to have this for my nook touch.
Dopedangel is offline   Reply With Quote
Old 09-27-2011, 03:22 AM   #333
just_me
Member
just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.
 
Posts: 18
Karma: 1334
Join Date: Feb 2009
Device: Nook Simple Touch (rooted)
I'm afraid you have to give me more details. My only involvement with Cool Reader is about 4 days old (when I started to look for some alternate reader for my rooted Nook, then I understood it is open source and I remembered I wanted this feature, found out how to get the sources and that's pretty much it). I did not use git before (so I do not know how to post the hack on git - I remember seeing "read-only" next to the link I used to get the sources) and I do not know what other forums are there for cool reader (I found the link to this forum on CR page and I tried here). And I do not know russian.
just_me is offline   Reply With Quote
Old 09-27-2011, 05:02 AM   #334
wfirst
Junior Member
wfirst began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Sep 2011
Device: R10
Hi,

When I read EPUB file, I see ??? instead of chinese text,This problem only appears in the

title, (e.g. h1, h2, h3).

Please fix it, thanks!
wfirst is offline   Reply With Quote
Old 09-27-2011, 05:27 AM   #335
Dopedangel
Wizard
Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.
 
Dopedangel's Avatar
 
Posts: 1,794
Karma: 30548723
Join Date: Dec 2006
Location: Singapore
Device: Boyue
The forum is on http://www.the-ebook.org/ their are 2 threads where buggins is active. One is the Lbook coolreader which is the main thread
http://www.the-ebook.org/forum/viewtopic.php?t=7509

The 2nd is this thread where some guys started modifying coolreader for Nook before many of the modifications got into the main app
http://www.the-ebook.org/forum/viewt...5670&start=220

you can post in english I usually use chrome auto translate so am able to understand a bit.

Last edited by Dopedangel; 09-27-2011 at 05:29 AM.
Dopedangel is offline   Reply With Quote
Old 09-27-2011, 12:36 PM   #336
sangahm
Connoisseur
sangahm began at the beginning.
 
Posts: 52
Karma: 10
Join Date: Jan 2006
Location: Austin
Device: nook HD, Palm T3, iPhone
I really, really like CR and the amount of functionality it provides.

However lately I've looked at Mantano and really like the look of the screen. The way the fonts (default) are laid out and how clear the fonts look.

I just can't make CR look that clear, no matter what fonts I've tried. The best I can do is Gentium Plus but it looks rather squished and somewhat grainy when compared to M, even with antialiasing. It's not a big difference, but slight enough to make it noticeable and make me want better. I like font size of 32, so maybe the bigger fonts are not as good.

Any recommendations to get a similar reading quality and be able to stay with CR?
sangahm is offline   Reply With Quote
Old 09-27-2011, 12:37 PM   #337
just_me
Member
just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.just_me is no ebook tyro.
 
Posts: 18
Karma: 1334
Join Date: Feb 2009
Device: Nook Simple Touch (rooted)
Quote:
Originally Posted by Dopedangel View Post
The forum is on http://www.the-ebook.org/ their are 2 threads where buggins is active. One is the Lbook coolreader which is the main thread
http://www.the-ebook.org/forum/viewtopic.php?t=7509

The 2nd is this thread where some guys started modifying coolreader for Nook before many of the modifications got into the main app
http://www.the-ebook.org/forum/viewt...5670&start=220

you can post in english I usually use chrome auto translate so am able to understand a bit.
Good news. I talked to him and he wants to add it.
just_me is offline   Reply With Quote
Old 09-28-2011, 01:01 PM   #338
Jabby
Jr. - Junior Member
Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.
 
Posts: 586
Karma: 2000358
Join Date: Aug 2010
Location: Alabama
Device: Archos, Asus, HP, Lenovo, Nexus and Samsung tablets in 7,8 and 10"
Minor bug

I don't know how to report a bug so I'll mention it here in hopes that @buggins picks it up.

If you select right/left margins of 40 it reverts to 4.

Regards - John
Jabby is offline   Reply With Quote
Old 09-28-2011, 10:38 PM   #339
Dopedangel
Wizard
Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.Dopedangel ought to be getting tired of karma fortunes by now.
 
Dopedangel's Avatar
 
Posts: 1,794
Karma: 30548723
Join Date: Dec 2006
Location: Singapore
Device: Boyue
Quote:
Originally Posted by Jabby View Post
I don't know how to report a bug so I'll mention it here in hopes that @buggins picks it up.

If you select right/left margins of 40 it reverts to 4.

Regards - John
which version are you using looking at the git log that bug has been fixed but has not been pushed to the market
http://crengine.git.sourceforge.net/...crengine;a=log

try the latest version from here
http://sourceforge.net/projects/cren...r3/cr3-3.0.51/
Dopedangel is offline   Reply With Quote
Old 09-29-2011, 03:51 PM   #340
Jabby
Jr. - Junior Member
Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.
 
Posts: 586
Karma: 2000358
Join Date: Aug 2010
Location: Alabama
Device: Archos, Asus, HP, Lenovo, Nexus and Samsung tablets in 7,8 and 10"
Quote:
Originally Posted by Dopedangel View Post
which version are you using looking at the git log that bug has been fixed but has not been pushed to the market.
I was running cr3.0.51.10 and installed cr3.0.51.16 and now all is well. Thanks!

Regards - John
Jabby is offline   Reply With Quote
Old 10-01-2011, 09:00 AM   #341
Jabby
Jr. - Junior Member
Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.Jabby ought to be getting tired of karma fortunes by now.
 
Posts: 586
Karma: 2000358
Join Date: Aug 2010
Location: Alabama
Device: Archos, Asus, HP, Lenovo, Nexus and Samsung tablets in 7,8 and 10"
Another minor bug

cr3.0.51.16/17 85% interline spacing reverts to 100%.

Regards- John

P.S. Thanks for all the good work. I haven't used anything but Cool Reader in a couple of months.
Jabby is offline   Reply With Quote
Old 10-05-2011, 06:01 PM   #342
sangahm
Connoisseur
sangahm began at the beginning.
 
Posts: 52
Karma: 10
Join Date: Jan 2006
Location: Austin
Device: nook HD, Palm T3, iPhone
Quote:
Originally Posted by sangahm View Post
So is it either chapter markings or whole book progress? I don't seem to see any chapter markings. I'll try when I get back to my nook with both options.

The question about css support, is can you control margins with the CSS? I know you can use css, I just don't know what it can control (I'm no css person but will learn if that's what it takes).
Returning back to this question, as it was never cleared up: what exactly does "Chapter bound marks" do under the option for "Title bar options"?

I have turned it on and off with no visual change that I can see.

Is it supposed to put some type of mark on the progress line under the title bar? How does that differ from the progress line that shows the place in the book?

I would expect that there is some visual clue that I'm moving from the beginning of the chapter to nearing the end of the chapter, but I cannot see any difference in the title bar other than page indicator relative to the whole book.

The wiki and manual make no mention of this feature, and I've not seen it discussed anywhere on these forums or other ones I've googled.

Any help?
sangahm is offline   Reply With Quote
Old 10-06-2011, 02:54 AM   #343
Dave_S
What Title ?
Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.Dave_S ought to be getting tired of karma fortunes by now.
 
Posts: 1,325
Karma: 1856232
Join Date: Jan 2009
Location: Bavaria Germany
Device: Sony Experia Z Ultra
Quote:
Originally Posted by sangahm View Post
Returning back to this question, as it was never cleared up: what exactly does "Chapter bound marks" do under the option for "Title bar options"?

I have turned it on and off with no visual change that I can see.
I have my Title Bar at the top of the page, and I see vertical separation lines on the progress bar at each chapter boundary when "Chapter bound marks" is enabled. Since I like to finish a reading session at a chapter boundary that feature makes it easy to see when I am coming up on a chapter boundary.

FWIW, I am reading books in FB2 format, but I guess that this feature would work the same way with any CoolReader supported book format that has properly formatted chapters. I have seen a few books where the chapter headers were not properly done, and in those cases the chapters were not detected by CoolReader, and so would not show up on the status bar.
Dave_S is offline   Reply With Quote
Old 10-06-2011, 01:21 PM   #344
sangahm
Connoisseur
sangahm began at the beginning.
 
Posts: 52
Karma: 10
Join Date: Jan 2006
Location: Austin
Device: nook HD, Palm T3, iPhone
Quote:
Originally Posted by Dave_S View Post
I have my Title Bar at the top of the page, and I see vertical separation lines on the progress bar at each chapter boundary when "Chapter bound marks" is enabled. Since I like to finish a reading session at a chapter boundary that feature makes it easy to see when I am coming up on a chapter boundary.

FWIW, I am reading books in FB2 format, but I guess that this feature would work the same way with any CoolReader supported book format that has properly formatted chapters. I have seen a few books where the chapter headers were not properly done, and in those cases the chapters were not detected by CoolReader, and so would not show up on the status bar.
I will assume that the book I'm now reading is not properly chapter formatted as I cannot see anything resembling marks on the progress bar.

I'll try a few other books and see if it works for them.
sangahm is offline   Reply With Quote
Old 10-06-2011, 03:06 PM   #345
Eskarina
Zealot
Eskarina goes to eleven.Eskarina goes to eleven.Eskarina goes to eleven.Eskarina goes to eleven.Eskarina goes to eleven.Eskarina goes to eleven.Eskarina goes to eleven.Eskarina goes to eleven.Eskarina goes to eleven.Eskarina goes to eleven.Eskarina goes to eleven.
 
Posts: 123
Karma: 62782
Join Date: Jun 2011
Device: Kobo Clara, Kindle 4
Quote:
Originally Posted by Dave_S View Post
I have my Title Bar at the top of the page, and I see vertical separation lines on the progress bar at each chapter boundary when "Chapter bound marks" is enabled...

FWIW, I am reading books in FB2 format, but I guess that this feature would work the same way with any CoolReader supported book format that has properly formatted chapters.
I read epub books and have never seen vertical separation lines like you describe. Testing your theory, I used calibre to convert one of my epub books to fb and the chapter bound marks actually showed up. Interesting.
Eskarina is offline   Reply With Quote
Reply

Tags
cool reader, fb2 epub rtf chm fbreader


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cool reader and E-Book reader differences? PKFFW OpenInkpot 9 11-22-2010 05:52 PM
Cool Reader 3 Issue Blossom Astak EZReader 4 10-14-2010 07:48 PM
Cool reader with slavic letters s52d HanLin eBook 4 02-18-2010 06:18 AM
Ended Cool-er e reader BenjaminJames Flea Market 1 01-07-2010 05:36 PM
Cool Reader 2, like FBReader for windows yargoflick Reading and Management 1 03-06-2007 01:36 PM


All times are GMT -4. The time now is 02:44 PM.


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