Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Readers > More E-Book Readers > iRex

Notices

Reply
 
Thread Tools Search this Thread
Old 05-04-2007, 02:10 PM   #31
CommanderROR
eink fanatic
CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.
 
CommanderROR's Avatar
 
Posts: 2,022
Karma: 4924
Join Date: Mar 2006
Location: Germany
Device: STAReBOOK, iRex Iliad, Sony 505, Kindle 2
the viewer on the Iliad is pretty basic right now. No annotation support as far as I can tell...
CommanderROR is offline   Reply With Quote
Old 05-04-2007, 02:19 PM   #32
vvoi666
Zealot
vvoi666 began at the beginning.
 
Posts: 100
Karma: 29
Join Date: May 2006
yeah, mobipocket have updated their product page. the iliad is now prominently featured click here (even on the frontpage).

here is a feature rundown of what the reader SHOULD do:

- Customize : margins, line spacing, full text justification with hyphenation
- Change the font size and the background color
- Use the fullscreen mode and sub pixel font rendering for a fully immersive reading experience
- Turn pages with a keypress or a stylus touch
- autoscroll feature
- Change the screen orientation
- Organize all your books into Reading List on your device
- With one tap, filter by type, location, and of course by reading list
- On the top bar, the total number of eBooks in the current view is display and also the total size
- annotate
- bookmark
- highlight, any part of any eBook
- draw on the page or create your own custom hyperlinks
- you can fully customize the toolbar icons to match your own unique needs
- you can now also affect each function to your device hard buttons : convenient to bookmark a page when reading fullscreen or switching to the annotations view with one finger press
- Lookup any word with the latest multidictionary search function
- It even does the disinflection and spell correction if needed

soooooo, which features did it make into the iliad release (is this 1.0?)?
vvoi666 is offline   Reply With Quote
Advert
Old 05-04-2007, 03:03 PM   #33
NatCh
Gizmologist
NatCh ought to be getting tired of karma fortunes by now.NatCh ought to be getting tired of karma fortunes by now.NatCh ought to be getting tired of karma fortunes by now.NatCh ought to be getting tired of karma fortunes by now.NatCh ought to be getting tired of karma fortunes by now.NatCh ought to be getting tired of karma fortunes by now.NatCh ought to be getting tired of karma fortunes by now.NatCh ought to be getting tired of karma fortunes by now.NatCh ought to be getting tired of karma fortunes by now.NatCh ought to be getting tired of karma fortunes by now.NatCh ought to be getting tired of karma fortunes by now.
 
NatCh's Avatar
 
Posts: 11,615
Karma: 929550
Join Date: Jan 2006
Location: Republic of Texas Embassy at Jackson, TN
Device: Pocketbook Touch HD3
Let's see, the second half of #2 ("Change the font size and the background color"), #5 ("autoscroll feature"), #12 ("highlight, any part of any eBook"), and possibly the bit in #25 about the finger press (depending on how they mean it) are probably impossible or at least really difficult given the color and refresh limitations of of the iLiad's e-ink panel.

And #'s 10 & 13 (dealing with annotation and "drawing") will be problematic until the pen calibration is sorted out.

Even so, it sounds like the Mobi software is a huge addition to the device, and the way it handles & reflows PDFs is reminding me a bit of the days when I was jealous of all you iLiadittes.

I think I'll just focus on being happy for y'all though, you've had a bit of a rough go lately, and I figure you're due some up-side.
NatCh is offline   Reply With Quote
Old 05-04-2007, 03:22 PM   #34
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,975
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
See MobiPocket Java Reader on Pepper Pad 3 for a list of limitations of that (similar) version. Reading e-books isn't central to Pepper, so I was hoping iRex would do a more complete port. My main concerns on the PP3 were the lack of line spacing and margin control (i.e. basic page layout options). Also, there is no dictionary support. Are MobiPocket dictionaries supported on the iLiad?

As on the Pepper Pad, FBReader is an option for non-DRMed books if you are willing to go outside the "official" software distibution. There will even be dictionary and bookmark (annotation) support soon (planned for version 8.4).
wallcraft is offline   Reply With Quote
Old 05-04-2007, 03:37 PM   #35
Adam B.
Addicted to Porting
Adam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the roughAdam B. is a jewel in the rough
 
Adam B.'s Avatar
 
Posts: 1,697
Karma: 7194
Join Date: Oct 2006
Location: Indianapolis, IN
Device: iRex iLiad, Nokia 770, Samsung i760
Quote:
Originally Posted by wallcraft
Also, there is no dictionary support. Are MobiPocket dictionaries supported on the iLiad?
Not yet, but: "eBook Not Supported.\niRex is working to add dictionary support.\nThis feature will be available in the next update."

Days like today, I wish I would have paid more attention in my Java class in college. Unfortunately, the only thing I really learned was how to decompile a jar file...


Edit: Some interesting discoveries

