Skip to content

Commit 1ac0f8c

Browse files
committed
bump kernelpatch to 0.12.2
Fix bootloop caused by sha256 Signed-off-by: Admire <admire1971@outlook.com>
1 parent 5df7acb commit 1ac0f8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/assets/boot_patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ mv kernel kernel.ori
6666
echo "- Patching kernel"
6767

6868
set -x
69-
./kptools -p -i kernel.ori -s "$SUPERKEY" -k kpimg -o kernel "$@"
69+
./kptools -p -i kernel.ori -S "$SUPERKEY" -k kpimg -o kernel "$@"
7070
patch_rc=$?
7171
set +x
7272

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
alias(libs.plugins.kotlin.compose.compiler) apply false
1010
}
1111

12-
project.ext.set("kernelPatchVersion", "0.12.1")
12+
project.ext.set("kernelPatchVersion", "0.12.2")
1313

1414
val androidMinSdkVersion = 26
1515
val androidTargetSdkVersion = 36

0 commit comments

Comments
 (0)