Skip to content

Commit

Permalink
Update README_ZH.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shandongtlb authored May 3, 2020
1 parent 1826eca commit 5a5cf67
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README_ZH.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# MI9-Nethunter-Project
<br> 警告:该内核仅在用于黑客技术的学习和交流,禁止非法使用,期间发生和导致的任何责任问题都与本人无关! [For English](https://github.com/shandongtlb/MI9-Nethunter-Project)

<br> 该内核基于高通官方CAF-SM8150源码和android-linux-stable合并小米内核树并进行修改,适用于MIUI_Q,基本上实现了Nethunter官网支持手机的全部功能并且已解决所有已知问题
<br> 该内核基于高通官方CAF-SM8150源码合并小米内核树并进行修改,适用于MIUI_Q,基本上实现了Nethunter官网支持手机的全部功能并且已解决所有已知问题
<br> 开源源码地址(并没有打Nethunter补丁,可以自行用我提供的patch合并,当然你还需要自己配置defconfig) [kernel source](https://github.com/shandongtlb/msm-4.14)

<br> Nethunter补丁,理论上支持所有4.14.x内核版本的手机 [Nethunter kernel patch](https://github.com/shandongtlb/MI9-Nethunter-Project/blob/master/MI9-nethunter-4.14.patch)
<br> 小米9 Nethunter内核下载地址 [here](https://github.com/shandongtlb/MI9-Nethunter-Project/releases)
<br> The last version: V10 20200420 4.14.176
<br> The last version: V11 20200504 4.14.178
## 内核功能
### 内核Nethunter功能 (可以使用我提供的补丁来实现 WIFI inject和HID,当然你还需要自己配置defconfig [patch](https://github.com/shandongtlb/MI9-Nethunter-Project/blob/master/MI9-nethunter-4.14.patch))
<br> WiFi 网卡监听注入 支持2.4GHZ和5GHZ频段
Expand All @@ -23,16 +23,28 @@
<br> 无线扩展兼容性 (现在你可以通过使用`iwconfig`命令开启监听模式)
<br> 支持高通内置网卡开启监听, 现在你可以使用手机自身的"wlan0"网卡来开启监听模式了(暂不支持注入)
### 内核自身功能
<br> Update to 4.14.176
<br> Update to 4.14.178
<br> Merge tag 'LA.UM.8.1.r1-14700-sm8150.0' for kernel tree, WLAN, Audio, data_rmnet
<br> 合并谷歌最新common android-4.14-q 4.14.178
<br> 添加 BBRv2 and set default
<br> 添加 830mhz gpu freq
<br> 添加 klapse5.0
<br> 添加 Audio control
<br> 添加 zen i/o调度器并设为默认
<br> 添加 dynamic fsync 并且默认关闭
<br> 设置 ddr 2133MHZ
<br> 添加 simple LMK
<br> 合并上游 simple LMK
<br> 添加 cpu input boost
<br> 添加 Dynamic stune boost
<br> 优化EAS能量模型
<br> 使用PELT负载均衡
<br> DTS Ultra:X 内核驱动支持
<br> 电池充电容量解锁(没试过,无效的话等本人换电池吧)
<br> 跳过充电温控,默认关闭 开启:echo Y > /sys/module/smb5_lib/parameters/skip_thermal
<br> 强制USB MTP模式900ma快充,默认开启
<br> 设置zram默认2GB (可以在defconfig调节 CONFIG_ZRAM_SIZE_OVERRIDE 这个参数修改)


<br> 添加 exfat
<br> 添加 ntfs
<br> 添加 devfreq_boost
Expand Down Expand Up @@ -76,6 +88,7 @@
## 感谢名单 (排名不分先后)
<br> Thanks [CAF-SM8150](https://source.codeaurora.org/quic/la/kernel/msm-4.14/) for kernel source
<br> Thanks [Android-linux-stable](https://github.com/android-linux-stable/msm-4.14/tree/kernel.lnx.4.14.r4-rel) for kernel source
<br> Thanks [Googlesource](https://android.googlesource.com/kernel/common/+/refs/heads/android-4.14-q) kernel source
<br> Thanks [kimocoder](https://github.com/kimocoder) for rtl88xxau driver and any help
<br> Thanks [johanlike](https://github.com/johanlike) for Enable Qcom WiFi monitor mode and any help
<br> Thanks [simonpunk](https://forum.xda-developers.com/oneplus-5/development/burgerhunter-t3638810) for HID patch
Expand Down

0 comments on commit 5a5cf67

Please sign in to comment.