Skip to content

Commit 73b5e40

Browse files
committed
Merge branch 'main' of github.com:bfiics/BuildWSA into bfiics-main
2 parents 49d0f7f + ee1114c commit 73b5e40

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
https://user-images.githubusercontent.com/5022927/145696886-e13ebfc1-ff25-4410-893e-d3e517af70ea.mp4
2828

29+
2930
## Text Guide
3031

3132
1. Star (if you like) and fork this repo (keep it PUBLIC, private repo is not supported)
@@ -43,7 +44,7 @@ https://user-images.githubusercontent.com/5022927/145696886-e13ebfc1-ff25-4410-8
4344
- The size shown in the webpage is uncompressed size and the zip you download will be compressed. So the size of the zip will be much less than the size shown in the webpage.
4445
1. Right-click `Install.ps1` and select `Run with PowerShell`
4546
- If you previously have a MagiskOnWSA installation, it will automatically uninstall the previous while **preserving all userdata** and install the new one, so don't worry about your data.
46-
- If you have an official WSA installation, you should uninstall it first. (In case you want to preserve your data, you can backup `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx` before uninstallation and restore it after installation.) (If you want to restore the icons to start menu, please install and use [WSAHelper](https://github.com/LSPosed/WSAHelper/releases/latest).)
47+
- If you have an official WSA installation, you should uninstall it first. (In case you want to preserve your data, you can backup `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx` before uninstallation and restore it after installation.) (If you want to restore the icons to the start menu, please install and use [WSAHelper](https://github.com/LSPosed/WSAHelper/releases/latest).)
4748
- If the popup windows disappear **without asking administrative permission** and WSA is not installed successfully, you should manually run `Install.ps1` as administrator:
4849
1. Press `Win+x` and select `Windows Terminal (Admin)`
4950
2. Input `cd "{X:\path\to\your\extracted\folder}"` and press `enter`, and remember to replace `{X:\path\to\your\extracted\folder}` including the `{}`, for example `cd "D:\wsa"`
@@ -68,16 +69,16 @@ https://user-images.githubusercontent.com/5022927/145696886-e13ebfc1-ff25-4410-8
6869
- Can I delete the unzipped folder?
6970

7071
No.
71-
- Why the size of the zip does not match the one shown?
72+
- Why does the size of the zip do not match the one shown?
7273

7374
The zip you downloaded is compressed and Github is showing the uncompressed size.
74-
- How can I update WSA to new version?
75+
- How can I update WSA to a new version?
7576

7677
Rerun the Github action, download the new artifact, replace the content of your previous installation and rerun `Install.ps1`. Don't worry, your data will be preserved.
7778
- How can I get the logcat from WSA?
7879

7980
`%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalState\diagnostics\logcat`
80-
- How can I update Magisk to new version?
81+
- How can I update Magisk to a new version?
8182

8283
Do the same as updating WSA
8384
- How to pass safetynet?
@@ -86,21 +87,21 @@ https://user-images.githubusercontent.com/5022927/145696886-e13ebfc1-ff25-4410-8
8687
- Virtualization is not enabled?
8788

8889
`Install.ps1` helps you enable it if not enabled. After rebooting, rerun `Install.ps1` to install WSA. If it's still not working, you have to enable virtualization in BIOS. That's a long story so ask Google for help.
89-
- How to remount system as read-write?
90+
- How to remount the system as read-write?
9091

91-
No way in WSA since it's mounted as read-only by Hyper-V. You can modify system by making a Magisk module. Or directly modify system.img. Ask Google for help.
92+
No way in WSA since it's mounted as read-only by Hyper-V. You can modify the system by making a Magisk module. Or directly modify system.img. Ask Google for help.
9293
- I cannot `adb connect localhost:58526`
9394

9495
Make sure developer mode is enabled. If the issue persists, check the IP address of WSA in the setting page and try `adb connect ip:5555`.
9596
- Magisk online module list is empty?
9697

97-
Magisk actively remove online module repository. You can install module locally or by `adb push module.zip /data/local/tmp` and `adb shell su -c magisk --install-module /data/local/tmp/module.zip`.
98-
- Can I use Magisk 23.0 stable or lower version?
98+
Magisk actively removes online module repositories. You can install modules locally or by `adb push module.zip /data/local/tmp` and `adb shell su -c magisk --install-module /data/local/tmp/module.zip`.
99+
- Can I use the stable or lower version of Magisk 23.0?
99100

100-
No. Magisk has bugs preventing itself running on WSA. Magisk 24+ has fixed them. So you must use Magisk 24 or higher version.
101+
No. Magisk has bugs preventing itself from running on WSA. Magisk 24+ has fixed them. So you must use Magisk 24 or higher version.
101102
- How can I get rid of Magisk?
102103

103-
Choose `none` as root solution.
104+
Choose `none` as the root solution.
104105
- Github Action script is updated, how can I synchronize it?
105106

106107
1. In your fork repository, click `fetch upstream`

0 commit comments

Comments
 (0)