<?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: Stop unsigned binaries from being killed.</title>
	<atom:link href="http://mxweas.com/blog/2008/07/stop-unsigned-binaries-from-being-killed/feed/" rel="self" type="application/rss+xml" />
	<link>http://mxweas.com/blog/2008/07/stop-unsigned-binaries-from-being-killed/</link>
	<description>iPhone Findings</description>
	<lastBuildDate>Mon, 05 Apr 2010 19:32:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Adorada</title>
		<link>http://mxweas.com/blog/2008/07/stop-unsigned-binaries-from-being-killed/comment-page-1/#comment-757</link>
		<dc:creator>Adorada</dc:creator>
		<pubDate>Sun, 20 Jul 2008 19:35:08 +0000</pubDate>
		<guid isPermaLink="false">http://mxweas.com/blog/?p=95#comment-757</guid>
		<description>Tried all the above suggestions, even the suggestion from Cydia FAQs, having the same problem with it crashing. Anyone get it to work properly? Granted, it&#039;s still in progress, but really want this app to work. Fantastic application. Love it.</description>
		<content:encoded><![CDATA[<p>Tried all the above suggestions, even the suggestion from Cydia FAQs, having the same problem with it crashing. Anyone get it to work properly? Granted, it&#8217;s still in progress, but really want this app to work. Fantastic application. Love it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zebrum</title>
		<link>http://mxweas.com/blog/2008/07/stop-unsigned-binaries-from-being-killed/comment-page-1/#comment-756</link>
		<dc:creator>zebrum</dc:creator>
		<pubDate>Sun, 20 Jul 2008 18:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://mxweas.com/blog/?p=95#comment-756</guid>
		<description>I heard typing this command makes you unable to connect to unsecure wifi and possibly other problems. The proper way to get your apps working is to sign them with ldid, exactly how Cydia does it. Ldid writes a SHA hash into the binary which the iphone 2.0 requires in all binaries. 

First do this:

export CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform//Developer/usr/bin/codesign_allocate

(if you don&#039;t do this you will see &quot;codesign_allocate: unknown architecture specification flag: -a armv6 208&quot; in the next step )

Then:

ldid -S HelloWorld.app/HelloWorld

If successful there will be no output, then scp your binary on to the phone. I found ldid on Saurik&#039;s site where Cydia is hosted.</description>
		<content:encoded><![CDATA[<p>I heard typing this command makes you unable to connect to unsecure wifi and possibly other problems. The proper way to get your apps working is to sign them with ldid, exactly how Cydia does it. Ldid writes a SHA hash into the binary which the iphone 2.0 requires in all binaries. </p>
<p>First do this:</p>
<p>export CODESIGN_ALLOCATE=/Developer/Platforms/iPhoneOS.platform//Developer/usr/bin/codesign_allocate</p>
<p>(if you don&#8217;t do this you will see &#8220;codesign_allocate: unknown architecture specification flag: -a armv6 208&#8243; in the next step )</p>
<p>Then:</p>
<p>ldid -S HelloWorld.app/HelloWorld</p>
<p>If successful there will be no output, then scp your binary on to the phone. I found ldid on Saurik&#8217;s site where Cydia is hosted.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shubham</title>
		<link>http://mxweas.com/blog/2008/07/stop-unsigned-binaries-from-being-killed/comment-page-1/#comment-753</link>
		<dc:creator>Shubham</dc:creator>
		<pubDate>Sun, 20 Jul 2008 13:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://mxweas.com/blog/?p=95#comment-753</guid>
		<description>Thanks for this tip, but it doesn&#039;t seem to be working for me. :(

After typing the command, do we need to restart the SpringBoard? What should the permissions for the file be? Thanks.</description>
		<content:encoded><![CDATA[<p>Thanks for this tip, but it doesn&#8217;t seem to be working for me. <img src='http://mxweas.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>After typing the command, do we need to restart the SpringBoard? What should the permissions for the file be? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://mxweas.com/blog/2008/07/stop-unsigned-binaries-from-being-killed/comment-page-1/#comment-751</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Sun, 20 Jul 2008 12:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://mxweas.com/blog/?p=95#comment-751</guid>
		<description>Cydia and other apps use ldid to sign the application, this works aswell.

Max</description>
		<content:encoded><![CDATA[<p>Cydia and other apps use ldid to sign the application, this works aswell.</p>
<p>Max</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zebrum</title>
		<link>http://mxweas.com/blog/2008/07/stop-unsigned-binaries-from-being-killed/comment-page-1/#comment-750</link>
		<dc:creator>zebrum</dc:creator>
		<pubDate>Sun, 20 Jul 2008 12:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://mxweas.com/blog/?p=95#comment-750</guid>
		<description>This works great for development but what about releasing apps? Has Cydia been signed or does it use a different work around?</description>
		<content:encoded><![CDATA[<p>This works great for development but what about releasing apps? Has Cydia been signed or does it use a different work around?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
