<?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: Fixing Installer.app Errors on your 1.1.4 iPhone</title>
	<atom:link href="http://software.jonandnic.com/hack/fixing-installerapp-errors-on-your-114-iphone/feed" rel="self" type="application/rss+xml" />
	<link>http://software.jonandnic.com/hack/fixing-installerapp-errors-on-your-114-iphone</link>
	<description>Hacks, scripts and ideas for the refined geek.</description>
	<pubDate>Fri, 25 Jul 2008 12:16:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: James</title>
		<link>http://software.jonandnic.com/hack/fixing-installerapp-errors-on-your-114-iphone#comment-566</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 30 Apr 2008 16:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://software.jonandnic.com/?p=82#comment-566</guid>
		<description>The commands could be simplified to…

chmod 755 /Applications/Installer.app
chmod u+s /Applications/Installer.app/Installer
chown -R root:wheel /Applications/Installer.app

Or if you just want to go mad…

cd /Applications; chmod 755 Installer.app; chmod u+s Installer.app/Installer; chown -R root:wheel Installer.app

chown isn't recognised on my 1.1.4 iPhone jailbroken with Independence. Might be worth investigating…

James</description>
		<content:encoded><![CDATA[<p>The commands could be simplified to…</p>
<p>chmod 755 /Applications/Installer.app<br />
chmod u+s /Applications/Installer.app/Installer<br />
chown -R root:wheel /Applications/Installer.app</p>
<p>Or if you just want to go mad…</p>
<p>cd /Applications; chmod 755 Installer.app; chmod u+s Installer.app/Installer; chown -R root:wheel Installer.app</p>
<p>chown isn&#8217;t recognised on my 1.1.4 iPhone jailbroken with Independence. Might be worth investigating…</p>
<p>James</p>
]]></content:encoded>
	</item>
</channel>
</rss>
