<?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"
	>
<channel>
	<title>Comments on: Recovering from a Firmware Flash</title>
	<atom:link href="http://dillernet.com/apple/2006/01/01/recovering-from-a-firmware-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://dillernet.com/apple/2006/01/01/recovering-from-a-firmware-flash/</link>
	<description>iPhone, Nokia, PDAs, Smartphones, Entourage and the Mac - keeping it all in sync.</description>
	<pubDate>Sat, 22 Nov 2008 08:07:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: The Syncing Apple &#187; 770 Previous Post Redux</title>
		<link>http://dillernet.com/apple/2006/01/01/recovering-from-a-firmware-flash/#comment-38</link>
		<dc:creator>The Syncing Apple &#187; 770 Previous Post Redux</dc:creator>
		<pubDate>Fri, 19 May 2006 21:54:36 +0000</pubDate>
		<guid isPermaLink="false">http://dillernet.com/apple/?p=88#comment-38</guid>
		<description>[...] Firmware bootstrap scripts [...]</description>
		<content:encoded><![CDATA[<p>[...] Firmware bootstrap scripts [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dillera</title>
		<link>http://dillernet.com/apple/2006/01/01/recovering-from-a-firmware-flash/#comment-37</link>
		<dc:creator>dillera</dc:creator>
		<pubDate>Thu, 12 Jan 2006 00:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://dillernet.com/apple/?p=88#comment-37</guid>
		<description>Yes, backups are critical and I think that Flegg has a better jump on that side. I'm more worried about having a quick and easy way to set things back up once I've flashed the device.</description>
		<content:encoded><![CDATA[<p>Yes, backups are critical and I think that Flegg has a better jump on that side. I&#8217;m more worried about having a quick and easy way to set things back up once I&#8217;ve flashed the device.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teemu&#8217;s Blog &#187; Blog Archive &#187; Some contradictory opinions about 770 update</title>
		<link>http://dillernet.com/apple/2006/01/01/recovering-from-a-firmware-flash/#comment-35</link>
		<dc:creator>Teemu&#8217;s Blog &#187; Blog Archive &#187; Some contradictory opinions about 770 update</dc:creator>
		<pubDate>Wed, 04 Jan 2006 08:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://dillernet.com/apple/?p=88#comment-35</guid>
		<description>[...] Downside for the upgrading is still the fact that making a complete backup of the system is impossible. At least installed applications and browser cookies disappear. Luckily I remembered to manually take backups of my Monkey Island save files. An extra backup of your /home/user directory is worth doing. Some solutions for making post-upgrade hassle little easier can be found from here and here. All in all&#8230; these upgrades are making the device much more pleasant to use. Just keep em coming. [...]</description>
		<content:encoded><![CDATA[<p>[...] Downside for the upgrading is still the fact that making a complete backup of the system is impossible. At least installed applications and browser cookies disappear. Luckily I remembered to manually take backups of my Monkey Island save files. An extra backup of your /home/user directory is worth doing. Some solutions for making post-upgrade hassle little easier can be found from here and here. All in all&#8230; these upgrades are making the device much more pleasant to use. Just keep em coming. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Flegg</title>
		<link>http://dillernet.com/apple/2006/01/01/recovering-from-a-firmware-flash/#comment-34</link>
		<dc:creator>Andrew Flegg</dc:creator>
		<pubDate>Tue, 03 Jan 2006 18:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://dillernet.com/apple/?p=88#comment-34</guid>
		<description>Of course, a &lt;i&gt;really&lt;/i&gt; smart script would identify if it's running as root or not:

if [ `id -u` == "0" ]; then
   ....
fi</description>
		<content:encoded><![CDATA[<p>Of course, a <i>really</i> smart script would identify if it&#8217;s running as root or not:</p>
<p>if [ `id -u` == "0" ]; then<br />
   &#8230;.<br />
fi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://dillernet.com/apple/2006/01/01/recovering-from-a-firmware-flash/#comment-36</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 03 Jan 2006 16:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://dillernet.com/apple/?p=88#comment-36</guid>
		<description>Regarding one script: that would be neater, but what about someone that hasn't enabled R&#38;D mode- I want them to have something also.

We can come up with just one all encompassing root script to run if you have root, otherwise a user script.

The point about sudoing the commands as 'install' user is a good point. I'll update them to show that. I haven't tried to remove any packages, so I've never run into that.</description>
		<content:encoded><![CDATA[<p>Regarding one script: that would be neater, but what about someone that hasn&#8217;t enabled R&amp;D mode- I want them to have something also.</p>
<p>We can come up with just one all encompassing root script to run if you have root, otherwise a user script.</p>
<p>The point about sudoing the commands as &#8216;install&#8217; user is a good point. I&#8217;ll update them to show that. I haven&#8217;t tried to remove any packages, so I&#8217;ve never run into that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Flegg</title>
		<link>http://dillernet.com/apple/2006/01/01/recovering-from-a-firmware-flash/#comment-33</link>
		<dc:creator>Andrew Flegg</dc:creator>
		<pubDate>Tue, 03 Jan 2006 09:41:38 +0000</pubDate>
		<guid isPermaLink="false">http://dillernet.com/apple/?p=88#comment-33</guid>
		<description>Another thought: instead of having two scripts (one for the user to run, one to run as root); combine them into one with some appropriate chmods and chowns.

Makes it that bit neater, IMHO...</description>
		<content:encoded><![CDATA[<p>Another thought: instead of having two scripts (one for the user to run, one to run as root); combine them into one with some appropriate chmods and chowns.</p>
<p>Makes it that bit neater, IMHO&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Riku Voipio</title>
		<link>http://dillernet.com/apple/2006/01/01/recovering-from-a-firmware-flash/#comment-32</link>
		<dc:creator>Riku Voipio</dc:creator>
		<pubDate>Tue, 03 Jan 2006 08:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://dillernet.com/apple/?p=88#comment-32</guid>
		<description>run  app-installer-tool in the user script as:

sudo -u install app-installer-tool install .. 

else you may not be able to (un)install anything with gui anymore.

Alternative is to tar/cp -a /var/lib/lib/install and /home/user and preserve permissions.

I would also recommend starting dropbear-sshd as needed as user, instead of at boot as root. More secure and leaves you more ram..</description>
		<content:encoded><![CDATA[<p>run  app-installer-tool in the user script as:</p>
<p>sudo -u install app-installer-tool install .. </p>
<p>else you may not be able to (un)install anything with gui anymore.</p>
<p>Alternative is to tar/cp -a /var/lib/lib/install and /home/user and preserve permissions.</p>
<p>I would also recommend starting dropbear-sshd as needed as user, instead of at boot as root. More secure and leaves you more ram..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Flegg</title>
		<link>http://dillernet.com/apple/2006/01/01/recovering-from-a-firmware-flash/#comment-31</link>
		<dc:creator>Andrew Flegg</dc:creator>
		<pubDate>Mon, 02 Jan 2006 18:12:37 +0000</pubDate>
		<guid isPermaLink="false">http://dillernet.com/apple/?p=88#comment-31</guid>
		<description>Ta :-)</description>
		<content:encoded><![CDATA[<p>Ta <img src='http://dillernet.com/apple/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://dillernet.com/apple/2006/01/01/recovering-from-a-firmware-flash/#comment-30</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 02 Jan 2006 13:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://dillernet.com/apple/?p=88#comment-30</guid>
		<description>Opps, I fixed your name spelling.

Yeah, the scripts get me to the point that I consider the absolute baseline:

1. i can ssh in from my mac
2. i can use VIM</description>
		<content:encoded><![CDATA[<p>Opps, I fixed your name spelling.</p>
<p>Yeah, the scripts get me to the point that I consider the absolute baseline:</p>
<p>1. i can ssh in from my mac<br />
2. i can use VIM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Flegg</title>
		<link>http://dillernet.com/apple/2006/01/01/recovering-from-a-firmware-flash/#comment-29</link>
		<dc:creator>Andrew Flegg</dc:creator>
		<pubDate>Mon, 02 Jan 2006 09:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://dillernet.com/apple/?p=88#comment-29</guid>
		<description>One typo: s/Klegg/Flegg/ - it's an uncommon surname, but never had "Klegg" before :-)

I like the idea of bootstrapping via scripts. I've added a link here from my synchronisation bit.

Cheers,

Andrew</description>
		<content:encoded><![CDATA[<p>One typo: s/Klegg/Flegg/ - it&#8217;s an uncommon surname, but never had &#8220;Klegg&#8221; before <img src='http://dillernet.com/apple/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
I like the idea of bootstrapping via scripts. I&#8217;ve added a link here from my synchronisation bit.</p>
<p>Cheers,</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
</channel>
</rss>
