RADIOACTIVE KERNEL
Code:
/* *** Disclaimer
* I am not responsible for bricked devices, dead SD cards, thermonuclear war,
* or you getting fired because the alarm app failed. Please do some research
* if you have any concerns about features included in this KERNEL
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
hi XDA community, i'm here to share with you my little project, my primary goal is to provide a stable and fast kernel without compromising battery life, plus some cool features that i find useful for the day to day usage.
Current Features
General List:
Compiled using Google's environment for GKI kernel build for maximum stability using latest google prebuilt clang 14.0.7
Packed with Anykernel3 with ability to preserve magisk root
Works on both devices (Pixel7 and Pixel7PRO)
Update system support via flasher apps ( Copy/paste link for auto updates )
Boeffla's wakelock blocker
BBR TCP set default and a lot more others to choose
SSG io scheduler set default and preconfigured
Enabled power efficient workingqueues on various drivers
Fsync on/off support
CleanSlate Features from @tbalden, all credits for the features to him (s2s, notification booster, battery saver, flashlight notifications. Note that rootless features like kadaway are not implemented here because we need root for other features to work properly with my tree)
Multi-gen LRU driver (disabled by default for now)
DAMON driver (disabled by default for now)
Removed some debug options
Changes to some drivers to use Big cpus or viceversa ( hardware composer, goodix... Etc)
Other stuff that is boring to write, take a look at my github for detailed information
ONLY COMPATIBLE WITH 2023 MAY'S A13 STOCK GOOGLE ROM
[ RADIOACTIVE KERNEL INSTALL ]
Keep in mind that vbmeta flags for verity/verification must be disabled before flashing the kernel otherwise it will not boot and disabling those flags will wipe your device.
DOWNLOADS HERE
CHANGELOG
There's a flashable zip that can be flashed with your preferred kernel tweaker app and/or alternatively you can extract and flash all images using fastboot if you want
Radioactive Kernel fastboot images flashing instructions:
Flashing manually:
vendor_dlkm.img needs to be flashed in fastbootd, while the other images needs to be flashed via fastboot/bootloader.
How to boot to fastbootd?
From running phone:
adb reboot fastboot
From fastboot/bootloader:
fastboot reboot fastboot
Once in fastbootd:
fastboot flash vendor_dlkm vendor_dlkm.img
Boot from fastbootd to fastboot/bootloader to flash dtbo.img, vendor_kernel_boot.img and boot.img:
Either select Reboot to bootloader option via buttons
or type:
fastboot reboot bootloader
Now in fastboot flash boot.img, dtbo.img and vendor_kernel_boot.img
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash vendor_kernel_boot vendor_kernel_boot.img
Reboot either via buttons
or by typing
fastboot reboot
Enjoy!!!!
Instructions using Ex kernel manager or any other app with autoflash support:
* Flash Kernel Zip
* Reboot
* Enjoy!!!
Thanks and Credits to developers:
Of course, I had never been able to create all that by my own. So I want to give credits to the really good developers around, that have given me all the inspiration and from which I cherry picked lots of the implemented functionalities:
* SultanXda
* Ordenkrieger
* LordBoeffla
* zx2c4
* Freak07
* osmosis
* celtare21
* tbalden
* Chainfire
* BitOBSessiOn
* nathanchance
* Yaroslav Furman
* eng.stk
* Flar2
* joshuous
* franciscofranco
* RenderBroken
* moludo
* Lozo2010
... I just hope I did not forget someone. If so, please let me know and I will add you of course.
Thanks to all of you for your great work
I also want to say thank you to my friends and testers and to those who donated me a beer or two
SOURCE CODE:
Code:
/* *** Disclaimer
* I am not responsible for bricked devices, dead SD cards, thermonuclear war,
* or you getting fired because the alarm app failed. Please do some research
* if you have any concerns about features included in this KERNEL
* before flashing it! YOU are choosing to make these modifications, and if
* you point the finger at me for messing up your device, I will laugh at you.
*/
hi XDA community, i'm here to share with you my little project, my primary goal is to provide a stable and fast kernel without compromising battery life, plus some cool features that i find useful for the day to day usage.
Current Features
General List:
Compiled using Google's environment for GKI kernel build for maximum stability using latest google prebuilt clang 14.0.7
Packed with Anykernel3 with ability to preserve magisk root
Works on both devices (Pixel7 and Pixel7PRO)
Update system support via flasher apps ( Copy/paste link for auto updates )
Boeffla's wakelock blocker
BBR TCP set default and a lot more others to choose
SSG io scheduler set default and preconfigured
Enabled power efficient workingqueues on various drivers
Fsync on/off support
CleanSlate Features from @tbalden, all credits for the features to him (s2s, notification booster, battery saver, flashlight notifications. Note that rootless features like kadaway are not implemented here because we need root for other features to work properly with my tree)
Multi-gen LRU driver (disabled by default for now)
DAMON driver (disabled by default for now)
Removed some debug options
Changes to some drivers to use Big cpus or viceversa ( hardware composer, goodix... Etc)
Other stuff that is boring to write, take a look at my github for detailed information
ONLY COMPATIBLE WITH 2023 MAY'S A13 STOCK GOOGLE ROM
[ RADIOACTIVE KERNEL INSTALL ]
Keep in mind that vbmeta flags for verity/verification must be disabled before flashing the kernel otherwise it will not boot and disabling those flags will wipe your device.
DOWNLOADS HERE
CHANGELOG
There's a flashable zip that can be flashed with your preferred kernel tweaker app and/or alternatively you can extract and flash all images using fastboot if you want
Radioactive Kernel fastboot images flashing instructions:
Flashing manually:
vendor_dlkm.img needs to be flashed in fastbootd, while the other images needs to be flashed via fastboot/bootloader.
How to boot to fastbootd?
From running phone:
adb reboot fastboot
From fastboot/bootloader:
fastboot reboot fastboot
Once in fastbootd:
fastboot flash vendor_dlkm vendor_dlkm.img
Boot from fastbootd to fastboot/bootloader to flash dtbo.img, vendor_kernel_boot.img and boot.img:
Either select Reboot to bootloader option via buttons
or type:
fastboot reboot bootloader
Now in fastboot flash boot.img, dtbo.img and vendor_kernel_boot.img
fastboot flash boot boot.img
fastboot flash dtbo dtbo.img
fastboot flash vendor_kernel_boot vendor_kernel_boot.img
Reboot either via buttons
or by typing
fastboot reboot
Enjoy!!!!
Instructions using Ex kernel manager or any other app with autoflash support:
* Flash Kernel Zip
* Reboot
* Enjoy!!!
Thanks and Credits to developers:
Of course, I had never been able to create all that by my own. So I want to give credits to the really good developers around, that have given me all the inspiration and from which I cherry picked lots of the implemented functionalities:
* SultanXda
* Ordenkrieger
* LordBoeffla
* zx2c4
* Freak07
* osmosis
* celtare21
* tbalden
* Chainfire
* BitOBSessiOn
* nathanchance
* Yaroslav Furman
* eng.stk
* Flar2
* joshuous
* franciscofranco
* RenderBroken
* moludo
* Lozo2010
... I just hope I did not forget someone. If so, please let me know and I will add you of course.
Thanks to all of you for your great work
I also want to say thank you to my friends and testers and to those who donated me a beer or two
SOURCE CODE:
Last edited: