Skip to content

v1.0.165 — First successful untether boot

Compare
Choose a tag to compare
@UInt2048 UInt2048 released this 13 Jul 14:36
· 8 commits to main since this release

This is the first release of the Spice untether. The binaries only support the iPhone 6S Plus (iPhone8,2) on 11.3.1.

The IPA (semi-untether) should be used first to jailbreak, at which point the DEB (untether upgrade payload) may be used. While theoretically these could have been combined, there is little benefit to doing so.

Warning: You will have an issue with essential packages, but OpenSSH is preinstalled.
Run the following over an SSH connection:

  1. apt update
  2. dpkg --configure -a
  3. apt --fix-broken install file libplist3 libssl1.1.1
  4. apt install -f dpkg ldid -o APT::Immediate-Configure=0

Changes since 1.0.147 (upstream JakeBlair420/Spice):

  • UI improvements — add Spice colors and log showing progress to app
  • Compiling improvements — automatically generate hashes, create stage 3 compile script, and run all this from the Makefile
  • More offsets — add all known offsets and use them to find offsets for the iPhone 6S Plus (iPhone8,2) on 11.3.1
  • Create scream test to handle process of finding correct stage 1 file descriptor
  • Fix stage 3 logging crash by doing syscall directly in assembly
  • Create instructions on how to install untether correctly