Code:
   public void drawLine(int i, int j, int k, int l)
    {
        graphics.drawLine(i, j, k, l);
    }

    public void drawArc(int i, int j, int k, int l, int i1, int j1)
    {
        graphics.drawArc(i, j, k, l, i1, j1);
    }

    public void fillArc(int i, int j, int k, int l, int i1, int j1)
    {
        graphics.fillArc(i, j, k, l, i1, j1);
    }

    public void drawRect(int i, int j, int k, int l)
    {
        graphics.drawRect(i, j, k, l);
    }

    public void fillRect(int i, int j, int k, int l)
    {
        graphics.fillRect(i, j, k, l);
    }
Adam B. is offline   Reply With Quote
Advert
Old 05-04-2007, 03:55 PM   #36
CommanderROR
eink fanatic
CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.CommanderROR is fluent in JavaScript as well as Klingon.
 
CommanderROR's Avatar
 
Posts: 2,022
Karma: 4924
Join Date: Mar 2006
Location: Germany
Device: STAReBOOK, iRex Iliad, Sony 505, Kindle 2
Well, I actually went ahead and bought a book from mobipocket. It's from P.J. Farmer, called "The Green Odyssey", a book I have not read yet.

I started reading but found that I have some problems. It's really strange...I used to read a lot on my Iliad before I went for the STAReBOOK...and the page-truning speed was never an issue for me. Now, I get really impatient because it feels like every pageturn takes forever. Is the mobipocket turning speed somehow slower than PDF or am I just used to the faster turns on the STAReBOOK???
I'm really and honestly amazed how little the terrible font and the serious reflowing problems on the STAReBOOK bugged me and how much the speed of the Iliad is now getting to me. i'm not trying to discredit the Iliad...no way...I'm really happy to finally see some real progress (and Mobipocket is REAL progress) but somehow I don't know whether i'll be able to readjust my reading habits to the Iliad...
CommanderROR is offline   Reply With Quote
Old 05-04-2007, 04:34 PM   #37
Moonraker
Addict
Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.
 
Moonraker's Avatar
 
Posts: 314
Karma: 1002965
Join Date: Mar 2006
Location: UK
Device: ILiad. Gen 3, PocketBook 360, Kobo Aura HD, Kindle Oasis 2
Booting up and opening files is slow on the iLiad. But once a book is opened I find page turning is no slower than if I were turning a page in a paper book.

And I love the beautiful page formatting that I get in the Mobipocket viewer. No matter if I change the font size in the middle of reading, it always flows correctly.
Moonraker is offline   Reply With Quote
Old 05-04-2007, 06:21 PM   #38
Alexander Turcic
Fully Converged
Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.
 
Alexander Turcic's Avatar
 
Posts: 18,163
Karma: 14021202
Join Date: Oct 2002
Location: Switzerland
Device: Too many to count here.
Quote:
Originally Posted by Moonraker
Booting up and opening files is slow on the iLiad. But once a book is opened I find page turning is no slower than if I were turning a page in a paper book.

And I love the beautiful page formatting that I get in the Mobipocket viewer. No matter if I change the font size in the middle of reading, it always flows correctly.
A screenshot or two for the unfortunate non-iLiad owners would be nice
Alexander Turcic is offline   Reply With Quote
Old 05-04-2007, 10:04 PM   #39
Moonraker
Addict
Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.Moonraker ought to be getting tired of karma fortunes by now.
 
Moonraker's Avatar
 
Posts: 314
Karma: 1002965
Join Date: Mar 2006
Location: UK
Device: ILiad. Gen 3, PocketBook 360, Kobo Aura HD, Kindle Oasis 2
Here are some pics showing different font sizes. The font change is quite speedy. The text is much clearer than it seems from these pics. Also, the variation in font size is much greater than I have shown - it will go a lot smaller or larger.
Attached Thumbnails
Click image for larger version

Name:	001.jpg
Views:	471
Size:	125.5 KB
ID:	3409   Click image for larger version

Name:	002.jpg
Views:	403
Size:	120.6 KB
ID:	3410   Click image for larger version

Name:	003.jpg
Views:	399
Size:	111.3 KB
ID:	3411   Click image for larger version

Name:	004.jpg
Views:	410
Size:	97.7 KB
ID:	3412   Click image for larger version

Name:	005.jpg
Views:	388
Size:	89.5 KB
ID:	3413  

Last edited by Moonraker; 05-04-2007 at 10:19 PM.
Moonraker is offline   Reply With Quote
Old 05-04-2007, 10:36 PM   #40
bruce
Software Developer
bruce began at the beginning.
 
bruce's Avatar
 
Posts: 27
Karma: 10
Join Date: Mar 2007
Location: Tokyo, Japan
Device: Sage, Oasis, Voyage, Paperwhite, iLiad, reb1100
This ability to resize is one of the features I missed most after I switched to the iLiad from the reb1100 (that and having the book automatically open up to the current page of my current book when powering back up!). Enough so I may start converting my books to .mobi format instead of .pdf.

