Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cinit committed Dec 1, 2022
1 parent 1dce70c commit f4ae929
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ This is a patch for WSA to enable WSA (Windows Subsystem for Android) to run on

Steps:

1. Get WSA appx zip from https://github.com/LSPosed/MagiskOnWSALocal (You need to "build" this yourself with your local WSL2).
1. Get WSA appx zip. You can do this by following instructions in https://github.com/LSPosed/MagiskOnWSALocal (You need to "build" this yourself with your local WSL2).
2. Get "icu.dll" from Windows 11 22H2. Note that you MUST use icu.dll from Windows 11. The icu.dll from Windows 10 will NOT work.
3. Build WsaPatch.dll with source code in this repo.
4. Patch icu.dll: add WsaPatch.dll as an import DLL as icu.dll.
5. Copy patched icu.dll and WsaPatch.dll to WsaClient dir.
6. Delete all element about "customInstall" in AppxManifest.xml.
7. Run "Run.bat" to register your WSA appx.
8. You should be able to run WSA now.
6. Patch AppxManifest.xml: Find TargetDeviceFamily node and change the MinVersion attribute to your windows version.
7. Patch AppxManifest.xml: Delete all nodes about "customInstall" extension in AppxManifest.xml.
8. Run "Run.bat" to register your WSA appx.
9. You should be able to run WSA now.

0 comments on commit f4ae929

Please sign in to comment.