mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-25 17:59:35 +00:00
Add Tutorial for how to install KernelSU
This commit is contained in:
parent
312cc188e0
commit
25fab5f440
2 changed files with 14 additions and 0 deletions
11
KernelSU.md
Normal file
11
KernelSU.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Install KernelSU
|
||||
|
||||
1. Download pre-build kernel from [](https://github.com/tiann/KernelSU/actions/workflows/build-WSA-5.10.117-kernel.yml?query=branch%3Amain+event%3Apush+is%3Acompleted) (Remember to download the same architecture).
|
||||
|
||||
1. Download and install KernelSU Manager from [](https://github.com/tiann/KernelSU/actions/workflows/build-manager.yml?query=event%3Apush+is%3Acompleted+branch%3Amain).
|
||||
|
||||
1. Unzip the downloaded zip package and get the kernel file named `bzImage`.
|
||||
|
||||
1. Replace the kernel in the folder named `Tools` in the WSA directory with `bzImage`.
|
||||
|
||||
1. Restart WSA and then enjoy.
|
|
@ -136,6 +136,9 @@
|
|||
- WSA with OpenGApps integrated fails to start.
|
||||
|
||||
OpenGApps has not yet released a version built for Android 12L and 13, only built for Android 11, which may not be compatible and thus cause crashes. Consider switching to MindTheGapps.
|
||||
- How to install KernelSU?
|
||||
|
||||
[Tutorial](./KernelSU.md)
|
||||
|
||||
## Credits
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue