We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051f793 commit df90d74Copy full SHA for df90d74
META-INF/com/google/android/updater-script
@@ -3,4 +3,4 @@
3
# Dummy file; update-binary is a shell script (DO NOT CHANGE)
4
#
5
6
-# AK_BASE_VERSION=20230828
+# AK_BASE_VERSION=20230830
tools/ak3-core.sh
@@ -359,6 +359,7 @@ flash_boot() {
359
if grep -q -E '^/data/adb/ksud$' stringstmp; then
360
touch $home/kernelsu_patched;
361
grep -E -m1 'Linux version.*#' stringstmp > $home/vertmp;
362
+ [ -d $ramdisk/overlay.d ] && ui_print " " "Warning: overlay.d detected in ramdisk but not currently supported by KernelSU!";
363
else
364
ui_print " " "Warning: No KernelSU support detected in kernel!";
365
fi;
0 commit comments