<?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>Joedotz</title>
	<atom:link href="http://joedotz.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://joedotz.wordpress.com</link>
	<description>aiming for the acme of simplicity</description>
	<lastBuildDate>Sun, 30 May 2010 16:47:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='joedotz.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Joedotz</title>
		<link>http://joedotz.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://joedotz.wordpress.com/osd.xml" title="Joedotz" />
	<atom:link rel='hub' href='http://joedotz.wordpress.com/?pushpress=hub'/>
		<item>
		<title>android build system</title>
		<link>http://joedotz.wordpress.com/2009/12/29/android-build-system/</link>
		<comments>http://joedotz.wordpress.com/2009/12/29/android-build-system/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 14:41:18 +0000</pubDate>
		<dc:creator>joez</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[build]]></category>

		<guid isPermaLink="false">http://joedotz.wordpress.com/?p=19</guid>
		<description><![CDATA[android&#8217;s build system is complex but very well designed, it is very convenient once you know where to start, here is some tips: the first step, enter to android root directory, and run . build/envsetup.sh then run help to get some summary information run lunch 1 to set build environment the default item 1 is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joedotz.wordpress.com&amp;blog=11104020&amp;post=19&amp;subd=joedotz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>android&#8217;s build system is complex but very well designed, it is very convenient once you know where to start, here is some tips:</p>
<ol>
<li>the first step, enter to android root directory, and run<br />
<code>. build/envsetup.sh</code><br />
then run<br />
<code>help</code><br />
to get some summary information</li>
<li>run<br />
<code>lunch 1</code><br />
to set build environment<br />
the default item 1 is generic-eng, you can add customized item via add_lunch_combo, eg.<br />
<code>add_lunch_combo mojo-eng</code><br />
to add item for mojo product with variant as engineer, and run<br />
<code>lunch</code><br />
to choose the lunch items</li>
<li>run<br />
<code>make</code><br />
to build the system</li>
<li>if you do not want to build the whole system, given the make a target name, such as, systemimage-nodeps, userdataimage-nodeps, etc. all the target name is defined in build/core/Makefile. you can also use mm or mmm function to achieve this, example, run<br />
<code>mmm packages/apps/Launcher</code><br />
to build Launcher application, enter packages/apps/Launcher and run<br />
<code>mm</code><br />
do the same thing.</li>
<li>some useful function, croot, godir, cd $OUT, cgrep, gettop,<br />
<code>get_build_var</code></li>
<li>run emulator<br />
<code>emulator&amp;</code><br />
run ddms<br />
<code>ddms&amp;</code></li>
<li>see detail in build/core/build-system.html</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedotz.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedotz.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedotz.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedotz.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joedotz.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joedotz.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joedotz.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joedotz.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedotz.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedotz.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedotz.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedotz.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedotz.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedotz.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joedotz.wordpress.com&amp;blog=11104020&amp;post=19&amp;subd=joedotz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joedotz.wordpress.com/2009/12/29/android-build-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff0c7e09b3a617b41f50a694ed89ec62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joez</media:title>
		</media:content>
	</item>
		<item>
		<title>the journey to Lua</title>
		<link>http://joedotz.wordpress.com/2009/12/26/the-journey-to-lua/</link>
		<comments>http://joedotz.wordpress.com/2009/12/26/the-journey-to-lua/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 16:12:25 +0000</pubDate>
		<dc:creator>joez</dc:creator>
				<category><![CDATA[Lua]]></category>

		<guid isPermaLink="false">http://joedotz.wordpress.com/?p=13</guid>
		<description><![CDATA[I am on the journey to Lua. go to http://www.lua.org/, and take a quick look at it read the reference manual carefully download the source code, and build Lua with the help of faq setup Lua SDK, I think the KeplerProject is a good choice, you need to setup LuaRocks first though. There is also [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joedotz.wordpress.com&amp;blog=11104020&amp;post=13&amp;subd=joedotz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I am on the journey to Lua.</p>
<ol>
<li>go to <a href="http://www.lua.org/">http://www.lua.org/</a>, and take a quick look at it</li>
<li>read the <a href="http://www.lua.org/manual/5.1/">reference manual</a> carefully</li>
<li>download the source code, and build Lua with the help of <a href="http://www.lua.org/faq.html">faq</a></li>
<li>setup Lua SDK, I think the <a href="http://www.keplerproject.org/">KeplerProject</a> is a good choice, you need to setup <a href="http://www.luarocks.org/">LuaRocks</a> first though. There is also an all-in-one solution <a href="http://luaforwindows.luaforge.net/">LuaForWindows</a>.</li>
<li>setup Lua IDE, the <a href="http://luaedit.luaforge.net/">LuaEdit</a> is a good choice, but I like <a href="http://www.scintilla.org/SciTE.html">SciTE</a>.</li>
<li>enjoy yourself to write and debug your own Lua code.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedotz.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedotz.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedotz.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedotz.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joedotz.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joedotz.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joedotz.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joedotz.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedotz.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedotz.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedotz.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedotz.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedotz.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedotz.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joedotz.wordpress.com&amp;blog=11104020&amp;post=13&amp;subd=joedotz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joedotz.wordpress.com/2009/12/26/the-journey-to-lua/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff0c7e09b3a617b41f50a694ed89ec62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joez</media:title>
		</media:content>
	</item>
		<item>
		<title>Sense and simplicity</title>
		<link>http://joedotz.wordpress.com/2009/12/26/sense-and-simplicity/</link>
		<comments>http://joedotz.wordpress.com/2009/12/26/sense-and-simplicity/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 09:02:03 +0000</pubDate>
		<dc:creator>joez</dc:creator>
				<category><![CDATA[Think]]></category>
		<category><![CDATA[simplicity]]></category>

		<guid isPermaLink="false">http://joedotz.wordpress.com/2009/12/26/sense-and-simplicity/</guid>
		<description><![CDATA[There is an interesting phenomenon in the high-tech world: the simpler something is to use on the outside, the more horribly complex it is on the inside! A user does not need to know about that complexity, but a developer does. That is what I am looking for.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joedotz.wordpress.com&amp;blog=11104020&amp;post=3&amp;subd=joedotz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There is an interesting phenomenon in the high-tech world: the simpler something is to use on the outside, the more horribly complex it is on the inside! A user does not need to know about that complexity, but a developer does. That is what I am looking for.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedotz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedotz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedotz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedotz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joedotz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joedotz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joedotz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joedotz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedotz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedotz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedotz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedotz.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedotz.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedotz.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joedotz.wordpress.com&amp;blog=11104020&amp;post=3&amp;subd=joedotz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joedotz.wordpress.com/2009/12/26/sense-and-simplicity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff0c7e09b3a617b41f50a694ed89ec62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joez</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://joedotz.wordpress.com/2009/12/25/hello-world/</link>
		<comments>http://joedotz.wordpress.com/2009/12/25/hello-world/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 17:42:15 +0000</pubDate>
		<dc:creator>joez</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to my site to be continue…<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joedotz.wordpress.com&amp;blog=11104020&amp;post=1&amp;subd=joedotz&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to my site<br />
to be continue…</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/joedotz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/joedotz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/joedotz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/joedotz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/joedotz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/joedotz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/joedotz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/joedotz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/joedotz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/joedotz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/joedotz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/joedotz.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/joedotz.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/joedotz.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=joedotz.wordpress.com&amp;blog=11104020&amp;post=1&amp;subd=joedotz&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://joedotz.wordpress.com/2009/12/25/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/ff0c7e09b3a617b41f50a694ed89ec62?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">joez</media:title>
		</media:content>
	</item>
	</channel>
</rss>
