<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Building Android from source, a compiled guide</title>
	<atom:link href="http://shruta.net/2009/02/building-android-from-source-a-compiled-guide/feed/" rel="self" type="application/rss+xml" />
	<link>http://shruta.net/2009/02/building-android-from-source-a-compiled-guide/</link>
	<description>perspectives, opinions, ideas</description>
	<lastBuildDate>Sun, 03 Jan 2010 01:14:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Markus</title>
		<link>http://shruta.net/2009/02/building-android-from-source-a-compiled-guide/comment-page-1/#comment-28</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Wed, 15 Apr 2009 06:08:10 +0000</pubDate>
		<guid isPermaLink="false">http://sptkrishnan.wordpress.com/?p=125#comment-28</guid>
		<description>Thanks Krishnan, very helpful. I just started compiling my own G1 images ...

I encountered an additional problem during step 5 (Building for Dream):

Problem: adb (invoked by the extract-files.sh script) cannot connect to G1 on Ubuntu 8.04 (newer Ubuntu versions also seem to experience this problem)

Fix:

1) &#039;sudo gedit /etc/udev/rules.d/50-android.rules&#039;

For Gusty and Hardy, edit the file to read:

SUBSYSTEM==&quot;usb&quot;, SYSFS{idVendor}==&quot;0bb4&quot;, MODE=&quot;0666&quot;

For Dapper, edit the file to read:

SUBSYSTEM==&quot;usb_device&quot;, SYSFS{idVendor}==&quot;0bb4&quot;, MODE=&quot;0666&quot;

2) &#039;sudo chmod a+rx /etc/udev/rules.d/50-android.rules&#039;

3) reconnect G1 via USB

4) test via &#039;adb devices&#039;; your G1 should be listed now

5) rerun the extract-files.sh script

Cheers,

Markus</description>
		<content:encoded><![CDATA[<p>Thanks Krishnan, very helpful. I just started compiling my own G1 images &#8230;</p>
<p>I encountered an additional problem during step 5 (Building for Dream):</p>
<p>Problem: adb (invoked by the extract-files.sh script) cannot connect to G1 on Ubuntu 8.04 (newer Ubuntu versions also seem to experience this problem)</p>
<p>Fix:</p>
<p>1) &#8217;sudo gedit /etc/udev/rules.d/50-android.rules&#8217;</p>
<p>For Gusty and Hardy, edit the file to read:</p>
<p>SUBSYSTEM==&#8221;usb&#8221;, SYSFS{idVendor}==&#8221;0bb4&#8243;, MODE=&#8221;0666&#8243;</p>
<p>For Dapper, edit the file to read:</p>
<p>SUBSYSTEM==&#8221;usb_device&#8221;, SYSFS{idVendor}==&#8221;0bb4&#8243;, MODE=&#8221;0666&#8243;</p>
<p>2) &#8217;sudo chmod a+rx /etc/udev/rules.d/50-android.rules&#8217;</p>
<p>3) reconnect G1 via USB</p>
<p>4) test via &#8216;adb devices&#8217;; your G1 should be listed now</p>
<p>5) rerun the extract-files.sh script</p>
<p>Cheers,</p>
<p>Markus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://shruta.net/2009/02/building-android-from-source-a-compiled-guide/comment-page-1/#comment-27</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Mon, 16 Feb 2009 09:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://sptkrishnan.wordpress.com/?p=125#comment-27</guid>
		<description>Nice article, I also successfuly build and flashed android last week.
If you don&#039;t see the words “fastboot” but “serial” in the screen with the skateboarding androids you can push the back button until it says “fastboot”.</description>
		<content:encoded><![CDATA[<p>Nice article, I also successfuly build and flashed android last week.<br />
If you don&#8217;t see the words “fastboot” but “serial” in the screen with the skateboarding androids you can push the back button until it says “fastboot”.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
