04-17-2008, 09:20 AM | #31 |
Zealot
Posts: 128
Karma: 41
Join Date: Nov 2007
Device: Hanlin V3
|
|
04-18-2008, 11:53 AM | #32 |
Member
Posts: 10
Karma: 10
Join Date: Feb 2008
Device: iLiad 2nd ed
|
Same for me: stylus tap on the bottom of the screen or on the page bar only advances one page... Except sometimes stylus tap sends you to random page (skipping up to some hundred pages). This is very frustrating, especially when I am reading text file, converted to rtf (no chapters).
|
Advert | |
|
04-19-2008, 11:03 AM | #33 |
Wizard
Posts: 1,746
Karma: 4382688
Join Date: Jul 2006
Location: Somewhere on earth
Device: Onyx Boox Tab X
|
I also like the toolbar (even that it isn´t very intuitive ;o)
|
05-23-2008, 12:39 AM | #34 |
Junior Member
Posts: 4
Karma: 10
Join Date: May 2008
Device: iLiad Book Edition
|
Any way to get this for the book edition?
It is saying 2.12 is needed and I have 2.12.1 Is it as simple as changing Firmware_Script to 2.12.1? Please reply before I brick my new iliad... Last edited by kahlif; 05-23-2008 at 12:44 AM. |
05-23-2008, 09:25 AM | #35 | |
Addicted to Porting
Posts: 1,697
Karma: 7194
Join Date: Oct 2006
Location: Indianapolis, IN
Device: iRex iLiad, Nokia 770, Samsung i760
|
Quote:
Worst case scenario, you'll have to reflash it yourself with a CF card. |
|
Advert | |
|
05-23-2008, 05:40 PM | #36 | |
Member
Posts: 11
Karma: 10
Join Date: May 2008
Device: Iliad Irex
|
Quote:
I use Libronix Bible software and in order to publish a personal book for that system it needs to be written in html and then converted to its own format. Irex gives me ability to carry a copy of that book in its html version. |
|
05-23-2008, 10:25 PM | #37 |
Junior Member
Posts: 4
Karma: 10
Join Date: May 2008
Device: iLiad Book Edition
|
So, I changed the firmware_script to say 2.12.1 and then tried to run it. I get a progress bar on the bottom, then, after about 2 seconds, the screen just flashes. Nothing else. I restarted the iliad and it isn't installed. I also tried going into the folder and run the run.sh, but it does the same thing...
|
05-24-2008, 09:10 AM | #38 |
Ebook Addict
Posts: 225
Karma: 2136
Join Date: Jul 2003
Location: Appleton, Wisconsin, USA
Device: Kindle Paperwhite Signature Edition
|
It sounds like you haven't installed iRex's Development Package on your iLiad yet. In order to run any third party software on the iLiad, the first thing you need to do is get the development package from iRex.
Log in to your iRex account, or create a new one, and then visit: https://myirex.irexnet.com/user.php/developer |
05-24-2008, 11:34 AM | #39 |
Junior Member
Posts: 4
Karma: 10
Join Date: May 2008
Device: iLiad Book Edition
|
I followed Adam's noob guide and can run mrxvt, so I did install the dev package.
|
05-27-2008, 01:15 AM | #40 | |
reader
Posts: 6,975
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
|
Quote:
Note that editing the registry is one of the more dangerous changes to the system. This works on my iLiad (and illustrates a better way to do the editing than the original FBReader installer), but be prepared to unbrick if something goes wrong. You can also try a dry run by commenting out (with #) 3 lines in run.sh: Code:
# cp ./registry.xml.new /mnt/settings/registry/registry.xml # mv manifest.xml install.xml # mv done.xml manifest.xml |
|
05-30-2008, 06:46 PM | #41 |
reader
Posts: 6,975
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
|
To customize the display of text on the screen, see Update Settings for FBReader 0.8.14.
|
05-31-2008, 10:15 PM | #42 |
fruminous edugeek
Posts: 6,745
Karma: 551260
Join Date: Oct 2006
Location: Northeast US
Device: iPad, eBw 1150
|
I have it running now, and I guess I like it better than I thought I would. The absence of a battery indicator could be a problem, though. I'd rather have that than the clock. (I also need to edit my registry so FBReader is used to open Mobi, HTML, and TXT files. And wasn't there a workaround to pass LIT files through ConvertLit to FBReader? Or was it just to convert them, and only then open with FBReader?)
|
06-06-2008, 04:28 AM | #43 |
Member
Posts: 21
Karma: 10
Join Date: Jun 2008
Device: iLiad
|
Hi,
I'm using FBReader to read epub files, but the buttons don't work properly : every use of a button (except the page bar) makes the green LED blinking, and make often the iLiad bugging (can't go back, and the only solution is re-boot). Can I fix this ? |
06-07-2008, 08:38 PM | #44 |
Member
Posts: 11
Karma: 10
Join Date: May 2008
Device: Iliad Irex
|
Thanks Wallcraft for reply and to Adam for work on port. Thanks to community for all the help you've given me in the last few weeks as I've gotten to know my irex.
It seems to me the easiest way for me to assign custom actions to buttons is to edit the options.xml file directly. I have not, however, been able to find a list of action and key values. Does anyone have a list? Last edited by cnbcad; 06-07-2008 at 08:50 PM. |
06-07-2008, 09:11 PM | #45 | |
reader
Posts: 6,975
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
|
Quote:
Code:
<?xml version="1.0" encoding="UTF-8"?> <config> <group name="Keys"> <option name="Action0" value="nextTOCSection"/> <option name="Action1" value="redo"/> <option name="Action2" value="undo"/> <option name="Action3" value="decreaseFont"/> <option name="Action4" value="increaseFont"/> <option name="Action5" value="cancel"/> <option name="Action6" value="rotate"/> <option name="Action7" value="cancel"/> <option name="Action8" value="toc"/> <option name="Action9" value="previousTOCSection"/> <option name="Key0" value="<DownArrow>"/> <option name="Key1" value="<F1>"/> <option name="Key2" value="<F2>"/> <option name="Key3" value="<F3>"/> <option name="Key4" value="<F4>"/> <option name="Key5" value="<F5>"/> <option name="Key6" value="<F6>"/> <option name="Key7" value="<Home>"/> <option name="Key8" value="<Return>"/> <option name="Key9" value="<UpArrow>"/> <option name="Number" value="10"/> </group> <group name="Options"> <option name="QuitOnCancel" value="true"/> </group> <group name="Rotation"> <option name="Angle" value="-1"/> </group> <group name="SmallScrolling"> <option name="Mode" value="3"/> <option name="PercentToScroll" value="100"/> </group> <group name="TapScrolling"> <option name="Enabled" value="true"/> </group> <group name="Web Browser"> <option name="Name" value="Browser"/> </group> </config> Code:
<node name="action"> <node name="none" value="None"/> <node name="showLibrary" value="Show Library"/> <node name="showRecent" value="Show Recent Books"/> <node name="previousBook" value="Open Previous Book"/> <node name="toc" value="Show Table of Contents"/> <node name="gotoHome" value="Go to Home"/> <node name="gotoSectionStart" value="Go to Start of Section"/> <node name="gotoSectionEnd" value="Go to End of Section"/> <node name="nextTOCSection" value="Go to Next TOC Section"/> <node name="previousTOCSection" value="Go to Previous TOC Section"/> <node name="largeScrollForward" value="Large Scroll Forward"/> <node name="largeScrollBackward" value="Large Scroll Backward"/> <node name="smallScrollForward" value="Small Scroll Forward"/> <node name="smallScrollBackward" value="Small Scroll Backward"/> <node name="undo" value="Undo"/> <node name="redo" value="Redo"/> <node name="copyToClipboard" value="Copy Selected Text to Clipboard"/> <node name="openInDictionary" value="Open Selected Text in Dictionary"/> <node name="clearSelection" value="Clear Selection"/> <node name="search" value="Search"/> <node name="findPrevious" value="Find Previous"/> <node name="findNext" value="Find Next"/> <node name="increaseFont" value="Increase Font Size"/> <node name="decreaseFont" value="Decrease Font Size"/> <node name="toggleIndicator" value="Toggle Position Indicator"/> <node name="toggleFullscreen" value="Toggle Fullscreen Mode"/> <node name="onFullscreen" value="Switch to Fullscreen Mode"/> <node name="rotate" value="Rotate Screen"/> <node name="preferences" value="Show Options Dialog"/> <node name="bookInfo" value="Show Book Info Dialog"/> <node name="addBook" value="Add Book"/> <node name="cancel" value="Cancel"/> <node name="quit" value="Quit"/> </node> |
|
|
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 |