diff --git a/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/Info.plist b/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/Info.plist new file mode 100644 index 0000000..8fddc49 --- /dev/null +++ b/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/Info.plist @@ -0,0 +1,84 @@ + + + + + RootFilesystem + 058-24110-023.dmg + RootFilesystemSize + 2058 + Filename + iPhone5,2_8.4.1_12H321_Restore.ipsw + RamdiskMountVolume + ramdisk + Name + iPhone5,2_8.4.1_12H321 + hwmodel + N42 + SubPlatform + 6 + Platform + 1 + RamdiskOptionsPath + /usr/local/share/restore/options.n42.plist + SHA1 + da4e50bf721d91bbd0b4a90ba9df9cdf2e8b9f53 + RamdiskPatches + + asr + + File + usr/sbin/asr + Patch + asr.patch + + + DownloadUrl + + FilesystemPatches + + Filesystem Jailbreak + + + Action + Patch + File + etc/fstab + Name + Remove nosuid and nodev from /private/var + Patch + fstab.patch + + + + RootFilesystemMountVolume + Donner12H321.N42OS + FirmwarePatches + + Restore Ramdisk + + File + 058-23947-023.dmg + Key + 9bde35e15c13939b0e910e30f45109103cacabc3c5535a20a79f87d35d4a8c35 + Decrypt + + TypeFlag + 8 + IV + 9f3c9ed053e2057f7b2be54a80c3eec8 + + + RootFilesystemKey + 7f68bec2637d5ac0837e38878a8a411c72131fc6394b5a84fd0f878f54f97af3801f34fd + needPref + + PackagePath + jailbreak/cydia.tar + UntetherPath + jailbreak/untether.tar + RamdiskPackage + jailbreak/bin.tar + RamdiskReboot + ../tmp/reboot.sh + + diff --git a/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/asr.patch b/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/asr.patch new file mode 100644 index 0000000..b92efb3 Binary files /dev/null and b/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/asr.patch differ diff --git a/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/fstab.patch b/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/fstab.patch new file mode 100644 index 0000000..91aba22 Binary files /dev/null and b/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/fstab.patch differ diff --git a/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/iBEC.n42.RELEASE.patch b/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/iBEC.n42.RELEASE.patch new file mode 100644 index 0000000..b9742ab Binary files /dev/null and b/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/iBEC.n42.RELEASE.patch differ diff --git a/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/iBSS.n42.RELEASE.patch b/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/iBSS.n42.RELEASE.patch new file mode 100644 index 0000000..d99fdd1 Binary files /dev/null and b/resources/firmware/JailbreakBundles/Down_iPhone5,2_8.4.1_12H321.bundle/iBSS.n42.RELEASE.patch differ diff --git a/resources/ipsw.sh b/resources/ipsw.sh index eafa461..8ea3e0e 100755 --- a/resources/ipsw.sh +++ b/resources/ipsw.sh @@ -2,7 +2,8 @@ JailbreakSet() { Jailbreak=1 - if [[ $ProductType == "iPhone4,1" || $ProductType == "iPad2,4" || $ProductType == "iPad2,5" || + if [[ $ProductType == "iPhone4,1" || $ProductType == "iPhone5,2" || + $ProductType == "iPad2,4" || $ProductType == "iPad2,5" || $ProductType == "iPad2,6" || $ProductType == "iPad2,7" || $ProductType == "iPod5,1" ]] || [[ $ProductType == "iPad3"* && $DeviceProc == 5 ]]; then [[ $OSVer == "8.4.1" ]] && JBDaibutsu=1 diff --git a/resources/jailbreak/etasonJB-untether.tar b/resources/jailbreak/etasonJB-untether.tar index f518333..b492a83 100644 Binary files a/resources/jailbreak/etasonJB-untether.tar and b/resources/jailbreak/etasonJB-untether.tar differ diff --git a/resources/jailbreak/fstab.tar b/resources/jailbreak/fstab.tar index ed7b05e..30746fd 100644 Binary files a/resources/jailbreak/fstab.tar and b/resources/jailbreak/fstab.tar differ