<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Hackint0sh - iPhone Developer Exchange</title>
		<link>http://www.hackint0sh.org//</link>
		<description><![CDATA[(former Developer Corner & Offical Apple iPhone SDK forum)
Talk about hardware and software development here.Dont bother developers with stupid questions or you will not be allowed to read the Developer section, and eventually banned from the forum.]]></description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 03:27:50 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>15</ttl>
		<image>
			<url>http://www.hackint0sh.org/ogenzen/misc/rss.jpg</url>
			<title>Hackint0sh - iPhone Developer Exchange</title>
			<link>http://www.hackint0sh.org//</link>
		</image>
		<item>
			<title>iPhone Decompiler??</title>
			<link>http://www.hackint0sh.org//showthread.php?t=95812&amp;goto=newpost</link>
			<pubDate>Tue, 03 Nov 2009 19:04:35 GMT</pubDate>
			<description>hey guys im trying to find a suitable decompiler or disassemblier that does pretty well on iphone binaries... i aint into ripping off of apple or...</description>
			<content:encoded><![CDATA[<div>hey guys im trying to find a suitable decompiler or disassemblier that does pretty well on iphone binaries... i aint into ripping off of apple or anyone elses code, i just wanna see how some things work :)</div>

]]></content:encoded>
			<category domain="http://www.hackint0sh.org//forumdisplay.php?f=9">iPhone Developer Exchange</category>
			<dc:creator>truehybridx</dc:creator>
			<guid isPermaLink="true">http://www.hackint0sh.org//showthread.php?t=95812</guid>
		</item>
		<item>
			<title>New to the Forums!!</title>
			<link>http://www.hackint0sh.org//showthread.php?t=95794&amp;goto=newpost</link>
			<pubDate>Tue, 03 Nov 2009 17:05:58 GMT</pubDate>
			<description>Hey Everyone- 
 
We are new to the forums, but wanted to say hello and post a link to our newly launched website.  Ninth Dimension Studios™,...</description>
			<content:encoded><![CDATA[<div>Hey Everyone-<br />
<br />
We are new to the forums, but wanted to say hello and post a link to our newly launched website.  Ninth Dimension Studios™, established in 2009, is an independent video game development and animation studio based out of the Chicagoland area. We are currently looking to add members to our team so check out the careers page within our site.  Our game development is focused heavily on the iPhone/iPod &amp; PC platforms.<br />
<br />
<a href="http://www.NinthDimensionStudios.com" target="_blank">Ninth Dimension Studios</a><br />
<br />
Thanks for looking!!!<br />
-Ninth Dimension Studios</div>

]]></content:encoded>
			<category domain="http://www.hackint0sh.org//forumdisplay.php?f=9">iPhone Developer Exchange</category>
			<dc:creator>NinthDimensionStudios</dc:creator>
			<guid isPermaLink="true">http://www.hackint0sh.org//showthread.php?t=95794</guid>
		</item>
		<item>
			<title>Can someone build me a simple app?</title>
			<link>http://www.hackint0sh.org//showthread.php?t=95690&amp;goto=newpost</link>
			<pubDate>Tue, 03 Nov 2009 05:45:21 GMT</pubDate>
			<description>This app is in reference to the problem I am having, http://www.hackint0sh.org/f127/95668.htm 
 
