a

LukeZGD 2024-02-20 11:17:37 +08:00
parent ca270ab91f
commit 3119fd30f8
2 changed files with 5 additions and 3 deletions

@ -20,7 +20,8 @@ Legacy iOS Kit has an option to create and boot an **SSH Ramdisk** for all suppo
## Options ## Options
- Connect to SSH - Connect to the device via SSH - Connect to SSH - Connect to the device via SSH
- Dump Blobs - Option for dumping onboard SHSH blobs of the device. 64-bit devices only. For 32-bit devices, go to (Saving-onboard-SHSH-blobs-of-current-iOS-version)[Saving-onboard-SHSH-blobs-of-current-iOS-version] - Dump Blobs - Option for dumping onboard SHSH blobs of the device. 64-bit devices only.
- For 32-bit devices, go to [Saving onboard SHSH blobs of current iOS version](Saving-onboard-SHSH-blobs-of-current-iOS-version)
- Get iOS Version - Get the current iOS version of the device. 32-bit devices only. - Get iOS Version - Get the current iOS version of the device. 32-bit devices only.
- Dump Baseband/Activation - Dump baseband and activation record files from the device. 32-bit devices only. - Dump Baseband/Activation - Dump baseband and activation record files from the device. 32-bit devices only.
- Install TrollStore - Install [TrollStore](https://github.com/opa334/TrollStore) to the device. 64-bit devices on iOS 14/15 ONLY. - Install TrollStore - Install [TrollStore](https://github.com/opa334/TrollStore) to the device. 64-bit devices on iOS 14/15 ONLY.

@ -1,10 +1,11 @@
- Legacy iOS Kit can also be used to save on-board SHSH blobs of 32-bit and 64-bit iOS devices. - Legacy iOS Kit can also be used to save on-board SHSH blobs of 32-bit and 64-bit iOS devices.
- The steps below are for 32-bit devices only. For 64-bit devices, go to [SSH-Ramdisk](SSH-Ramdisk) - The steps below are for 32-bit devices only. For 64-bit devices, go to [SSH-Ramdisk](SSH-Ramdisk) instead.
- There is also another option to dump onboard blobs for 64-bit devices in Normal mode. It requires jailbreaking and installing OpenSSH, and follows the steps below.
1. Prepare your iOS device by following the steps in the [Restore to 32-bit device](https://github.com/LukeZGD/Legacy-iOS-Kit/wiki/Restore-32-bit-device) page. 1. Prepare your iOS device by following the steps in the [Restore to 32-bit device](https://github.com/LukeZGD/Legacy-iOS-Kit/wiki/Restore-32-bit-device) page.
- For not jailbroken methods, you may also go to the [DFU Advanced Menu](https://github.com/LukeZGD/Legacy-iOS-Kit/wiki/Troubleshooting#dfu-advanced-menu-for-32-bit-devices) section of Troubleshooting - For not jailbroken methods, you may also go to the [DFU Advanced Menu](https://github.com/LukeZGD/Legacy-iOS-Kit/wiki/Troubleshooting#dfu-advanced-menu-for-32-bit-devices) section of Troubleshooting
1. Start the script and select Save SHSH Blobs -> Onboard Blobs 1. Start the script and select Save SHSH Blobs -> Onboard Blobs
1. [Download](https://ipsw.me/) and select the IPSW of your current iOS version 1. [Download](https://ipsw.me/) and select the IPSW of your current iOS version (32-bit devices only)
1. Follow the given instructions. If the process is successful, valid SHSH blobs of your current iOS version will be saved. 1. Follow the given instructions. If the process is successful, valid SHSH blobs of your current iOS version will be saved.
- If blob dumping fails for some reason, try using another USB port. - If blob dumping fails for some reason, try using another USB port.