Skip to content

Commit cbdfcff

Browse files
committed
ipad 2 powdersn0w 7.x by pingzi610 (tracking issue #1119)
- also #1023 - havent tested it myself. for now enabled for all ipad 2's except 2,4 which is separate - for tracking issue at #1119, said to have issues with ios 4 and 5
1 parent 39f4142 commit cbdfcff

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

512 KB
Binary file not shown.
512 KB
Binary file not shown.

restore.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,11 +1725,11 @@ device_get_info() {
17251725

17261726
# powdersn0w device and base version support
17271727
case $device_type in
1728-
iPhone[345],* | iPad1,1 | iPad2,[4567] | iPad3,* | iPod[35],1 ) device_can_powder=1;;
1728+
iPhone[345],* | iPad1,1 | iPad[23],* | iPod[35],1 ) device_can_powder=1;;
17291729
esac
17301730
check_vers="7.1"
17311731
case $device_type in
1732-
iPad2,[567] | iPad3,[456] | iPhone5,* | iPod5,1 ) check_vers="7";;
1732+
iPad2,[123567] | iPad3,[456] | iPhone5,* | iPod5,1 ) check_vers="7";;
17331733
esac
17341734
base_vers="$check_vers.x"
17351735
if [[ $device_proc == 4 ]]; then

0 commit comments

Comments
 (0)