Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shandongtlb authored Mar 22, 2020
1 parent 66c257c commit 86504f3
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# MI9-Nethunter-Project
<br> Warning: This kernel is intended for hacker technology learning and communication, not for illegal use, all behaviors and responsibilities have nothing to do with me!

<br> This kernel is modified based on Evirakernel and is suitable for MIUI_Q. The kernel version is 4.14.172. It can be updated irregularly later. You can download and use the kernel from release.
<br> This kernel is modified based on CAF-SM8150 kernel source and is suitable for MIUI_Q. The kernel version is 4.14.174. It can be updated irregularly later. You can download and use the kernel from release.
<br> Now, this is my [kernel source](https://github.com/shandongtlb/msm-4.14)

<br> This patch supports all Linux devices based on the 4.14.X kernel version [Nethunter kernel patch](https://github.com/shandongtlb/MI9-Nethunter-Project/blob/master/MI9-nethunter-4.14.patch)
<br> Click [here](https://github.com/shandongtlb/MI9-Nethunter-Project/releases) to download Mi9-nethunter-kernel-release
<br> The last version: V6 20200310 4.14.172
<br> The last version: V7 20200323 4.14.174
## Kernel function
### Nethunter function (Can be added through the above [patch](https://github.com/shandongtlb/MI9-Nethunter-Project/blob/master/MI9-nethunter-4.14.patch))
<br> WIFI Injection (support otg rt3070l ar9170 rtl8187 rtl8188 rtl88xxau.......)
Expand All @@ -16,12 +17,12 @@
<br> USB serial (now it supports ch340 and pl2303)
<br> Wireless extension compatible (now you can use "iwconfig" and set monitor mode)
### Release kernel Characteristic
<br> Update to 4.14.172
<br> Add bbrplus and set default
<br> Update to 4.14.174
<br> Add bbr and set default
<br> Add 830mhz gpu freq
<br> Add klapse5.0
<br> Add Audio control
<br> Add zen mq-deadline sched and mq-deadline is default
<br> Add zen iosched and zen is default
<br> Add dynamic fsync
<br> Try ddr 2133
<br> Add exfat
Expand All @@ -33,19 +34,23 @@
<br> Add wireguard Network security tunnel
<br> Optimize f2fs
<br> Zram:use lz4 compression and set default
<br> Enable target TTL
<br> use power efficient workingqueues
<br> Compiled based on Qualcomm CAF kernel tree, using the latest driver, more fluent and power saving
<br> .........

## How to install
<br> First back up your existing boot.img and dtbo.img and then swipe the kernel package into twrp and then into magick, and restart it.
<br> Second enter your system, unzip the kernel package, and extract init.nethunter.rc.disabled, keyboard-descriptor.bin and mouse-descriptor.bin from tool/ppp/,then put the keyboard-descriptor.bin and mouse-descriptor.bin files in the / ;copy all contents in init.nethunter.rc.disabled to the last line of /init.usb.configfs.rc file.
<br> Finally Install kali chroot and reboot.
If you want to use HID,you should run "setprop sys.usb.config win,hid" as root on the terminal.
If you want to use HID,you should run 'setprop sys.usb.config win,hid' as root on the terminal.

## Known Issues
Please tell me

## Thanks
<br> Thanks [Evirakernel](https://github.com/evirakernel) for kernel source
<br> Thanks [CAF-SM8150](https://source.codeaurora.org/quic/la/kernel/msm-4.14/) for kernel source
<br> Thanks [Evirakernel](https://github.com/evirakernel) for some help
<br> Thanks [simonpunk](https://forum.xda-developers.com/oneplus-5/development/burgerhunter-t3638810) for HID patch
<br> Thanks [kimocoder](https://github.com/kimocoder) for WIFI injection patch
<br> Thanks [osm0sis](https://github.com/osm0sis/AnyKernel3) for busybox and anykernel3
Expand Down

0 comments on commit 86504f3

Please sign in to comment.