Skip to content

bavalucket/android_kernel_samsung_n770f

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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%