Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 1.07 KB

jailbreak.md

File metadata and controls

27 lines (18 loc) · 1.07 KB
description
Learn how to jailbreak your device with palera1n

Jailbreak

Rootful (recommended) (for now)

  • First jailbreak

    • Run ./palera1n -f -c
  • If you've already jailbroken before/created the fakefs

    • Run ./palera1n -f

If you don't have enough space for the fakefs (16GB device, or just not enough space)

  • First jailbreak

    • Run ./palera1n -f -B
      What does this do?This creates the fakefs but with bind mounts, so it uses a smaller size at the expense of having unwritable parts in rarely-written paths.
  • If there still isn't enough space, you will have to use palera1n tethered using the original Shell script. The C rewrite does not support tethered use at this time.

Rootless

  • Just run ./palera1n

Please keep in mind that that tweak support is very minimal on rootless.


All arguments and further information about palera1n-c can be found here.