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.
- Load modified store cache with upwards of 5-10 thousand nested folders to prevent cache deletion upon eject.
- Schedule
SET.SCFGdocument with ToDo (Kindle API) in order to setwinmgr.vibrancyMode.pref.pathto custom SH - Start
com.lab126.ftsvia the AppMgr Kindle API seeing as it can communicate tocom.lab126.winmgr, pointing to a custom URL. This, in turn, callsvibrancyMode, triggering the SH mandated in the ToDo document. (In this case, KindleModding's online jb.sh.)
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.goGOOS=darwin GOARCH=amd64 go build -trimpath -o springbreak-darwin-amd64 installer.golipo -create -output springbreak-darwin springbreak-darwin-arm64 springbreak-darwin-amd64codesign --force --sign - ./springbreak-darwin(Or, Developer Cert: Credit Fynn)
- Linux:
GOOS=linux GOARCH=amd64 go build -trimpath -o springbreak-linux installer.go