Skip to content

Kernel for Samsung J8y18lte running stock android 10 and lineageos 17.1, 18.0, 18.1 and 19.0 version. Also works with Crdroid 6.x , 7.x and 8.x versions. I made custom for each version execepted from lineageos 19.0 and CrDroid8.x. Read below for nethunter build.

License

Notifications You must be signed in to change notification settings

Adrilaw/android_kernel_samsung_j8y18lte

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samsung J8 Nethunter Kernel Development

This repository contains the kernel source and build scripts for the Samsung Galaxy J8 (model j8y18lte). The scripts automate the process of building the kernel and applying necessary nethunter patches.

Prerequisites

Before you begin, ensure you have the following installed on your system:

Install Required Packages You can install the required packages using the following commands:

sudo apt update
sudo apt install -y build-essential
sudo apt install -y git
sudo apt install -y make
sudo apt install -y zip
sudo apt install -y patch
sudo apt install -y bc bison flex libssl-dev libncurses5-dev libelf-dev

Installing Kernel

git clone -b branchname https://github.com/Adrilaw/android_kernel_samsung_j8y18lte
cd android_kernel_samsung_j8y18lte

Compile Kernel

In the kernel source there is a file build-nethunter-kernel.py called this script automates the building of the kernel it downloads toolchain and applies patches.

Note !! When first time running script when patches prompt pop ups enter no for script to apply patches also when the config screens start refer to the nethunter porting guide to configure kernel.

python3 build-nethunter-kernel.py

wait a few minutes and kernel will be in your home directory named nethunter-j8-kernel.zip

About

Kernel for Samsung J8y18lte running stock android 10 and lineageos 17.1, 18.0, 18.1 and 19.0 version. Also works with Crdroid 6.x , 7.x and 8.x versions. I made custom for each version execepted from lineageos 19.0 and CrDroid8.x. Read below for nethunter build.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • Assembly 1.6%
  • Makefile 0.3%
  • Perl 0.1%
  • Shell 0.1%
  • C++ 0.0%