Skip to content

Commit

Permalink
Merge pull request #2 from afastaudir8/pr/afastaudir8/1
Browse files Browse the repository at this point in the history
yes
  • Loading branch information
afastaudir8 authored Apr 22, 2023
2 parents 909e4e3 + e6303e6 commit 2070585
Show file tree
Hide file tree
Showing 28 changed files with 1,575 additions and 268 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:

- name: Update submodules
run: |
cd ramdisk
git pull origin main
cd ..
git submodule update --remote
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ BuildManifest.plist
blobs
tweaksinstalled
logs
.disclaimeragree
dump.raw
other/rootfs/jbin/loader.app
other/rootfs/jbin/jb*
other/rootfs/jbin/launchd
.rd_in_progress
logs
.disclaimeragree
.fs-*
other/rootfs/jbin/binpack
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,38 @@
# Changelog

## 1.4.2
- Add iOS 16.4 support
- Various fixes

## 1.4.1
- ibot.patched fix
- Use payload on the X
- Other random changes/fixes

## 1.4.0

- Does not mount user data partition for iPhone X compatibility, isn't even really needed anymore
- Deploys files to the rootfs (fakefs if needed)
- Fix deviceid finding
- Use apticket.der because dumping rdisk seems to freeze
- Add /.installed_palera1n with info
- uicache loader app on boot (no more Tips app hijacking)
- Fix rootless
- Webkit fix on 16
- Switch to local boot
- Fix home button on iPhone 7(+) and 8(+)
- Increase stability
- Supports 15.0-16.2 on all checkm8 devices

## 1.3.0

- Fully fix deep sleep bug
- Support 15.0-15.7.1 on all checkm8 devices
- Supports 15.0-15.7.1 on all checkm8 devices
- Increase stability
- Fix TrollStore, camera, and screen recording

## 1.2.0

- Fix deep sleep bug
- Numerous fixes
- Let Pogo install tweak support

Expand Down
306 changes: 306 additions & 0 deletions COMMONISSUES.md

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ You can now jailbreak with palera1n too with the Tips app, enjoy!
> And you should be booted back in with a clean JB
# Credits
<details><summary>palera1n Contributors</summary>
<p>

Original palera1n credits:
- [Nathan](https://github.com/verygenericname)
Expand All @@ -97,15 +99,12 @@ Original palera1n credits:
- [Kernel64Patcher](https://github.com/mineek/Kernel64Patcher)
- [Amy](https://github.com/elihwyma) for the [Pogo](https://github.com/elihwyma/Pogo) app
- [checkra1n](https://github.com/checkra1n) for the base of the kpf
- [nyuszika7h](https://github.com/nyuszika7h) for the script to help get into DFU
- [the Procursus Team](https://github.com/ProcursusTeam) for the amazing [bootstrap](https://github.com/ProcursusTeam/Procursus)
- [F121](https://github.com/F121Live) for helping test
- [m1sta](https://github.com/m1stadev) for [pyimg4](https://github.com/m1stadev/PyIMG4)
- [tihmstar](https://github.com/tihmstar) for [pzb](https://github.com/tihmstar/partialZipBrowser)/original [iBoot64Patcher](https://github.com/tihmstar/iBoot64Patcher)/original [liboffsetfinder64](https://github.com/tihmstar/liboffsetfinder64)/[img4tool](https://github.com/tihmstar/img4tool)
- [xerub](https://github.com/xerub) for [img4lib](https://github.com/xerub/img4lib) and [restored_external](https://github.com/xerub/sshrd) in the ramdisk
- [Cryptic](https://github.com/Cryptiiiic) for [iBoot64Patcher](https://github.com/Cryptiiiic/iBoot64Patcher) fork, and [liboffsetfinder64](https://github.com/Cryptiiiic/liboffsetfinder64) fork
- [libimobiledevice](https://github.com/libimobiledevice) for several tools used in this project (irecovery, ideviceenterrecovery etc), and [nikias](https://github.com/nikias) for keeping it up to date
- [Nick Chan](https://github.com/asdfugil) general help with patches.
- [Sam Bingner](https://github.com/sbingner) for [Substitute](https://github.com/sbingner/substitute)
- [Serena](https://github.com/SerenaKit) for helping with boot ramdisk.

Expand Down
674 changes: 674 additions & 0 deletions binaries/.licenses/iBootpatch2_LICENSE

Large diffs are not rendered by default.

Binary file modified binaries/Darwin/Kernel64Patcher
Binary file not shown.
Binary file modified binaries/Darwin/iBoot64Patcher
Binary file not shown.
Binary file added binaries/Darwin/iBootpatch2
Binary file not shown.
Binary file removed binaries/Darwin/img4tool
Binary file not shown.
Binary file removed binaries/Kernel15Patcher.ios
Binary file not shown.
Binary file modified binaries/Linux/Kernel64Patcher
Binary file not shown.
Binary file removed binaries/Linux/PlistBuddy
Binary file not shown.
Binary file modified binaries/Linux/iBoot64Patcher
Binary file not shown.
Binary file added binaries/Linux/iBootpatch2
Binary file not shown.
Binary file modified binaries/Linux/ideviceenterrecovery
Binary file not shown.
Binary file modified binaries/Linux/ideviceinfo
Binary file not shown.
Binary file modified binaries/Linux/img4
Binary file not shown.
Binary file removed binaries/Linux/img4tool
Binary file not shown.
Binary file modified binaries/Linux/jq
Binary file not shown.
Binary file modified binaries/Linux/pzb
Binary file not shown.
Binary file modified binaries/Linux/sshpass
Binary file not shown.
Binary file added binaries/kpf.ios
Binary file not shown.
Binary file added other/payload/payload_t8010.bin
Binary file not shown.
Binary file added other/payload/payload_t8015.bin
Binary file not shown.
11 changes: 11 additions & 0 deletions other/rootfs/jbin/post.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
binpack=/jbin/binpack

# uicache loader app
$binpack/bin/rm -rf /var/.palera1n/loader.app
$binpack/usr/bin/uicache -p /jbin/loader.app

# respring
$binpack/usr/bin/killall -9 SpringBoard

echo "[post.sh] done"
exit
Loading

0 comments on commit 2070585

Please sign in to comment.