<?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>Acelan's Life &#187; Android</title>
	<atom:link href="http://blog.acelan.idv.tw/tag/android/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.acelan.idv.tw</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 07 Sep 2011 03:31:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Build you own Android ROM from CyanogenMod</title>
		<link>http://blog.acelan.idv.tw/2010/03/build-you-own-android-rom-from-cyanogenmod/</link>
		<comments>http://blog.acelan.idv.tw/2010/03/build-you-own-android-rom-from-cyanogenmod/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 09:02:57 +0000</pubDate>
		<dc:creator>AceLan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Android]]></category>

		<guid isPermaLink="false">http://blog.acelan.idv.tw/?p=64</guid>
		<description><![CDATA[Just a simple note about what I have did for building my won Android ROM for my Nexus One
get repo utility from below link
http://source.android.com/download/using-repo
Then run
repo init -u git://github.com/cyanogen/android.git -b eclair
repo sync
Create a file buildspec.mk with those contents(for Nexus One)
TARGET_PRODUCT:=cyanogen_passion
TARGET_BUILD_VARIANT:=eng
TARGET_BUILD_TYPE:=release
Run the command to setup you environment
. build/envsetup.sh
To specifically configure the build system for CyanogenMod
lunch cyanogen_passion-eng
Connect you [...]]]></description>
			<content:encoded><![CDATA[<p>Just a simple note about what I have did for building my won Android ROM for my Nexus One</p>
<p>get repo utility from below link</p>
<p>http://source.android.com/download/using-repo</p>
<p>Then run<br />
<code>repo init -u git://github.com/cyanogen/android.git -b eclair</code><br />
<code>repo sync</code></p>
<p>Create a file buildspec.mk with those contents(for Nexus One)<br />
<code>TARGET_PRODUCT:=cyanogen_passion<br />
TARGET_BUILD_VARIANT:=eng<br />
TARGET_BUILD_TYPE:=release</code></p>
<p>Run the command to setup you environment<br />
<code>. build/envsetup.sh</code></p>
<p>To specifically configure the build system for CyanogenMod<br />
<code>lunch cyanogen_passion-eng</code></p>
<p>Connect you Nexus One with USB and open debug mode to retrieve proprietary library from cell phone<br />
<code>(cd vendor/google/passion;./extract-files.sh)</code></p>
<p><code>make -j4</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.acelan.idv.tw/2010/03/build-you-own-android-rom-from-cyanogenmod/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Convert video to play on Nexus One(Android)</title>
		<link>http://blog.acelan.idv.tw/2010/02/convert-video-to-play-on-nexus-oneandroid/</link>
		<comments>http://blog.acelan.idv.tw/2010/02/convert-video-to-play-on-nexus-oneandroid/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 08:26:50 +0000</pubDate>
		<dc:creator>AceLan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Nexus One]]></category>

		<guid isPermaLink="false">http://blog.acelan.idv.tw/?p=61</guid>
		<description><![CDATA[% cat /etc/apt/sources.list.d/handbrake.list
deb http://ppa.launchpad.net/handbrake-ubuntu/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/handbrake-ubuntu/ppa/ubuntu karmic main
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 62D38753
sudo apt-get update
sudo aptitude install handbrake-cli
HandBrakeCLI -i ccc.avi -o ccc.mp4
]]></description>
			<content:encoded><![CDATA[<p><code>% cat /etc/apt/sources.list.d/handbrake.list<br />
deb http://ppa.launchpad.net/handbrake-ubuntu/ppa/ubuntu karmic main<br />
deb-src http://ppa.launchpad.net/handbrake-ubuntu/ppa/ubuntu karmic main</code></p>
<p><code>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 62D38753</code><br />
<code>sudo apt-get update</code><br />
<code>sudo aptitude install handbrake-cli</code></p>
<p><code>HandBrakeCLI -i ccc.avi -o ccc.mp4</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.acelan.idv.tw/2010/02/convert-video-to-play-on-nexus-oneandroid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Develop Android apps by Eclipse on Ubuntu</title>
		<link>http://blog.acelan.idv.tw/2010/01/develop-android-apps-by-eclipse-on-ubuntu/</link>
		<comments>http://blog.acelan.idv.tw/2010/01/develop-android-apps-by-eclipse-on-ubuntu/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 07:19:59 +0000</pubDate>
		<dc:creator>AceLan</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://blog.acelan.idv.tw/?p=57</guid>
		<description><![CDATA[I&#8217;m trying to use eclipse to write a hello android program, but encountered a problem while installing ADT plugin for eclipse.
The following is the solution and from this bug report, the problem is fixed in eclipse (3.5.1+repack~3-0ubuntu1).

1. Open eclipse and Help -> Install New Software&#8230;
Add http://download.eclipse.org/releases/galileo/ to the update sites list
Using the filter to filter [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to use eclipse to write a hello android program, but encountered a problem while installing ADT plugin for eclipse.</p>
<p>The following is the solution and from <a href="https://bugs.launchpad.net/ubuntu/+source/eclipse/+bug/477944">this bug report</a>, the problem is fixed in eclipse (3.5.1+repack~3-0ubuntu1).<br />
<span id="more-57"></span><br />
1. Open eclipse and Help -> Install New Software&#8230;<br />
Add http://download.eclipse.org/releases/galileo/ to the update sites list<br />
Using the filter to filter out WST and install it.</p>
<p>2. Restart eclipse, Help -> Install New Software&#8230;<br />
and install the <a href="http://developer.android.com/intl/zh-TW/sdk/eclipse-adt.html">Android ADT</a> as described on the android website.</p>
<p>3. Window -> Preference -> Android<br />
SDK Location &#8211; given the correct location of the Android SDK.</p>
<p>4. File -> New -> Project<br />
Android -> Android Project &#8211; Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.acelan.idv.tw/2010/01/develop-android-apps-by-eclipse-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

