vote up -5 vote down star

I am into the iPhone SDK and have been playing nice for about a couple months, but I really want to get into jailbroken app developing. I know that I can develop normal apps in the SDK, ones that Apple would reject and call them jailbreak apps, but I want to make an app in the SDK that accesses the iPhone's Jailbroken filesystem and messes with others app's settings. I really would like to know how to do this. I have looked around and the Jailbreak iPhone Devs use the iPhone Toolchain. The iPhone Toolchain is hard to use, and requires you to get the source of it, and compile it all by yourself. I really don't want to have to do this and have learn the Toolchain's libraries. Is there any library that i can import into Xcode? I really would love to be able to do this.

I hope you can solve my dilemma,

Conrad Kramer 13 year-old iPhone Dev

flag
6  
To be a JB developer, you should not be lazy to learn. Rome was not built in one day. If you want to make an app quick and easy, you'd better subscribe Apple Developer Program and do not step into the realm of JB. JB realm is too hard for beginners. – Shivan Raptor Oct 31 at 2:53
3  
-1 Wanting a jailbreak source code, but didn't want to "compile it all by yourself". It prove that you didn't want to learn... – Nettogrof Oct 31 at 2:58
3  
He's only 13 years old. When you were 13 years old didn't you want to hack devices? Give him a break. How about instead of chastising this kid, gently point him in the right direction with some encouragement regarding his curiosity about programming. @ckrames1234: Go ahead and hack away to your hearts content. Anything you learn along the way may serve you well in a future programming career :) – Asaph Oct 31 at 3:16
1  
I think everyone is misunderstanding him. He knows some iPhone programming, he's just hoping to use the tools he knows to also do Jailbroken development. To me this is a perfect valid question and he does not deserve the scorn placed on him for being somewhat put off by the more complex toolchain of jailbroken development – Kendall Helmstetter Gelner Oct 31 at 8:43
2  
@NSD Nothing prevents a 13 year old from developing on the iPhone simulator, and $500 is a pretty small investment if someone shows genuine talent at that age. Don't be a dick. – ceejayoz Oct 31 at 9:32
show 4 more comments

closed as not a real question by RedWolves, Mitch Wheat, Alex Reynolds, Jim Ferrans, mahboudz Oct 31 at 6:42

1 Answer

vote up 9 vote down

So you want to build programs without learning how to build programs? I don't think anyone can help you.

link|flag
He's looking into an easier way to build an app that targets a specific platform - jailbroken iPhone devices. I see no reason why the question is invalid. He is right, why should he compile the damn compiler first, instead of getting to work right away? If there is an easier way (and there is), why not help him instead of being ironic? – luvieere Oct 31 at 9:46
I know how to build PROGRAMS, and have an app in the AppStore already ("Stealth Tones"). It's just that i really didn't know much about the toolchain when I answered the question, and I thought there were precompiled versions readily available. I realize there are not, and I am ready to compile it myself. I need good guide to compile the 2.0 toolchain on my family's Intel MacBook, which I plan on following, just instead using the 3.0 headers obtained from my iPhone – ckrames1234 Nov 1 at 2:50
There is no reason to use their toolchain, it doesn't let you do anything special. A toolchain just lets you build code, they use all the same libraries as a normal app, and any additional libraries jailbroken apps can be used by a non-jailbroken app. The fundamental issue is that a jailbroken phone doesn't enforce the cryptosigning or sandboxing restrictions. If you have a jailbroken phone you can build things with the normal toolchain and install them via SSH outside the sandbox, and they will not have the sandbox restrictions. – Louis Gerbarg Nov 1 at 5:26
THANK YOU LOUIS – ckrames1234 Nov 2 at 1:14

Not the answer you're looking for? Browse other questions tagged or ask your own question.