Run Windows Subsystem For Android on your Windows 10 and Windows 11 PC using prebuilt binaries with Google Play Store (MindTheGapps) and/or Magisk or KernelSU (root solutions) built in.
Go to file
2023-01-09 00:26:24 +00:00
.github/workflows Create Android13WSA.yml 2023-01-01 21:29:41 +00:00
arm64 Replace GoogleWebViewOverlay with 12(32) (#264) 2022-11-25 22:32:04 +08:00
linker/x86_64 cleanup 2022-08-29 21:37:38 -03:00
scripts Update generateMagiskLink.py 2022-12-09 22:28:29 -04:00
wine cleanup 2022-08-29 21:37:38 -03:00
x64 Replace GoogleWebViewOverlay with 12(32) (#264) 2022-11-25 22:32:04 +08:00
xml Add more info to artifact name (#286) 2022-12-09 17:21:29 +08:00
.gitattributes Download GApps by Android version (#280) 2022-12-08 16:06:23 +08:00
LICENSE Initial commit 2021-10-26 17:14:26 +08:00
README.md Update README.md 2023-01-09 00:26:24 +00:00

MagiskOnWSA (For Windows 10 and 11)

(Windows Subsystem For Android™ (WSA) with Google Play Services and / or Magisk)

Before Continuing:

Warning

Read this before forking

Important:

Prebuilt WSA Builds for Windows 11 in Releases HAVE NOT been modified in anyway prior and subsequent to running the MagiskOnWSA script and upload to Github.

Prebuilt WSA Builds for Windows 10 in Releases ONLY have had AppxManifest.xml, icu.dll and WsaPatch.dll patched according to the WSAPatch guide before upload to Github.

The same level of scrutiny should be applied with the WSA builds as with any other program that you download from the internet

 

win11down     win11downpre

win10down     win10downpre

 

Requirements

- RAM: 6 GB (not recommended), 8 GB (minimum) and 16 GB (recommended). - RAM: 6 GB (not recommended), 8 GB (minimum) and 16 GB (recommended).
- Processor: Your PC should meet the basic Windows 11 requirements i.e Core i3 8th Gen, Ryzen 3000, Snapdragon 8c, or above. - Processor: N/A (This is a bit of a hit or miss)
- Processor type: x64 or ARM64. - Processor type: x64 or ARM64.
- Virtual Machine Platform Enabled:
This optional setting is for virtualization and you can enable the setting from Control Panel/ Optional Features.
- Virtual Machine Platform Enabled:
This optional setting is for virtualization and you can enable the setting from Control Panel/ Optional Features.
- Storage: Solid-state drive (SSD)
- Hard Disk Drive (HDD) (NOT RECOMMENDED).
- Storage: Solid-state drive (SSD)
- Hard Disk Drive (HDD) (NOT RECOMMENDED).
- Windows 11: Build 22000.526 or higher. - Windows 10: 22H2 10.0.19045.2311 or higher.
- May work on Windows 10 21H2 10.0.19044.2311
- The Computer must support virtualization and be enabled in BIOS/UEFI and Optional Features. Guide - The Computer must support virtualization and be enabled in BIOS/UEFI and Optional Features. Guide

Installation

Note : If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA

  1. Go to the Releases page
Note
To request a newer WSA build or a WSA build with a different version of GApps or Magisk or a build without them (root or Google Play), feel free to open an issue in the Issues page.
  1. In the latest release, go to the Assets section and download the WSA version of your choosing (do not download "Source code")
  2. Extract the zip file
  3. Delete the zip file
  4. Move the newly extracted folder to a suitable location (Documents folder is a good choice), as you will need to keep the folder on your PC to use MagiskOnWSA

Note: If you're updating WSA, merge the folders and replace the files for all items when asked

  1. Open the WSA folder and double-click Run.bat
  2. Once the installation process completes, WSA will launch (if this is a first-time install, a window asking for consent to diagnositic information will be shown instead. Sometimes two identical windows will show, this is fine and nothing bad happens if you click OK in both windows)
  3. Click on the PowerShell window, then press any key on the keyboard, the PowerShell window should close
  4. Close File Explorer

Uninstallation

Note: If you want to preseve your data, make a backup of the %LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx file. After uninstalling, copy the VHDX file back to the %LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache folder.

  1. Go to the Start Menu
  2. Type Windows Subsystem for Android
  3. Once the WSA app shows, click App settings in the right pane
  4. In the Settings window that opens, scroll down and click Terminate
  5. Click Repair
  6. Click Reset
  7. Close the Settings app
  8. Go to the Start Menu
  9. Type Windows Subsystem for Android
  10. Once the WSA app shows, click Uninstall in the right pane

Before Forking

Important:   DO NOT FORK⚠
This repository is designed specifically not to be forked. This does not use the same mechanism as the original MagiskOnWSA, as the original mechanism is slow and unreliable, and also violates GitHub's Terms of Service due to abuse of GitHub Actions in forks. Don't fork this repository unless you're a developer and want to modify the code itself or want to download a specific configuration of WSA not already available in the Releases page.

Help

Help me, I am having problems with the MagiskOnWSA

  • Open an issue and describe the issue with sufficent detail

Help me, I am having problems with installing WSA on Windows 10

How do I get a logcat?

  • adb logcat

or

  • %LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalState\diagnostics\logcat

How do I update Magisk?

  • Wait for a new MagiskOnWSA release that includes the newer Magisk version, then follow the Installation instructions to update

Can I pass SafetyNet/Play Integrity?

What is virtualization?

  • Virtualization is required to run virtual machines like WSA. Run.bat helps you enable it. After rebooting, re-run Run.bat to install WSA. If it's still not working, you have to enable virtualization in your BIOS/UEFI. Instructions vary by PC vendor, look for help online

Can I remount system partition as read-write?

  • No. WSA is mounted as read-only by Hyper-V. You can, however, modify the system partition by creating a Magisk module, or by directly modifying the system.img file

How do I uninstall Magisk?

Can I switch between OpenGApps and MindTheGapps?

How do I install custom Magisk or GApps?

  1. Fork this repository
  2. A) Magisk
    1. a) Via local file:
      1. Create a folder named download in the root
      2. Move your custom Magisk APK/ZIP file to the download folder and rename it to magisk-debug.zip
    2. In GitHub Actions, click on Build MagiskOnWSA
    3. Choose Custom in the Magisk Version field
    4. b) Via URL:
      1. Input the URL pointing to your custom Magisk APK/ZIP file in the Custom Magisk APK/ZIP URL field
  3. B) GApps
    1. a) Via local file:
      1. Create a folder named download in the root
      2. Move your custom OpenGApps or MindTheGapps ZIP file to the download folder and rename it to OpenGApps-{arch}-{variant}.zip or MindTheGapps-{arch}.zip (e.g. OpenGApps-x64-pico.zip or MindTheGapps-arm64.zip)
    2. In GitHub Actions, click on Build MagiskOnWSA
    3. Choose Custom (OpenGApps) or Custom (MindTheGapps) in the GApps Variant field
    4. b) Via URL:
      1. Input the URL pointing to your custom OpenGApps or MindTheGapps ZIP file in the Custom GApps ZIP URL field

Credits

  • Microsoft: For providing Windows Subsystem For Android™ and related files. Windows Subsystem For Android™, Windows Subsystem For Android™ Logo, Windows™ 10 and Windows™ 11 Logos are trademarks of Microsoft Corporation. Microsoft Corporation reserves all rights to these trademarks. By downloading and installing Windows Subsystem For Android™, you agree to the Terms and Conditions and Privacy Policy
  • PeterNjeim: For providing and continuing the development of the script made by LSPosed, this Github Repository and the Github Action workflow is based on his Github Repo. I do not claim his work and the work of the many contributers as my own and nor intend to do so. Most Windows 11 Build rely on the Github Action provided to build, hence credit is given where due
  • Cinit and the WSAPatch Guide: Many thanks for the comprehensive guide, files and support provided by Cinit and the contributers at the WSAPatch repository. Windows 10 Builds in this repo rely on the hard work of this project and hence credit is given where due
  • StoreLib: API for downloading WSA
  • Magisk: The Magic Mask for Android
  • The Open Google Apps Project: Script the automatic generation of up-to-date Google Apps packages
  • WSA-Kernel-SU: A kernel module to provide /system/xbin/su to Android Kernel
  • Kernel Assisted Superuser: Kernel assisted means of gaining a root shell for Android
  • WSAGAScript: The first GApps integration script for WSA
  • MagiskOnWSA: Deprecated Integrate Magisk root and Google Apps into WSA
  • MagiskOnWSALocal: Integrate Magisk root and Google Apps into WSA