<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>JINDROID</title>
	<atom:link href="http://jindroid.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jindroid.com</link>
	<description>HeejinDev</description>
	<lastBuildDate>Tue, 29 Nov 2011 17:48:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jindroid.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/2f58083bbfe06e223bb76a815f7d965b?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>JINDROID</title>
		<link>http://jindroid.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jindroid.com/osd.xml" title="JINDROID" />
	<atom:link rel='hub' href='http://jindroid.com/?pushpress=hub'/>
		<item>
		<title>Amazing homemade spacecraft</title>
		<link>http://jindroid.com/2010/10/17/amazing-homemade-spacecraft/</link>
		<comments>http://jindroid.com/2010/10/17/amazing-homemade-spacecraft/#comments</comments>
		<pubDate>Mon, 18 Oct 2010 07:15:46 +0000</pubDate>
		<dc:creator>heejindev</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jindroid.com/?p=528</guid>
		<description><![CDATA[Wow! This is amazing. You&#8217;ve got to watch this. Homemade spacecraft<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=528&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wow! This is amazing.<br />
You&#8217;ve got to watch this.</p>
<p><a href="http://vimeo.com/15091562">Homemade spacecraft</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heejindev.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heejindev.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heejindev.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heejindev.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heejindev.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heejindev.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heejindev.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heejindev.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heejindev.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heejindev.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heejindev.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heejindev.wordpress.com/528/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heejindev.wordpress.com/528/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heejindev.wordpress.com/528/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=528&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jindroid.com/2010/10/17/amazing-homemade-spacecraft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/863050d2a536ff0d601f7f4abc4440b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heejindev</media:title>
		</media:content>
	</item>
		<item>
		<title>Max heap size for an Android application</title>
		<link>http://jindroid.com/2010/10/11/max-heap-size-for-an-android-application/</link>
		<comments>http://jindroid.com/2010/10/11/max-heap-size-for-an-android-application/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 05:54:58 +0000</pubDate>
		<dc:creator>heejindev</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[OutOfMemoryError]]></category>

		<guid isPermaLink="false">http://jindroid.com/?p=458</guid>
		<description><![CDATA[Max heap size for an Android application is 16MB. When the heap size reaches above 16MB, you will get an java.lang.OutOfMemoryError exeption. avoiding-memory-leaks To detect low memory, Use Activity.onLowMemory() To get memory information, use ActivityManager.MemoryInfo or Debug.getNativeHeapSize() Without modifying system property, there is no way to increase max heap size. frameworks/base/core/jni/AndroidRuntime.cpp AndroidRuntime::startVm() ... strcpy(heapsizeOptsBuf, "-Xmx"); [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=458&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Max heap size for an Android application is <strong>16MB</strong>.<br />
When the heap size reaches above 16MB, you will get an <a href="http://developer.android.com/reference/java/lang/OutOfMemoryError.html">java.lang.OutOfMemoryError</a> exeption. </p>
<p><a href="http://developer.android.com/resources/articles/avoiding-memory-leaks.html">avoiding-memory-leaks</a></p>
<p>To detect low memory, Use <a href="http://developer.android.com/reference/android/app/Activity.html#onLowMemory()">Activity.onLowMemory()</a></p>
<p>To get memory information, use <a href="http://developer.android.com/reference/android/app/ActivityManager.MemoryInfo.html">ActivityManager.MemoryInfo</a> or <a href="http://developer.android.com/reference/android/os/Debug.html#getNativeHeapSize()">Debug.getNativeHeapSize()</a></p>
<p>Without modifying system property, there is no way to increase max heap size.</p>
<p>frameworks/base/core/jni/AndroidRuntime.cpp<br />
<code><br />
AndroidRuntime::startVm()<br />
...<br />
    strcpy(heapsizeOptsBuf, "-Xmx");<br />
    property_get("<strong>dalvik.vm.heapsize</strong>", heapsizeOptsBuf+4, "16m");<br />
    //LOGI("Heap size: %s", heapsizeOptsBuf);<br />
    opt.optionString = heapsizeOptsBuf;<br />
    mOptions.add(opt);<br />
</code></p>
<p>public void recycle ()<br />
Since: API Level 1</p>
<p>Free up the memory associated with this bitmap&#8217;s pixels, and mark the bitmap as &#8220;dead&#8221;, meaning it will throw an exception if getPixels() or setPixels() is called, and will draw nothing. This operation cannot be reversed, so it should only be called if you are sure there are no further uses for the bitmap. This is an advanced call, and normally need not be called, since the normal GC process will free up this memory when there are no more references to this bitmap.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heejindev.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heejindev.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heejindev.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heejindev.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heejindev.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heejindev.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heejindev.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heejindev.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heejindev.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heejindev.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heejindev.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heejindev.wordpress.com/458/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heejindev.wordpress.com/458/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heejindev.wordpress.com/458/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=458&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jindroid.com/2010/10/11/max-heap-size-for-an-android-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/863050d2a536ff0d601f7f4abc4440b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heejindev</media:title>
		</media:content>
	</item>
		<item>
		<title>A Digital Media Primer for Geeks</title>
		<link>http://jindroid.com/2010/10/11/a-digital-media-primer-for-geeks/</link>
		<comments>http://jindroid.com/2010/10/11/a-digital-media-primer-for-geeks/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 05:09:34 +0000</pubDate>
		<dc:creator>heejindev</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jindroid.com/?p=498</guid>
		<description><![CDATA[It is a good finding. A nice lecture. A Digital Media Primer for Geeks<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=498&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is a good finding. A nice lecture.</p>
<p><a href='http://www.xiph.org/video/vid1.shtml'>A Digital Media Primer for Geeks</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heejindev.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heejindev.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heejindev.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heejindev.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heejindev.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heejindev.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heejindev.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heejindev.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heejindev.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heejindev.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heejindev.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heejindev.wordpress.com/498/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heejindev.wordpress.com/498/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heejindev.wordpress.com/498/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=498&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jindroid.com/2010/10/11/a-digital-media-primer-for-geeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/863050d2a536ff0d601f7f4abc4440b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heejindev</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu is running in low-graphics mode</title>
		<link>http://jindroid.com/2010/05/22/ubuntu-is-running-in-low-graphics-mode/</link>
		<comments>http://jindroid.com/2010/05/22/ubuntu-is-running-in-low-graphics-mode/#comments</comments>
		<pubDate>Sat, 22 May 2010 21:29:44 +0000</pubDate>
		<dc:creator>heejindev</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[low-graphics mode]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://jindroid.com/?p=461</guid>
		<description><![CDATA[These days, it is too busy to post something on my blog. But I like this project which I could not talk about. After I changed my desktop monitor, display went unstable. Finally, after rebooting, I met &#8220;Ubuntu is running in low-graphics mode&#8221;. For my Radeon HD 4350, I installed latest ATI driver again, but [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=461&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>These days, it is too busy to post something on my blog.</p>
<p>But I like this project which I could not talk about.</p>
<p>After I changed my desktop monitor, display went unstable.<br />
Finally, after rebooting, I met &#8220;Ubuntu is running in low-graphics mode&#8221;.</p>
<p>For my Radeon HD 4350, I installed latest ATI driver again, but nothing was improved.</p>
<p>ATI HowTo from ubuntu documentation couldn&#8217;t help me.</p>
<p>https://help.ubuntu.com/community/Video</p>
<p>https://help.ubuntu.com/community/BinaryDriverHowto/ATI</p>
<p>$ fglrxinfo<br />
==&gt;returned null display.</p>
<p>I found the Q&amp;A thread &#8220;<a href="http://ubuntuforums.org/showthread.php?t=748716">[SOLVED] Stuck in Low graphics mode.</a>&#8221; &amp; solved the issue. Thanks, warp99</p>
<p>http://ubuntuforums.org/archive/index.php/t-748716.html</p>
<p><strong>I think the point is resintalling gdm(GNOME display manager).</strong></p>
<p><code>sudo apt-get update<br />
make sure the update runs to remove the previous repositories then:<br />
sudo apt-get -d install --reinstall gdm<br />
this will only download gdm to our archive, make sure the operation completes correctly before moving to the next step<br />
sudo apt-get remove --purge gdm<br />
when the package is being removed go ahead and stop xserver as the prompts says, then:<br />
sudo apt-get install gdm<br />
Now we have the new gdm installed with a new configuration, next we need to get rid of xgl and the associated files:<br />
sudo apt-get remove --purge xserver-xgl compiz compiz-plugins compiz-core compiz-manager csm cgwd cgwd-themes<br />
then install the following:<br />
sudo apt-get install --reinstall compiz compiz-core compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-gnome compiz-plugins libcompizconfig0<br />
and finally enter:<br />
sudo dpkg-reconfigure -phigh xserver-xorg<br />
choose the driver 'ati' and when you get to monitor resolution choose the resolution you want to run and any resolution ABOVE that resolution should be removed. Once that is done issue the following:<br />
sudo reboot</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heejindev.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heejindev.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heejindev.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heejindev.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heejindev.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heejindev.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heejindev.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heejindev.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heejindev.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heejindev.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heejindev.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heejindev.wordpress.com/461/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heejindev.wordpress.com/461/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heejindev.wordpress.com/461/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=461&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jindroid.com/2010/05/22/ubuntu-is-running-in-low-graphics-mode/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/863050d2a536ff0d601f7f4abc4440b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heejindev</media:title>
		</media:content>
	</item>
		<item>
		<title>IE9 install fail</title>
		<link>http://jindroid.com/2010/03/18/ie9-install-fail/</link>
		<comments>http://jindroid.com/2010/03/18/ie9-install-fail/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 04:57:50 +0000</pubDate>
		<dc:creator>heejindev</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[ie9]]></category>
		<category><![CDATA[install fail]]></category>

		<guid isPermaLink="false">http://jindroid.com/?p=439</guid>
		<description><![CDATA[Come ~ on ~, Microsoft! My laptop has your Windows XP, and you&#8217;re saying like this? http://ie.microsoft.com/testdrive/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=439&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Come ~ on ~, Microsoft!<br />
My laptop has your Windows XP, and you&#8217;re saying like this?</p>
<p><a href="http://heejindev.files.wordpress.com/2010/03/ie9_install_fail.png"><img src="http://heejindev.files.wordpress.com/2010/03/ie9_install_fail.png?w=600&#038;h=375" alt="" title="ie9_install_fail" width="600" height="375" class="alignnone size-full wp-image-442" /></a></p>
<p><a href="http://ie.microsoft.com/testdrive/">http://ie.microsoft.com/testdrive/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heejindev.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heejindev.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heejindev.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heejindev.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heejindev.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heejindev.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heejindev.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heejindev.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heejindev.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heejindev.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heejindev.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heejindev.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heejindev.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heejindev.wordpress.com/439/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=439&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jindroid.com/2010/03/18/ie9-install-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/863050d2a536ff0d601f7f4abc4440b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heejindev</media:title>
		</media:content>

		<media:content url="http://heejindev.files.wordpress.com/2010/03/ie9_install_fail.png" medium="image">
			<media:title type="html">ie9_install_fail</media:title>
		</media:content>
	</item>
		<item>
		<title>JavaScript Conformance, Sputnik</title>
		<link>http://jindroid.com/2010/03/11/javascript-conformance-sputnik/</link>
		<comments>http://jindroid.com/2010/03/11/javascript-conformance-sputnik/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 06:13:32 +0000</pubDate>
		<dc:creator>heejindev</dc:creator>
				<category><![CDATA[Browser]]></category>
		<category><![CDATA[Browser.Chrome]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Sputnik]]></category>

		<guid isPermaLink="false">http://jindroid.com/?p=425</guid>
		<description><![CDATA[Google lab provides Java script conformance test which is named &#8220;sputnik&#8221;. http://sputnik.googlelabs.com I ran the test on chrome browser, 4.0.249.89 (38071) + windows xp sp3 + Lenovo T400. This is what I&#8217;ve got. Total: 5246 Succeeded: 5028 Failed: 218<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=425&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Google lab provides Java script conformance test which is named &#8220;sputnik&#8221;.</p>
<p><a href="http://sputnik.googlelabs.com">http://sputnik.googlelabs.com</a></p>
<p><a href="http://heejindev.files.wordpress.com/2010/03/sputnik2.png"><img src="http://heejindev.files.wordpress.com/2010/03/sputnik2.png?w=600&#038;h=393" alt="" title="sputnik2" width="600" height="393" class="alignnone size-full wp-image-427" /></a></p>
<p>I ran the test on chrome browser, <strong>4.0.249.89 (38071)</strong> + windows xp sp3 + Lenovo T400.</p>
<p>This is what I&#8217;ve got.</p>
<p><strong>Total:	5246<br />
Succeeded:	5028<br />
Failed:	218</strong></p>
<p><a href="http://heejindev.files.wordpress.com/2010/03/sputnik.png"><img src="http://heejindev.files.wordpress.com/2010/03/sputnik.png?w=600&#038;h=750" alt="" title="sputnik" width="600" height="750" class="alignnone size-full wp-image-426" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heejindev.wordpress.com/425/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heejindev.wordpress.com/425/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heejindev.wordpress.com/425/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heejindev.wordpress.com/425/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heejindev.wordpress.com/425/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heejindev.wordpress.com/425/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heejindev.wordpress.com/425/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heejindev.wordpress.com/425/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heejindev.wordpress.com/425/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heejindev.wordpress.com/425/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heejindev.wordpress.com/425/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heejindev.wordpress.com/425/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heejindev.wordpress.com/425/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heejindev.wordpress.com/425/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=425&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jindroid.com/2010/03/11/javascript-conformance-sputnik/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/863050d2a536ff0d601f7f4abc4440b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heejindev</media:title>
		</media:content>

		<media:content url="http://heejindev.files.wordpress.com/2010/03/sputnik2.png" medium="image">
			<media:title type="html">sputnik2</media:title>
		</media:content>

		<media:content url="http://heejindev.files.wordpress.com/2010/03/sputnik.png" medium="image">
			<media:title type="html">sputnik</media:title>
		</media:content>
	</item>
		<item>
		<title>H264 rendering</title>
		<link>http://jindroid.com/2010/03/10/h264-rendering/</link>
		<comments>http://jindroid.com/2010/03/10/h264-rendering/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 07:00:57 +0000</pubDate>
		<dc:creator>heejindev</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android.Platform]]></category>
		<category><![CDATA[h264]]></category>

		<guid isPermaLink="false">http://heejindev.wordpress.com/2010/03/10/h264-rendering/</guid>
		<description><![CDATA[I&#8217;ve got 1st h264 stream rendering on android using hw. Not bad lantency. I am happy now. If I have that wireshark disector, I would be happier.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=424&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got 1st h264 stream rendering on android using hw.<br />
Not bad lantency.<br />
I am happy now.</p>
<p>If I have that wireshark disector, I would be happier.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heejindev.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heejindev.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heejindev.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heejindev.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heejindev.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heejindev.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heejindev.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heejindev.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heejindev.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heejindev.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heejindev.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heejindev.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heejindev.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heejindev.wordpress.com/424/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=424&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jindroid.com/2010/03/10/h264-rendering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/863050d2a536ff0d601f7f4abc4440b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heejindev</media:title>
		</media:content>
	</item>
		<item>
		<title>Motorola android device with HDMI 1080p</title>
		<link>http://jindroid.com/2010/02/28/motorola-android-device-with-hdmi-1080p/</link>
		<comments>http://jindroid.com/2010/02/28/motorola-android-device-with-hdmi-1080p/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 00:00:44 +0000</pubDate>
		<dc:creator>heejindev</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[1080p]]></category>
		<category><![CDATA[mirage]]></category>
		<category><![CDATA[motorola]]></category>
		<category><![CDATA[shadow]]></category>

		<guid isPermaLink="false">http://jindroid.com/?p=335</guid>
		<description><![CDATA[It is just a rumor. Android device which is named &#8220;Mirage/Shadow&#8221; from Motorola Video playback in 1080p via HDMI output. Interesting~~~. But it looks like for application, screen metrics are 800 x 484, then upscale it to HDMI output with 1080p tv mode. http://www.droiddog.com/android-blog/2009/12/mirageshadow-1080p-and-hdmi/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=335&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p></p>
<p>It is just a <strong>rumor</strong>.<br />
<br />Android device which is named &#8220;Mirage/Shadow&#8221; from Motorola<br />
<br />Video playback in 1080p via HDMI output. <br />Interesting~~~.<br />
<br />But it looks like for application, screen metrics are 800 x 484, then upscale it to HDMI output with 1080p tv mode.
</p>
<p><a href="http://www.droiddog.com/android-blog/2009/12/mirageshadow-1080p-and-hdmi/">http://www.droiddog.com/android-blog/2009/12/mirageshadow-1080p-and-hdmi/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heejindev.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heejindev.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heejindev.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heejindev.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heejindev.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heejindev.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heejindev.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heejindev.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heejindev.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heejindev.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heejindev.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heejindev.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heejindev.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heejindev.wordpress.com/335/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=335&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jindroid.com/2010/02/28/motorola-android-device-with-hdmi-1080p/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/863050d2a536ff0d601f7f4abc4440b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heejindev</media:title>
		</media:content>
	</item>
		<item>
		<title>odroid overview</title>
		<link>http://jindroid.com/2010/02/28/odroid-overview/</link>
		<comments>http://jindroid.com/2010/02/28/odroid-overview/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 00:00:40 +0000</pubDate>
		<dc:creator>heejindev</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android.Platform]]></category>
		<category><![CDATA[odroid]]></category>

		<guid isPermaLink="false">http://jindroid.com/?p=333</guid>
		<description><![CDATA[Odroid is a handheld game device based on Android &#38; ARM. The device maker is South Korean company, &#8220;Hardkernel&#8220;. This device is helpful for practicing android platform porting &#38; development. Simple H/W Spec. Samsung Cortex-A8 833Mhz ARM V7 SoC S5PC100 512MB DDR2 memory 3.5-inch touch screen 720p HD video via HDMI output WiFi, Bluetooth(No Ethernet) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=333&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>
<a href="http://heejindev.files.wordpress.com/2010/02/odroid.jpg"><img src="http://heejindev.files.wordpress.com/2010/02/odroid.jpg?w=600" alt="" title="odroid"   class="alignnone size-full wp-image-371" /></a></p>
<p>Odroid is a handheld game device based on Android &amp; ARM.</p>
<p>The device maker is South Korean company, &#8220;<strong>Hardkernel</strong>&#8220;.</p>
<p>This device is helpful for practicing android platform porting &amp; development.
</p>
<p>
<br /><strong>Simple H/W Spec.</strong></p>
<p>Samsung Cortex-A8 833Mhz ARM V7 SoC S5PC100</p>
<p>512MB DDR2 memory</p>
<p>3.5-inch touch screen 720p HD video via HDMI output</p>
<p>WiFi, Bluetooth(No Ethernet)
</p>
<p>
<br /><strong>odroid starting point.</strong></p>
<p><a href="http://dev.odroid.com/projects/odroid">http://dev.odroid.com/projects/odroid</a>
</p>
<p>
<br /><strong>odroid device specification.</strong><br />
<a href="http://dev.odroid.com/projects/odroid/wiki/HardwareInformation?action=show&amp;redirect=Hardwareinformation" target="_blank">http://dev.odroid.com/projects/odroid/wiki/HardwareInformation?action=show&amp;redirect=Hardwareinformation</a>
</p>
<p>
<br /><strong>odroid store.</strong></p>
<p><a href="http://www.hardkernel.com/store.php" target="_blank">http://www.hardkernel.com/store.php</a>
</p>
<p>
<br /><strong>Review.</strong><br />
Hackable Android handheld game device uses Cortex-A8 SoC<br />
<a href="http://www.linuxfordevices.com/c/a/News/HardKernel-Odroid/">http://www.linuxfordevices.com/c/a/News/HardKernel-Odroid/</a>
</p>
<p>
<br /><strong>Demo.</strong><br />
<strong>odroid 720p demo.</strong><br />
<br /><a href="http://gadgetblips.dailyradar.com/video/odroid-android-720p-video-hdmi-out-demo/" target="_blank">http://gadgetblips.dailyradar.com/video/odroid-android-720p-video-hdmi-out-demo/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heejindev.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heejindev.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heejindev.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heejindev.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heejindev.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heejindev.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heejindev.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heejindev.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heejindev.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heejindev.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heejindev.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heejindev.wordpress.com/333/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heejindev.wordpress.com/333/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heejindev.wordpress.com/333/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=333&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jindroid.com/2010/02/28/odroid-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/863050d2a536ff0d601f7f4abc4440b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heejindev</media:title>
		</media:content>

		<media:content url="http://heejindev.files.wordpress.com/2010/02/odroid.jpg" medium="image">
			<media:title type="html">odroid</media:title>
		</media:content>
	</item>
		<item>
		<title>MeeGo =  maemo + moblin</title>
		<link>http://jindroid.com/2010/02/27/meego-maemo-moblin/</link>
		<comments>http://jindroid.com/2010/02/27/meego-maemo-moblin/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 23:47:42 +0000</pubDate>
		<dc:creator>heejindev</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[MeeGo]]></category>
		<category><![CDATA[moblin]]></category>

		<guid isPermaLink="false">http://jindroid.com/?p=341</guid>
		<description><![CDATA[Intel and Nokia are combining their mobile Linux platforms for smartphones and netbooks. It looks like fast growing android made 2 giants to combine their platforms. App: Durrant added that developers can create applications for MeeGo and recompile them to run on Symbian. MeeGo will use Nokia&#8217;s Qt application development environment. Using Qt, developers can write [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=341&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://heejindev.files.wordpress.com/2010/02/splash-garage.png"><img src="http://heejindev.files.wordpress.com/2010/02/splash-garage.png?w=300&#038;h=107" alt="" title="Intel + Nokia" width="300" height="107" class="alignnone size-medium wp-image-366" /></a><br />
Intel and Nokia are combining their mobile Linux platforms for smartphones and netbooks.</p>
<p>It looks like fast growing android made 2 giants to combine their platforms.</p>
<p><strong>App:</strong></p>
<p>Durrant added that developers can create applications for MeeGo and <strong><em>recompile</em></strong> them to run on Symbian. MeeGo will use Nokia&#8217;s <a href="http://qt.nokia.com/">Qt application development environment</a>. Using Qt, developers can write once to create applications for a variety of devices and platforms, and market them through Nokia&#8217;s Ovi Store and <a href="http://www.intel.com/consumer/products/appup.htm#/en_US_01">Intel&#8217;s AppUp Center</a> and <a href="https://store.ovi.com/">Nokia&#8217;s Ovi Store</a>.</p>
<p><strong>Telephony Framework</strong>: oFono Project</p>
<p><strong>UI Framework</strong>: QT, GTK+, Clutter</p>
<p><strong>Review</strong>.</p>
<p>-<a href="http://reviews.cnet.com/8301-13970_7-10453293-78.html">http://reviews.cnet.com/8301-13970_7-10453293-78.html</a></p>
<p><strong>Reference</strong>.</p>
<p>- <a title="http://maemo.org" href="http://maemo.org">http://maemo.org</a><br />
- <a title="http://moblin.org" href="http://moblin.org">http://moblin.org</a><br />
- <a title="http://meego.com" href="http://meego.com">http://meego.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/heejindev.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/heejindev.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/heejindev.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/heejindev.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/heejindev.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/heejindev.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/heejindev.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/heejindev.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/heejindev.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/heejindev.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/heejindev.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/heejindev.wordpress.com/341/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/heejindev.wordpress.com/341/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/heejindev.wordpress.com/341/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jindroid.com&amp;blog=7861468&amp;post=341&amp;subd=heejindev&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jindroid.com/2010/02/27/meego-maemo-moblin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/863050d2a536ff0d601f7f4abc4440b3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">heejindev</media:title>
		</media:content>

		<media:content url="http://heejindev.files.wordpress.com/2010/02/splash-garage.png?w=300" medium="image">
			<media:title type="html">Intel + Nokia</media:title>
		</media:content>
	</item>
	</channel>
</rss>
