Skip to content

Commit f81cac4

Browse files
committed
one more update
- iboot32patcher properly fixed now - remove useless change in bootargs previously made for ipsw_prepare_ios4multipart
1 parent 12ba5bb commit f81cac4

File tree

5 files changed

+1
-4
lines changed

5 files changed

+1
-4
lines changed

bin/linux/arm64/iBoot32Patcher

-240 Bytes
Binary file not shown.

bin/linux/x86_64/iBoot32Patcher

-176 Bytes
Binary file not shown.

bin/macos/arm64/iBoot32Patcher

-64 Bytes
Binary file not shown.

bin/macos/iBoot32Patcher

-56 Bytes
Binary file not shown.

restore.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4094,10 +4094,7 @@ ipsw_prepare_ios4multipart() {
40944094
if [[ $ipsw_verbose == 1 ]]; then
40954095
bootargs="pio-error=0 -v"
40964096
fi
4097-
if [[ $device_target_vers == "4.2"* ]]; then
4098-
bootargs+=" amfi=0xff cs_enforcement_disable=1"
4099-
fi
4100-
ExtraArr+=("-b" "$bootargs" "--debug")
4097+
ExtraArr+=("-b" "$bootargs")
41014098
patch_iboot "${ExtraArr[@]}"
41024099

41034100
if [[ $device_type == "iPad1,1" && $device_target_vers == "3"* ]]; then

0 commit comments

Comments
 (0)