From 2f98e20dd86ffb1155fcf33d56e2643a46d3b53b Mon Sep 17 00:00:00 2001 From: LoveSy Date: Sun, 31 Oct 2021 19:24:33 +0800 Subject: [PATCH] Add Video Close #37 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d87a62f..e52c59b 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,15 @@ 1. Enable developer mode on Windows 1. Right click `Install.ps1` and select `Run with PowerShell` 1. Launch WSA and enable developer mode, launch the file manager, and wait until the file manager popup -1. Make sure you have [Platform tools](https://developer.android.com/studio/releases/platform-tools)m run `adb connect localhost:58526` to connect to WSA, `adb install magisk.apk` to install Magisk App (the one you used to build) and launch it +1. Make sure you have [Platform tools](https://developer.android.com/studio/releases/platform-tools), run `adb connect localhost:58526` to connect to WSA, `adb install magisk.apk` to install Magisk App (the one you used to build) and launch it 1. Fix the environment as Magisk app will prompt and reboot (sometimes it keeps prompting even after environment fix, just ignore it) 1. Enjoy by installing Riru and LSPosed +## Video Demo + +[demo](https://user-images.githubusercontent.com/5022927/139580565-35971031-7258-40bf-93e2-49a0750156f3.mp4) + + ## Prebuilt Magisk There's still a bug from Magisk that prevents it from running on WSA. So please don't use the official build yet. The download link of the prebuilt Magisk is: [https://raw.githubusercontent.com/LSPosed/MagiskOnWSA/main/magisk.apk](https://raw.githubusercontent.com/LSPosed/MagiskOnWSA/main/magisk.apk) and its source codes are on the magisk branch.