If you install iPhone GCC, it is important to set root partition to about 700M in pwnage, if you set it too small your will get into trouble whenever there is an upgrade of GCC, as some of the libexec cannot be symlink to second partition.
You have to install the following packages in Cydia
- GNU C Compiler
- iPhone 2.0 Toolchain
- Make
- Link Indentity Editor
- wget (... in order to download the following sample in iPhone)
- zip (... in order to unzip the following sample in iPhone)
then download the following zip file in your iPhone to test build your iPhone toolchain app
- shellscript: Select all
wget http://www.iphone.org.hk/attach/38270-HelloWorld2.zip
unzip 38270-HelloWorld2.zip
- shellscript: Select all
cd HelloWorld
make
make install
Restart your springboard, then you will have the HelloWorld app on your springboard
To uninstall HelloWorld.app
- shellscript: Select all
cd HelloWorld
make uninstall
2 comments:
Hey, nice info! Do you know if I have to run Idid to bypass Apple protection in order to keep my app on SpringBoard? Cheers!
Ok, just bypassed the certificate with ldid!
Post a Comment