Huge update (3GS/touch 2 downgrades, etc)

I have not done thorough testing yet, hopefully things don't break badly

- Added iOS 5.x and 7.0.x untethers. All of 5.x, 6.x, and 7.x can now be jailbroken with custom IPSW (Jailbreaking using SSH ramdisk is to be added next)
- iPhone 3GS downgrades with 24Kpwn/alloc8
- iPod touch 2 support and downgrades
- Remove 32-bit bsdiff patches for iBSS and iBEC in favor of patching with iBoot32Patcher
- Updated binaries (except for armhf, to follow)
- Add SHSH validation for powdersn0w and "Other" restores
- Add more checks in selecting IPSW menu
- Display some warnings on menu display
- Fix a lot of script stuff, remove the usage of xmlstarlet
This commit is contained in:
LukeZGD 2023-06-15 14:21:05 +08:00
parent 1fb0a9d93d
commit 969264ab89
186 changed files with 406 additions and 585 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Download some files
run: |
pushd resources
curl -L https://github.com/LukeZGD/ipwndfu/archive/6e67c9e28a5f7f63f179dea670f7f858712350a0.zip -o ipwndfu.zip
curl -L https://github.com/LukeZGD/ipwndfu/archive/0883efd7de10e806e8d5e3d825950b04bb5a12b7.zip -o ipwndfu.zip
curl -L https://github.com/LukeZGD/Legacy-iOS-Kit-Keys/archive/refs/heads/master.zip -o keys.zip
unzip keys.zip -d .
unzip ipwndfu.zip -d .

View File

