mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-05-06 14:56:36 +08:00
Update README.md
This commit is contained in:
parent
8d795a6bc3
commit
a450aeb0f7
@ -57,11 +57,14 @@
|
|||||||
|
|
||||||
1. Star (if you like)
|
1. Star (if you like)
|
||||||
1. Clone the repo to local
|
1. Clone the repo to local
|
||||||
```
|
|
||||||
git clone https://github.com/LSPosed/MagiskOnWSALocal.git --depth 1
|
```bash
|
||||||
```
|
git clone https://github.com/LSPosed/MagiskOnWSALocal.git --depth 1
|
||||||
- Run `cd scripts`
|
```
|
||||||
- Then run `./build.sh --help` (optional) to get the usage if you want to use CLI.
|
|
||||||
|
1. Run `cd scripts`
|
||||||
|
1. Then run `./build.sh --help` (optional) to get the usage if you want to use CLI.
|
||||||
|
|
||||||
1. Run `./run.sh` under scripts directory.
|
1. Run `./run.sh` under scripts directory.
|
||||||
1. Select the WSA version and its architecture (mostly x64).
|
1. Select the WSA version and its architecture (mostly x64).
|
||||||
1. Select the version of Magisk.
|
1. Select the version of Magisk.
|
||||||
@ -86,15 +89,27 @@ git clone https://github.com/LSPosed/MagiskOnWSALocal.git --depth 1
|
|||||||
5. If this workaround does not work, your PC is not supported for WSA
|
5. If this workaround does not work, your PC is not supported for WSA
|
||||||
1. Magisk/Play store will be launched. Enjoy by installing LSPosed-zygisk with zygisk enabled or Riru and LSPosed-riru
|
1. Magisk/Play store will be launched. Enjoy by installing LSPosed-zygisk with zygisk enabled or Riru and LSPosed-riru
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
<details open>
|
||||||
|
|
||||||
- Can I delete the installed folder?
|
- Can I delete the installed folder?
|
||||||
|
|
||||||
No.
|
No.
|
||||||
|
|
||||||
- How can I update WSA to a new version?
|
- How can I update WSA to a new version?
|
||||||
|
|
||||||
Delete the `download` folder
|
1. Update build scripts
|
||||||
Rerun the script, replace the content of your previous installation and rerun `Install.ps1`. Don't worry, your data will be preserved.
|
|
||||||
|
```bash
|
||||||
|
git pull
|
||||||
|
```
|
||||||
|
|
||||||
|
For more usage of git, referred to <https://git-scm.com/book>
|
||||||
|
|
||||||
|
1. Rerun the script, replace the content of your previous installation and rerun `Install.ps1`. Don't worry, your data will be preserved.
|
||||||
- How can I get the logcat from WSA?
|
- How can I get the logcat from WSA?
|
||||||
|
|
||||||
`%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalState\diagnostics\logcat`
|
`%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalState\diagnostics\logcat`
|
||||||
@ -143,6 +158,10 @@ git clone https://github.com/LSPosed/MagiskOnWSALocal.git --depth 1
|
|||||||
|
|
||||||
[Tutorial](KernelSU.md)
|
[Tutorial](KernelSU.md)
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
- [StoreLib](https://github.com/StoreDev/StoreLib): API for downloading WSA
|
- [StoreLib](https://github.com/StoreDev/StoreLib): API for downloading WSA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user