<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>MobileRead Forums - iRex iLiad</title>
		<link>http://www.mobileread.com/forums</link>
		<description>E ink, 8.1-inch XGA 1024x768, 16 grey scales, touch-screen, Arinc eFlyBook (OEM), Book Edition</description>
		<language>en</language>
		<lastBuildDate>Tue, 09 Feb 2010 20:28:57 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>30</ttl>
		<image>
			<url>http://www.mobileread.com/feeds/images/mr/misc/logo.gif</url>
			<title>MobileRead Forums - iRex iLiad</title>
			<link>http://www.mobileread.com/forums</link>
		</image>
		<item>
			<title>compatibility question for iLiad</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=72629&amp;goto=newpost</link>
			<pubDate>Thu, 04 Feb 2010 20:30:32 GMT</pubDate>
			<description><![CDATA[Is there a version **without** wireless networking (i.e no bluetooth, no G3, no 802.11 etc.) that works with Mac OS 10.4?

I just don't trust wireless networks and I don't trust myself to properly secure them either.

http://www.mobileread.com/forums/images/smiliestext/thankyou.gif  in advance,
-- Chris]]></description>
			<content:encoded><![CDATA[<div>Is there a version **without** wireless networking (i.e no bluetooth, no G3, no 802.11 etc.) that works with Mac OS 10.4?<br />
<br />
I just don't trust wireless networks and I don't trust myself to properly secure them either.<br />
<br />
<a href="http://www.mobileread.com/forums/images/smiliestext/thankyou.gif">http://www.mobileread.com/forums/ima...t/thankyou.gif</a>  in advance,<br />
-- Chris</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=117">iLiad Content</category>
			<dc:creator>chris1</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=72629</guid>
		</item>
		<item>
			<title>Iliad DR800 help</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=71969&amp;goto=newpost</link>
			<pubDate>Sun, 31 Jan 2010 15:19:02 GMT</pubDate>
			<description>removed</description>
			<content:encoded><![CDATA[<div>removed</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=108">iLiad Troubleshooting</category>
			<dc:creator>pea</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=71969</guid>
		</item>
		<item>
			<title>Multi-threading in FBReader</title>
			<link>http://www.mobileread.com/forums/showthread.php?t=71759&amp;goto=newpost</link>
			<pubDate>Sat, 30 Jan 2010 03:47:10 GMT</pubDate>
			<description>I am studying the possibility of adding multi-threading capability to FBReader.
Currently, FBReader-0.12.1 is running on my iLiad without any problem, but it takes 5 seconds to flip a page. Of the 5 secs, it takes 2 seconds for FBReader to refresh its GTK components, 1 second for xepdmgr to write data to framebuffer, and 2 seconds for iLiad to draw screen. If I can make FBReader prepare the next page in background, the speed of page-flip will be improved to 3 seconds.
Although I have created my homebrew app capable of doing such task by using pthread on iLiad, I have difficulities in modding FBReader because of the complexity of FBReader.
In the case of iPDF, iPDF creates image of content in the background and write the image to framebuffer. Since FBReader have several GTK components on screen, the iPDF way will not be working unless all the GTK components can converted to an image in the background. The problem is also the same even with xepdmgr, except that the step to convert GTK components to image is not needed.  
If you have any idea or hint, please share it.</description>
			<content:encoded><![CDATA[<div>I am studying the possibility of adding multi-threading capability to FBReader.<br />
Currently, FBReader-0.12.1 is running on my iLiad without any problem, but it takes 5 seconds to flip a page. Of the 5 secs, it takes 2 seconds for FBReader to refresh its GTK components, 1 second for xepdmgr to write data to framebuffer, and 2 seconds for iLiad to draw screen. If I can make FBReader prepare the next page in background, the speed of page-flip will be improved to 3 seconds.<br />
Although I have created my homebrew app capable of doing such task by using pthread on iLiad, I have difficulities in modding FBReader because of the complexity of FBReader.<br />
In the case of iPDF, iPDF creates image of content in the background and write the image to framebuffer. Since FBReader have several GTK components on screen, the iPDF way will not be working unless all the GTK components can converted to an image in the background. The problem is also the same even with xepdmgr, except that the step to convert GTK components to image is not needed.  <br />
If you have any idea or hint, please share it.</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=106"><![CDATA[iLiad Developer's Corner]]></category>
			<dc:creator>ericshliao</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=71759</guid>
		</item>
		<item>
			<title><![CDATA[Achieving "zero" boot time]]></title>
			<link>http://www.mobileread.com/forums/showthread.php?t=71553&amp;goto=newpost</link>
			<pubDate>Thu, 28 Jan 2010 15:02:27 GMT</pubDate>
			<description><![CDATA[Dear all, 

I've got an idea on how to achieve a virtual zero boot time on the iliad (if you use it for reading).

Once I run out of battery and the last page that I was displaying just remained printed on the screen. So I thought that instead of the initial boot screen and of the shutdown screens we could implement that the last page remains painted. Maybe we could let a progress bar (like the default one) to signify that the iliad is booting or switching off.

In this way, when you switch off your iliad the last page you were reading keeps being displayed and when you reopen your iliad, in the mean time that you restart reading the device boots and gets operational again; achieving a virtual zero boot time.

Now, I've got the idea but I have no clue on how to make it work... any of you knows if it is possible?

Regards

paskino]]></description>
			<content:encoded><![CDATA[<div>Dear all, <br />
<br />
I've got an idea on how to achieve a virtual zero boot time on the iliad (if you use it for reading).<br />
<br />
Once I run out of battery and the last page that I was displaying just remained printed on the screen. So I thought that instead of the initial boot screen and of the shutdown screens we could implement that the last page remains painted. Maybe we could let a progress bar (like the default one) to signify that the iliad is booting or switching off.<br />
<br />
In this way, when you switch off your iliad the last page you were reading keeps being displayed and when you reopen your iliad, in the mean time that you restart reading the device boots and gets operational again; achieving a virtual zero boot time.<br />
<br />
Now, I've got the idea but I have no clue on how to make it work... any of you knows if it is possible?<br />
<br />
Regards<br />
<br />
paskino</div>

]]></content:encoded>
			<category domain="http://www.mobileread.com/forums/forumdisplay.php?f=106"><![CDATA[iLiad Developer's Corner]]></category>
			<dc:creator>paskino</dc:creator>
			<guid isPermaLink="true">http://www.mobileread.com/forums/showthread.php?t=71553</guid>
		</item>
	</channel>
</rss>
