Skip to content

bavalucket/android_kernel_samsung_n770f

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Current state 🟡

This project is temporarily paused due to a lack of testers. I've decided to stop publishing builds (for now) due to the fact that this project doesn't have any testers currently running stock oneui 5.1. This is not an EOL statement, stay tuned for the future.

About

This repository contains a community-supported kernel for the Galaxy Note 10 Lite, compatible with KernelSU-Next.

Installation steps:

Back up all previous modules (they will be permanently deleted once you install KernelSU-Next)

Download the latest boot.img

Flash it through TWRP/Odin/heimdall/...

recommended: clear cache and dalvik art

Download the KernelSU-Next Manager from github to manage your root access

Enjoy!

Installation Notes

  • SuSfs is enabled for production builds

  • It's recommended to install pre-release kernels as they contain more features

Compilation:

Clone the repo using the "--recurse-submodules" flag

git clone --recurse-submodules https://github.com/bavalucket/android_kernel_samsung_n770f.git

and then CD into the directory & run the automated 'build_kernel.sh'

bash build_kernel.sh

Compilation Notes:

  • No patch history - not yet added

  • "setup_repos.sh" might fail due to an HTTP/2 error, in which case you should rerun the script

./setup_repos.sh
  • (DEV) get_cred_rcu() is bypassed rather than ported

  • MUST disable RKP, Uh, and KDP, Otherwise known as "Scamsung's b.s."

  • Keep in mind overlayfs is unstable

  • After successful compilation do the following:

  • Copy the Image from arch/arm64/boot/Image

  • Paste it into Android Image Kitchen

  • Boot!

BUG Reporting & features:

In case of a bug feel free to publish a bug report on this repo.

If you want to request an additional feature or publish a Pull Request feel free to do so.

Credits

About

KernelSU-Next kernel for the Galaxy Note 10 Lite

Resources

License

Stars

Watchers

Forks

Contributors

Languages

  • C 98.0%
  • Assembly 1.4%
  • Makefile 0.3%
  • Perl 0.1%
  • Python 0.1%
  • Shell 0.1%