Creating native iPhone apps
Short Description
Jailbreaking your phone
• Download Installer.app iphone.nullriver.com/beta
• Install Community Sources, then OpenSSH and BSD Subsystem
• Now you can SFTP into your phone with Transmit!
Website: lucasnewman.com | Filesize: 2598kb
No of Page(s): 18
Content
Installing the toolchain
• Get the system files for the iPhone
- Google for iPhone1,1_1.0.2_1C28_Restore.ipsw
- Rename it to .zip and unzip it
- The system disk image (694-5298-5.dmg) includes files needed to link applications, so we have to decrypt it…
• Decrypt the system disk image
- Get vfdecrypt from iphone.natetrue.com/vfdecrypt.c
- gcc -O2 vfdecrypt.c -o vfdecrypt -lcrypto
- Extract the key and use vfdecrypt:
• strings 009-7698-4.dmg | grep ‘^[0-9a-fAF]*$’ | awk ‘{ if (length($1) == 72) print; }’
• ./vfdecrypt -i 694-5298-5.dmg -k [key] -o heavenly.dmg
Get the file Download here
Related Books:Related Searches: bsd subsystem, community sources, iphone, google, disk image
Comments
Leave a Reply