it's quite rude to ask about ETA,when will this kernel be updated with the latest magisk version?
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.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 !
Hi ! sorry but it didn't go any further for me :/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.
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 sirit's quite rude to ask about ETA,not to mention it's against forum rules... kernel was updated at Monday afaik
Here's the link for all releases and latest one too.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
$ ./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
- 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
- name: Kernel Configure
run: |
./build config
os_patch_level=2020-12
model=G975F
name="OwnKernel"
+magisk+canary
+wireguard
+nohardening
+1000hz
# 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
Thanks Dev! Does this kernel work also with LineageOS and AOSP roms?