Bot-wxt1221 / android_kernel_oneplus_sdm845

Other
18 stars 2 forks source link

Remove `crDroid` from kernel name #6

Closed jmrborges05 closed 6 months ago

jmrborges05 commented 7 months ago

In the newest Google security patches, google starts looking at uname to know if the kernel was modified based on some keywords, and with this device_integrity fails.

crDroid is one of the affected ones.

More info here: https://xdaforums.com/t/module-play-integrity-fix-safetynet-fix.4607985/post-89308909

Could you change the name to avoid this block?

Also the name specify where https://github.com/Bot-wxt1221/android_kernel_oneplus_sdm845/blob/e33a1d56501ce579e435ccbdcf7074e711f7197e/arch/arm64/configs/enchilada_defconfig#L1 is different the one obtained via uname -r.

Using the latest version of the kernel. dd

jmrborges05 commented 6 months ago

Hello, using laest version an the name crdroid is still present in the Kernel namd.

Bot-wxt1221 commented 6 months ago

check the output of uname -r. Try to clear the data of play store

jmrborges05 commented 6 months ago

Hello uname-r still shows crdroid

Bot-wxt1221 commented 6 months ago

How do you install it

jmrborges05 commented 6 months ago

Via ADB sideload the anykernel zip from the latest release

Bot-wxt1221 commented 6 months ago

It works properly on my phone.

Bot-wxt1221 commented 6 months ago

https://github.com/Bot-wxt1221/android_kernel_oneplus_sdm845/releases/tag/tag_be655aa

jmrborges05 commented 6 months ago

How do you install the kernel? Using the latest release?

Bot-wxt1221 commented 6 months ago

Y

Bot-wxt1221 commented 6 months ago

Give the output of uname -a

jmrborges05 commented 6 months ago

Just to confirm to are using lineage 21?

Bot-wxt1221 commented 6 months ago

The newest kernel was built on Feb 17 08:51:02 CST 2024

jmrborges05 commented 6 months ago

Just flashed again via adb sideload and now shows the correct name. Thanks for the help