KernelPatch icon indicating copy to clipboard operation
KernelPatch copied to clipboard

Patch Failed (TCL S8) (4.19.127)

Open explosion335 opened this issue 1 year ago • 0 comments

The following two information are what I need to fix the problem 1 2 3

  1. Your kernel image. boot.img is too big, you can use 'magiskboot unpack boot.img' to get kernel image (which named 'kernel' after unpack)

Upload to here or file download path kernel.zip

  1. The real symbol informations corresponding to your boot.img or kernel It can be obtained through the following two commands under root.
echo 1 > /proc/sys/kernel/kptr_restrict
cat /proc/kallsyms

Upload to here or file download path kallsyms.zip log.txt

In /proc/config.gz the following parameters are set: CONFIG_KALLSYMS=y # CONFIG_KALLSYMS_ALL is not set

explosion335 avatar Apr 20 '24 17:04 explosion335