From 01fd127a4f22d95fe72d3e342b02655dec245810 Mon Sep 17 00:00:00 2001 From: MCDeltaT <68516357+MustardChef@users.noreply.github.com> Date: Thu, 19 Jan 2023 20:26:13 +0000 Subject: [PATCH] Update Magisk Delta Readme.md --- custombuilds/MagiskDelta/README.md | 31 +++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/custombuilds/MagiskDelta/README.md b/custombuilds/MagiskDelta/README.md index 5c7b0d0..e9ea304 100644 --- a/custombuilds/MagiskDelta/README.md +++ b/custombuilds/MagiskDelta/README.md @@ -1,19 +1,19 @@ # WSABuilds     -### MagiskOnWSA (Magisk Delta) (For Windows™ 10 and 11) -#### Windows Subsystem For Android™ (WSA) with Google Play Services and (or) Magisk Delta +### MagiskOnWSA (For Windows™ 10 and 11) +#### Windows Subsystem For Android™ (WSA) with Google Play Services and (or) Magisk   ## Downloads > **Note** ->: To request a newer WSA build or a WSA build with a different version of GApps or Magisk (root) or a build without them (root or Google Play), feel free to open an issue in the [Issues page](https://github.com/MustardChef/WSABuilds/issues). Requested (Custom) Builds can be found by pressing the "Custom Build" button below. - -> **Warning** : These Custom Builds are hosted on mega.nz +>: To request a newer WSA build or a WSA build with a different version of GApps or Magisk (root) or a build without them (root or Google Play), feel free to open an issue in the [Issues page](https://github.com/MustardChef/WSABuilds/issues).
Requested (Custom) Builds can be found by pressing the "Custom Build" button below. |****Operating System****|****Download Page****| |----------|-----------| -| | [![win11down](https://img.shields.io/badge/Download%20Latest%20Build-Windows%2011-blue?style=for-the-badge&logo=windows11)](https://mega.nz/file/AzoSUDKT#PNuK7uQqvn8NmUDXcrHy6ii3TqLfK5207p89N637k14)| -| | [![win10down](https://img.shields.io/badge/Download%20Latest%20Build-Windows%2010-blue?style=for-the-badge&logo=windows)](https://mega.nz/file/YrZjjbxS#BrnY3rOvcejPCh6w1m9seXVfOb1JtKXJlsvd_oBqjD0)| +| | [![win11down](https://img.shields.io/badge/Download%20Latest%20Build-Windows%2011-blue?style=for-the-badge&logo=windows11)](https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_2211.40000.11.0)| +| | [![win10down](https://img.shields.io/badge/Download%20Latest%20Build-Windows%2010-blue?style=for-the-badge&logo=windows)](https://github.com/MustardChef/WSABuilds/releases/tag/Windows_10_2211.40000.11.0)| +|           |[![windownold](https://img.shields.io/badge/Windows%2010%2F11-Older%20Builds-red?style=for-the-badge)](https://github.com/MustardChef/WSABuilds/blob/master/OldBuilds.md)| +|           |[![windownold](https://img.shields.io/badge/Windows%2010%2F11-Custom%20Builds-382bef?style=for-the-badge)](https://github.com/MustardChef/WSABuilds/tree/master/custombuilds)|   @@ -78,6 +78,23 @@ 9. Close File Explorer 10. **Enjoy** +### Notice: For the Windows 10 Builds + +1. You can only install WSA on a NTFS partition, not on an exFAT partition. +2. You can NOT delete the WSA installation folder. + What `Add-AppxPackage -Register .\AppxManifest.xml` does is to register an appx package with some existing unpackaged files, + so you need to keep them as long as you want to use WSA. + Check https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps for more details. +3. You need to register your WSA appx package before you can run WSA. + For [WSABuilds](https://github.com/MustardChef/WSABuilds) and [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal) users, you need to run `Run.bat` in the extracted dir. + If the script fails, you can take the following steps for diagnosis (admin privilege required): + 1. Open a PowerShell window and change working directory to your WSA directory. + 2. Run `Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml` in PowerShell. + This should fail with an ActivityID, which is a UUID required for the next step. + 3. Run `Get-AppPackageLog -ActivityID ` in PowerShell. + This should print the log of the failed operation. + 4. Check the log for the reason of failure and fix it. + ## Uninstallation ### New CLI and GUI Uninstall Tool Coming Soon! Join the Discord for announcements and updates.