Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Grass kernel source for Galaxy A51/M21/M31/M31s/F41/Tab S6 Lite, archived due to a kanger

License

Notifications You must be signed in to change notification settings

Roynas-Android-Playground/kernel_samsung_universal9611

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Markdownify
GrassKernel

A custom kernel for the Exynos9611 devices.

Key FeaturesHow To BuildHow To FlashCredits

Key Features

  • Disable Samsung securities, debug drivers, etc modifications
  • Checkout and rebase against Android common kernel source, Removing Samsung additions to drivers like ext4,f2fs and more
  • Compiled with bleeding edge Clang 19, with full LLVM binutils, LTO (Link time optimization) and -O3
  • Import Erofs, Incremental FS, BinderFS and several backports.
  • Supports DeX touchpad for corresponding OneUI ports that have DeX ported.
  • Lot of debug codes/configuration Samsung added are removed.
  • Added wireguard driver, an open-source VPN driver in-kernel
  • Added KernelSU

How To Build

You will need ubuntu, git, around 8GB RAM and bla-bla-bla...

# Install dependencies
$ sudo apt install -y bash git make libssl-dev curl bc pkg-config m4 libtool automake autoconf

# Clone this repository
$ git clone https://github.com/Gojikovi/kernel_samsung_universal9611

# Go into the repository
$ cd kernel_samsung_universal9611

# Install toolchain
# You could try any clang/LLVM based toolchain, however I use WeebX clang
# See the intructions: https://github.com/XSans0/WeebX-Clang

# Building kernel is simple, a python script is provided.
# Options inside parenthesis are optional, Parenthesis' with | between 
# means you have to provide one of those options inside.
$ python build_kernel.py (--aosp|--oneui) --target=m31 (--no-ksu) (--allow-dirty)

After build the image of the kernel will be in out/arch/arm64/boot/Image

How To Flash

After a successful build, you can see the scripts/packaging/Grass*.zip archive. This is your kernel. Just flash it via TWRP or adb sideload

Credits

About

Grass kernel source for Galaxy A51/M21/M31/M31s/F41/Tab S6 Lite, archived due to a kanger

Resources

License

Stars

Watchers

Forks

Releases

No releases published