Because my iphone is water damaged, every time my...</description>
			<content:encoded><![CDATA[<div>This app is in reference to the problem I am having, <a href="http://www.hackint0sh.org/f127/95668.htm" target="_blank">http://www.hackint0sh.org/f127/95668.htm</a><br />
<br />
Because my iphone is water damaged, every time my iPhone goes to standby mode, it will start automatically rebooting nonstop. I found a way around this by going to settings and turning off the automatic standby mode. <br />
<br />
But now the problem is that since the phone won't lock down, batteries are draining faster and it starts pocket dialing. <br />
<br />
Is there a way someone can building an app, that will kinda lock the phone but not using the same mechanism the default iPhone locking method? Maybe something like when I turn on the App, it will shut the display, then when I want to unlock it, i press the Home button and it will ask me for a code. <br />
<br />
So basically this app is a pseudo standby mode. Goal of the app should be to &quot;Shutoff the Display&quot;. To &quot;Exit&quot; the app, one would have to press the &quot;Home&quot; button, and a &quot;code or slider bar&quot; would be required to exit that app. If failure to enter code or perform slide bar action, you won't be able to exit app and display would shut off. <br />
<br />
I am guessing this would solve my problem of the phone automatically rebooting when the original iphone locking mechanism is used.</div>

]]></content:encoded>
			<category domain="http://www.hackint0sh.org//forumdisplay.php?f=9">iPhone Developer Exchange</category>
			<dc:creator>Zythyr</dc:creator>
			<guid isPermaLink="true">http://www.hackint0sh.org//showthread.php?t=95690</guid>
		</item>
		<item>
			<title>launchd kills scripts ran from a SB icon. plist problem?</title>
			<link>http://www.hackint0sh.org//showthread.php?t=95659&amp;goto=newpost</link>
			<pubDate>Tue, 03 Nov 2009 02:37:28 GMT</pubDate>
			<description>I have a few bash shell scripts running from SpringBoard icons. A couple just move files around on the phone and work fine, but 3 require a network...</description>
			<content:encoded><![CDATA[<div>I have a few bash shell scripts running from SpringBoard icons. A couple just move files around on the phone and work fine, but 3 require a network connection and only 1 works properly (a simple &quot;wget the last line copied&quot;). I think launchd is killing the other two mid-execution. <br />
<br />
This is the plist I use on both. The names are different, of course, but the format is the same. I assume this has something to do with the plist. <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br />
&lt;!DOCTYPE plist PUBLIC &quot;-//Apple Computer//DTD PLIST 1.0//EN&quot; &quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot;&gt;<br />
&lt;plist version=&quot;1.0&quot;&gt;<br />
&lt;dict&gt;<br />
&lt;key&gt;CFBundleDevelopmentRegion&lt;/key&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;string&gt;English&lt;/string&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;key&gt;CFBundleExecutable&lt;/key&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;string&gt;nail.sh&lt;/string&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;key&gt;CFBundleIdentifier&lt;/key&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;string&gt;com.foo.nail&lt;/string&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;key&gt;CFBundleInfoDictionaryVersion&lt;/key&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;string&gt;6.0&lt;/string&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;key&gt;CFBundleName&lt;/key&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;string&gt;Nail&lt;/string&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;key&gt;CFBundlePackageType&lt;/key&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;string&gt;APPL&lt;/string&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;key&gt;CFBundleSignature&lt;/key&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;string&gt;????&lt;/string&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;key&gt;CFBundleVersion&lt;/key&gt;<br />
&nbsp; &nbsp; &nbsp; &nbsp; &lt;string&gt;1.0&lt;/string&gt;<br />
&lt;/dict&gt;<br />
&lt;/plist&gt;</code><hr />
</div>I have both scripts in /Applications/their.app/their.sh with all the files needed to run them from a SpringBoard icon. If I open MobileTerminal and type /Applications/their.app/their.sh, they both run fine, but both crash when running from a SB icon.<br />
<br />
The first is a script using nail (a.k.a. mailx) to send mail through my gmail address with a simple:<br />
#! /bin/sh<br />
echo &quot;some text&quot; | mail &quot;user@address.com&quot;<br />
<br />
I have mail set up correctly. Running from Terminal, it sends the mail. Running from an icon, it runs but dumps the mail into /var/mobile/dead.letter (typical mailx failure) and I get an error in syslog. Here are two examples from running it twice, same error except the hex changes every time:<br />
<br />
Nov  2 02:48:16 30 com.apple.launchd[1] (UIKitApplication:com.foo.nail[0xc671]): (UIKitApplication:com.foo.nail[0xc671]) Throttling respawn: Will start in 2147483647 seconds<br />
<br />
Nov  2 02:50:00 30 com.apple.launchd[1] (UIKitApplication:com.foo.nail[0x5cd1]): (UIKitApplication:com.foo.nail[0x5cd1]) Throttling respawn: Will start in 2147483647 seconds<br />
<br />
The other script uses wget in a function to download a list of about a dozen webpages which are then processed, but it never gets through all the wgets. It should take about 1 second per page, so around 12-15 seconds to run to the end. It runs for several seconds and downloads most of the pages before dying, and it's not a problem with wgetting the pages. Taking out different pages, moving the order around, pinging the site before the wget... nothing helps. It keeps dying on the 7-8th page. This is in syslog:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">Nov&nbsp; 2 03:31:47 30 SpringBoard[958]: com.foo.bigwget failed to launch in time \nelapsed total CPU time (seconds): 5.890 (user 1.710, system 4.180), 29% CPU \nelapsed application CPU time (seconds): 0.320, 2% CPU<br />
Nov&nbsp; 2 03:31:47 30 SpringBoard[958]: Forcing crash report of com.foo.bigwget...<br />
Nov&nbsp; 2 03:31:48 30 SpringBoard[958]: Finished crash reporting.<br />
Nov&nbsp; 2 03:31:48 30 com.apple.launchd[1] (UIKitApplication:com.foo.bigwget[0x6d92][1235]): (UIKitApplication:com.foo.bigwget[0x6d92]) Exited: Killed<br />
Nov&nbsp; 2 03:31:48 30 com.apple.launchd[1] (UIKitApplication:com.foo.bigwget[0x6d92]): (UIKitApplication:com.foo.bigwget[0x6d92]) Throttling respawn: Will start in 2147483627 seconds<br />
Nov&nbsp; 2 03:31:48 30 SpringBoard[958]: Application 'ibigwget' exited abnormally with signal 9: Killed<br />
Nov&nbsp; 2 03:31:48 30 SpringBoard[958]: Setting springboard visible = 1<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Could not save crash report to disk!<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Incident Identifier: 478E9F75-6944-4815-B4A7-D329B4594F55<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: CrashReporter Key:&nbsp;  582c70f125b8660f26110882f4236298aff6c003<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Process:&nbsp; &nbsp; &nbsp; &nbsp;  sh [1235]<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Path:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /bin/sh<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Identifier:&nbsp; &nbsp; &nbsp; sh<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Version:&nbsp; &nbsp; &nbsp; &nbsp;  ??? (???)<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Code Type:&nbsp; &nbsp; &nbsp;  ARM (Native)<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Parent Process:&nbsp; launchd [1]<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]:&nbsp; <br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Date/Time:&nbsp; &nbsp; &nbsp;  2009-11-02 03:31:47.583 -0500<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: OS Version:&nbsp; &nbsp; &nbsp; iPhone OS 3.0.1 (7A400)<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Report Version:&nbsp; 104<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]:&nbsp; <br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Exception Type:&nbsp; 00000020<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Exception Codes: 0x8badf00d<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Highlighted Thread:&nbsp; 0<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]:&nbsp; <br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: Application Specific Information:<br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: com.foo.bigwget failed to launch in time <br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: elapsed total CPU time (seconds): 5.890 (user 1.710, system 4.180), 29% CPU <br />
Nov&nbsp; 2 03:31:48 30 ReportCrash[1294]: elapsed application CPU time (seconds): 0.320, 2% CPU</code><hr />
</div>So, from what I can figure, they just aren't being launched the way launchd wants, and the SOB is killing them. I've tried reading through launchd and plist docs but for a Linux guy, this stuffs all greek and all seems to be geared around using launchd/launchctl as cron, but I just want these to run at the tap of an icon and not die. Is there a &quot;CFBundlePleaseDontKillMeLaunchd&quot; I should set to &quot;true&quot; in the plist?</div>

]]></content:encoded>
			<category domain="http://www.hackint0sh.org//forumdisplay.php?f=9">iPhone Developer Exchange</category>
			<dc:creator>fubaya</dc:creator>
			<guid isPermaLink="true">http://www.hackint0sh.org//showthread.php?t=95659</guid>
		</item>
		<item>
			<title>Getting my app on my iphone</title>
			<link>http://www.hackint0sh.org//showthread.php?t=95639&amp;goto=newpost</link>
			<pubDate>Tue, 03 Nov 2009 00:21:36 GMT</pubDate>
			<description>Hello im totaly new to this iphone dev and objective C stuff but iv done a bit of scripting in perl and some web dev as well, no OO programing :S 
