<?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: My Master/Cupcake Images</title>
	<atom:link href="http://andblogs.net/images/snapshots/feed/" rel="self" type="application/rss+xml" />
	<link>http://andblogs.net</link>
	<description>Android News and Blogs</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:57:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Brian</title>
		<link>http://andblogs.net/images/snapshots/comment-page-1/#comment-2273</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 08 Apr 2009 14:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?page_id=135#comment-2273</guid>
		<description>To anyone else in the world having a problem building an image where the Home button works, my problem was in a version dependency on the database version used for Settings.  The newer versions have Settings.system and Settings.secure and a value needed to tell the operating system which activity is the home activity may not be moved correctly.  The auto update (from version 25 to 33 if I remember correctly) in the SQLiteDBHelper within Settings in the 20090311 worked for me, but failed in 20090316.   For my purposes I don&#039;t care which version I am running, so I solved my problem by completely wiping the phone, reinstalling the signed factory 1.1 images, going the whole way through activation, then fastboot and flash only system and boot (not userdata).  Watch the adb logcat output during first boot to see if the SqlLite3 upgrade happens smoothly.</description>
		<content:encoded><![CDATA[<p>To anyone else in the world having a problem building an image where the Home button works, my problem was in a version dependency on the database version used for Settings.  The newer versions have Settings.system and Settings.secure and a value needed to tell the operating system which activity is the home activity may not be moved correctly.  The auto update (from version 25 to 33 if I remember correctly) in the SQLiteDBHelper within Settings in the 20090311 worked for me, but failed in 20090316.   For my purposes I don&#8217;t care which version I am running, so I solved my problem by completely wiping the phone, reinstalling the signed factory 1.1 images, going the whole way through activation, then fastboot and flash only system and boot (not userdata).  Watch the adb logcat output during first boot to see if the SqlLite3 upgrade happens smoothly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://andblogs.net/images/snapshots/comment-page-1/#comment-2179</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Wed, 08 Apr 2009 02:44:39 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?page_id=135#comment-2179</guid>
		<description>What version are you using that you see that file?  I just reinstalled the binary 20090316, and &quot;ls /system/lib/libhtc*&quot; only turns up libhtc_ril.so

I was able to get sound working on the 20090311 build (still no libhtc_acoustic.so present though, only libhtc_ril.so)... if I can get the Home button working on it now I&#039;ll be golden.

If you built one of these images from the revert.sh script, did you have to remove the LatinIME app to complete the build?  It seems to have forward dependencies on newer parts of the framework code, which had forward dependencies on newer C/C++ code.</description>
		<content:encoded><![CDATA[<p>What version are you using that you see that file?  I just reinstalled the binary 20090316, and &#8220;ls /system/lib/libhtc*&#8221; only turns up libhtc_ril.so</p>
<p>I was able to get sound working on the 20090311 build (still no libhtc_acoustic.so present though, only libhtc_ril.so)&#8230; if I can get the Home button working on it now I&#8217;ll be golden.</p>
<p>If you built one of these images from the revert.sh script, did you have to remove the LatinIME app to complete the build?  It seems to have forward dependencies on newer parts of the framework code, which had forward dependencies on newer C/C++ code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joushou</title>
		<link>http://andblogs.net/images/snapshots/comment-page-1/#comment-2155</link>
		<dc:creator>Joushou</dc:creator>
		<pubDate>Tue, 07 Apr 2009 21:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?page_id=135#comment-2155</guid>
		<description>JesusFreke builds using his build-environment ;)
And, the file IS in /system/lib/libhtc_acoustic.so on the builds with sound working, i know, i have it there :)
Check again, &quot;ls system/lib &#124; grep libhtc&quot;</description>
		<content:encoded><![CDATA[<p>JesusFreke builds using his build-environment ;)<br />
And, the file IS in /system/lib/libhtc_acoustic.so on the builds with sound working, i know, i have it there :)<br />
Check again, &#8220;ls system/lib | grep libhtc&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://andblogs.net/images/snapshots/comment-page-1/#comment-1960</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 06 Apr 2009 03:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?page_id=135#comment-1960</guid>
		<description>There is no file by that name on my phone which I have found.  I have used the busybox find command to search the filesystems on the phone, and I&#039;ve pulled the entire /system directory off both the official 1.0 and 1.1 builds and searched again on my computer.  Nothing turns up on Google either.

I hate to sound cynical here... but has anyone used either Disconnect&#039;s revert.sh script or any of JesusFreke&#039;s BuildEnviroments and actually compiled images that come close to matching the published binaries?  Or am I doing something wrong?

I just want one source tree that builds with a make command and results in some fastboot images which will give me working buttons, sound, wifi and 3G.  I don&#039;t care about preserving any applications that are not on the straight-off-the-sdk emulator.  

Please... if anyone could toss me a bone, I&#039;d greatly appreciate it.

Thanks!</description>
		<content:encoded><![CDATA[<p>There is no file by that name on my phone which I have found.  I have used the busybox find command to search the filesystems on the phone, and I&#8217;ve pulled the entire /system directory off both the official 1.0 and 1.1 builds and searched again on my computer.  Nothing turns up on Google either.</p>
<p>I hate to sound cynical here&#8230; but has anyone used either Disconnect&#8217;s revert.sh script or any of JesusFreke&#8217;s BuildEnviroments and actually compiled images that come close to matching the published binaries?  Or am I doing something wrong?</p>
<p>I just want one source tree that builds with a make command and results in some fastboot images which will give me working buttons, sound, wifi and 3G.  I don&#8217;t care about preserving any applications that are not on the straight-off-the-sdk emulator.  </p>
<p>Please&#8230; if anyone could toss me a bone, I&#8217;d greatly appreciate it.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joushou</title>
		<link>http://andblogs.net/images/snapshots/comment-page-1/#comment-1932</link>
		<dc:creator>Joushou</dc:creator>
		<pubDate>Sun, 05 Apr 2009 18:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?page_id=135#comment-1932</guid>
		<description>Did you extract the drivers from one of the official builds (I think libhtc_accoustic.so is one of htc&#039;s closed ones...)
I believe theres a script to do it for you somewhere, otherwise just adb pull it off a running phone (it should be in /system/lib), and copy it over to your build.</description>
		<content:encoded><![CDATA[<p>Did you extract the drivers from one of the official builds (I think libhtc_accoustic.so is one of htc&#8217;s closed ones&#8230;)<br />
I believe theres a script to do it for you somewhere, otherwise just adb pull it off a running phone (it should be in /system/lib), and copy it over to your build.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://andblogs.net/images/snapshots/comment-page-1/#comment-1891</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sun, 05 Apr 2009 00:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?page_id=135#comment-1891</guid>
		<description>Has anyone else tried to build the 2009-03-16 image from git source?  I used &quot;repo sync&quot; to fetch a fresh copy of master, then applied the revert.sh script bundled with the 2009-03-16 package.  After I build, I get the following errors on bootup:

E/AudioHardwareMSM72XX(   33): Could not open libhtc_acoustic.so
W/AudioHardwareInterface(   33): Using stubbed audio hardware. No sound will be produced.
E/A2DP    (   33): bt_audio_service_open failed
E/A2dpAudioInterface(   33): a2dp_init failed err: -111
E/AudioFlinger(   33): mA2dpDisableCount is already zero

I&#039;d really appreciate the help finding what&#039;s wrong; I need to build some of my own code into framework for a project I&#039;m working on.  Right now, it works, but I don&#039;t have any sound.

Thanks!</description>
		<content:encoded><![CDATA[<p>Has anyone else tried to build the 2009-03-16 image from git source?  I used &#8220;repo sync&#8221; to fetch a fresh copy of master, then applied the revert.sh script bundled with the 2009-03-16 package.  After I build, I get the following errors on bootup:</p>
<p>E/AudioHardwareMSM72XX(   33): Could not open libhtc_acoustic.so<br />
W/AudioHardwareInterface(   33): Using stubbed audio hardware. No sound will be produced.<br />
E/A2DP    (   33): bt_audio_service_open failed<br />
E/A2dpAudioInterface(   33): a2dp_init failed err: -111<br />
E/AudioFlinger(   33): mA2dpDisableCount is already zero</p>
<p>I&#8217;d really appreciate the help finding what&#8217;s wrong; I need to build some of my own code into framework for a project I&#8217;m working on.  Right now, it works, but I don&#8217;t have any sound.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://andblogs.net/images/snapshots/comment-page-1/#comment-1881</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Sat, 04 Apr 2009 22:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?page_id=135#comment-1881</guid>
		<description>Has anyone else tried to build their own version of the 2009-03-16 images?  When I use the revert.sh script to modify my git revisions and then build, I get an error at boot that htc_acoustic.so cannot be found.  I believe this file is built from somewhere in the msm7k code.

I&#039;d really appreciate the help finding what&#039;s wrong; I need to build some of my own code into framework for a project I&#039;m working on.  Right now, it works, but I don&#039;t have any sound.

Thanks!</description>
		<content:encoded><![CDATA[<p>Has anyone else tried to build their own version of the 2009-03-16 images?  When I use the revert.sh script to modify my git revisions and then build, I get an error at boot that htc_acoustic.so cannot be found.  I believe this file is built from somewhere in the msm7k code.</p>
<p>I&#8217;d really appreciate the help finding what&#8217;s wrong; I need to build some of my own code into framework for a project I&#8217;m working on.  Right now, it works, but I don&#8217;t have any sound.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joushou</title>
		<link>http://andblogs.net/images/snapshots/comment-page-1/#comment-1814</link>
		<dc:creator>Joushou</dc:creator>
		<pubDate>Fri, 03 Apr 2009 21:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?page_id=135#comment-1814</guid>
		<description>Hey, Disconnect
I tried to copy the libaudio.so over to the magic build, but that just stops audio from working completly. Also tried adding libaudioflinger into the mix, but when i added libmedia, the phone hung at bootup (after mounting sdcard)...
So, i couldn&#039;t get it to work... not with a direct copy-paste atleast :)</description>
		<content:encoded><![CDATA[<p>Hey, Disconnect<br />
I tried to copy the libaudio.so over to the magic build, but that just stops audio from working completly. Also tried adding libaudioflinger into the mix, but when i added libmedia, the phone hung at bootup (after mounting sdcard)&#8230;<br />
So, i couldn&#8217;t get it to work&#8230; not with a direct copy-paste atleast :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dhw</title>
		<link>http://andblogs.net/images/snapshots/comment-page-1/#comment-1520</link>
		<dc:creator>dhw</dc:creator>
		<pubDate>Sun, 29 Mar 2009 03:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?page_id=135#comment-1520</guid>
		<description>A dump of the htc magic system dir with all the cupcake 1.5 google apps can be d/led here.  

http://www.xmoo.org/android/htc_sapphire_system.rar</description>
		<content:encoded><![CDATA[<p>A dump of the htc magic system dir with all the cupcake 1.5 google apps can be d/led here.  </p>
<p><a href="http://www.xmoo.org/android/htc_sapphire_system.rar" rel="nofollow">http://www.xmoo.org/android/htc_sapphire_system.rar</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TC</title>
		<link>http://andblogs.net/images/snapshots/comment-page-1/#comment-1512</link>
		<dc:creator>TC</dc:creator>
		<pubDate>Sat, 28 Mar 2009 23:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?page_id=135#comment-1512</guid>
		<description>Has anyone taken a look at the &quot;magic&quot; port from xda to see if these 2 builds can be merged??</description>
		<content:encoded><![CDATA[<p>Has anyone taken a look at the &#8220;magic&#8221; port from xda to see if these 2 builds can be merged??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
