Titan Games Docs
  • Welcome
  • Stuff
    • Brain headaches
      • How to add gitbook page to Google Analytics
        • How do i add a site to GA
        • Finding the tracking id
    • Phones
      • Pixel 4 XL
        • Unlocking the bootloader
        • Rooting Google Pixel 4 XL
        • Installing TWRP on Google Pixel 4 XL
        • Flashing Google Pixel 4 XL back to stock
      • Porting and building the kali nethunter kernel
        • Preparations
          • Trown in trash
        • Beginning
          • Side notes
    • STUPID stuff or errors we do as humans
      • BRO, insert Ur type-c's CAREFULLY
  • Music
    • Reaper
      • Tips
        • Tweaks
          • Envelopes for individual items
        • Recommended extensions
          • BirdBird Item Modifiers
          • Global sampler
        • Shortcuts
          • Custom: ALT + NUM /
          • Custom: ALT + Q
          • Custom: ALT + F
          • CTRL + ALT + LClick (mouse)
          • Custom: ALT + [
          • CTRL / ALT + MWheel
          • CTRL + LClick (mouse)
          • ALT + RClick (mouse)
          • Custom: ALT + V
          • Custom: SHIFT + ALT + MWheel
          • Custom: ALT + 7 (numpad)
          • Custom: NUM + . (numpad)
          • SHIFT + R
          • SHIFT + X
          • SHIFT + Z
        • Did you know ?
          • You can change the range in your automation items
Powered by GitBook
On this page
  1. Stuff
  2. Phones
  3. Porting and building the kali nethunter kernel
  4. Preparations

Trown in trash

Why ? Just because...

PreviousPreparationsNextBeginning

Last updated 10 months ago

git clone https://android.googlesource.com/platform/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9 -b android10-release toolchain64

export ARCH=arm64

export SUBARCH=arm64

export CROSS_COMPILE=pwd/toolchain64/bin/aarch64-linux-android-

make coral [<----your_device_codename] make -j$(nproc)

Then these ones:

cd nethunter-installer

./build.py -k -d coral [<---your_device_codename] --android13 [<---your_android_version]

The only thing i dont like is the android version, bro it just feels to not work but it is not like there is an example. Should i use the SDK ver? or type android13 or just 13. IDK, we'll figure it out While trying to figure things out i found another thing i do not like:

I am not dumb to understand that it is for android 10 and also for kernel 4.9. My 4xl's kernel ver is 4.14 will it be a problem? Most likely ! I highlight something with red or green when i consider it wrong or correct respectively.

this is when i dont want to think about something rn or it is some kind of dumb thing.

Let's just skip it but we will have that in mind.

android10-release in the right