3.0 KiB
WSABuilds
Guide: Install KernelSU and Manager Using Prebuilt Builds
1. Download WSA with KernelSU from then Follow this guide to install it.
2. Download KernelSU Manager from (Download the artifact named manager
).
3. Unzip the downloaded zip package and get the manager apk named KernelSU_vx.x.x-xx-.....apk
.
4. Use the command adb install <apkname>.apk
or WSAPacman to install the manager.
Guide: Install KernelSU and Manager Using Custom Build Guide
1. [Follow the guide], in order to fork the Custom Build "Github Actions" Repo
2. Remember to Select KernalSU when selecting options for the Workflow Run
3. Download KernelSU Manager from (Download the artifact named manager
).
4. Unzip the downloaded zip package and get the manager apk named KernelSU_vx.x.x-xx-.....apk
.
5. Use the command adb install <apkname>.apk
or WSAPacman to install the manager.
Guide: How to install KernelSU and Manager Manually
Install Manager
1. Download KernelSU Manager from (Download the artifact named manager
).
2. Unzip the downloaded zip package and get the manager apk named KernelSU_vx.x.x-xx-.....apk
.
3. Use the command adb install <apkname>.apk
to install the manager.
Install Kernel
1. Download pre-build kernel from (Remember to download the same architecture).
2. Unzip the downloaded zip package and get the kernel file named bzImage
.
3. Replace the kernel in the folder named Tools
in the WSA directory with bzImage
.
4. Restart WSA and then enjoy.