Skip to content

Instantly share code, notes, and snippets.

@ichitaso
ichitaso / tutorial-alternate.md
Created January 10, 2022 09:50 — forked from dhinakg/tutorial-alternate.md
tutorial-alternate.md

Note: This writeup is for advanced users and developers. For a guide that will actually walk you through this, ios.cfw.guide is updated. guides.stkc.win should be soon™️.

So, I got bored and decided to do more research into alternates. Turns out you can still abuse it to update to 14.8 on iOS versions that don't support alternates. You're welcome.

This requires a jailbreak. Of course, you can do the backup editing stuff if you're not JBed but:

a. It's a wack method imo

b. I didn't try it so I'm not gonna explain it

@ichitaso
ichitaso / Makefile
Created May 7, 2022 05:25
Change the color of the predictive part of the keyboard
DEBUG = 0
FINALPACKAGE = 1
THEOS_DEVICE_IP = 192.168.0.15
TARGET = iphone:14.5:13.0
ARCHS = arm64 arm64e
export PREFIX = $(THEOS)/toolchain/Xcode11.xctoolchain/usr/bin/
INSTALL_TARGET_PROCESSES = SpringBoard
@ichitaso
ichitaso / Localizable.strings
Created July 5, 2023 21:52
KillBackground13 en Localizable.strings
"Respring is required" = "Respring is required";
"Cancel" = "Cancel";
"Respring" = "Respring";
"Settings" = "Settings";
"SETTINGS_DESC" = "Will display 2 big buttons (left+right) instead of one. (better on the iPad)";
"Auto Close Switcher" = "Auto Close Switcher";
"Button on the left" = "Button on the left";
"Big Buttons" = "Big Buttons";