1297 Commits

Author SHA1 Message Date
LukeeGD
95e7fc442c updates regarding pwned dfu/ibss, attempt a change for s5l8900 dfu ipsw latest 2025-10-17 11:33:47 +08:00
LukeeGD
7ff1579bc8 ipwnder32 for pwning a6(x) on intel macs (for #871)
a6 iphones on apple silicon macs will still use a6meowing. the rest (a6 on intel, a6x on all macs) will use ipwnder32
2025-10-14 21:29:06 +08:00
LukeeGD
48df2b6f3e Address pwning issues (fix #873, attempt for #871)
- fix wrong/missing logic that causes issue #873
- attempt to fix #871 as well, a6meowing will be used on apple silicon macs only for now
2025-10-14 19:56:54 +08:00
LukeeGD
5f3ebdcd84 auto-enable activation record stitching on 9900 imei devices only, and other changes
- auto-enable activation record stitching only on devices where imei starts with 9900
- update ipwndfu
- bump 18.x version to 18.7.1, all >18 just get from ipsw.me api
- re-enable device_find_all on macos, use ioreg iousb instead of system_profiler spusbdatatype
- some other small changes
- detect appletv and watch (close #869)
2025-10-12 08:18:00 +08:00
LukeeGD
7796f1bd88 rpm-ostree workaround fix #867 2025-10-10 21:31:34 +08:00
LukeeGD
4f4a74506b use a6meowing for pwning iphone 5/5c on macos
also update primepwn, but wont be using it on a4 macos yet since i currently cant compile it for intel mac
2025-10-08 20:29:03 +08:00
LukeeGD
1be888c9a1 attempt workaround pwning issues with a4/a6 devices on intel macs
- ideally, primepwn will be updated for a4 intel mac, and belladonna will be used for a6. but for now, this will do
- as of this commit: ipwnder will be used on both a4 and a6 on intel macs
2025-10-06 10:03:08 +08:00
LukeeGD
6bd367045c add a bit of manufacturing date check
- this can actually be more specific (week number) but meh
- partially to prepare for touch 4 ios 7
2025-10-05 20:52:04 +08:00
LukeeGD
7969a9a403 function for appledb requests, add run uicache option
should also help fix #866
2025-10-05 15:55:00 +08:00
LukeeGD
5992ef0725 Update restore.sh 2025-10-05 06:49:16 +08:00
LukeeGD
f8f5493c9d do not use ideviceinstaller json, hopefully fixes #854 2025-10-04 15:00:14 +08:00
LukeeGD
65f6eb5212 update xpwn binaries to fix an issue, add cachyos to supported, and other fixes
- fixes #856
- add cachyos to supported, apparently cachyos doesnt use id=arch or id_like=arch
- sideloader fork update should hopefully fix #858
- unfortunately i cant get to fix #862, issue should prob be taken upstream
- sideloader update also fixes bundleid issue on sideload like with jailbreaks.app chimerapatch ipa
- fix checks for unzip and zip
- other misc fixes
2025-10-04 13:32:52 +08:00
LukeeGD
2a7836e25b attempt fix issue with fw keys 2025-09-30 19:51:48 +08:00
LukeeGD
77c25ce851 better check for dfu mode device in dfu helper 2025-09-28 09:38:23 +08:00
LukeeGD
42cecf7b1a ok 2025-09-27 17:33:24 +08:00
LukeeGD
bfcbc1d33a Fix #848 2025-09-18 06:50:15 +08:00
LukeeGD
1c3a65ec8d bump some latest versions up 2025-09-16 22:33:20 +08:00
LukeeGD
5101392273 update some restore_deviceprepare that should fix #840
also remove sep/bb compatibility list links
2025-09-10 21:16:32 +08:00
LukeeGD
e9f9a2e57e curl fallback if aria2 fails 2025-09-01 21:15:17 +08:00
LukeeGD
4bf186f8ec some changes regarding aria2c
- install from package manager on supported linux distros
- check first if aria2c exists in path, then use that instead
- if it doesnt exist, only then use the aria2c bin
- remove >/dev/null from aria2c usages to always see output
- add --download-result=hide for shorter output
2025-08-31 16:19:56 +08:00
LukeeGD
4ab1fbdb16 an update.
- use fs workaround for touch 3 3.1.3. might help, might not help, i dont have a device to find out
- try something for #832. didnt test, idk if it fixes, hopefully it does
2025-08-31 08:25:50 +08:00
LukeeGD
49a82f3680 everuntether v1.3.2 2025-08-25 11:33:44 +08:00
LukeeGD
ac8a6b9937 better flow 2025-08-25 10:29:16 +08:00
LukeeGD
b1f77bb9c5 changes in custom logo and recovery image support (closes #826)
idk if it actually works but here it is anyway
2025-08-23 13:45:10 +08:00
LukeeGD
07fd130db4 better message for ssh stuff 2025-08-23 10:40:37 +08:00
LukeeGD
cfb3630af0 Update restore.sh 2025-08-21 11:15:43 +08:00
LukeeGD
4ccec2c695 replace ifuse with sshfs for mount filesystems solution 2025-08-18 22:11:46 +08:00
LukeeGD
438e8fc4f5 everuntether update 2025-08-18 20:56:04 +08:00
LukeeGD
1e1c9ecc2e 4.2.x cdma fs workaround
expand 3.2.x ipad fs workaround and apply it to 4.2.x cdma also
2025-08-18 20:55:54 +08:00
LukeeGD
f81cac4bc3 one more update
- iboot32patcher properly fixed now
- remove useless change in bootargs previously made for ipsw_prepare_ios4multipart
2025-08-17 00:09:37 +08:00
LukeeGD
12ba5bb1e4 Update restore.sh 2025-08-16 22:31:55 +08:00
LukeeGD
c52c212626 Update iBoot32Patcher 2025-08-16 22:20:03 +08:00
LukeeGD
2d5721822d Update iBoot32Patcher (temp fix/workaround for rsa patch issue on 3.x) 2025-08-16 22:17:34 +08:00
LukeeGD
9c5a53fe9c do some changes 2025-08-16 21:56:29 +08:00
LukeeGD
41cf82b45b Update iBoot32Patcher to Merc's fork, fixes iOS 5+ verbose boot for 3GS
will enable verbose boot option for s5l8900 and touch 2 old bootrom devices later down the line. for now, still 3gs only
2025-08-15 21:59:45 +08:00
LukeeGD
32d37ef1e0 fix some jailbreak option stuff 2025-08-15 06:12:06 +08:00
LukeeGD
5dd8f76d68 Update restore.sh 2025-08-14 21:12:03 +08:00
LukeeGD
1b548555cb that shouldnt be there 2025-08-10 20:56:40 +08:00
LukeeGD
ecc115e446 Update everuntether and some other things
- do not hacktivate ipad2,1, should activate normally. closes #815
- fix #816
2025-08-10 20:39:23 +08:00
LukeeGD
80cb3dee29 actrec clarification 2025-08-06 20:52:56 +08:00
LukeeGD
85d6fe7d2c enable actrec by default only if normal mode and activated 2025-08-05 19:41:00 +08:00
LukeeGD
75fa86ca22 Fix #809 2025-08-04 15:19:20 +08:00
LukeeGD
ff956f4448 small update for now
bigger updates to come later on with oob_entry's release
2025-08-04 10:53:31 +08:00
LukeeGD
410456f7c1 sideloading improvements and some other changes 2025-08-02 11:03:49 +08:00
LukeeGD
6ee72bcffc Update restore.sh 2025-07-31 13:32:36 +08:00
LukeeGD
3eda2d148b Update some things
also fix #804
2025-07-31 13:28:54 +08:00
Ricky Cheung
e31a873f50 Add legacy ipainstaller binary for older iOS versions (#807)
Fixes "Illegal instruction" error on particularly old iOS versions.

Signed-off-by: Ricky Cheung <rcheung844@gmail.com>
Co-authored-by: Ricky Cheung <rcheung844@gmail.com>
2025-07-30 22:53:05 +08:00
LukeeGD
17aaa247dd Fix ipwndfu python3 and some other changes 2025-07-30 12:25:47 +08:00
LukeeGD
cd364cc442 fix python2 ipwndfu syntax error, fixes #802 2025-07-28 13:36:53 +08:00
LukeeGD
17122693f2 Fix some issues in creating custom ipsw 2025-07-27 09:54:35 +08:00