Creating native iPhone apps

Creating native iPhone appsShort 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

AddThis Social Bookmark Button
Related Books:
  • iPhone Web Apps
  • Apple News Bobs iPhone
  • Your First iPhone Application
  • ImTOO DVD to iPhone Suite - Rip DVD to iPhone DVD iPhone Converter
  • Safari Web Content Guide for iPhone
  • ImTOO DVD to iPhone Suite for Mac - Convert DVDmoviesvideo to
  • Write native iPhone applications using Eclipse CDT
  • How to convert FLV to iphone 3GS

  • Related Searches: , , , ,



    Comments

    Leave a Reply