The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Preventing Baseband Update"
m |
(Its a vital edit) |
||
Line 16: | Line 16: | ||
<false/> |
<false/> |
||
<key>SystemImage</key> |
<key>SystemImage</key> |
||
− | < |
+ | <true/> |
</dict> |
</dict> |
||
</plist> |
</plist> |
Revision as of 09:28, 6 December 2010
- Unpack Original/Custom IPSW
- Decrypt Restore Ramdisk using xpwntool and mount it
- Navigate to /usr/local/share/restore
- Edit options.plist on the restore ramdisk
<?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> <true/> <key>SystemPartitionSize</key> <integer>1024</integer> <key>UpdateBaseband</key> <false/> <key>SystemImage</key> <true/> </dict> </plist>
- Reencrypt the restore ramdisk
- Repack the IPSW
- Restore IPSW to iTunes after preparing device for custom firmware.
This method works on iOS 4.2.1