...</description>
			<content:encoded><![CDATA[<div>Hello im totaly new to this iphone dev and objective C stuff but iv done a bit of scripting in perl and some web dev as well, no OO programing :S<br />
<br />
And what i want to know is how do i get my app from the SDK to my iphone, im running a ideneb on vmware and have just done the hello world thing from apple but i have tinkered with it to do exrta stuff. It all works well on the simulator but i now want it on my phone.<br />
<br />
When i try to build it to my iphone it says error certificate not found etc and doesnt go anywhere. <br />
<br />
Is there any way to get my app on my iphone with out paying £99, im not looking to put anything up on the app store (lol), i just want to tinker and have a play with it.</div>

]]></content:encoded>
			<category domain="http://www.hackint0sh.org//forumdisplay.php?f=9">iPhone Developer Exchange</category>
			<dc:creator>altmac</dc:creator>
			<guid isPermaLink="true">http://www.hackint0sh.org//showthread.php?t=95639</guid>
		</item>
		<item>
			<title>Retrieving Sim Information</title>
			<link>http://www.hackint0sh.org//showthread.php?t=95180&amp;goto=newpost</link>
			<pubDate>Fri, 30 Oct 2009 10:04:10 GMT</pubDate>
			<description>hi, 
 How i can retrieve the sim infromation like IMSI, ICCID ,Phonenumber programmatically from my application. I am working on jail broken 3G with...</description>
			<content:encoded><![CDATA[<div>hi,<br />
 How i can retrieve the sim infromation like IMSI, ICCID ,Phonenumber programmatically from my application. I am working on jail broken 3G with 3.1 firmware iPhone device.</div>

]]></content:encoded>
			<category domain="http://www.hackint0sh.org//forumdisplay.php?f=9">iPhone Developer Exchange</category>
			<dc:creator>Rajeevs</dc:creator>
			<guid isPermaLink="true">http://www.hackint0sh.org//showthread.php?t=95180</guid>
		</item>
		<item>
			<title>Custom URL scheme and shell script question</title>
			<link>http://www.hackint0sh.org//showthread.php?t=94786&amp;goto=newpost</link>
			<pubDate>Wed, 28 Oct 2009 03:17:49 GMT</pubDate>
			<description><![CDATA[This is kinda odd, but I've figured out how to make shell scripts run with a custom url. Is there any way to also pass information to the script?  
...]]></description>
			<content:encoded><![CDATA[<div>This is kinda odd, but I've figured out how to make shell scripts run with a custom url. Is there any way to also pass information to the script? <br />
<br />
Example: &quot;tel:1234567890&quot; tells the phone app to call that number. Let's say I have &quot;myscript:1234567890&quot;. I can get it to run the script, but is it possible to get the number into the script as a variable or argument or something? <br />
<br />
Caveat: I'm not a developer and don't know C++ so I'm stuck working with the script and trying different ways of making it take input, but nothing works. It may be impossible.</div>

]]></content:encoded>
			<category domain="http://www.hackint0sh.org//forumdisplay.php?f=9">iPhone Developer Exchange</category>
			<dc:creator>fubaya</dc:creator>
			<guid isPermaLink="true">http://www.hackint0sh.org//showthread.php?t=94786</guid>
		</item>
		<item>
			<title>My custom application installed from cydia is crashing..</title>
			<link>http://www.hackint0sh.org//showthread.php?t=94008&amp;goto=newpost</link>
			<pubDate>Fri, 23 Oct 2009 05:34:25 GMT</pubDate>
			<description>Hi, 
