<?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: Using the 3.0 SDK without paying for the priviledge</title>
	<atom:link href="http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/feed/" rel="self" type="application/rss+xml" />
	<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/</link>
	<description>Just another iPhone weblog</description>
	<lastBuildDate>Fri, 23 Jul 2010 07:01:25 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Josh</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-3332</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sat, 29 May 2010 14:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-3332</guid>
		<description>Fixed resolution using perm method at this site  &lt;a href=&quot;http://pcwizcomputer.com/index.php?option=com_content&amp;task=view&amp;id=31&amp;Itemid=32&quot; rel=&quot;nofollow&quot;&gt;http://pcwizcomputer.com/index.php?option=com_con...&lt;/a&gt; 
look for the file under the drives at the &quot;Device&quot; tab instead of the &quot;Places&quot; using Finder, if you downloaded the files from here the drive should be called &quot;Trinity&quot; </description>
		<content:encoded><![CDATA[<p>Fixed resolution using perm method at this site  <a href="http://pcwizcomputer.com/index.php?option=com_content&amp;task=view&amp;id=31&amp;Itemid=32" rel="nofollow"></a><a href="http://pcwizcomputer.com/index.php?option=com_con.." rel="nofollow">http://pcwizcomputer.com/index.php?option=com_con..</a>.<br />
look for the file under the drives at the &quot;Device&quot; tab instead of the &quot;Places&quot; using Finder, if you downloaded the files from here the drive should be called &quot;Trinity&quot;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-3326</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sat, 29 May 2010 07:56:43 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-3326</guid>
		<description>Hi, Thankfully I got this running, however, is there a way to fit the resolution to the screen resolution of my laptop? Having to scroll up and down left and right is quite a hassle =p </description>
		<content:encoded><![CDATA[<p>Hi, Thankfully I got this running, however, is there a way to fit the resolution to the screen resolution of my laptop? Having to scroll up and down left and right is quite a hassle =p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurence</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-2839</link>
		<dc:creator>Laurence</dc:creator>
		<pubDate>Sat, 24 Apr 2010 16:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-2839</guid>
		<description>This won&#039;t work on a 32 bit processor will it... </description>
		<content:encoded><![CDATA[<p>This won&#039;t work on a 32 bit processor will it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cuh-hris</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-2692</link>
		<dc:creator>cuh-hris</dc:creator>
		<pubDate>Tue, 13 Apr 2010 21:51:28 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-2692</guid>
		<description>*sigh* Finally! 
 
I got an app to work on my iphone -- it took some doing. 
 
Complications involved: 
- The VM doesn&#039;t boot except in safe mode (-x) and only if you deliberately lower the resolution 
- My iPhone is 3.1.3 so the new SDK had to be installed 
- The new SDK refuses to install, so you have to go install the packages one-by-one 
- Some of the packages don&#039;t install in /Developer like they should, and have to be copied/linked across 
- Having got Xcode to work, simulator works fine, but device still won&#039;t work due to lacking certificate. Manage to coax Xcode to ignore this. 
- Provisioning profiles need to be disabled on the VM and also on the device, which you do by installing AppSync which involves also adding the hackulo.us source to cydia 
- App now transfers and runs, but immediately quits if you use GDB for some reason. 
- Xcode is very unstable and crashes often. Wonder why! 
 
Maybe I should just have bought a mac mini and ended it there!! But seriously thank you for the downloads, they have helped me immensely. Hopefully I can now become rich and famous. :-) 
 
chris </description>
		<content:encoded><![CDATA[<p>*sigh* Finally! </p>
<p>I got an app to work on my iphone &#8212; it took some doing. </p>
<p>Complications involved:<br />
- The VM doesn&#39;t boot except in safe mode (-x) and only if you deliberately lower the resolution<br />
- My iPhone is 3.1.3 so the new SDK had to be installed<br />
- The new SDK refuses to install, so you have to go install the packages one-by-one<br />
- Some of the packages don&#39;t install in /Developer like they should, and have to be copied/linked across<br />
- Having got Xcode to work, simulator works fine, but device still won&#39;t work due to lacking certificate. Manage to coax Xcode to ignore this.<br />
- Provisioning profiles need to be disabled on the VM and also on the device, which you do by installing AppSync which involves also adding the hackulo.us source to cydia<br />
- App now transfers and runs, but immediately quits if you use GDB for some reason.<br />
- Xcode is very unstable and crashes often. Wonder why! </p>
<p>Maybe I should just have bought a mac mini and ended it there!! But seriously thank you for the downloads, they have helped me immensely. Hopefully I can now become rich and famous. <img src='http://iphoneworld.codinghut.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cuh-hris</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-2602</link>
		<dc:creator>cuh-hris</dc:creator>
		<pubDate>Fri, 02 Apr 2010 09:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-2602</guid>
		<description>Fabulous, cheers! You are a god </description>
		<content:encoded><![CDATA[<p>Fabulous, cheers! You are a god</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cuh-hris</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-2579</link>
		<dc:creator>cuh-hris</dc:creator>
		<pubDate>Wed, 31 Mar 2010 20:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-2579</guid>
		<description>Hi, 
 
Unfortunately the problem doesn&#039;t seem to be fixing itself so if you can find a way to get the file up somehow ... cheers chris </description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Unfortunately the problem doesn&#039;t seem to be fixing itself so if you can find a way to get the file up somehow &#8230; cheers chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smehla</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-2548</link>
		<dc:creator>smehla</dc:creator>
		<pubDate>Tue, 30 Mar 2010 16:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-2548</guid>
		<description>Hi, have you any another link for part 4? thank you. </description>
		<content:encoded><![CDATA[<p>Hi, have you any another link for part 4? thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaelek</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-2353</link>
		<dc:creator>Vaelek</dc:creator>
		<pubDate>Tue, 23 Mar 2010 14:57:04 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-2353</guid>
		<description>I am trying to get this back up but having some issues with storage.to. I may have to split part 4 up and post to RS or MU or someplace. I hope to have it back up this evening </description>
		<content:encoded><![CDATA[<p>I am trying to get this back up but having some issues with storage.to. I may have to split part 4 up and post to RS or MU or someplace. I hope to have it back up this evening</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Smehla</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-2342</link>
		<dc:creator>Smehla</dc:creator>
		<pubDate>Tue, 23 Mar 2010 13:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-2342</guid>
		<description>Hi could you reupload this file: &lt;a href=&quot;http://www.storage.to/get/g3MmNA17/osx1057.sdk3-vmware.7z.004.&quot; target=&quot;_blank&quot;&gt;http://www.storage.to/get/g3MmNA17/osx1057.sdk3-v...&lt;/a&gt; I see on storage.to this sentence : The download failed. Please try again later .thank you </description>
		<content:encoded><![CDATA[<p>Hi could you reupload this file: <a href="http://www.storage.to/get/g3MmNA17/osx1057.sdk3-vmware.7z.004." target="_blank"></a><a href="http://www.storage.to/get/g3MmNA17/osx1057.sdk3-v.." rel="nofollow">http://www.storage.to/get/g3MmNA17/osx1057.sdk3-v..</a>. I see on storage.to this sentence : The download failed. Please try again later .thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaelek</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-1934</link>
		<dc:creator>Vaelek</dc:creator>
		<pubDate>Sat, 27 Feb 2010 00:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-1934</guid>
		<description>Sorry your comment seems to have fallen through the cracks... I am not really a Mac person and use it strictly for XCode. I haven&#039;t run into that problem, have you managed to get past it?  </description>
		<content:encoded><![CDATA[<p>Sorry your comment seems to have fallen through the cracks&#8230; I am not really a Mac person and use it strictly for XCode. I haven&#039;t run into that problem, have you managed to get past it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EDEN</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-1338</link>
		<dc:creator>EDEN</dc:creator>
		<pubDate>Tue, 19 Jan 2010 09:29:59 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-1338</guid>
		<description>Thanks for your hard work. It woks well. But I ran into the problem of having repetitive keystroke after using Xcode for some time. For instance, I type &#039;n&#039;, but it ends up with &#039;nnnnnnnnnn....&#039; endlessly. 
Appreciate if there is a solution for this. I am using VMplayer 2.5.2. </description>
		<content:encoded><![CDATA[<p>Thanks for your hard work. It woks well. But I ran into the problem of having repetitive keystroke after using Xcode for some time. For instance, I type &#039;n&#039;, but it ends up with &#039;nnnnnnnnnn&#8230;.&#039; endlessly.<br />
Appreciate if there is a solution for this. I am using VMplayer 2.5.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaelek</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-1114</link>
		<dc:creator>Vaelek</dc:creator>
		<pubDate>Mon, 04 Jan 2010 12:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-1114</guid>
		<description>I haven&#039;t put a whole lot of time into it, but I have not been able to get the resolution any higher in the VM. However for me it runs at 1024x768 and does not require the -x switch. I believe the results will vary depending on the host system. Glad to heard you got it to boot though :) Some have not been able to get even that far. </description>
		<content:encoded><![CDATA[<p>I haven&#39;t put a whole lot of time into it, but I have not been able to get the resolution any higher in the VM. However for me it runs at 1024&#215;768 and does not require the -x switch. I believe the results will vary depending on the host system. Glad to heard you got it to boot though <img src='http://iphoneworld.codinghut.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Some have not been able to get even that far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dudu</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-1113</link>
		<dc:creator>Dudu</dc:creator>
		<pubDate>Mon, 04 Jan 2010 02:43:27 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-1113</guid>
		<description>Thanks, I downloaded it and it works !! One question is can I install the graphics driver so it work with the resolution as the host (widescreen), instead of running in safe mode (-x) ? 
 
Thanks </description>
		<content:encoded><![CDATA[<p>Thanks, I downloaded it and it works !! One question is can I install the graphics driver so it work with the resolution as the host (widescreen), instead of running in safe mode (-x) ? </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TazzMester</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-1042</link>
		<dc:creator>TazzMester</dc:creator>
		<pubDate>Sat, 26 Dec 2009 20:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-1042</guid>
		<description>When boot process hangs at the grey screen with the apple logo, it can be  related to vmware image / virtualization app &quot;conflict&quot;. I got stuck with vmware player 3.0, without success. I switched the vmware player to 2.5.2 version, and the image runs without any problem! I also believe, that if I updated the vmware player now to 3.0, it also would work... 
 
Under 2.5.2 I run the image with 2 cores, virtualization is turned on. </description>
		<content:encoded><![CDATA[<p>When boot process hangs at the grey screen with the apple logo, it can be  related to vmware image / virtualization app &quot;conflict&quot;. I got stuck with vmware player 3.0, without success. I switched the vmware player to 2.5.2 version, and the image runs without any problem! I also believe, that if I updated the vmware player now to 3.0, it also would work&#8230; </p>
<p>Under 2.5.2 I run the image with 2 cores, virtualization is turned on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viccer</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-1023</link>
		<dc:creator>viccer</dc:creator>
		<pubDate>Thu, 24 Dec 2009 13:23:21 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-1023</guid>
		<description>There&#039;s a whole bunch of topic/hacks about hackintosh -&gt; &lt;a href=&quot;http://insanelymac.com&quot; target=&quot;_blank&quot;&gt;http://insanelymac.com&lt;/a&gt; 
Let&#039;s focus on just bypassing code sign to the iphone device.... Anyone tried this tutorial on iphone device 3.1.2 and Xcode 3.1.4 on Leo 10.5.8? Thanks </description>
		<content:encoded><![CDATA[<p>There&#039;s a whole bunch of topic/hacks about hackintosh -&gt; <a href="http://insanelymac.com" target="_blank">http://insanelymac.com</a><br />
Let&#039;s focus on just bypassing code sign to the iphone device&#8230;. Anyone tried this tutorial on iphone device 3.1.2 and Xcode 3.1.4 on Leo 10.5.8? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-935</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Thu, 17 Dec 2009 02:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-935</guid>
		<description>When I try to change to code signing requirement, to NO, it says the plist can&#039;t be saved... what&#039;s wrong? I also have 3.1.2 installed. </description>
		<content:encoded><![CDATA[<p>When I try to change to code signing requirement, to NO, it says the plist can&#039;t be saved&#8230; what&#039;s wrong? I also have 3.1.2 installed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaelek</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-871</link>
		<dc:creator>Vaelek</dc:creator>
		<pubDate>Thu, 10 Dec 2009 04:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-871</guid>
		<description>In the settings for the VM, set the CD drive to use ISO file, and browse to the darwin.iso&lt;br /&gt;Also make sure Connect at power on is checked for it. You might need to check it occasionally, mine likes to turn off connect at power on after it boots. </description>
		<content:encoded><![CDATA[<p>In the settings for the VM, set the CD drive to use ISO file, and browse to the darwin.iso<br />Also make sure Connect at power on is checked for it. You might need to check it occasionally, mine likes to turn off connect at power on after it boots.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: viccer</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-858</link>
		<dc:creator>viccer</dc:creator>
		<pubDate>Wed, 09 Dec 2009 17:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-858</guid>
		<description>Doesn&#039;t work on 3.1.2 SDK + Leo 10.5.8...Xcode crashed..so I revert back my iPhoneOS Build System Support.xcplugin.. and it works by default. I need 3.1.2 for the baseband 05.11.07 </description>
		<content:encoded><![CDATA[<p>Doesn&#039;t work on 3.1.2 SDK + Leo 10.5.8&#8230;Xcode crashed..so I revert back my iPhoneOS Build System Support.xcplugin.. and it works by default. I need 3.1.2 for the baseband 05.11.07</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaelek</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-816</link>
		<dc:creator>Vaelek</dc:creator>
		<pubDate>Mon, 07 Dec 2009 04:12:57 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-816</guid>
		<description>I would suggest re-downloading the file that is damaged. Many people have extracted it without any issues.</description>
		<content:encoded><![CDATA[<p>I would suggest re-downloading the file that is damaged. Many people have extracted it without any issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chon</title>
		<link>http://iphoneworld.codinghut.com/2009/07/using-the-3-0-sdk-without-paying-for-the-priviledge/comment-page-2/#comment-808</link>
		<dc:creator>Chon</dc:creator>
		<pubDate>Sun, 06 Dec 2009 15:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://iphoneworld.codinghut.com/?p=41#comment-808</guid>
		<description>I am download above all 6 part. But error in use 7z. #the file is demaged ...7z.001  
 </description>
		<content:encoded><![CDATA[<p>I am download above all 6 part. But error in use 7z. #the file is demaged &#8230;7z.001</p>
]]></content:encoded>
	</item>
</channel>
</rss>
