Restore Mode

From The iPhone Wiki
Revision as of 12:16, 27 August 2015 by IAdam1n (talk | contribs) (Adding Category:Jailbreaking)
Jump to: navigation, search
iPhone during iTunes restore.
AppleTV during iTunes restore.

Restore Mode is the mode that an iDevice enters to run a ramdisk.

Restore Procedure

  1. "Preparing (iDevice type) for the restore." (Get the device from userland to iBoot or from DFU Mode to iBSS)
  2. "Verifying (iDevice type) restore with Apple" (or Cydia or TinyUmbrella).
  3. Preparing the firmware for the restore.
  4. "Preparing <iDevice type> for the restore."
  5. "Restoring <iDevice type> software." (ASR RESTORE)
  6. "Verifying <iDevice type> software." (ASR VERIFY)
  7. "Restoring <iDevice type> firmware." (The rest of the restore process isn't reported to the host computer in real-time. This includes the restore of the NOR/boot partition image, the installation of the baseband firmware, ...)

Files used

See also: IPSW File Format

The firmware is the biggest disk image file in the IPSW and contains all files for the root partition. The ramdisks are the smaller disk images, and in the case of the iPhone, iPhone 3G, iPhone 3GS, and iPad, the baseband also. The firmware images are stored in the ./firmware/all_flash path (relative to the root of the IPSW) and are eventually sent to the device after device-specific customization, if applicable.

Exploits

The original jailbreaks were done by booting the phone into restore mode and copying an fstab[WP] and afcd plist from the user partition to the root partition. This was done by using the cp iBoot command, a command which had access to the whole filesystem.

See Also

External Links