02-12-2008, 10:49 AM | #1 |
Addicted to Porting
Posts: 1,697
Karma: 7194
Join Date: Oct 2006
Location: Indianapolis, IN
Device: iRex iLiad, Nokia 770, Samsung i760
|
Integrated FBReader 0.8.14 with ePub and Registry Support
It's been about 6 months since my last port of FBReader. The talented FBReader developers have done a lot. The most important addition is the support for ePub books. You can view the full changelog at FBReader.org.
I, myself, have done a lot of things different for this release as well.
Based on a support thread I made, file extensions supported are:
Because the toolbar is gone, most of the important functions can now be accessed by the hardware buttons:
Installation of this is simple. You'll need firmware 2.12 and Developer Shell access. Unzip the file, and copy anywhere on your iLiad. You will need to restart your iLiad when it prompts you. After you've restarted, you can delete the installation directory. There will be no icon to run FBReader, you'll need to select a book from the contentlister with one of the file extensions listed above. Supported books will have a valid icon. |
02-12-2008, 12:12 PM | #2 |
reader
Posts: 6,975
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
|
I see several problems with this approach:
a) If the encoding is wrong, how is it changed? This is on the book info interface. b) How to get a different font? c) In general, how to get to the preferences interface? d) How to use FBReader for HTML and MOBI, and how to use FBReader for only some MOBIs (i.e. the DRM-free ones)? Assuming the book info and tools (preferences) interfaces are still there, the above are mostly a problem because of the lack of hardware keys. So perhaps they could be worked around using the on-screen keyboard. I would certainly use FBReader for HTML and MOBI if given the choice, ditching the MobiPocket Reader. My other concern is that I like FBReader's library, which is a huge improvement over the contentlister, but I can live with no library if I can customize FBReader otherwise. Certainly, a usable full screen mode and faster page turns will be a big help. |
Advert | |
|
02-12-2008, 01:10 PM | #3 | |
Addicted to Porting
Posts: 1,697
Karma: 7194
Join Date: Oct 2006
Location: Indianapolis, IN
Device: iRex iLiad, Nokia 770, Samsung i760
|
Quote:
As my time lately has grown increasingly scarce, I decided to use this method to speed along porting time. I'll upload my sources if someone wants to work on a more featured port. Edit: Application Sources: http://projects.mobileread.com/iliad...4.iliad.tar.gz Staging Area Source (for creating an ipk): http://projects.mobileread.com/iliad...staging.tar.gz |
|
02-12-2008, 02:07 PM | #4 |
Enthusiast
Posts: 28
Karma: 10
Join Date: Nov 2007
Device: Irex Technologies Iliad
|
Hi Adam,
I prefer the old way, I use the FBReader standalone and don't change the registry. I like the toolbar and would gladly wait additional time for a standalone application with the all the improvements. Ido |
02-12-2008, 03:01 PM | #5 |
fruminous edugeek
Posts: 6,745
Karma: 551260
Join Date: Oct 2006
Location: Northeast US
Device: iPad, eBw 1150
|
I think I would miss FBReader's library too much. Hopefully someone else with more time will be able to do a bit more with this port.
That being said, thanks again, AdamB, for all your great work. |
Advert | |
|
02-12-2008, 03:58 PM | #6 |
Avid reader
Posts: 262
Karma: 132
Join Date: Mar 2005
Location: The Netherlands
Device: HTC Touch Diamond, iLiad Book Edition
|
Very nice! Now only if I had an iLiad, hrm? Perhaps when the community porting project takes off.
Post on your blog about it! Or here.... |
02-13-2008, 12:43 AM | #7 |
Guru
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
|
It seems that this FBReader on iLiad can only deal with western character. Even though it supports several encoding schemes.
Last edited by ericshliao; 02-13-2008 at 03:22 AM. |
02-13-2008, 08:21 AM | #8 |
Ebook Addict
Posts: 225
Karma: 2136
Join Date: Jul 2003
Location: Appleton, Wisconsin, USA
Device: Kindle Paperwhite Signature Edition
|
I'll echo my thanks to Adam B. for all the work he's put in on FBReader for us, but I'm also going to echo others thoughts that this takes FBReader in a less useful direction for me. I use FBReader primarily for CHM and HTML reading.
For now I'll be sticking with the older version. |
02-14-2008, 10:44 AM | #9 |
Pac-Man caught my iLiad.
Posts: 807
Karma: 3595
Join Date: Apr 2006
Location: Germany; next to Baltic Sea
Device: Boox Max Lumi, iRex iLiad (RIP)
|
Thanks Adam B. for the update.
I will checkout your modded src. The first thing I changed was the default font. I don't like DejaVu Sans. URW Bookman L looks much better, but tastes differ. The information lives here: /mnt/settings/.FBReader/ui.xml Code:
<?xml version="1.0" encoding="UTF-8"?>
<config>
<group name="Indicator">
<group name="InfoDialog">
<group name="Options">
<group name="OptionsDialog">
<group name="Style">
<option name="Base:fontFamily" value="URW Bookman L"/>
<option name="Base:fontSize" value="12"/>
<option name="Base:lineSpacingPercent" value="150"/>
</group>
</config>
Last edited by yokos; 02-14-2008 at 10:50 AM. Reason: added screenshots |
02-15-2008, 06:33 AM | #10 |
Zealot
Posts: 131
Karma: 11
Join Date: Jun 2007
Device: Kindle DX Graphite (had Illiad)
|
Adam,
great job. I will give it a try! I never used the library anyway, but I do miss the options page for changing font and changing font size (though a button can do that now). thnx! |
02-15-2008, 06:33 PM | #11 |
Wizard
Posts: 1,005
Karma: 98078
Join Date: Jul 2006
Location: Atlanta, GA
Device: iPad Mini 4
|
Will this support prc or mobipocket files as well? I thought fbreader did, but i didn't see them in the supported file types listed.
|
02-15-2008, 10:01 PM | #12 |
Zealot
Posts: 107
Karma: 308
Join Date: Oct 2007
Location: Perth Australia
Device: EZ Reader 5", Iliad
|
Adam, great job! Thanks.
One stupid question: How is a ssh shell opened? One possible bug, the page numbers seem to jump with epub format. I am assuming that this is because actual page numbers are in the format, as in one case I can see the page flows, it is just the number that jumps (from 3 to 5). |
02-15-2008, 10:45 PM | #13 | |
reader
Posts: 6,975
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
|
Quote:
The advantage of this is that the page number is independent of the font size (and the device). The disadvantage is that it isn't very similar to how we expect page numbers to behave. |
|
03-05-2008, 06:44 PM | #14 |
Addict
Posts: 234
Karma: 300000
Join Date: Feb 2008
Location: Annapolis, MD USA
Device: Sony PRS-505 (blue, of course!)
|
Adam B. said:
Installation of this is simple. You'll need firmware 2.12 and Developer Shell access. Unzip the file, and copy anywhere on your iLiad. You will need to restart your iLiad when it prompts you. After you've restarted, you can delete the installation directory. ------------------------------------ Looks like I could use some help..... I successfully downloaded the developers toolkit and the iLiad rebooted itself. Next I unzipped the FBreader kit onto an SD card, put the SD card in the iLiad and then attempted to open an RTF file. Nothing happens. So then I manually executed the run.sh script......LED blinked green for a bit. After that I attempted to open the RTF file. Still nothing. Since there was no reboot, I'm wondering if the "copy anywhere on your iLiad" means more than just placing it on an SD card that's inserted into the iLiad...... Anyone able to help? -tnx, Jeff p.s. About the "contentlister".....I have inferred from the many postings that this is the same as the screen that has the heading "Books" on it. Is that correct? |
03-05-2008, 07:02 PM | #15 |
Addict
Posts: 234
Karma: 300000
Join Date: Feb 2008
Location: Annapolis, MD USA
Device: Sony PRS-505 (blue, of course!)
|
Okay....figured it out.
Word caught me. I had saved the test book as an RTF, but the filename extension was still ".doc". Once changed to ".rtf" all is good! -Jeff |
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
FBReader Registry installer for 2.11 | Adam B. | iRex | 22 | 11-10-2013 01:38 PM |
Japanese w/ Integrated Dictionary Support | cuavsfan | Which one should I buy? | 2 | 05-29-2010 01:22 AM |
Is there a way to uninstall the FBReader 0.8.14 with Registry Support? | genome2k | iRex | 2 | 09-22-2008 06:35 PM |
FBReader with DRM support? | wallcraft | Reading and Management | 10 | 03-19-2008 03:37 AM |
FBReader 0.7 released with Plucker support | MishaS | Reading and Management | 7 | 11-24-2005 12:11 AM |