Skip to content

Commit

Permalink
update V6
Browse files Browse the repository at this point in the history
  • Loading branch information
acai66 committed Feb 28, 2020
1 parent af93bec commit 55adf88
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.zip filter=lfs diff=lfs merge=lfs -text
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Nethunter Kernel for Oneplus 6 and Oneplus 6T, [Source Code](https://github.com/acai66/op6-op6t-nethunter-kernel)

## Kernel information
- Version: V5
- Version: V6
- Kernel Version: 4.9.215-rc
- Support ROM: Android 10(Oxygen OS and Hydrogen OS)
- Toolchain: Clang11
Expand All @@ -29,7 +29,7 @@ Nethunter Kernel for Oneplus 6 and Oneplus 6T, [Source Code](https://github.com/


### BUGS
- You tell me.
- HID gadget function needs to replug usb again at first time.


### TODO
Expand All @@ -39,6 +39,7 @@ Nethunter Kernel for Oneplus 6 and Oneplus 6T, [Source Code](https://github.com/


### Credits
- [fasheng](https://github.com/fasheng) for HID patches
- [simonpunk](https://forum.xda-developers.com/oneplus-5/development/burgerhunter-t3638810) for HID patches
- [johanlike(DJY)](https://github.com/johanlike) for wifi patches
- [Boos4721](https://github.com/Boos4721/op6_kernel) for kernel source
Expand Down
14 changes: 6 additions & 8 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
适用于一加6(T)的Nethunter内核,[源码](https://github.com/acai66/op6-op6t-nethunter-kernel)

## 内核信息
- 版本: V5
- 版本: V6
- 内核版本: 4.9.215-rc
- 支持系统: 氢安卓10,理论也支持氧10
- 编译链: Clang11
Expand All @@ -30,8 +30,8 @@


### Bugs
1. ~~开机会弹窗 "您的设备内部出现了问题",直接忽略就好~~(已修复)
2. ~~息屏手势失效~~ (已修复)
1. HID功能需要重插一次usb才行,只需要在开机后重插一次就可完美使用。


### TODO
1. 测试各功能
Expand All @@ -48,11 +48,8 @@
使用`modprobe`命令加载内核模块,例如加载rtl8812au模块,运行`modprobe 88XXau`
更多模块请参考`/system/lib/modules/`下有哪些ko文件。
6. #### 如何进行HID测试?
参考[`USB ARMY`](https://forum.xda-developers.com/oneplus-5/development/burgerhunter-t3638810),例: 以root身份在终端运行
```
setprop sys.usb.config win,hid
```
即可开启hid的支持
hid功能已经能够始终开启了,不再需要运行特殊命令
参考 bugs
7. #### 如何切换网卡到监听模式?
在测试`rtl8812au`时,使用`airmon-ng start wlan1`打开监听模式总是有异常,经过搜索测试发现运行如下命令即可打开监听模式
```
Expand All @@ -64,6 +61,7 @@
![开启监听模式](resources/images/enable_monitor_mode.jpg)
### Credits
- [fasheng](https://github.com/fasheng) for HID patches
- [simonpunk](https://forum.xda-developers.com/oneplus-5/development/burgerhunter-t3638810) for HID patches
- [johanlike(DJY)](https://github.com/johanlike) for wifi patches
- [Boos4721](https://github.com/Boos4721/op6_kernel) for kernel source
Expand Down
Binary file modified releases/Acai_Nethunter_V1.zip
Binary file not shown.
Binary file modified releases/Acai_Nethunter_V2.zip
Binary file not shown.
Binary file modified releases/Acai_Nethunter_V3.zip
Binary file not shown.
3 changes: 3 additions & 0 deletions releases/Acai_Nethunter_V6.zip
Git LFS file not shown

0 comments on commit 55adf88

Please sign in to comment.