.github/workflows | ||
arm64 | ||
linker/x86_64 | ||
scripts | ||
wine | ||
x64 | ||
xml | ||
.gitattributes | ||
LICENSE | ||
README.md |
FORKING NOT REQUIRED
MagiskOnWSA (also includes Google Play Services)
Note: This repository is designed specifically not to be forked. This does not use the same mechanism as the original MagiskOnWSA. 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 this repository.
Installation
Note: If you have the official WSA installed, you must completely uninstall it to use MagiskOnWSA
- Go to the Releases page
- In the latest release, go to the Assets section and download the WSA version of your choosing (do not download "Source code")
- Extract the zip file
- Delete the zip file
- 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
- Open the WSA folder and right-click
Install.ps1
, then selectRun with PowerShell
- 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)
- Click on the PowerShell window, then press any key on the keyboard, the PowerShell window should close
- 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. To then restore your app icons to the start menu, install WSAHelper and follow their instructions
- Go to the Start Menu
- Type
Windows Subsystem for Android
- Once the WSA app shows, click
App settings
in the right pane - In the Settings window that opens, scroll down and click
Terminate
- Click
Repair
- Click
Reset
- Close the Settings app
- Go to the Start Menu
- Type
Windows Subsystem for Android
- Once the WSA app shows, click
Uninstall
in the right pane
Help
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?
- No. Virtual machines like WSA cannot pass these mechanisms on their own due to the lack of signing by Google. Passing requires more exotic (and untested) solutions: https://github.com/kdrag0n/safetynet-fix/discussions/145#discussioncomment-2170917
What is virtualization?
- Virtualization is required to run virtual machines like WSA.
Install.ps1
helps you enable it. After rebooting, re-runInstall.ps1
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?
- Download a WSA version that doesn't include Magisk from the Releases page. Then follow the Installation instructions
How do I install custom Magisk or GApps?
- Fork this repository
- A) Magisk
- a) Via local file:
- Create a folder named `download in the root
- Move your custom Magisk APK/ZIP file to the
download
folder and rename it tomagisk-debug.zip
- In GitHub Actions, click on
Build MagiskOnWSA
- Choose
Custom
in theMagisk Version
field - b) Via URL:
- Input the URL pointing to your custom Magisk APK/ZIP file in the
Custom Magisk APK/ZIP URL
field
- Input the URL pointing to your custom Magisk APK/ZIP file in the
- a) Via local file:
- B) GApps
- a) Via local file:
- Create a folder named `download in the root
- Move your custom OpenGApps or MindTheGapps ZIP file to the
download
folder and rename it toOpenGApps-{arch}-{variant}.zip
orMindTheGapps-{arch}.zip
(e.g.OpenGApps-x64-pico.zip
orMindTheGapps-arm64.zip
)
- In GitHub Actions, click on
Build MagiskOnWSA
- Choose
Custom (OpenGApps)
orCustom (MindTheGapps)
in theGApps Variant
field - b) Via URL:
- Input the URL pointing to your custom OpenGApps or MindTheGapps ZIP file in the
Custom GApps ZIP URL
field
- Input the URL pointing to your custom OpenGApps or MindTheGapps ZIP file in the
- a) Via local file:
Credits
- 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