Writing /var/lib/dokuwiki/wiki.project-insanity.org/data/meta/iphone5s.meta failed
iphone5s
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
iphone5s [2020/04/07 10:26] – [neuer versuch april 2020] 46.223.163.251 | iphone5s [2021/10/31 10:42] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <code bash> | ||
+ | sudo -u aur aur sync -cu img4lib-git img4tool-git futurerestore-s0uthwest-git libirecovery-git liboffsetfinder64-git tsschecker-git ipwndfu-linushenze-git igetnonce-git | ||
+ | pacman -Sy img4lib-git img4tool-git futurerestore-s0uthwest-git libirecovery-git liboffsetfinder64-git tsschecker-git bsdiff libimobiledevice ipwndfu-linushenze-git igetnonce-git | ||
+ | </ | ||
+ | * https:// | ||
+ | * next: https:// | ||
+ | * next: ipwndfu-linushenze-git https:// | ||
+ | |||
+ | Source https:// | ||
+ | <code bash> | ||
+ | wget " | ||
+ | unzip -j iPhone_4.0_64bit_10.3.3_14G60_Restore.ipsw " | ||
+ | </ | ||
+ | https:// | ||
+ | < | ||
+ | f2aa35f6e27c409fd57e9b711f416cfe | ||
+ | 599d9b18bc51d93f2385fa4e83539a2eec955fce5f4ae960b252583fcbebfe75 | ||
+ | f2aa35f6e27c409fd57e9b711f416cfe599d9b18bc51d93f2385fa4e83539a2eec955fce5f4ae960b252583fcbebfe75 | ||
+ | </ | ||
+ | |||
+ | <code bash> | ||
+ | img4 -i iBSS.iphone6.RELEASE.im4p -o ibss.decrypt -k " | ||
+ | img4 -i iBEC.iphone6.RELEASE.im4p -o ibec.decrypt -k " | ||
+ | img4tool -e -o ibss.raw ibss.decrypt | ||
+ | img4tool -e -o ibec.raw ibec.decrypt | ||
+ | </ | ||
+ | untested: | ||
+ | <code bash> | ||
+ | # | ||
+ | # | ||
+ | #img4tool -p ibss.im4p --tag ibss --info iBoot-hax ibss.pwn # rewrite to: | ||
+ | img4tool -p ibss.im4p --tag ibss --info iBoot-hax ibss.raw | ||
+ | #img4tool -p ibec.im4p --tag ibec --info iBoot-hax ibec.pwn | ||
+ | img4tool -p ibec.im4p --tag ibss --info iBoot-hax ibec.raw | ||
+ | ideviceinfo -k UniqueChipID # get ecid, booted & connected via usb, in decimal | ||
+ | # 6556969683248 | ||
+ | # tsschecker -e “your-ecid” -s -o -i 9.9.10.3.3 --buildid 14G60 -d iPhone6,2 --save-path . | ||
+ | | ||
+ | img4tool -p ibss.im4p -c ibss.img4 -s 6556969683248_iPhone6, | ||
+ | img4tool -p ibec.im4p -c ibec.img4 -s 6556969683248_iPhone6, | ||
+ | bspatch / | ||
+ | sudo ipwndfu -p | ||
+ | rmsigchks | ||
+ | irecovery -f random.txt | ||
+ | irecovery -f ibss.img4 | ||
+ | irecovery -f ibec.img4 | ||
+ | # edit original ipsw | ||
+ | igetnonce | ||
+ | tsschecker -e " | ||
+ | futurerestore -t “new-shsh-file” -b baseband from 10.3.3 ipsw -p Alitek' | ||
+ | </ | ||
+ | |||
+ | ===== neuer versuch april 2020 ===== | ||
+ | * dfu | ||
+ | * 10 sekunden home + power | ||
+ | * 10 sekunden weiter home | ||
+ | * https:// | ||
+ | * https:// |