Tutorial:Creating a NOR-only IPSW

From The iPhone Wiki
Revision as of 10:06, 12 June 2010 by Msft.guy (talk | contribs) (New page: 1. Create a custom ipsw 2. Unpack it, remove rootfs dmg 3. Decrypt ramdisk (xpwntool), mount it. 4. Edit options.plist on the restore ramdisk: /usr/local/share/restore/options.plist <p...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

1. Create a custom ipsw

2. Unpack it, remove rootfs dmg

3. Decrypt ramdisk (xpwntool), mount it.

4. Edit options.plist on the restore ramdisk:

/usr/local/share/restore/options.plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
   <key>CreateFilesystemPartitions</key>
   <false/>
   <key>UpdateBaseband</key>
   <false/>
   <key>SystemImage</key>
   <false/>
</dict>
</plist>

5. Unmount and reencrypt the restore ramdisk.

6. Repack the ipsw.