<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Droid Life &#187; Seeder</title>
	<atom:link href="http://www.droid-life.com/tag/seeder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.droid-life.com</link>
	<description>An intense Android news community bringing you the latest in phones, rooting, apps, and reviews.</description>
	<lastBuildDate>Thu, 20 Jun 2013 00:02:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Reduce Device Lag on Nexus 7 and Others With Seeder Application</title>
		<link>http://www.droid-life.com/2013/01/03/reduce-device-lag-on-nexus-7-and-others-with-seeder-application/</link>
		<comments>http://www.droid-life.com/2013/01/03/reduce-device-lag-on-nexus-7-and-others-with-seeder-application/#comments</comments>
		<pubDate>Thu, 03 Jan 2013 16:55:47 +0000</pubDate>
		<dc:creator>Kellex</dc:creator>
				<category><![CDATA[Apps]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Root]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Lag]]></category>
		<category><![CDATA[Nexus 7]]></category>
		<category><![CDATA[Seeder]]></category>

		<guid isPermaLink="false">http://www.droid-life.com/?p=94361</guid>
		<description><![CDATA[Ever wonder what&#8217;s up with the lag seen from time to time on your Android device while using certain apps or playing a variety of games? Developer lambgx02 likely cared a bit more than you, as it was bothering him enough to try to find the root cause of the issue so that he could attempt [...]<p><em><a href="http://www.droid-life.com/2013/01/03/reduce-device-lag-on-nexus-7-and-others-with-seeder-application/">Reduce Device Lag on Nexus 7 and Others With Seeder Application</a> is a post from: <a href="http://www.droid-life.com">Droid Life</a></em></p>
]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.droid-life.com/wp-content/uploads/2013/01/seeder1.jpg"><img class="alignnone size-full wp-image-94364" alt="seeder" src="http://www.droid-life.com/wp-content/uploads/2013/01/seeder1.jpg" width="650" height="250" /></a></p>
<p>Ever wonder what&#8217;s up with the lag seen from time to time on your Android device while using certain apps or playing a variety of games? Developer <em>lambgx02</em> likely cared a bit more than you, as it was bothering him enough to try to find the root cause of the issue so that he could attempt to fix it. He discovered that with a &#8220;very limited entropy pool&#8221; your device lags, as it waits for the kernel to generate more random data. Confused? Yeah, most of us probably are. In short, he may have found a solution to the problem.<span id="more-94361"></span></p>
<p>Thanks to an an application and/or .zip file he created called <a href="/tag/seeder"><strong>Seeder</strong></a>, your device is able to produce that same high quality random data at much quicker intervals, which results in a reduction in lag.</p>
<p>Here is the technical explanation:</p>
<blockquote><p>So, I was experiencing significant lag as we all do from time to time, and decided I was going to get to the bottom of it.</p>
<p>After tracing and debugging for hours, I discovered the source of 90% of Android&#8217;s lag. In a word, entropy (or lack thereof).</p>
<p>Google&#8217;s JVM, like Sun&#8217;s, reads from /dev/random. For all random data. Yes, the /dev/random that uses a <b>very limited entropy pool</b>.</p>
<p>Random data is used for all kinds of stuff.. UUID generation, session keys, SSL.. when we run out of entropy, the process blocks. That manifests itself as lag. The process cannot continue until the kernel generates more high quality random data.</p>
<p>So, I cross-compiled rngd, and used it to feed /dev/urandom into /dev/random at 1 second intervals.</p>
<p>Result? I have never used an Android device this fast.</p>
<p>It is literally five times faster in many cases. Chrome, maps, and other heavy applications load in about 1/2 a second, and map tiles populate as fast as I can scroll. Task switching is instantaneous. You know how sometimes when you hit the home button, it takes 5-10 seconds for the home screen to repopulate? Yeah. Blocking on read of /dev/random. <i>Problem solved</i>. But don&#8217;t take my word for it .. give it a shot!</p></blockquote>
<p>In order to give it a shot, you need to have a rooted device. After that, you can either install the .apk file, give it root permissions, and then run it after each reboot. If you want a more permanent solution, there is a .zip file that can be flashed in custom recovery.</p>
<p>I have yet to test it myself, but if you cruise through the <em>XDA</em> threads below, you&#8217;ll find nothing but glowing reviews of Seeder. This is definitely not limited to the Nexus 7, either.</p>
<p>Be sure to post your results or thoughts in the comments.</p>
<p><strong>Downloads</strong>:  <a href="http://forum.xda-developers.com/attachment.php?attachmentid=1477944&amp;d=1352786461" target="_blank">.apk</a> | <a href="http://forum.xda-developers.com/attachment.php?attachmentid=1535868&amp;d=1354625246" target="_blank">.zip</a> | <a href="https://play.google.com/store/apps/details?id=com.lcis.seeder" target="_blank">Play Store</a></p>
<p><strong>Via</strong>:  <a href="http://forum.xda-developers.com/showthread.php?t=1987032" target="_blank">XDA</a> [<a href="http://www.xda-developers.com/android/reduce-game-lag-on-nexus-7-and-other-devices-with-seeder-entropy-generator/" target="_blank">2</a>] [<a href="http://forum.xda-developers.com/showthread.php?t=2077086" target="_blank">3</a>]</p>
<p><em>Cheers Teng and Lucas!</em></p>
<p><em><a href="http://www.droid-life.com/2013/01/03/reduce-device-lag-on-nexus-7-and-others-with-seeder-application/">Reduce Device Lag on Nexus 7 and Others With Seeder Application</a> is a post from: <a href="http://www.droid-life.com">Droid Life</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.droid-life.com/2013/01/03/reduce-device-lag-on-nexus-7-and-others-with-seeder-application/feed/</wfw:commentRss>
		<slash:comments>144</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 1/12 queries in 0.086 seconds using apc
Object Caching 508/520 objects using apc

 Served from: www.droid-life.com @ 2013-06-19 17:52:35 by W3 Total Cache -->