Beginning
So, finding the kernel source was not hard, then i realised that there are still commits going there. Even for android 14 which is not released for pixel (pls release)
I pondered about choosing the commit and, by date, i took this one I extracted it to some folder so now i should clone the toolchain (how did i realised i need a specific commit ? So, i used the git clone command to clone the kernel repo and waited some time. Then i saw that i downloaded 1GB and the progress was just at 6% So, (100*1)/6 ~= 16.66 GB - is what I had to download (O_o ) )
Let's get back to the work
I cloned the toolchain in the root of the kernel dir :
git clone https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-kernel
Now it is turn for local.config file and there is less help from the documentation. It is said there that i may use some config that matches my device and that i have to alter it to meet my device requirements (what??) So, the devices that match my cpu are one plus draco and arter97 But the problem is - Android13
Last updated