[KERNEL][2020-12-01] CRUEL KERNEL S10/Note10 V3.9

Search This thread

lysaer

Senior Member
Apr 2, 2012
107
9
Using a G975f and installed cruelkernel last night after installing beyondrom, but now am stuck hanging on the boot splash screen and cannot enter recovery or download mode

Any help would be greatly appreciated
 

LuckyyLuke

New member
Apr 3, 2022
2
0
Sorry for necroposting, but had to ask, does this change the key combo needed for recovery mode? Phone has bricked and is stuck on the boot logo, can only restart through power button + volume down key, as soon as it restarts i start holding down power button + bixby button + volume up button, and release when the first logo comes up (tried releasing at different times too and start to hold down at different times, and yes I have connected it with a USB to a PC)

On Samsung S10+ (G975F), did as told, first flashed stock firmware for clean install, installed TWRP + multidisabler without any problem and able to boot, then I installed cruelkernel and got into this situation. Im gonna drain the battery and try after that but I doubt it.
 

malcolmy

Senior Member
Oct 28, 2010
95
13
Using the github page I built a kernel that includes the latest magisk 25.1.


There's one problem, I need the combo buttons to boot. So, how do I modify the build to not need the combo buttons?

Even when I copy this file to the cloned repo, with the only edit being "+magisk=v25.1", it still needs the combo keys to boot.

If I take the kernel from here (same toolchain "cruel" with magisk v24.3) I don't need the combo buttons to boot.

So even when I copied the file exactly, to the letter, with only changing the magisk version, I need combo buttons. What do I do to get the same result?
 
Last edited:
Hey !

I might need some help if anyone have some time !
I have a G970F with DotOS and TWRP.
I have compiled the kernel on github, but whenever I flash it to the phone, the reboot give me a bootloop.

I saved the boot partition so it's okay to roll back, but i'm still not able to call it a success :/

Does anyone has an idea of what could have gone wrong ?

Thanks for the kernel btw !
 

zogoibi

Senior Member
Aug 18, 2011
419
71
Hey !

I might need some help if anyone have some time !
I have a G970F with DotOS and TWRP.
I have compiled the kernel on github, but whenever I flash it to the phone, the reboot give me a bootloop.

I saved the boot partition so it's okay to roll back, but i'm still not able to call it a success :/

Does anyone has an idea of what could have gone wrong ?

Thanks for the kernel btw !
Did you manage to solve this? I'm having a similar problem: the phone just does not boot. Remains in Samsung boot logo forever until I restart with recovery combo and restore previous kernel.
 
it's quite rude to ask about ETA, not to mention it's against forum rules... kernel was updated at Monday afaik
the reason is that it isn't updated it just exists but no noe knows about it the last version avalible in this forum is from december 2020 where can i find the latest one sir

is it like illegal to upload the new builds
 

