KernelPatch icon indicating copy to clipboard operation
KernelPatch copied to clipboard

Patch Failed (Redmi Note 10 5G) (4.14.186)

Open wootar opened this issue 1 year ago • 0 comments

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

  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)

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

kallsyms.txt

Seems to fail finding memblock_alloc even though its in the kallsyms

wootar avatar Jun 10 '24 07:06 wootar