Documentation/WSABuilds/FAQ.md
<picture></picture><h1> FAQ</h1>
Help me, I am having problems with the MagiskOnWSA Builds
Help me, I am having problems with installing Windows Subsystem For Android™ on Windows™ 10
How do I get a logcat?
There are two ways:
adb logcat
or
Location in Windows --->
%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalState\diagnostics\logcat
Can I delete the installed folder?
How can I update Windows Subsystem For Android™ to a new version?
How do I update Magisk?
Can I pass SafetyNet/Play Integrity?
What is virtualization?
Run.bat helps you enable it. After rebooting, re-run Run.bat to install Windows Subsystem For Android™. If it's still not working, you have to enable virtualization in your BIOS/UEFI. Instructions vary by PC vendor, look for help onlineCan I remount system partition as read-write?
I cannot adb connect localhost:58526
Make sure developer mode is enabled. If the issue persists, check the IP address of Windows Subsystem For Android™ on the Settings ---> Developer page and try
adb connect ip:5555
Magisk online module list is empty?
Magisk actively removes the online module repository. You can install the module locally or by
Step 1
adb push module.zip /data/local/tmp
Step 2
adb shell su -c magisk --install-module /data/local/tmp/module.zip
How do I uninstall Magisk?
Can I switch between OpenGApps and MindTheGapps?
How do I install custom Magisk or GApps?