Top Liked Posts

  • There are no posts matching your filters.
  • 32
    Introduction
    Based on samsung sources and android common tree. Supported devices: G970F/N, G973F/N, G975F/N G977B/N, N970F, N975F, N971N, N976B/N. All sources are open on GitHub.

    Continuous integration with GitHub Actions set up. This means you can customize the kernel from browser and build the version suitable for you without leaving the browser (see сustomization section).

    Features
    • Customizable build with config presets
    • Only part of samsung security features disabled (DEFEX, Process Authentification, root restrictions)
    • Switchable SELinux (by default it's locked in "always enforcing" mode in samsung sources)
    • Built-in in Magisk v21.1
    • Various toolchains (cruel,arm,samsung,proton,arter97...) supported
    • Wireguard for VPN
    • CIFS for SMB
    • Iptables TTL and HL editing modules for bypassing tethering restrictions
    • NTFS module for OTG usb drives
    • Moro sound module
    • Boeffla WakeLock Blocker
    • sdfat driver for vfat and exfat filesystems
    • reiser4 filesystem added. reiser4progs (https://github.com/CruelKernel/reiser4progs/releases)
    • DEX cable vendor lock for WQHD resolution removed
    • ZIP installer with XZ compression
    • ZIP installer with automatic os_patch_level patching
    Build commands (configuration presets) used for V3.9 kernel:
    Code:
    $ ./cruelbuild pack model=<MODEL> name=CRUEL-V3.9 +magisk +nohardening +force_dex_wqhd +ttl +cifs +ntfs +sdfat +nodebug +noaudit +noksm +nomodules +wireguard +usb_serial +sched_powersave +sched_performance +morosound +boeffla_wl_blocker +fake_config +dtb
    Where model can be one of G970F/N, G973F/N, G975F/N G977B/N, N970F, N975F, N971N, N976B/N.

    Installation Instructions
    First of all, TWRP Recovery + multidisabler should be installed in all cases. This is a preliminary step. Backup your existing kernel. You will be able to restore it in TWRP Recovery in case of any problems. Download an *.zip file. Reboot to TWRP. Install > Install ZIP > Flash CruelKernel.zip. Reboot to system.

    ChangeLog
    • V3 - Support for G970F, G975F, G977B, N970F, N975F, N976B models.
    • V3.1 - Boeffla wl blocker, BTB5 sources for N10 models.
    • V3.2 - Magisk update v20.4, wireguard update, sdfat for VFAT, exFAT, ntfs module.
    • V3.3 - CTC9 sources. The camera will work only on CTC9 based firmwares.
    • V3.4 - CTE9/CTF1 sources. Small fixes, overall improvements, more customization configs for building on github.
    • V3.7 - Various toolchains added (arm, arter97, samsung, proton, system, default)
    • V3.8 - DTI1 sources added for N971N, N976N.
      DTH7 sources added for G977N model.
      Some debugging flags disabled. performance config fixed (-O3).
      Cruel toolchain added (gcc 10.2 with PGO/LTO and inlining params from gcc 9 branch)
      simple_lmk added (github.com/kerneltoast/simple_lmk)
    • V3.9 - G977N, G973N models added.
      G970F/N, G975F/N, G973F/N updated to DTJA.
      N976B, N970F, N975F updated to DTJ4.
      Magisk updated to v21.1 version.
      Vendor lock for dp cable for DEX removed (thanks, fart1-git).
      Zip installer implemented.
      Automted os_patch_level level patching in installer (https://github.com/CruelKernel/clone_header).

    Downloads
    OS Patch Level: 2020-11
    V3.9 Download folder
    Sources

    If you like the work and want to help me with hosting: https://www.paypal.me/evdenis Hitting star button on GitHub and thanks button on XDA really helps to stay motivated.

    Instructions here could be outdated a bit, one can find the latest version in project's readme at github.
    How to customize the kernel build

    It's possible to customize the kernel and build it from the browser. First of all, create and account on GitHub. Next, fork this repository. Switch to the "Actions" tab and activate GitHub Actions. At this step you've got your own copy of the sources and you can build it with GitHub Actions. You need to open github actions configuration file (.github/workflows/main.yml) and edit it from the browser. For example, to alter the kernel configuration you need to edit lines:

    Code:
        - name: Kernel Configure
          run: |
            ./build config         
                    model=G973F    
                    name="CRUEL-V3.3"
                    +magisk        
                    +nohardening   
                    +ttl           
                    +wireguard     
                    +cifs          
                    +sdfat         
                    +ntfs          
                    +tcp_cibuc     
                    +morosound     
                    +boeffla_wl_blocker

    First of all, you need to change G973F model to the model of your phone. Supported models: G970F/N, G973F/N, G975F/N G977B/N, N970F, N975F, N971N, N976B/N.

    You can change the name of the kernel by replacing name="CRUEL-V3" with, for example, name="my_own_kernel". You can remove wireguard from the kernel if you don't need it by changing "+" to "-" or by removing the "+wireguard" line and "" on the previous line. OS patch date can be changed with os_patch_level=2020-02 argument, the default current date is in build.mkbootimg.G973F file.

    Available configuration presets can be found at kernel/configs folder. Only the *.conf files prefixed with "cruel" are meaningful. For example:
    • +magisk - integrates magisk into the kernel. This allows to have root without booting from recovery. Enabled by default.
    • magisk+canary - integrates canary magisk into the kernel.
    • bfq - enable bfq I/O scheduler in the kernel.
    • sched_... - enable various (conservative, ondemand, powersave, userspace, performance) CPU schedulers in the kernel.
    • ttl - adds iptables filters for altering ttl values of network packets. This helps to bypass tethering blocking in mobile networks.
    • wireguard - adds wireguard VPN module to the kernel.
    • cifs - adds CIFS (SMB) support.
    • tcp_cubic - use CUBIC as default TCP congestion control.
    • tcp_westwood - use WestWood as default TCP congestion control.
    • sdfat - use sdfat for exFAT and VFAT filesystems.
    • ntfs - enable ntfs filesystem support (read only).
    • boeffla_wl_blocker - enable boeffla wakelock blocker module.
    • morosound - enable moro sound control module.
    • +nohardening - removes Samsung kernel self-protection mechanisms. Potentially can increase the kernel performance. Enabled by default. Disable this if you want to make your system more secure.
    • nohardening2 - removes Android kernel self-protection mechanisms. Potentially can increase the kernel performance. Don't use it if you don't know what you are doing. Almost completely disables kernel self-protection. Very insecure.
    • nodebug - remove debugging information from the kernel.
    • noksm - disable Kernel Samepage Merging (KSM).
    • nomodules - disable loadable modules support.
    • noaudit - disable kernel auditing subsystem.
    • 300hz - increases kernel clock rate from 250hz to 300hz. Potentially can improve ui responsiveness.
    • 1000hz - increases kernel clock rate from 250hz to 1000hz. Potentially can improve ui responsiveness.
    For example, you can alter default configuration to something like:
    Code:
        - name: Kernel Configure
          run: |
            ./build config               
                    os_patch_level=2020-12
                    model=G975F          
                    name="OwnKernel"       
                    +magisk+canary       
                    +wireguard           
                    +nohardening         
                    +1000hz

    After editing the configuration in the browser, save it and commit. Next, you need to switch to the "Actions" tab. At this step you will find that GitHub starts to build the kernel. You need to wait about 25-30 mins while github builds the kernel. If the build is successfully finished, you will find your boot.img in the Artifacts section. Download it, unzip and flash.

    To keep your version of the sources in sync with main tree, please look at one of these tutorials:

    Support
    1. This thread. Feature requests accepted.
    2. Telegram (testing and intermediate releases).
    3. GitHub Pull Requests if you want to contribute.

    Credits
    Samsung for kernel sources
    fart1-git for disabling DEX cable vendor lock
    corsicanu for default blocklist of wakelocks for boeffla_wl_blocker driver
    Nico (@NicoMax2012) for porting moro sound module
    bamsbamx for porting boeffla_wakelock_blocker
    thehacker911 for general improvements and advices
    ExtremeGrief for overall improvements, porting maple scheduler
    geiti94 for his advices
    topjohnwu for Magisk
    franciscofranco for FK Kernel Manager
    and testers.
    I'm sorry if I missed someone, just write me and I will update the list.

    XDA:DevDB Information
    [KERNEL] CRUEL KERNEL S10/Note10, Kernel for the Samsung Galaxy S10

    Contributors
    evdenis, evdenis
    Source Code: https://github.com/CruelKernel/samsung-exynos9820

    Kernel Special Features:

    Version Information
    Status:
    Testing
    Current Stable Version: v3.9
    Stable Release Date: 2020-12-01

    Created 2020-03-08
    Last Updated 2020-12-01
    10
    Pin problem

    The problem is not in sources. It's due to os_patch_level mismatch with you current kernel (and/or twrp). CruelKernel uses common security patch date to be in sync with the official twrp and samsung firmwares. You can check the default os_patch_level in build.mkbootimg.* files. However, this date can be lower than other kernels use. When you flash a kernel with an earlier patch date on top of the previous one with a higher date, android activates rollback protection mechanism and you face the pin problem. It's impossible to use a "universal" os_patch_level because different users use different custom kernels and different firmwares. CruelKernel uses the common date by default in order to suite most of users.

    How can you solve the problem? 5 ways:
    • You can restore your previous kernel and the pin problem will gone
    • You can check the os_patch_level date of your previous kernel here https://cruelkernel.org/tools/bootimg/ and patch cruel kernel image to the same date. If your previous kernel is nemesis, patch cruel to 2099-12 date.
    • You can reboot to TWRP, navigate to data/system and delete 3 files those names starts with 'lock'. Reboot. Login, set a new pin. To fix samsung account login, reinstall the app
    • You can rebuild cruel kernel with os_patch_level that suites you. To do it, you need to add the line os_patch_level="<your date>" to the main.yml cruel configuration. See the next section if you want to rebuild the kernel.
    • You can do the full wipe during cruel kernel flashing
    9
    How to build the kernel locally on your PC

    This instructions assumes you are using Linux. Install mkbootimg (AIK tool) from osm0sis, heimdall (if you want to flash the kernel automatically).

    Next:
    Code:
    # Install prerequisites
    # If you use ubuntu or ubuntu based distro then you need to install these tools:
    $ sudo apt-get install build-essential libncurses-dev libtinfo5 bc bison flex libssl-dev libelf-dev
    # If you use Fedora:
    $ sudo dnf group install "Development Tools"
    $ sudo dnf install ncurses-devel ncurses-compat-libs bc bison flex elfutils-libelf-devel openssl-devel
    
    # Install mkbootimg
    $ wget https://github.com/osm0sis/mkbootimg/archive/master.zip
    $ unzip master.zip
    $ cd mkbootimg-master
    $ sed -i -e 's/-Werror//g' Makefile
    $ make
    $ sudo mv mkbootimg /usr/local/bin/mkbootimg
    
    # Get the sources
    $ git clone https://github.com/CruelKernel/samsung-exynos9820
    $ cd samsung-exynos9820
    # List available branches
    $ git branch -a | grep remotes | grep cruel | cut -d '/' -f 3
    # Switch to the branch you need
    $ git checkout cruel-v3
    # Install compilers
    $ git submodule update --init --recursive
    # Compile
    $ ./build mkimg name=CustomCruel model=G973F +magisk+canary +wireguard +ttl +cifs +nohardening
    # You will find your kernel in boot.img file after compilation.
    $ ls -lah ./boot.img
    
    # You can automatically flash the kernel with heimdall
    # if you connect your phone to the PC and execute:
    $ ./build :flash
    
    # Or in a single command (compilation with flashing)
    # ./build flash name=CustomCruel model=G973F +magisk+canary +wireguard +ttl +cifs +nohardening
    4
    Ok here it is. S10 untested, dont own it. S10+ works. Its not a flashable zip, so extract it and flash boot.img via twrp to boot slot. Or use the app "flashify" for example to flash to boot.
    3
    Thanks Dev! Does this kernel work also with LineageOS and AOSP roms?

    As for now, it compatible only with Samsung based firmwares. Works on native samsung firmwares, BeyondROM, on Ambasadii it's better to use Nemesis kernel (you will face pin problem if you try to install cruel). The kernel doesn't work on LOS.