
<?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 1.5 &#8211; Building the source</title>
	<atom:link href="http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=building-android-15-building-the-source</link>
	<description>www.johandekoning.nl</description>
	<lastBuildDate>Tue, 17 Jan 2012 22:41:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tierrie</title>
		<link>http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/comment-page-1/#comment-914</link>
		<dc:creator>Tierrie</dc:creator>
		<pubDate>Fri, 23 Oct 2009 01:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=219#comment-914</guid>
		<description>&lt;a href=&quot;#comment-758&quot; rel=&quot;nofollow&quot;&gt;@Tomas &lt;/a&gt; 
You need to include the kernel directory in .repo

Create local_manifest.xml and follow the instructions under Johan&#039;s Getting the Source: Repo configuration changes for Android Dev Phone article.

That includes the kernel directory in the repo sync.

Alternatively, you can download it yourself by creating the directory and getting it via git.</description>
		<content:encoded><![CDATA[<p><a href="#comment-758" rel="nofollow">@Tomas </a><br />
You need to include the kernel directory in .repo</p>
<p>Create local_manifest.xml and follow the instructions under Johan's Getting the Source: Repo configuration changes for Android Dev Phone article.</p>
<p>That includes the kernel directory in the repo sync.</p>
<p>Alternatively, you can download it yourself by creating the directory and getting it via git.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas</title>
		<link>http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/comment-page-1/#comment-758</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Sat, 26 Sep 2009 22:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=219#comment-758</guid>
		<description>Your instructions are not correct. I just got the code from the repository and there is no such directory ~/mydroid/kernel</description>
		<content:encoded><![CDATA[<p>Your instructions are not correct. I just got the code from the repository and there is no such directory ~/mydroid/kernel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan de Koning &#187; Building Android 1.5 &#8211; Flashing the phone</title>
		<link>http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/comment-page-1/#comment-526</link>
		<dc:creator>Johan de Koning &#187; Building Android 1.5 &#8211; Flashing the phone</dc:creator>
		<pubDate>Sun, 16 Aug 2009 07:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=219#comment-526</guid>
		<description>[...] Building Android 1.5 &#8211; Building the source  [...]</description>
		<content:encoded><![CDATA[<p>[...] Building Android 1.5 &#8211; Building the source  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom W.</title>
		<link>http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/comment-page-1/#comment-501</link>
		<dc:creator>Tom W.</dc:creator>
		<pubDate>Mon, 10 Aug 2009 07:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=219#comment-501</guid>
		<description>Thank you for your post.

I made a build with cupcake-release and kernel 2.6.27 for my ADP1(dream) yesterday, but the Camcorder App is not working, always asked me to force cloase, the error msg is &quot;Activity Camcorder (in application Camera) is not responding.&quot;.

I also flashed the offical HTC Dream ROM in my ADP1, the Camcorder App is OK.

Can you give me any ideas?

Thanks,</description>
		<content:encoded><![CDATA[<p>Thank you for your post.</p>
<p>I made a build with cupcake-release and kernel 2.6.27 for my ADP1(dream) yesterday, but the Camcorder App is not working, always asked me to force cloase, the error msg is "Activity Camcorder (in application Camera) is not responding.".</p>
<p>I also flashed the offical HTC Dream ROM in my ADP1, the Camcorder App is OK.</p>
<p>Can you give me any ideas?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alien</title>
		<link>http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/comment-page-1/#comment-494</link>
		<dc:creator>alien</dc:creator>
		<pubDate>Sat, 08 Aug 2009 20:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=219#comment-494</guid>
		<description>Thanks for your good tutorials! 

Some one asked for localization. Just add to #Overrides in vendor/htc/dream-open/htc_dream.mk a PRODUCT_LOCALES  

For example for us, de, zh and ru locale you have to add: 
 
PRODUCT_LOCALES := \
	en_US \
	de_DE \
	zh_CN \
	ru_RU \</description>
		<content:encoded><![CDATA[<p>Thanks for your good tutorials! </p>
<p>Some one asked for localization. Just add to #Overrides in vendor/htc/dream-open/htc_dream.mk a PRODUCT_LOCALES  </p>
<p>For example for us, de, zh and ru locale you have to add: </p>
<p>PRODUCT_LOCALES := \<br />
	en_US \<br />
	de_DE \<br />
	zh_CN \<br />
	ru_RU \</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan de Koning</title>
		<link>http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/comment-page-1/#comment-490</link>
		<dc:creator>Johan de Koning</dc:creator>
		<pubDate>Fri, 07 Aug 2009 22:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=219#comment-490</guid>
		<description>I could not get a build working with the 2.6.29 kernel. I still use 2.6.27 when building Cupcake</description>
		<content:encoded><![CDATA[<p>I could not get a build working with the 2.6.29 kernel. I still use 2.6.27 when building Cupcake</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian T.</title>
		<link>http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/comment-page-1/#comment-489</link>
		<dc:creator>Christian T.</dc:creator>
		<pubDate>Fri, 07 Aug 2009 18:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=219#comment-489</guid>
		<description>I&#039;m on Mac OSX 10.5.7
Checked out kernel 2.6.29 (But error does not seem to be realated to kernel version)

Also, it would be great to get some more info about the .config file. As I said, I get a lot of config questions and I want to get the kernel as lean and clean as possible so is there a possibility to optimize the kernel at build time? (I read something about a -O2 argument) Are there some .config settings to optimize the kernel further for the G1?
I made a post here: http://forum.xda-developers.com/showthread.php?p=4220511#post4220511 but sadly no one answered yet :(

Your guide is really awesome and I hope you&#039;ll adjust it to donut (especially all the Google Apps including build script) after it&#039;s release. Maybe a whole post about optimizing the android and kernel build would be something to add to these posts.</description>
		<content:encoded><![CDATA[<p>I'm on Mac OSX 10.5.7<br />
Checked out kernel 2.6.29 (But error does not seem to be realated to kernel version)</p>
<p>Also, it would be great to get some more info about the .config file. As I said, I get a lot of config questions and I want to get the kernel as lean and clean as possible so is there a possibility to optimize the kernel at build time? (I read something about a -O2 argument) Are there some .config settings to optimize the kernel further for the G1?<br />
I made a post here: http://forum.xda-developers.com/showthread.php?p=4220511#post4220511 but sadly no one answered yet <img src='http://www.johandekoning.nl/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Your guide is really awesome and I hope you'll adjust it to donut (especially all the Google Apps including build script) after it's release. Maybe a whole post about optimizing the android and kernel build would be something to add to these posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan de Koning</title>
		<link>http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/comment-page-1/#comment-487</link>
		<dc:creator>Johan de Koning</dc:creator>
		<pubDate>Fri, 07 Aug 2009 14:49:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=219#comment-487</guid>
		<description>I made a build yesterday (which went succesfully) but did not yet flashed it to my phone. Will try that tonight/tomorrow.</description>
		<content:encoded><![CDATA[<p>I made a build yesterday (which went succesfully) but did not yet flashed it to my phone. Will try that tonight/tomorrow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anand</title>
		<link>http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/comment-page-1/#comment-486</link>
		<dc:creator>Anand</dc:creator>
		<pubDate>Fri, 07 Aug 2009 14:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=219#comment-486</guid>
		<description>Hi

Even after following the steps as it is, the crash at boot time is happening.

I am following the &#039;yaffs&#039; method to get the Proprietary binaries as mentioned on http://www.johandekoning.nl/index.php/2009/06/07/building-android-15-getting-the-source/.I could not get signed-dream_devphone_userdebug-img-148830.zip on http://www.htc.com/www/support/android/adp.html, I have used signed-dream_devphone_userdebug-img-150275.zip instead of that.

The complete build is successful, however at boot time the below message gets printed; and phone boots in a repetitive manner.

I/ActivityThread(  102): Publishing provider sync: android.content.SyncProvider
I/SystemServer(  102): Starting Battery Service.
I/SystemServer(  102): Starting Hardware Service.
W/HAL     (  102): load: module=/system/lib/hw/lights.trout.so error=Cannot find library
W/HAL     (  102): load: module=/system/lib/hw/lights.trout.so error=Cannot find library
E/ActivityThread(  102): Failed to find provider info for settings
W/dalvikvm(  102): threadid=31: thread exiting with uncaught exception (group=0x4000fe70)
E/AndroidRuntime(  102): Uncaught handler: thread PowerManagerService exiting due to uncaught exception
E/AndroidRuntime(  102): *** EXCEPTION IN SYSTEM PROCESS.  System will crash.
E/AndroidRuntime(  102): java.lang.NullPointerException
E/AndroidRuntime(  102):        at android.content.ContentQueryMap.(ContentQueryMap.java:65)
E/AndroidRuntime(  102):        at com.android.server.PowerManagerService.initInThread(PowerManagerService.java:414)
E/AndroidRuntime(  102):        at com.android.server.PowerManagerService$1.onLooperPrepared(PowerManagerService.java:374)
E/AndroidRuntime(  102):        at android.os.HandlerThread.run(HandlerThread.java:59)
E/AndroidRuntime(  102): Crash logging skipped, no checkin service

Any Guess...</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Even after following the steps as it is, the crash at boot time is happening.</p>
<p>I am following the 'yaffs' method to get the Proprietary binaries as mentioned on http://www.johandekoning.nl/index.php/2009/06/07/building-android-15-getting-the-source/.I could not get signed-dream_devphone_userdebug-img-148830.zip on http://www.htc.com/www/support/android/adp.html, I have used signed-dream_devphone_userdebug-img-150275.zip instead of that.</p>
<p>The complete build is successful, however at boot time the below message gets printed; and phone boots in a repetitive manner.</p>
<p>I/ActivityThread(  102): Publishing provider sync: android.content.SyncProvider<br />
I/SystemServer(  102): Starting Battery Service.<br />
I/SystemServer(  102): Starting Hardware Service.<br />
W/HAL     (  102): load: module=/system/lib/hw/lights.trout.so error=Cannot find library<br />
W/HAL     (  102): load: module=/system/lib/hw/lights.trout.so error=Cannot find library<br />
E/ActivityThread(  102): Failed to find provider info for settings<br />
W/dalvikvm(  102): threadid=31: thread exiting with uncaught exception (group=0x4000fe70)<br />
E/AndroidRuntime(  102): Uncaught handler: thread PowerManagerService exiting due to uncaught exception<br />
E/AndroidRuntime(  102): *** EXCEPTION IN SYSTEM PROCESS.  System will crash.<br />
E/AndroidRuntime(  102): java.lang.NullPointerException<br />
E/AndroidRuntime(  102):        at android.content.ContentQueryMap.(ContentQueryMap.java:65)<br />
E/AndroidRuntime(  102):        at com.android.server.PowerManagerService.initInThread(PowerManagerService.java:414)<br />
E/AndroidRuntime(  102):        at com.android.server.PowerManagerService$1.onLooperPrepared(PowerManagerService.java:374)<br />
E/AndroidRuntime(  102):        at android.os.HandlerThread.run(HandlerThread.java:59)<br />
E/AndroidRuntime(  102): Crash logging skipped, no checkin service</p>
<p>Any Guess...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan de Koning</title>
		<link>http://www.johandekoning.nl/index.php/2009/06/08/building-android-15-building-the-source/comment-page-1/#comment-485</link>
		<dc:creator>Johan de Koning</dc:creator>
		<pubDate>Fri, 07 Aug 2009 05:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.johandekoning.nl/?p=219#comment-485</guid>
		<description>How long did you wait before you stopped the build process? Some parts of compiling can take some time.</description>
		<content:encoded><![CDATA[<p>How long did you wait before you stopped the build process? Some parts of compiling can take some time.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

