Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.03 KB

README.md

File metadata and controls

56 lines (37 loc) · 1.03 KB

nethunter-logo


About

The NetHunter Kernel for Xiaomi Redmi Note 4/4X devices.

Supported Android versions

  • Nougat
  • Oreo

I've tested successfully against the following ROMs:

  • XenonHD-180116-Official-mido (Nougat)
  • XenonHD-180411-Experimental-mido (Oreo)

Requirements

Download toolchain.

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

Build

  1. Download kernel sources.
git clone https://github.com/chinarulezzz/mido.git -b nethunter-oreo
cd mido
  1. Fetch latest wireguard sources.
./fetch-latest-wireguard-fix.sh
./scripts/fetch-latest-wireguard.sh
  1. Build.
./build.sh

Credits