Development [KERNEL]Radioactive Kernel v1.0.8[A13 Stable][2023.05.03][UNIFIED PIXEL7/PIXEL7PRO]

Search This thread

acuicultor

Recognized Contributor / Recognized Developer
Jan 3, 2013
3,299
12,224
45
Palma de Mallorca
Google Pixel 7 Pro
RADIOACTIVE KERNEL

IMG_20151025_213752.jpg_zpslcpyvwgf.PNG


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:
Gotta say I'm loving having a few kernels and roms to play with. Starting to almost kinda feel like the good old days of the Galaxy S Vibrant (RIP). Also, your update URL for the flasher apps is absolutely awesome. I've never had that feature before. I immediately put the URL in Franco's Kernel manager and was dumbfounded when the kernel popped up. Absolutely awesome. Also, the kernel is doing great. I flashed it twice. Once in fastboot and once in FK Manager. I only did it both ways to make sure I wouldn't bootloop. Kudos for a good kernel, my dude. 💪
 

dDoctar

Member
Oct 21, 2022
11
7
sun, moonway
The following commands doesn't seem to work for me in all kernel mods I've tried here. Does this come with wifi hotspot tethering limit bypass by default? Or will the below commands work?

settings put global tether_dun_required 0
net.tethering.noprovisioning=true
 

acuicultor

Recognized Contributor / Recognized Developer
Jan 3, 2013
3,299
12,224
45
Palma de Mallorca
Google Pixel 7 Pro
The following commands doesn't seem to work for me in all kernel mods I've tried here. Does this come with wifi hotspot tethering limit bypass by default? Or will the below commands work?

settings put global tether_dun_required 0
net.tethering.noprovisioning=true
I've activated TTL spoofing related confings in the defconfig although i didn't personally tested.
 
  • Like
Reactions: dDoctar and Pixel86

i42o

Senior Member
When i had the pixel 6 this kernel was the best of all.
Thanks.
This is definitely the best kernel around for pixel. It's simple, no extra tweaking on the configuration. Plug and play. @acuicultor created the best kernel for p6 and I'm sure it's the same for p7. I'm waiting for LOS to update in order to flash RAk .
 

acuicultor

Recognized Contributor / Recognized Developer
Jan 3, 2013
3,299
12,224
45
Palma de Mallorca
Google Pixel 7 Pro
Can your kernel be flashed on top of Cleanslate using any of the Kernel Flasher's or does it have to be manually flashed in fastboot and fastbootd
You can flash on top of any other kernel but is always recommended to flash stock kernel before flashing any custom kernel.
 
Last edited:

Top Liked Posts

  • There are no posts matching your filters.
  • 2
    Thanks for the awesome kernel @acuicultor. Quick question, does your kernel have TTL spoofing?
    Yes, i don't use that feature myself but i'm aware of a couple of users that are using TTL spoofing modules without any problems with my kernel.
    1
    Thanks for the awesome kernel @acuicultor. Quick question, does your kernel have TTL spoofing?
    1
    How's the sot using this kernel? Thx
    1
  • 34
    RADIOACTIVE KERNEL

    IMG_20151025_213752.jpg_zpslcpyvwgf.PNG


    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:
    27
    Hi folks, February's build is up!!

    Built on top of Google's February pantah source, cleaned a bit the source getting rid of unnecessary commits and added cleanslate's kernel features. Like always download link and detailed changelog in op.

    Enjoy!!!!
    23
    New build is up!!

    Like always download link and detailed changelog in op.

    Enjoy!!!!
    19
    March build is up!!!

    Like always download link and detailed changelog in op.

    Enjoy!!!!
    16
    New build is up!!

    Project name: RadioactiveKernel_Pantah-v1.0.8

    update build version (acuicultor)
    block: make ssg default if bfq isn't compiled and adjust defaults (acuicultor) [e761712]
    block: ssg: merge version S908BXXU3CWAI (engstk) [ffd154b]
    built on top of May's android-gs-pantah-5.10-android13-qpr2 Google kernel source

    Like always download link and detailed changelog in op.

    Enjoy!!!!