@ -9,21 +9,23 @@
## Features
- Restore to iOS 8.4.1 or 6.1.3 on supported 32-bit devices **(OTA signed)**
- Restore iPhone 4 GSM (iPhone3,1) to unsigned iOS versions **(powdersn0w)**
- Restore to iOS 10.3.3 on supported A7 devices **(OTA signed)**
- Option to **jailbreak** iOS 6.1.3 and 8.4.1 restores
- Restore to unsigned iOS versions **with SHSH blobs**
- Restore to unsigned iOS versions **with iOS 7.1.x blobs (powdersn0w)**
- Restore iPhone 4 GSM (iPhone3,1) to lower iOS versions **(powdersn0w)**
- Restore iPhone 3GS and iPod touch 2 to lower iOS versions **(24Kpwn/alloc8)**
- Restore 32-bit devices to lower iOS versions **with SHSH blobs**
- Restore 32-bit devices to lower iOS versions **with iOS 7.1.x blobs (powdersn0w)**
- Device support is limited, see below
- The latest baseband will be used for 32-bit devices if applicable
- Place device to pwned iBSS/kDFU mode for 32-bit devices
- Clear NVRAM for devices that support powdersn0w
- Restore iPhone 4 to iOS 7.1.2 with the option to jailbreak
- Restore supported devices to their latest iOS version
- Option to **jailbreak** all of the above devices
- Including latest iOS versions for some devices (5.1.1, 6.1.6, 7.1.2)
- Available on target versions iOS 4.x to 7.x and 8.4.1
- Restore to iOS 10.3.3 on supported A7 devices **(OTA signed)**
- Restore A7/A8 devices to lower iOS versions **with SHSH blobs**
- Limited compatibility due to SEP/BB, see below
- The latest baseband will be flashed for 32-bit devices if applicable
- Save onboard and Cydia SHSH blobs for 32-bit devices
- Place device to pwned iBSS/kDFU mode for supported devices
- Boot SSH Ramdisk on supported 32-bit devices
- Pwning supported iOS devices using limera1n or checkm8 with iPwnder/gaster
- Device activation using ideviceactivation on Linux
- Clear NVRAM for devices that support powdersn0w
- Device activation using ideviceactivation
## Supported devices
- [Identify your device here](https://ipsw.me/device-finder)
@ -67,7 +69,8 @@
- Supports most 32-bit devices (iOS 3 to 10, version range depends on device)
- iPhone 3GS, 4, 4S, 5, 5C
- iPad 1, 2, 3, 4, mini 1
- iPod touch 3, 4, 5
- iPod touch 2, 3, 4, 5
- S5L8900 devices will likely never be supported
- Restoring with SHSH blobs is also supported on most A7/A8 devices:
- See [SEP/BB Compatibility Chart](https://docs.google.com/spreadsheets/d/1Mb1UNm6g3yvdQD67M413GYSaJ4uoNhLgpkc7YKi3LBs/edit#gid=1191207636) for iOS versions
- iPhone 5S, 6, 6 Plus
@ -77,6 +80,13 @@
- iPhone 4 GSM - targets iOS 4.3 to 6.1.3
- iPhone 4S, iPhone 5 (not 5C), iPad 2 Rev A, iPod 5th generation - targets iOS 5.0 to 6.1.3, 8.0 to 9.3.5
- Using powdersn0w requires iOS 7.1.x blobs for your device
- Restoring with 24Kpwn/alloc8 is supported on the following devices:
- iPhone 3GS - targets iOS 3.1.3 to 5.1.1
- iPod touch 2 - targets iOS 3.1.3 to 4.0
- Restoring to latest iOS version with jailbreak for the following devices:
- iPhone 4 - iOS 7.1.2 jailbroken with Pangu
- iPhone 3GS, iPod touch 4 - iOS 6.1.6 jailbroken with p0sixspwn
- iPad 1, iPod touch 3 - iOS 5.1.1 jailbroken with pris0nbarake
## Supported OS versions/distros
@ -107,7 +117,6 @@
- [futurerestore](https://github.com/tihmstar/futurerestore) - tihmstar;
- [LukeZGD fork](https://github.com/LukeZGD/futurerestore) used on Linux for restoring 32-bit devices
- [LukeeGD fork](https://github.com/LukeeGD/futurerestore) used on Linux/Windows for restoring A7/A8 devices
- [futurerestore](https://github.com/futurerestore/futurerestore/) v259 used on macOS
- [iBoot32Patcher](https://github.com/dora2-iOS/iBoot32Patcher/) - dora2ios fork
- [idevicerestore](https://github.com/libimobiledevice/idevicerestore) - libimobiledevice; [LukeZGD fork](https://github.com/LukeZGD/idevicerestore)
- [idevicererestore](https://github.com/LukeZGD/daibutsuCFW/tree/main/src/idevicererestore) from daibutsuCFW (used on custom IPSW restores for A5/A6 devices)
@ -123,5 +132,7 @@
- [Pangu](https://www.theiphonewiki.com/wiki/Pangu)
- [p0sixspwn](https://www.theiphonewiki.com/wiki/p0sixspwn)
- [unthredeh4il](https://www.theiphonewiki.com/wiki/Unthredera1n#unthredeh4il)
- [evasi0n](https://www.theiphonewiki.com/wiki/Evasi0n)
- [pris0nbarake](https://github.com/LukeZGD/pris0nbarake) - LukeZGD fork
- SSH Ramdisk tar from [SSH-Ramdisk-Maker-and-Loader](https://github.com/Ralph0045/SSH-Ramdisk-Maker-and-Loader)
- Bootstrap tar from [SpiritNET](https://invoxiplaygames.uk/projects/spiritnet/)

BIN
bin/linux/arm64/dmg Executable file

Binary file not shown.

BIN
bin/linux/arm64/ideviceactivation Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/linux/x86_64/dmg Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/macos/dmg Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/macos/futurerestore_old Executable file

Binary file not shown.

Binary file not shown.

BIN
bin/macos/ideviceactivation Executable file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
bin/windows/dmg Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,143 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd>
<plist version="1.0">
<dict>
<key>FilesystemPatches</key>
<dict/>
<key>FirmwarePatches</key>
<dict>
<key>RestoreKernelCache</key>
<dict>
<key>File</key>
<string>kernelcache.release.n90</string>
<key>IV</key>
<string>a1aee41423e11a44135233dd345433ce</string>
<key>Key</key>
<string>9b05ef79c63c59e71f253219ffaa952f25f6810d3863aac2b49628e64f9f0869</string>
<!--key>Patch</key>
<string>kernelcache.release.patch</string-->
<key>DecryptPath</key>
<string>Downgrade/kernelcache.release.n90</string>
<key>TypeFlag</key>
<integer>4</integer>
</dict>
<!--key>Update Ramdisk</key>
<dict>
<key>File</key>
<string>058-4266-010.dmg</string>
<key>IV</key>
<string>6f634978ee1d464dd30d9b49c72d62d9</string>
<key>Key</key>
<string>276e895192154e7903711a9aaa3444177c92f1c79e6cc58051429ce52e2d1beb</string>
<key>TypeFlag</key>
<integer>8</integer>
</dict-->
<key>Restore Ramdisk</key>
<dict>
<key>File</key>
<string>058-4107-013.dmg</string>
<key>IV</key>
<string>4bd50f8abb89925f20793baac84ad76b</string>
<key>Key</key>
<string>23582ce84d0149c1819b72948c6a55a155c1fa4366678a9e51a6f66f5a77de10</string>
<key>Decrypt</key>
<true/>
<key>TypeFlag</key>
<integer>8</integer>
</dict>
<key>iBSS</key>
<dict>
<key>File</key>
<string>Firmware/dfu/iBSS.n90ap.RELEASE.dfu</string>
<key>IV</key>
<string>a5854328e525031dc205d6e476a8b1bb</string>
<key>Key</key>
<string>23dda7990807b4225d589dc11099a4a8bd122089b93759d6356e9525f986584c</string>
<key>Patch</key>
<string>iBSS.n90ap.RELEASE.patch</string>
<key>Decrypt</key>
<true/>
<key>TypeFlag</key>
<integer>8</integer>
</dict>
<key>iBEC</key>
<dict>
<key>File</key>
<string>Firmware/dfu/iBEC.n90ap.RELEASE.dfu</string>
<key>IV</key>
<string>ca528426065da305c19476477a39ed18</string>
<key>Key</key>
<string>3273904a1cfd111a20d6a53f2636902db1193dad5f0acf3837dd7c79fb3b795f</string>
<key>Patch</key>
<string>iBEC.n90ap.RELEASE.patch</string>
<key>Decrypt</key>
<true/>
<key>TypeFlag</key>
<integer>8</integer>
</dict>
<key>RestoreDeviceTree</key>
<dict>
<key>File</key>
<string>Firmware/all_flash/all_flash.n90ap.production/DeviceTree.n90ap.img3</string>
<key>IV</key>
<string>d2f224a2d7e04461ec12ac81f91d657a</string>
<key>Key</key>
<string>b93c3a564dc36e184871e246fa8df725ecebafb38c042b6302b333c39e7d1787</string>
<key>DecryptPath</key>
<string>Downgrade/DeviceTree.n90ap.img3</string>
</dict>
<key>RestoreLogo</key>
<dict>
<key>File</key>
<string>Firmware/all_flash/all_flash.n90ap.production/applelogo@2x~iphone.s5l8930x.img3</string>
<key>IV</key>
<string>2287b716b833ba84566cf365e3368d37</string>
<key>Key</key>
<string>73f0cef0f12ed5e43b53c87373a2be672481c4fc0f1f542c5e8da8b7d518611f</string>
<key>DecryptPath</key>
<string>Downgrade/applelogo@2x~iphone.s5l8930x.img3</string>
</dict>
</dict>
<key>RamdiskPatches</key>
<dict>
<key>asr</key>
<dict>
<key>File</key>
<string>usr/sbin/asr</string>
<key>Patch</key>
<string>asr.patch</string>
</dict>
<!--key>restored_external</key>
<dict>
<key>File</key>
<string>usr/local/bin/restored_external</string>
<key>Patch</key>
<string>restored.patch</string>
</dict-->
</dict>
<key>RamdiskMountVolume</key>
<string>ramdisk</string>
<key>RamdiskOptionsPath</key>
<string>/usr/local/share/restore/options.n90.plist</string>
<key>RootFilesystem</key>
<string>058-4520-010.dmg</string>
<key>RootFilesystemSize</key>
<integer>1531</integer>
<key>RootFilesystemKey</key>
<string>38d0320d099b9dd34ffb3308c53d397f14955b347d6a433fe173acc2ced1ae78756b3684</string>
<key>RootFilesystemMountVolume</key>
<string>Sochi11D257.N90OS</string>
<key>SHA1</key>
<string>81da17b3e893a61508fe203849b7e1f60e2127b1</string>
<key>Filename</key>
<string>iPhone3,1_7.1.2_11D257_Restore.ipsw</string>
<key>Name</key>
<string>iPhone3,1_7.1.2_11D257</string>
<key>DownloadUrl</key>
<string></string>
<key>Platform</key>
<integer>1</integer>
<key>SubPlatform</key>
<integer>6</integer>
</dict>
</plist>

View File

@ -1,123 +0,0 @@
<?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>DownloadUrl</key>
<string></string>
<key>Filename</key>
<string>iPhone3,2_7.1.2_11D257_Restore.ipsw</string>
<key>FilesystemPatches</key>
<dict/>
<key>FirmwarePatches</key>
<dict>
<key>Restore Ramdisk</key>
<dict>
<key>Decrypt</key>
<true/>
<key>File</key>
<string>058-4107-013.dmg</string>
<key>IV</key>
<string>4d45b18575f0e48ef0c1f1fea1663e0e</string>
<key>Key</key>
<string>2ab11294614e2fda8e8c806208e3bd96337877673e166702e5f5df558da48b09</string>
<key>TypeFlag</key>
<integer>8</integer>
</dict>
<key>RestoreDeviceTree</key>
<dict>
<key>DecryptPath</key>
<string>Downgrade/DeviceTree.n90bap.img3</string>
<key>File</key>
<string>Firmware/all_flash/all_flash.n90bap.production/DeviceTree.n90bap.img3</string>
<key>IV</key>
<string>206e596d02d01842941d90ad71f4265f</string>
<key>Key</key>
<string>38f09516b60d5d2839ac7ed8d6f288af53babf8d49d1b70bc509170c3dcd0f2a</string>
</dict>
<key>RestoreKernelCache</key>
<dict>
<key>DecryptPath</key>
<string>Downgrade/kernelcache.release.n90b</string>
<key>File</key>
<string>kernelcache.release.n90b</string>
<key>IV</key>
<string>054fa7c7537f0d7f5271349656d729e6</string>
<key>Key</key>
<string>f24fa28626283eb1e252fec878ab0716d0fd7b6e62cf114fcd1ce132ba96d633</string>
<key>TypeFlag</key>
<integer>4</integer>
</dict>
<key>RestoreLogo</key>
<dict>
<key>DecryptPath</key>
<string>Downgrade/applelogo@2x~iphone.s5l8930x.img3</string>
<key>File</key>
<string>Firmware/all_flash/all_flash.n90bap.production/applelogo@2x~iphone.s5l8930x.img3</string>
<key>IV</key>
<string>2287b716b833ba84566cf365e3368d37</string>
<key>Key</key>
<string>2ab11294614e2fda8e8c806208e3bd96337877673e166702e5f5df558da48b09</string>
</dict>
<key>iBEC</key>
<dict>
<key>Decrypt</key>
<true/>
<key>File</key>
<string>Firmware/dfu/iBEC.n90bap.RELEASE.dfu</string>
<key>IV</key>
<string>a6ff0ef84ca1c536f540b81c0c858858</string>
<key>Key</key>
<string>45f08035e58d63e6426f1b81fa760e6019b37a42c5286b108b4c37f58e0bc06b</string>
<key>Patch</key>
<string>iBEC.n90bap.RELEASE.patch</string>
<key>TypeFlag</key>
<integer>8</integer>
</dict>
<key>iBSS</key>
<dict>
<key>Decrypt</key>
<true/>
<key>File</key>
<string>Firmware/dfu/iBSS.n90bap.RELEASE.dfu</string>
<key>IV</key>
<string>a5e8a7cd8e659db3b6f983409b98b66c</string>
<key>Key</key>
<string>42865aa964f0cba160d173794530e40e46910e14383f3ac9d24cd650ebdb9926</string>
<key>Patch</key>
<string>iBSS.n90bap.RELEASE.patch</string>
<key>TypeFlag</key>
<integer>8</integer>
</dict>
</dict>
<key>Name</key>
<string>iPhone3,2_7.1.2_11D257</string>
<key>Platform</key>
<integer>1</integer>
<key>RamdiskMountVolume</key>
<string>ramdisk</string>
<key>RamdiskOptionsPath</key>
<string>/usr/local/share/restore/options.n90b.plist</string>
<key>RamdiskPatches</key>
<dict>
<key>asr</key>
<dict>
<key>File</key>
<string>usr/sbin/asr</string>
<key>Patch</key>
<string>asr.patch</string>
</dict>
</dict>
<key>RootFilesystem</key>
<string>058-4498-010.dmg</string>
<key>RootFilesystemKey</key>
<string>10a8d34290659b33117f5b6dfe59055d6a38400819dbbecfd3ad50b7b68619c5bf10f852</string>
<key>RootFilesystemMountVolume</key>
<string>Sochi11D257.N90bOS</string>
<key>RootFilesystemSize</key>
<integer>1515</integer>
<key>SHA1</key>
<string>b3c0c0adc95ae2ae1184e9aa111845cd705975d9</string>
<key>SubPlatform</key>
<integer>6</integer>
</dict>
</plist>

View File

@ -1,143 +0,0 @@
<?xml version=1.0 encoding=UTF-8?>
<!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd>
<plist version=1.0>
<dict>
<key>FilesystemPatches</key>
<dict/>
<key>FirmwarePatches</key>
<dict>
<key>RestoreKernelCache</key>
<dict>
<key>File</key>
<string>kernelcache.release.n92</string>
<key>IV</key>
<string>b84212f017d5ffd962db0bbe050581dc</string>
<key>Key</key>
<string>92e5720cadf724cdf428d44119b634ab3346aef1ab4e3e20abc8ecb73f7f8642</string>
<!--key>Patch</key>
<string>kernelcache.release.patch</string-->
<key>DecryptPath</key>
<string>Downgrade/kernelcache.release.n92</string>
<key>TypeFlag</key>
<integer>4</integer>
</dict>
<!--key>Update Ramdisk</key>
<dict>
<key>File</key>
<string>058-4266-010.dmg</string>
<key>IV</key>
<string>ab730b85ad270792ffd33f9c75382d15</string>
<key>Key</key>
<string>8b368bd8e2a09f000258f794c95ed405c1078796abefe1f522ec42e248e08f0b</string>
<key>TypeFlag</key>
<integer>8</integer>
</dict-->
<key>Restore Ramdisk</key>
<dict>
<key>File</key>
<string>058-4107-013.dmg</string>
<key>IV</key>
<string>e6562294eb9989aaca7fda5b57065fde</string>
<key>Key</key>
<string>ad5cfa520f1018d4083710011f627107389785f425303938e5412dff1aee65bb</string>
<key>Decrypt</key>
<true/>
<key>TypeFlag</key>
<integer>8</integer>
</dict>
<key>iBSS</key>
<dict>
<key>File</key>
<string>Firmware/dfu/iBSS.n92ap.RELEASE.dfu</string>
<key>IV</key>
<string>f5f67870c11f90c5f0f416df89618470</string>
<key>Key</key>
<string>579c6275ac9835fe7a4c148ee1e6af5289431996d51fa145a8d5bc438559bdb1</string>
<key>Patch</key>
<string>iBSS.n92ap.RELEASE.patch</string>
<key>Decrypt</key>
<true/>
<key>TypeFlag</key>
<integer>8</integer>
</dict>
<key>iBEC</key>
<dict>
<key>File</key>
<string>Firmware/dfu/iBEC.n92ap.RELEASE.dfu</string>
<key>IV</key>
<string>858cc5776b240dd9c5eac82e56dd6706</string>
<key>Key</key>
<string>97c37caee1839d5bf6a51a5d7fbdd5b24d6e4fc50a151d82dd66777825e0efab</string>
<key>Patch</key>
<string>iBEC.n92ap.RELEASE.patch</string>
<key>Decrypt</key>
<true/>
<key>TypeFlag</key>
<integer>8</integer>
</dict>
<key>RestoreDeviceTree</key>
<dict>
<key>File</key>
<string>Firmware/all_flash/all_flash.n92ap.production/DeviceTree.n92ap.img3</string>
<key>IV</key>
<string>8662383170bb93fffe2dbdd181a620da</string>
<key>Key</key>
<string>8473b8932e1957c1e650f15cb3b6f49f497e241ebacfaa7d0b1eca3b15fc633c</string>
<key>DecryptPath</key>
<string>Downgrade/DeviceTree.n92ap.img3</string>
</dict>
<key>RestoreLogo</key>
<dict>
<key>File</key>
<string>Firmware/all_flash/all_flash.n92ap.production/applelogo@2x~iphone.s5l8930x.img3</string>
<key>IV</key>
<string>2287b716b833ba84566cf365e3368d37</string>
<key>Key</key>
<string>73f0cef0f12ed5e43b53c87373a2be672481c4fc0f1f542c5e8da8b7d518611f</string>
<key>DecryptPath</key>
<string>Downgrade/applelogo@2x~iphone.s5l8930x.img3</string>
</dict>
</dict>
<key>RamdiskPatches</key>
<dict>
<key>asr</key>
<dict>
<key>File</key>
<string>usr/sbin/asr</string>
<key>Patch</key>
<string>asr.patch</string>
</dict>
<!--key>restored_external</key>
<dict>
<key>File</key>
<string>usr/local/bin/restored_external</string>
<key>Patch</key>
<string>restored.patch</string>
</dict-->
</dict>
<key>RamdiskMountVolume</key>
<string>ramdisk</string>
<key>RamdiskOptionsPath</key>
<string>/usr/local/share/restore/options.n92.plist</string>
<key>RootFilesystem</key>
<string>058-4110-009.dmg</string>
<key>RootFilesystemSize</key>
<integer>1522</integer>
<key>RootFilesystemKey</key>
<string>423b3503689b7058d1398d1b5d56a7b1ccf4d79e1c3e6ba853122b4f86820a9e3bc911f6</string>
<key>RootFilesystemMountVolume</key>
<string>Sochi11D257.N92OS</string>
<key>SHA1</key>
<string>aaeda3c8e1979189faa153cdf43e817a3f81f74c</string>
<key>Filename</key>
<string>iPhone3,3_7.1.2_11D257_Restore.ipsw</string>
<key>Name</key>
<string>iPhone3,3_7.1.2_11D257</string>
<key>DownloadUrl</key>
<string></string>
<key>Platform</key>
<integer>1</integer>
<key>SubPlatform</key>
<integer>6</integer>
</dict>
</plist>

View File

@ -0,0 +1 @@
8cb3775e62c6f72059a962bf891b4e145b965052

View File

@ -0,0 +1 @@
http://appldnld.apple.com/iPhone/061-7472.20100202.8tugj/iPhone2,1_3.1.3_7E18_Restore.ipsw

View File

@ -0,0 +1 @@
e065245874c73510ceb8fa4bd9388b60d46eb252

View File

@ -0,0 +1 @@
http://appldnld.apple.com/iPhone4/061-7437.20100621.5urG8/iPhone2,1_4.0_8A293_Restore.ipsw

View File

@ -0,0 +1 @@
027aaf90744076551a93a7f78e9aae2c740f3b40

View File

@ -0,0 +1 @@
http://appldnld.apple.com/iPhone4/041-1009.20110503.M73Yr/iPhone2,1_4.3.3_8J2_Restore.ipsw

View File

@ -0,0 +1 @@
2a35ac00cd00c4bc499a971391b99471bf2fdd05

View File

@ -0,0 +1 @@
http://appldnld.apple.com/iOS5.1.1/041-4347.20120427.o2yov/iPhone2,1_5.1.1_9B206_Restore.ipsw

View File

@ -0,0 +1 @@
5f4f5c01eda2f811f73167e7d1f82dbeed82367b

View File

@ -0,0 +1 @@
https://invoxiplaygames.uk/ipsw/iPod2,1_3.1.3_7E18_Restore.ipsw

View File

@ -0,0 +1 @@
c026c373bc535496a6f901de2ba37d4a487413bf

View File

@ -0,0 +1 @@
http://appldnld.apple.com/iPhone4/061-7435.20100621.tr49t/iPod2,1_4.0_8A293_Restore.ipsw

View File

@ -0,0 +1 @@
97abde6207660bd876fd476275dd526d0dcf3d19

View File

@ -0,0 +1 @@
http://appldnld.apple.com/iPhone4/061-7937.20100908.ghj4f/iPod2,1_4.1_8B117_Restore.ipsw

View File

@ -0,0 +1 @@
b9efddc7bb4350c237a8d3846af61bbfc8a2f647

View File

@ -0,0 +1 @@
http://appldnld.apple.com/iPhone4/061-9855.20101122.Lrft6/iPod2,1_4.2.1_8C148_Restore.ipsw

View File

@ -0,0 +1 @@
n72

View File

@ -0,0 +1 @@
3162bad4060b7a58c9942ddb483e5bd9bcc5269f

View File

@ -0,0 +1 @@
http://appldnld.apple.com/iPhone4/061-7941.20100908.sV9KE/iPod3,1_4.1_8B117_Restore.ipsw

Binary file not shown.

View File

@ -0,0 +1,2 @@
/dev/disk0s1 / hfs rw 0 1
/dev/disk0s2 /private/var hfs rw 0 2

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More