I have 3g iphone with 3.1 os and jailbreaked. My application works fine on device, but if tested from cydia it crashes once the splash screen...</description>
			<content:encoded><![CDATA[<div>Hi,<br />
I have 3g iphone with 3.1 os and jailbreaked. My application works fine on device, but if tested from cydia it crashes once the splash screen goes off.....:spinme  and I am sure that my application is not using document directory....:D  I am using Application's Main bundle for reading and writing purspose...<br />
<br />
Thanks in advance.....</div>

]]></content:encoded>
			<category domain="http://www.hackint0sh.org//forumdisplay.php?f=9">iPhone Developer Exchange</category>
			<dc:creator>Vijendran</dc:creator>
			<guid isPermaLink="true">http://www.hackint0sh.org//showthread.php?t=94008</guid>
		</item>
		<item>
			<title>How can I dev 3.x apps for cydia</title>
			<link>http://www.hackint0sh.org//showthread.php?t=93984&amp;goto=newpost</link>
			<pubDate>Fri, 23 Oct 2009 02:34:25 GMT</pubDate>
			<description>hi, 
     I am going to develop an application for cydia, which runs on iPhone 3.x. I have a pc with Ubuntu, and failed to built open tool chain...</description>
			<content:encoded><![CDATA[<div>hi,<br />
     I am going to develop an application for cydia, which runs on iPhone 3.x. I have a pc with Ubuntu, and failed to built open tool chain following the linker: <br />
<b><a href="http://code.google.com/p/iphonedevonlinux/wiki/Installation" target="_blank">Installation - iphonedevonlinux - Installation of the toolchain - Project Hosting on Google Code</a></b><br />
    is there any way else to built the developing environment? Thx!<br />
<br />
Kevin</div>

]]></content:encoded>
			<category domain="http://www.hackint0sh.org//forumdisplay.php?f=9">iPhone Developer Exchange</category>
			<dc:creator>ziffer</dc:creator>
			<guid isPermaLink="true">http://www.hackint0sh.org//showthread.php?t=93984</guid>
		</item>
	</channel>
</rss>
