<?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: Quick Hack: Save Tons of Space</title>
	<atom:link href="http://andblogs.net/2009/05/quick-hack-save-tons-of-space/feed/" rel="self" type="application/rss+xml" />
	<link>http://andblogs.net/2009/05/quick-hack-save-tons-of-space/</link>
	<description>Android News and Blogs</description>
	<lastBuildDate>Thu, 11 Mar 2010 21:57:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Disconnect</title>
		<link>http://andblogs.net/2009/05/quick-hack-save-tons-of-space/comment-page-1/#comment-3224</link>
		<dc:creator>Disconnect</dc:creator>
		<pubDate>Wed, 03 Jun 2009 11:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?p=1660#comment-3224</guid>
		<description>Good deal. (FYI the definitive fastboot guide is &lt;a href=&quot;http://andblogs.net/fastboot&quot; rel=&quot;nofollow&quot;&gt;up above&lt;/a&gt; still :) ..)</description>
		<content:encoded><![CDATA[<p>Good deal. (FYI the definitive fastboot guide is <a href="http://andblogs.net/fastboot" rel="nofollow">up above</a> still :) ..)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim van der Leeuw</title>
		<link>http://andblogs.net/2009/05/quick-hack-save-tons-of-space/comment-page-1/#comment-3222</link>
		<dc:creator>Tim van der Leeuw</dc:creator>
		<pubDate>Wed, 03 Jun 2009 07:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?p=1660#comment-3222</guid>
		<description>Hm, yeah, that _was_ a stupid question. I tried first &#039;kernel&#039; which is what I saw in some pages about fastboot. That didn&#039;t work. Later, after already posting, I tried &#039;boot&#039; and yeah it worked. But then I got too busy with other things and forgot to post the answer to my own question (until now but now you already answered...).
At first the whole thing didn&#039;t work, at all, and my phone was dead (at least, no UI. Only access via ADB shell). After much searching, rebooting, trying to set permissions again and again and phone not booting, I finally realized that I miss-spelled a directory name somewhere. Then it finally worked like it&#039;s supposed to! ;-)

--Tim</description>
		<content:encoded><![CDATA[<p>Hm, yeah, that _was_ a stupid question. I tried first &#8216;kernel&#8217; which is what I saw in some pages about fastboot. That didn&#8217;t work. Later, after already posting, I tried &#8216;boot&#8217; and yeah it worked. But then I got too busy with other things and forgot to post the answer to my own question (until now but now you already answered&#8230;).<br />
At first the whole thing didn&#8217;t work, at all, and my phone was dead (at least, no UI. Only access via ADB shell). After much searching, rebooting, trying to set permissions again and again and phone not booting, I finally realized that I miss-spelled a directory name somewhere. Then it finally worked like it&#8217;s supposed to! ;-)</p>
<p>&#8211;Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Disconnect</title>
		<link>http://andblogs.net/2009/05/quick-hack-save-tons-of-space/comment-page-1/#comment-3219</link>
		<dc:creator>Disconnect</dc:creator>
		<pubDate>Tue, 02 Jun 2009 20:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?p=1660#comment-3219</guid>
		<description>Well, since its a boot image, maybe &quot;boot&quot;..?</description>
		<content:encoded><![CDATA[<p>Well, since its a boot image, maybe &#8220;boot&#8221;..?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim van der Leeuw</title>
		<link>http://andblogs.net/2009/05/quick-hack-save-tons-of-space/comment-page-1/#comment-3217</link>
		<dc:creator>Tim van der Leeuw</dc:creator>
		<pubDate>Tue, 02 Jun 2009 18:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?p=1660#comment-3217</guid>
		<description>Well, that did sound easy enough, but flash_image actually wants to know a partition to which to flash too. I didn&#039;t manage to find online which partition that would be, so I&#039;d be grateful if someone could enlighten me...

Sorry for all the simple questions!!

--Tim</description>
		<content:encoded><![CDATA[<p>Well, that did sound easy enough, but flash_image actually wants to know a partition to which to flash too. I didn&#8217;t manage to find online which partition that would be, so I&#8217;d be grateful if someone could enlighten me&#8230;</p>
<p>Sorry for all the simple questions!!</p>
<p>&#8211;Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Disconnect</title>
		<link>http://andblogs.net/2009/05/quick-hack-save-tons-of-space/comment-page-1/#comment-3176</link>
		<dc:creator>Disconnect</dc:creator>
		<pubDate>Fri, 29 May 2009 12:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?p=1660#comment-3176</guid>
		<description>The easiest way is fastboot. Barring that, you can use flash_image. Copy it to the device (sdcard or flash) and run - as root:[code language=bash]$ flash_image boot.img[/code] and you should be good to go.</description>
		<content:encoded><![CDATA[<p>The easiest way is fastboot. Barring that, you can use flash_image. Copy it to the device (sdcard or flash) and run &#8211; as root:[code language=bash]$ flash_image boot.img[/code] and you should be good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim van der Leeuw</title>
		<link>http://andblogs.net/2009/05/quick-hack-save-tons-of-space/comment-page-1/#comment-3174</link>
		<dc:creator>Tim van der Leeuw</dc:creator>
		<pubDate>Fri, 29 May 2009 12:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?p=1660#comment-3174</guid>
		<description>OK, great, thanks! :-) Now however, a stupid question to which I couldn&#039;t find the answer on Google: How do I install this custom boot.img file? :-(
I can use adb, but for some reason I have never managed to get fastboot working on my machine so I hope the answer doesn&#039;t involve that.

Cheers and thanks in advance for an answer,

--Tim</description>
		<content:encoded><![CDATA[<p>OK, great, thanks! :-) Now however, a stupid question to which I couldn&#8217;t find the answer on Google: How do I install this custom boot.img file? :-(<br />
I can use adb, but for some reason I have never managed to get fastboot working on my machine so I hope the answer doesn&#8217;t involve that.</p>
<p>Cheers and thanks in advance for an answer,</p>
<p>&#8211;Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Disconnect</title>
		<link>http://andblogs.net/2009/05/quick-hack-save-tons-of-space/comment-page-1/#comment-3165</link>
		<dc:creator>Disconnect</dc:creator>
		<pubDate>Thu, 28 May 2009 21:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?p=1660#comment-3165</guid>
		<description>None needed, the boot image didn&#039;t change between 1.5 and 1.51 so you can just use the old one.</description>
		<content:encoded><![CDATA[<p>None needed, the boot image didn&#8217;t change between 1.5 and 1.51 so you can just use the old one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim van der Leeuw</title>
		<link>http://andblogs.net/2009/05/quick-hack-save-tons-of-space/comment-page-1/#comment-3157</link>
		<dc:creator>Tim van der Leeuw</dc:creator>
		<pubDate>Thu, 28 May 2009 13:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?p=1660#comment-3157</guid>
		<description>Hi,

Is there actually an updated boot-image for Android 1.51 for the dalvik cache hack?

Cheers,

--Tim</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is there actually an updated boot-image for Android 1.51 for the dalvik cache hack?</p>
<p>Cheers,</p>
<p>&#8211;Tim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atalas</title>
		<link>http://andblogs.net/2009/05/quick-hack-save-tons-of-space/comment-page-1/#comment-3137</link>
		<dc:creator>atalas</dc:creator>
		<pubDate>Tue, 26 May 2009 18:11:38 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?p=1660#comment-3137</guid>
		<description>Yes.  That was the missing link.  Thanks muchly.</description>
		<content:encoded><![CDATA[<p>Yes.  That was the missing link.  Thanks muchly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James N</title>
		<link>http://andblogs.net/2009/05/quick-hack-save-tons-of-space/comment-page-1/#comment-3135</link>
		<dc:creator>James N</dc:creator>
		<pubDate>Mon, 25 May 2009 19:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://andblogs.net/?p=1660#comment-3135</guid>
		<description>There are a couple of things you can try:

&quot;system&quot; instead of &quot;1000&quot;

&quot;/system/xbin/bb/chmod&quot; instead of &quot;chmod&quot;

The issue is that there are two versions of chmod present on JF&#039;s images.  One is the toolbox version, which comes with all G1s.  It understands usernames and not UID numbers.  The busybox version, which JF installed, has more features but doesn&#039;t know how to find Android usernames.</description>
		<content:encoded><![CDATA[<p>There are a couple of things you can try:</p>
<p>&#8220;system&#8221; instead of &#8220;1000&#8243;</p>
<p>&#8220;/system/xbin/bb/chmod&#8221; instead of &#8220;chmod&#8221;</p>
<p>The issue is that there are two versions of chmod present on JF&#8217;s images.  One is the toolbox version, which comes with all G1s.  It understands usernames and not UID numbers.  The busybox version, which JF installed, has more features but doesn&#8217;t know how to find Android usernames.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
