KO
|
EN
gitlite โ search
Search
#python
#java
#javascript
#android
#php
#elixir
#hacktoberfest
#opengl
#fun
#kotlin
#generator
#eslint
SpringBreak
โ 47
Open GitHub โ
AKA "WinterBreak3"
Download README (.md)
Explore Similar Repositories
surge-vless-bridge
:
Surge Mac VLESS support via sing-box โ converts VLESS subscriptions (REALITY / XTLS Vision) into Surge external proxy entries and policy groups.
TalkWithMe
:
Configurable AI chat with TTS/STT
TraceParse
:
No description available.
r12-vincenthopf-my-claude-code-ecommerce
:
๐ E-commerce & Retail skill suite derived from vincenthopf/My-Claude-Code.
CLIProxyAPIPlus-Tutorial
:
CLIProxyAPI Plus ๅไปฃ๏ผๆดๅคๅคงๆจกๅApiๆฏๆ๏ผDocker้จ็ฝฒๆ็จ
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SpringBreak
?
Download (.md)
# SpringBreak > [!NOTE] > WinterBreak3, PenguinsBreak, Etc. SpringBreak is a jailbreak for KT5, PW5(SE) on 5.19.2+, KT4/PW4 5.18.1.1.1. Read the write-up [here](https://penguins184.xyz/blog/springbreak-jailbreak/). ## How It Works 1. Load modified store cache with upwards of 5-10 thousand nested folders to prevent cache deletion upon eject. 2. Schedule `SET.SCFG` document with ToDo (Kindle API) in order to set `winmgr.vibrancyMode.pref.path` to custom SH 3. Start `com.lab126.fts` via the AppMgr Kindle API seeing as it can communicate to `com.lab126.winmgr`, pointing to a custom URL. This, in turn, calls `vibrancyMode`, triggering the SH mandated in the ToDo document. (In this case, KindleModding's online jb.sh.) ## Build Because MacOS scares me: - Windows: `GOOS=windows GOARCH=amd64 go build -trimpath -o springbreak.exe installer.go` - Darwin (Build from Source): - `GOOS=darwin GOARCH=arm64 go build -trimpath -o springbreak-darwin-arm64 installer.go` - `GOOS=darwin GOARCH=amd64 go build -trimpath -o springbreak-darwin-amd64 installer.go` - `lipo -create -output springbreak-darwin springbreak-darwin-arm64 springbreak-darwin-amd64` - `codesign --force --sign - ./springbreak-darwin` (Or, Developer Cert: Credit Fynn) - Linux: `GOOS=linux GOARCH=amd64 go build -trimpath -o springbreak-linux installer.go`