I previously tried using .html but the iLiad's html render engine as it currently stands is a complete non-starter -- my ancient reb1100 significantly outperforms it.
bruce is offline   Reply With Quote
Old 05-05-2007, 12:36 AM   #41
Larry Z.
Enthusiast
Larry Z. doesn't litterLarry Z. doesn't litterLarry Z. doesn't litter
 
Larry Z.'s Avatar
 
Posts: 39
Karma: 215
Join Date: Oct 2006
Location: Los Angeles
Device: Kindle 2
I did the Mobipocket upgrade to my Iliad this afternon, and it's great. When I bought it last Summer, all I wanted to do was buy and read books on it. The display is crisp and clean, and it's quite a relief to purchase commercial books rather than reread Sherlock Holmes ad infinitum...

An added plus was that I had books in my Mobipocket account from previous Treo and Ipaq purchases - so all I had to do was re-download them. They'd been in my online bookshelf for years and I'd totally forgotten about them. Kudos to Mobipocket for keeping those records and purchases available.

Better late than never - the Iliad has now become fun.

Larry Z.

Last edited by Larry Z.; 05-05-2007 at 12:40 AM.
Larry Z. is offline   Reply With Quote
Old 05-05-2007, 11:24 AM   #42
Alexander Turcic
Fully Converged
Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.Alexander Turcic ought to be getting tired of karma fortunes by now.
 
Alexander Turcic's Avatar
 
Posts: 18,163
Karma: 14021202
Join Date: Oct 2002
Location: Switzerland
Device: Too many to count here.
I totally go for the look from the screenshots. Definitely a very big improvement for the iLiad.
Alexander Turcic is offline   Reply With Quote
Old 05-06-2007, 06:09 AM   #43
rrustema
Member
rrustema began at the beginning.
 
rrustema's Avatar
 
Posts: 14
Karma: 10
Join Date: Jul 2006
Location: Amsterdam, the Netherlands
Device: iRex iLiad since 2006
Quote:
Originally Posted by Robert Marquard
As long as you only want to read the books then there should be no problem at all. I do that for my trusty old T3 all the time because direct copying on the SD card is faster.
Syncing through the desktop reader is only relevant for annotations.
And the RSS feeds? How do I get those in the iLiad Mobipocket reader if I don't have Windows installed (pricy) on my MacBook?
rrustema is offline   Reply With Quote
Old 05-06-2007, 06:12 AM   #44
narve
iLiad fan
narve can teach chickens to fly.narve can teach chickens to fly.narve can teach chickens to fly.narve can teach chickens to fly.narve can teach chickens to fly.narve can teach chickens to fly.narve can teach chickens to fly.narve can teach chickens to fly.narve can teach chickens to fly.narve can teach chickens to fly.narve can teach chickens to fly.
 
Posts: 210
Karma: 3864
Join Date: Oct 2006
Device: iRex iLiad
Quote:
Originally Posted by rrustema
And the RSS feeds? How do I get those in the iLiad Mobipocket reader if I don't have Windows installed (pricy) on my MacBook?
And what do I do when the Reader doesn't recognize the iLiad when I plug it in?
narve is offline   Reply With Quote
Old 05-06-2007, 06:33 AM   #45
rrustema
Member
rrustema began at the beginning.
 
rrustema's Avatar
 
Posts: 14
Karma: 10
Join Date: Jul 2006
Location: Amsterdam, the Netherlands
Device: iRex iLiad since 2006
Quote:
Originally Posted by rrustema
And the RSS feeds? How do I get those in the iLiad Mobipocket reader if I don't have Windows installed (pricy) on my MacBook?
Meanwhile, I found the answer over at Mobipocket . Just as I feared. The Windows-only desktop software is inevitable to get the RSS-feeds. Which is silly, considering that there is wifi in the iLiad. I expected to just have to push a button to refresh my RSS-feeds, like I do with the RSS reader on my Treo. When outdoors, I don't want to go back home to my computer with the Mobipocket Reader just to see if there is anything new for me in my RSS feeds.

Is it easy to add RSS feeds which are not in the collection of Mobipocket? There are RSS feeds out there which are completely customised and personalised for me and of no interest to other Mobipocket users.

Hopefully it will soon be possible to subscribe to any RSS-feed without going through the desktop software from Mobipocket. Preferably with another, dedicated RSS-reader. The Mobipocket reader on the iLiad does not seem to have added value for reading RSS-feeds compared to a good RSS reader, don't you think so?
rrustema is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
3rd party Iliad webbrowser? CommanderROR iRex 5 12-02-2007 05:58 PM
iLiad iLiad 3rd Party Viewers and Applications Adam B. iRex Developer's Corner 0 07-19-2007 08:20 AM
Iliad about to release MobiPocket support ... but where is Kindle??? pdam Amazon Kindle 7 05-03-2007 04:47 PM
Color iRex iLiad in 2007 / MobiPocket support in the works TadW iRex 5 10-19-2006 10:33 AM
dotReader alpha release next month with future iLiad support possible Alexander Turcic News 7 09-28-2006 12:24 PM


All times are GMT -4. The time now is 10:01 PM.


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