mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Merge pull request #244 from MustardChef/WSABuilds-with-GitHub-Actions
Adding GitHub Actions Workflow and Restructuring the README
This commit is contained in:
commit
c63691d0bb
12
.gitattributes
vendored
12
.gitattributes
vendored
@ -1,6 +1,14 @@
|
||||
* text eol=lf merge=theirs
|
||||
*.xml text eol=crlf
|
||||
*.bat text eol=crlf
|
||||
*.ps1 text eol=crlf
|
||||
*.py text eol=lf
|
||||
*.sh text eol=lf
|
||||
|
||||
*.exe binary
|
||||
*.apk binary
|
||||
*.dll binary
|
||||
*.erofs binary
|
||||
*.so binary
|
||||
*.apk binary
|
||||
linker64 binary
|
||||
*.so binary
|
||||
*.xml text eol=crlf
|
||||
|
32
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
32
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -1,5 +1,5 @@
|
||||
name: Bug Report (错误报告)
|
||||
description: Create a report to receive assistance with any issues that you face during the installation of WSA and/or during the use of WSA. | 创建一份报告,以便在安装WSA和/或使用WSA过程中遇到任何问题时获得帮助。
|
||||
name: Bug Report
|
||||
description: Create a report to receive assistance with any issues that you face during the installation of WSA and/or during the use of WSA.
|
||||
title: "[BUG]"
|
||||
labels: bug
|
||||
|
||||
@ -7,49 +7,49 @@ body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Describe the bug | 描述一下这个错误
|
||||
description: A clear and concise description of what the bug is. Include screenshots if possible | 简明扼要地描述该错误是什么。如果可能的话,包括屏幕截图
|
||||
label: Describe the bug
|
||||
description: A clear and concise description of what the bug is. Include screenshots if possible.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: reproduce
|
||||
attributes:
|
||||
label: Steps to reproduce the issue | 重现该问题的步骤
|
||||
description: Include steps to reproduce the behaviour. | 包括重现该行为的步骤
|
||||
label: Steps to reproduce the issue
|
||||
description: Include steps to reproduce the behaviour.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: expected
|
||||
attributes:
|
||||
label: Expected behaviour | 预期的行为
|
||||
description: A clear and concise description of what you expected to happen. | 清晰而简明地描述你所期望发生的事情
|
||||
label: Expected behaviour
|
||||
description: A clear and concise description of what you expected to happen.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: source
|
||||
attributes:
|
||||
label: Downloaded Build Of WSA | 已下载的WSA版本
|
||||
description: Which build of WSA did you download? Provide the name of the .zip/.7z file, and the link to the download page if possible. | 您下载的是哪个版本的WSA?如果可能的话,请提供.zip文件的名称,以及下载页面的链接。
|
||||
label: Downloaded Build Of WSA
|
||||
description: Which build of WSA did you download? Provide the name of the .zip/.7z file, and the link to the download page if possible.
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: winbuild
|
||||
attributes:
|
||||
label: Windows build number | Windows构建号
|
||||
description: You can find the build number by typing winver in the Windows search box. | 你可以通过在Windows搜索框中输入winver来找到构建号。
|
||||
label: Windows build number
|
||||
description: You can find the build number by typing winver in the Windows search box.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: pcspecs
|
||||
attributes:
|
||||
label: PC Specification | 个人电脑规格
|
||||
description: You can find your PC Specification by searching for msinfo32 in Windows Search and click the top result to open the System Information app. | 你可以通过在Windows搜索中搜索msinfo32并点击顶部的结果打开系统信息应用程序来查找你的PC规格。
|
||||
label: PC Specification
|
||||
description: You can find your PC Specification by searching for msinfo32 in Windows Search and click the top result to open the System Information app.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: other
|
||||
attributes:
|
||||
label: Additional context | 额外的背景
|
||||
description: Add any other context about the problem here. | 在此添加关于该问题的任何其他背景
|
||||
label: Additional context
|
||||
description: Add any other context about the problem here.
|
||||
validations:
|
||||
required: false
|
||||
|
8
.github/ISSUE_TEMPLATE/config.yml
vendored
8
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -1,8 +1,8 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: FAQs (常见问题)
|
||||
- name: FAQs
|
||||
url: https://github.com/MustardChef/WSABuilds#--uninstallation
|
||||
about: Have you taken a look at the FAQs? | 你看了一下常见问题吗?
|
||||
- name: General Support (一般支持)
|
||||
about: Have you taken a look at the FAQs?
|
||||
- name: General Support
|
||||
url: https://discord.gg/2thee7zzHZ
|
||||
about: For general support queries, please ask in the Discord. | 对于一般的支持查询,请在讨论区询问, Discord。
|
||||
about: For general support queries, please ask in the Discord.
|
6
.github/ISSUE_TEMPLATE/documentation.yml
vendored
6
.github/ISSUE_TEMPLATE/documentation.yml
vendored
@ -1,11 +1,11 @@
|
||||
name: Documentation (文档)
|
||||
description: Report an issue with the project's documentation | 报告项目文件中的一个问题
|
||||
name: Documentation
|
||||
description: Report an issue with or request something regarding the project's documentation.
|
||||
title: "[DOC]"
|
||||
labels: documentation
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Please provide a clear and concise description of the changes you would like to see made to the documentation. | 请清晰简明地描述你希望看到的对文件的修改。
|
||||
label: Please provide a clear and concise description of the changes you would like to see made to the documentation.
|
||||
validations:
|
||||
required: true
|
||||
|
6
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
6
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -1,11 +1,11 @@
|
||||
name: Feature request (功能请求)
|
||||
description: Suggest an idea for this project or Prebuilt WSA Build that you want to be added to Releases | 为这个项目或已构建的WSA版本提出一个想法,您希望将其添加到发布版本中。
|
||||
name: Feature request
|
||||
description: Suggest an idea for this project or Prebuilt WSA Build that you want to be added to Releases
|
||||
title: "[REQUEST]"
|
||||
labels: enhancement
|
||||
body:
|
||||
- type: textarea
|
||||
id: description
|
||||
attributes:
|
||||
label: Describe your request | 描述您的要求
|
||||
label: Describe your request
|
||||
validations:
|
||||
required: true
|
||||
|
258
.github/workflows/build.yml
vendored
Normal file
258
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,258 @@
|
||||
name: Auto Build function (Use for call only)
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
arch:
|
||||
type: string
|
||||
gapps:
|
||||
type: string
|
||||
root:
|
||||
type: string
|
||||
insider:
|
||||
type: string
|
||||
magiskver:
|
||||
type: string
|
||||
devicemodel:
|
||||
type: string
|
||||
amazonflag:
|
||||
type: string
|
||||
compressformat:
|
||||
type: string
|
||||
release_type:
|
||||
type: string
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build WSA
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout ♻️
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Python 🏭
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
check-latest: true
|
||||
python-version: '3.x'
|
||||
cache: 'pip'
|
||||
cache-dependency-path: MagiskOnWSA/scripts/
|
||||
|
||||
- name: Setup Python3 Virtual Enviroment 🐍
|
||||
working-directory: MagiskOnWSA/scripts
|
||||
run: |
|
||||
sudo apt-get update
|
||||
PYTHON_VENV_DIR="$(dirname "$PWD")/python3-env"
|
||||
python3 -m venv "$PYTHON_VENV_DIR" || abort "Failed to create python3 virtual env"
|
||||
# shellcheck disable=SC1091
|
||||
source "$PYTHON_VENV_DIR/bin/activate" || abort "Failed to activate python3 virtual env"
|
||||
python3 -c "import pkg_resources; pkg_resources.require(open('requirements.txt',mode='r'))" &>/dev/null || {
|
||||
echo "Installing Python3 dependencies"
|
||||
python3 -m pip install --upgrade -r requirements.txt || abort "Failed to install python3 dependencies"
|
||||
}
|
||||
deactivate
|
||||
|
||||
- name: Install Ubuntu Dependencies 🧑🏭
|
||||
uses: awalsh128/cache-apt-pkgs-action@v1
|
||||
with:
|
||||
packages: e2fsprogs attr unzip qemu-utils python3-venv
|
||||
version: 1.0
|
||||
|
||||
- name: Check workflow inputs
|
||||
run: |
|
||||
echo ${{ inputs.arch }}
|
||||
echo ${{ inputs.gapps }}
|
||||
echo ${{ inputs.root }}
|
||||
echo ${{ inputs.insider }}
|
||||
echo ${{ inputs.magiskver }}
|
||||
echo ${{ inputs.devicemodel }}
|
||||
echo ${{ inputs.amazonflag }}
|
||||
echo ${{ inputs.compressformat }}
|
||||
echo ${{ inputs.release_type }}
|
||||
|
||||
- name: Build WSA ${{ inputs.arch }} with GApps ${{ inputs.root }} 🏗️
|
||||
id: wsa
|
||||
working-directory: MagiskOnWSA
|
||||
run: |
|
||||
if [[ "${{ inputs.release_type }}" == "WIF" ]]; then
|
||||
RLS_TYPE="latest"
|
||||
else
|
||||
RLS_TYPE="retail"
|
||||
fi
|
||||
chmod -R 777 ./
|
||||
mkdir -p download
|
||||
./scripts/build.sh --arch ${{ inputs.arch }} --release-type $RLS_TYPE --magisk-ver ${{ inputs.magiskver }} --gapps-brand ${{ inputs.gapps }} --root-sol ${{ inputs.root }} --custom-model ${{ inputs.devicemodel }} ${{ inputs.amazonflag }} --compress-format ${{ inputs.compressformat }}
|
||||
|
||||
- name: Prepare release tag 🏷️
|
||||
id: releasetag
|
||||
run: |
|
||||
if [[ "${{ inputs.release_type }}" == "WIF" ]]; then
|
||||
currentver=$(curl -s https://raw.githubusercontent.com/MustardChef/test1.0/update/WIF.appversion)
|
||||
folderpath="/WSABuilds/Builds/Windows Subsystem For Android™ v$currentver/Windows 11/Windows 11 x86_64"
|
||||
folderpathwin10="/WSABuilds/Builds/Windows Subsystem For Android™ v$currentver/Windows 10/"
|
||||
echo "DRIVE_FOLDER_PATH=$folderpath" >> $GITHUB_ENV
|
||||
echo "DRIVE_FOLDER_PATH_WIN10=$folderpathwin10" >> $GITHUB_ENV
|
||||
echo "WSA_TAG=Windows_11_$currentver" >> $GITHUB_ENV
|
||||
echo "WSA_TAG_WIN10=Windows_10_$currentver" >> $GITHUB_ENV
|
||||
echo "WSA_VER=$currentver" >> $GITHUB_ENV
|
||||
else
|
||||
currentver=$(curl -s https://raw.githubusercontent.com/MustardChef/test1.0/update/retail.appversion)
|
||||
folderpath="/WSABuilds/Builds/Windows Subsystem For Android™ v$currentver/Windows 11/Windows 11 x86_64"
|
||||
folderpathwin10="/WSABuilds/Builds/Windows Subsystem For Android™ v$currentver/Windows 10/"
|
||||
echo "DRIVE_FOLDER_PATH=$folderpath" >> $GITHUB_ENV
|
||||
echo "DRIVE_FOLDER_PATH_WIN10=$folderpathwin10" >> $GITHUB_ENV
|
||||
echo "WSA_TAG=Windows_11_$currentver" >> $GITHUB_ENV
|
||||
echo "WSA_TAG_WIN10=Windows_10_$currentver" >> $GITHUB_ENV
|
||||
echo "WSA_VER=$currentver" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- name: Check GitHub ENV variables
|
||||
run: |
|
||||
echo ${{ steps.wsa.outputs.artifact }}
|
||||
echo ${{ steps.wsa.outputs.artifact_folder }}
|
||||
echo ${{ steps.date.outputs.date }}
|
||||
echo ${{ steps.wsa.outputs.built }}
|
||||
echo ${{ env.WSA_TAG }}
|
||||
echo ${{ env.WSA_TAG_WIN10 }}
|
||||
echo ${{ env.WSA_VER }}
|
||||
echo ${{ env.DRIVE_FOLDER_PATH }}
|
||||
echo ${{ env.DRIVE_FOLDER_PATH_WIN10 }}
|
||||
|
||||
- name: Pass to Windows 💸
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ steps.wsa.outputs.artifact }}-${{ steps.wsa.outputs.built }}
|
||||
path: MagiskOnWSA/output
|
||||
|
||||
outputs:
|
||||
zipname: ${{ steps.wsa.outputs.artifact }}
|
||||
artifact_folder: ${{ steps.wsa.outputs.artifact_folder }}
|
||||
date: ${{ steps.date.outputs.date }}
|
||||
built: ${{ steps.wsa.outputs.built }}
|
||||
tag: ${{ env.WSA_TAG }}
|
||||
tagwin10: ${{ env.WSA_TAG_WIN10 }}
|
||||
wsaver: ${{ env.WSA_VER }}
|
||||
onedrivepath: ${{ env.DRIVE_FOLDER_PATH }}
|
||||
onedrivepathwin10: ${{ env.DRIVE_FOLDER_PATH_WIN10 }}
|
||||
|
||||
make-pri:
|
||||
name: Merge PRI resources
|
||||
runs-on: windows-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Checkout ♻️
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download built artifact ⌛
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
path: output
|
||||
name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}
|
||||
|
||||
- name: Remove unused artifact ❌
|
||||
uses: geekyeggo/delete-artifact@v2
|
||||
with:
|
||||
name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}
|
||||
|
||||
- name: Check Subdirectories and Directories 1
|
||||
run: tree /F ${{ github.workspace }}
|
||||
|
||||
- name: Check Subdirectories and Directories 2
|
||||
run: tree /F "${{ github.workspace }}\output\${{ needs.build.outputs.artifact_folder }}"
|
||||
|
||||
- name: Merge language and density resources 🧙🏻♂️
|
||||
run: |
|
||||
if ("${{ inputs.arch }}" -eq "x64") {
|
||||
(Start-Process pwsh.exe -NoNewWindow -PassThru -Args "-ExecutionPolicy Bypass -File MakePri.ps1" -WorkingDirectory "${{ github.workspace }}\output\${{ needs.build.outputs.artifact_folder }}").WaitForExit()
|
||||
} else {
|
||||
Copy-Item -Force "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\arm64\makepri.exe" "${{ github.workspace }}\output\${{ needs.build.outputs.artifact_folder }}"
|
||||
}
|
||||
|
||||
- name: Compact Images 💿
|
||||
run: |
|
||||
foreach ($Partition in 'system','product','system_ext','vendor') {
|
||||
Write-Output "Optimizing of $Partition..."
|
||||
Write-Output "SELECT VDISK FILE=`"${{ github.workspace }}\output\${{ needs.build.outputs.artifact_folder }}\$Partition.vhdx`"`
|
||||
ATTACH VDISK READONLY`
|
||||
COMPACT VDISK`
|
||||
DETACH VDISK" | Set-Content -Path "$Partition.txt" -Encoding Ascii
|
||||
Start-Process -NoNewWindow -Wait "diskpart.exe" -Args "/s $Partition.txt" -RedirectStandardOutput NUL
|
||||
}
|
||||
|
||||
- name: Compress artifact for Windows 11 x64 Build📦
|
||||
run: 7z a -t7z -mx=6 -m0=LZMA2 -ms=on -mmt=8 -- "${{ needs.build.outputs.zipname }}.7z" .\output\*
|
||||
|
||||
- name: File Checksum for Windows 11 x64 Build✔️
|
||||
id: run
|
||||
run: ("hash=" + $(Get-FileHash -Path ${{ needs.build.outputs.zipname }}.7z -Algorithm SHA256).Hash.ToLower().ToString()) | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding UTF8 -Append
|
||||
|
||||
# - name: Setup rclone 🎚️
|
||||
# uses: AnimMouse/setup-rclone@v1.5.1
|
||||
# with:
|
||||
# rclone_config: ${{ secrets.RCLONE_CONFIG }}
|
||||
|
||||
# - name: Upload build to OneDrive for Windows 11 x64 Build⏫
|
||||
# run: |
|
||||
# echo ${{ needs.build.outputs.onedrivepath }}
|
||||
# rclone copy ${{ needs.build.outputs.zipname }}.7z OneDrive:"${{ needs.build.outputs.onedrivepath }}" --create-empty-src-dirs
|
||||
# env:
|
||||
# RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}
|
||||
|
||||
- name: Upload Windows 11 x64 build to release 🤌
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: ${{ needs.build.outputs.zipname }}.7z
|
||||
fail_on_unmatched_files: true
|
||||
append_body: false
|
||||
tag_name: ${{ needs.build.outputs.tag }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Check Subdirectories and Directories 3
|
||||
run: tree /F ${{ github.workspace }}
|
||||
|
||||
- name: Check Subdirectories and Directories 4
|
||||
run: tree /F "${{ github.workspace }}\output\${{ needs.build.outputs.artifact_folder }}"
|
||||
|
||||
- name: Run WSA Windows 10 PowerShell Patch Script
|
||||
run: |
|
||||
Write-Output "`r`nPatching Windows 10 AppxManifest file..."
|
||||
$outputDir = "${{ github.workspace }}\output\${{ needs.build.outputs.artifact_folder }}"
|
||||
$xml = [xml](Get-Content "$outputDir\AppxManifest.xml")
|
||||
$nsm = New-Object Xml.XmlNamespaceManager($xml.NameTable)
|
||||
$nsm.AddNamespace('rescap', "http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities")
|
||||
$nsm.AddNamespace('desktop6', "http://schemas.microsoft.com/appx/manifest/desktop/windows10/6")
|
||||
$node = $xml.Package.Capabilities.SelectSingleNode("rescap:Capability[@Name='customInstallActions']", $nsm)
|
||||
$xml.Package.Capabilities.RemoveChild($node) | Out-Null
|
||||
$node = $xml.Package.Extensions.SelectSingleNode("desktop6:Extension[@Category='windows.customInstall']", $nsm)
|
||||
$xml.Package.Extensions.RemoveChild($node) | Out-Null
|
||||
$xml.Package.Dependencies.TargetDeviceFamily.MinVersion = "10.0.19041.264"
|
||||
$xml.Save("$outputDir\AppxManifest.xml")
|
||||
Write-Output "`r`nDownloading modifided DLL file..."
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
Invoke-WebRequest -Uri "https://github.com/MustardChef/WSAPatch/raw/main/DLLs%20for%20WSABuilds/winhttp.dll" -OutFile "$outputDir\WSAClient\winhttp.dll"
|
||||
Invoke-WebRequest -Uri "https://github.com/MustardChef/WSAPatch/raw/main/DLLs%20for%20WSABuilds/WsaPatch.dll" -OutFile "$outputDir\WSAClient\WsaPatch.dll"
|
||||
Invoke-WebRequest -Uri "https://github.com/MustardChef/WSAPatch/raw/main/DLLs%20for%20WSABuilds/icu.dll" -OutFile "$outputDir\WSAClient\icu.dll"
|
||||
shell: pwsh
|
||||
|
||||
- name: Compress artifact for Windows 10 x64 Build📦
|
||||
run: 7z a -t7z -mx=6 -m0=LZMA2 -ms=on -mmt=8 -sdel -- "${{ needs.build.outputs.zipname }}_Windows_10.7z" .\output\*
|
||||
|
||||
- name: File Checksum for Windows 10 x64 Build✔️
|
||||
id: run2
|
||||
run: ("hash=" + $(Get-FileHash -Path "${{ needs.build.outputs.zipname }}_Windows_10.7z" -Algorithm SHA256).Hash.ToLower().ToString()) | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding UTF8 -Append
|
||||
|
||||
# - name: Upload build to OneDrive for Windows 10 x64 Build⏫
|
||||
# run: |
|
||||
# echo ${{ needs.build.outputs.onedrivepathwin10 }}
|
||||
# rclone copy ${{ needs.build.outputs.zipname }}_Windows_10.7z OneDrive:"${{ needs.build.outputs.onedrivepathwin10 }}" --create-empty-src-dirs
|
||||
# env:
|
||||
# RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}
|
||||
|
||||
- name: Upload Windows 10 x64 build to release 🤌
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: ${{ needs.build.outputs.zipname }}_Windows_10.7z
|
||||
fail_on_unmatched_files: true
|
||||
append_body: false
|
||||
tag_name: ${{ needs.build.outputs.tagwin10 }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
199
.github/workflows/buildarm64.yml
vendored
Normal file
199
.github/workflows/buildarm64.yml
vendored
Normal file
@ -0,0 +1,199 @@
|
||||
name: Auto Build function (Use for call only)
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
arch:
|
||||
type: string
|
||||
gapps:
|
||||
type: string
|
||||
root:
|
||||
type: string
|
||||
insider:
|
||||
type: string
|
||||
magiskver:
|
||||
type: string
|
||||
devicemodel:
|
||||
type: string
|
||||
amazonflag:
|
||||
type: string
|
||||
compressformat:
|
||||
type: string
|
||||
release_type:
|
||||
type: string
|
||||
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build WSA
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout ♻️
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Python 🏭
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
check-latest: true
|
||||
python-version: '3.x'
|
||||
cache: 'pip'
|
||||
cache-dependency-path: MagiskOnWSA/scripts/
|
||||
|
||||
- name: Setup Python3 Virtual Enviroment 🐍
|
||||
working-directory: MagiskOnWSA/scripts
|
||||
run: |
|
||||
sudo apt-get update
|
||||
PYTHON_VENV_DIR="$(dirname "$PWD")/python3-env"
|
||||
python3 -m venv "$PYTHON_VENV_DIR" || abort "Failed to create python3 virtual env"
|
||||
# shellcheck disable=SC1091
|
||||
source "$PYTHON_VENV_DIR/bin/activate" || abort "Failed to activate python3 virtual env"
|
||||
python3 -c "import pkg_resources; pkg_resources.require(open('requirements.txt',mode='r'))" &>/dev/null || {
|
||||
echo "Installing Python3 dependencies"
|
||||
python3 -m pip install --upgrade -r requirements.txt || abort "Failed to install python3 dependencies"
|
||||
}
|
||||
deactivate
|
||||
|
||||
- name: Install Ubuntu Dependencies 🧑🏭
|
||||
uses: awalsh128/cache-apt-pkgs-action@v1
|
||||
with:
|
||||
packages: e2fsprogs attr unzip qemu-utils python3-venv
|
||||
version: 1.0
|
||||
|
||||
- name: Check workflow inputs
|
||||
run: |
|
||||
echo ${{ inputs.arch }}
|
||||
echo ${{ inputs.gapps }}
|
||||
echo ${{ inputs.root }}
|
||||
echo ${{ inputs.insider }}
|
||||
echo ${{ inputs.magiskver }}
|
||||
echo ${{ inputs.devicemodel }}
|
||||
echo ${{ inputs.amazonflag }}
|
||||
echo ${{ inputs.compressformat }}
|
||||
echo ${{ inputs.release_type }}
|
||||
|
||||
- name: Build WSA ${{ inputs.arch }} with GApps ${{ inputs.root }} 🏗️
|
||||
id: wsa
|
||||
working-directory: MagiskOnWSA
|
||||
run: |
|
||||
if [[ "${{ inputs.release_type }}" == "WIF" ]]; then
|
||||
RLS_TYPE="latest"
|
||||
else
|
||||
RLS_TYPE="retail"
|
||||
fi
|
||||
chmod -R 777 ./
|
||||
mkdir -p download
|
||||
./scripts/build.sh --arch ${{ inputs.arch }} --release-type $RLS_TYPE --magisk-ver ${{ inputs.magiskver }} --gapps-brand ${{ inputs.gapps }} --root-sol ${{ inputs.root }} --custom-model ${{ inputs.devicemodel }} ${{ inputs.amazonflag }} --compress-format ${{ inputs.compressformat }}
|
||||
|
||||
- name: Prepare release tag 🏷️
|
||||
id: releasetag
|
||||
run: |
|
||||
if [[ "${{ inputs.release_type }}" == "WIF" ]]; then
|
||||
currentver=$(curl -s https://raw.githubusercontent.com/MustardChef/test1.0/update/WIF.appversion)
|
||||
folderpath="/WSABuilds/Builds/Windows Subsystem For Android™ v$currentver/Windows 11/Windows 11 arm64"
|
||||
echo "DRIVE_FOLDER_PATH=$folderpath" >> $GITHUB_ENV
|
||||
echo "WSA_TAG=Windows_11_${currentver}_arm64" >> $GITHUB_ENV
|
||||
echo "WSA_VER=$currentver" >> $GITHUB_ENV
|
||||
else
|
||||
currentver=$(curl -s https://raw.githubusercontent.com/MustardChef/test1.0/update/retail.appversion)
|
||||
folderpath="/WSABuilds/Builds/Windows Subsystem For Android™ v$currentver/Windows 11/Windows 11 arm64"
|
||||
echo "DRIVE_FOLDER_PATH=$folderpath" >> $GITHUB_ENV
|
||||
echo "WSA_TAG=Windows_11_${currentver}_arm64" >> $GITHUB_ENV
|
||||
echo "WSA_VER=$currentver" >> $GITHUB_ENV
|
||||
fi
|
||||
|
||||
- name: Check GitHub ENV variables
|
||||
run: |
|
||||
echo ${{ steps.wsa.outputs.artifact }}
|
||||
echo ${{ steps.wsa.outputs.artifact_folder }}
|
||||
echo ${{ steps.date.outputs.date }}
|
||||
echo ${{ steps.wsa.outputs.built }}
|
||||
echo ${{ env.WSA_TAG }}
|
||||
echo ${{ env.WSA_VER }}
|
||||
echo ${{ env.DRIVE_FOLDER_PATH }}
|
||||
|
||||
- name: Pass to Windows 💸
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ steps.wsa.outputs.artifact }}-${{ steps.wsa.outputs.built }}
|
||||
path: MagiskOnWSA/output
|
||||
|
||||
outputs:
|
||||
zipname: ${{ steps.wsa.outputs.artifact }}
|
||||
artifact_folder: ${{ steps.wsa.outputs.artifact_folder }}}
|
||||
date: ${{ steps.date.outputs.date }}
|
||||
built: ${{ steps.wsa.outputs.built }}
|
||||
tag: ${{ env.WSA_TAG }}
|
||||
wsaver: ${{ env.WSA_VER }}
|
||||
onedrivepath: ${{ env.DRIVE_FOLDER_PATH }}
|
||||
|
||||
make-pri:
|
||||
name: Merge PRI resources
|
||||
runs-on: windows-latest
|
||||
needs: build
|
||||
steps:
|
||||
- name: Checkout ♻️
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download built artifact ⌛
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
path: output
|
||||
name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}
|
||||
|
||||
- name: Remove unused artifact ❌
|
||||
uses: geekyeggo/delete-artifact@v2
|
||||
with:
|
||||
name: ${{ needs.build.outputs.zipname }}-${{ needs.build.outputs.built }}
|
||||
|
||||
- name: Check Subdirectories and Directories 1
|
||||
run: tree /F ${{ github.workspace }}
|
||||
|
||||
- name: Check Subdirectories and Directories 2
|
||||
run: tree /F "${{ github.workspace }}\output\${{ needs.build.outputs.artifact_folder }}"
|
||||
|
||||
- name: Merge language and density resources 🧙🏻♂️
|
||||
run: |
|
||||
if ("${{ inputs.arch }}" -eq "x64") {
|
||||
(Start-Process pwsh.exe -NoNewWindow -PassThru -Args "-ExecutionPolicy Bypass -File MakePri.ps1" -WorkingDirectory "${{ github.workspace }}\output\${{ needs.build.outputs.artifact_folder }}").WaitForExit()
|
||||
} else {
|
||||
Copy-Item -Force "C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\arm64\makepri.exe" "${{ github.workspace }}\output\${{ needs.build.outputs.artifact_folder }}"
|
||||
}
|
||||
|
||||
- name: Compact Images 💿
|
||||
run: |
|
||||
foreach ($Partition in 'system','product','system_ext','vendor') {
|
||||
Write-Output "Optimizing of $Partition..."
|
||||
Write-Output "SELECT VDISK FILE=`"${{ github.workspace }}\output\${{ needs.build.outputs.artifact_folder }}\$Partition.vhdx`"`
|
||||
ATTACH VDISK READONLY`
|
||||
COMPACT VDISK`
|
||||
DETACH VDISK" | Set-Content -Path "$Partition.txt" -Encoding Ascii
|
||||
Start-Process -NoNewWindow -Wait "diskpart.exe" -Args "/s $Partition.txt" -RedirectStandardOutput NUL
|
||||
}
|
||||
|
||||
- name: Compress artifact for Windows 11 arm64 Build📦
|
||||
run: 7z a -t7z -mx=6 -m0=LZMA2 -ms=on -mmt=8 -- "${{ needs.build.outputs.zipname }}.7z" .\output\*
|
||||
|
||||
- name: File Checksum for Windows 11 arm64 Build✔️
|
||||
id: run
|
||||
run: ("hash=" + $(Get-FileHash -Path ${{ needs.build.outputs.zipname }}.7z -Algorithm SHA256).Hash.ToLower().ToString()) | Out-File -FilePath $env:GITHUB_OUTPUT -Encoding UTF8 -Append
|
||||
|
||||
# - name: Setup rclone 🎚️
|
||||
# uses: AnimMouse/setup-rclone@v1.5.1
|
||||
# with:
|
||||
# rclone_config: ${{ secrets.RCLONE_CONFIG }}
|
||||
|
||||
# - name: Upload build to OneDrive for Windows 11 arm64 Build⏫
|
||||
# run: |
|
||||
# echo ${{ needs.build.outputs.onedrivepath }}
|
||||
# rclone copy ${{ needs.build.outputs.zipname }}.7z OneDrive:"${{ needs.build.outputs.onedrivepath }}" --create-empty-src-dirs
|
||||
# env:
|
||||
# RCLONE_CONFIG_PASS: ${{ secrets.RCLONE_CONFIG_PASS }}
|
||||
|
||||
- name: Upload Windows 11 arm64 build to release 🤌
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
files: ${{ needs.build.outputs.zipname }}.7z
|
||||
fail_on_unmatched_files: true
|
||||
append_body: false
|
||||
tag_name: ${{ needs.build.outputs.tag }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
699
.github/workflows/update.yml
vendored
Normal file
699
.github/workflows/update.yml
vendored
Normal file
@ -0,0 +1,699 @@
|
||||
name: Check update
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
check:
|
||||
name: Check updates for components
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout ♻️
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Dependencies 🧑🏭
|
||||
run: |
|
||||
pip3 install beautifulsoup4 lxml
|
||||
|
||||
- name: Create branch if not found 🏗️
|
||||
run: |
|
||||
git checkout -f update || git switch --discard-changes --orphan update
|
||||
|
||||
- name: Obtain MagiskOnWSALocal Files ✅
|
||||
run: |
|
||||
git clone https://github.com/LSPosed/MagiskOnWSALocal.git MagiskOnWSALocal1
|
||||
git clone https://github.com/LSPosed/MagiskOnWSALocal.git MagiskOnWSALocal2
|
||||
|
||||
- name: Check Directories and Sub-Directories ☑️
|
||||
run: tree
|
||||
|
||||
- name: Check WSA Insider Version ✅
|
||||
run: |
|
||||
wget https://github.com/MustardChef/test1.0/raw/main/MagiskOnWSA/Update%20Check/WSAInsiderUpdateCheck.py
|
||||
python3 WSAInsiderUpdateCheck.py
|
||||
|
||||
- name: Check WSA Retail Version ☑️
|
||||
run: |
|
||||
wget https://github.com/MustardChef/test1.0/raw/main/MagiskOnWSA/Update%20Check/WSARetailUpdateCheck.py
|
||||
python3 WSARetailUpdateCheck.py
|
||||
|
||||
- name: Check Magisk Stable Version ✅
|
||||
run: |
|
||||
wget https://github.com/MustardChef/test1.0/raw/main/MagiskOnWSA/Update%20Check/MagiskStableUpdateCheck.py
|
||||
python3 MagiskStableUpdateCheck.py
|
||||
|
||||
- name: Check Magisk Canary Version ☑️
|
||||
run: |
|
||||
wget https://github.com/MustardChef/test1.0/raw/main/MagiskOnWSA/Update%20Check/MagiskCanaryUpdateCheck.py
|
||||
python3 MagiskCanaryUpdateCheck.py
|
||||
|
||||
- name: Check KernelSU Version ✅
|
||||
run: |
|
||||
wget https://github.com/MustardChef/test1.0/raw/main/MagiskOnWSA/Update%20Check/KernelSUUpdateCheck.py
|
||||
python3 KernelSUUpdateCheck.py
|
||||
|
||||
- name: Check MindTheGapps Version ☑️
|
||||
run: |
|
||||
wget https://github.com/MustardChef/test1.0/raw/main/MagiskOnWSA/Update%20Check/MTGUpdateCheck.py
|
||||
python3 MTGUpdateCheck.py
|
||||
|
||||
- name: Check GitHub ENVs
|
||||
run: |
|
||||
echo Should Build Execute: ${{ env.SHOULD_BUILD }}
|
||||
echo Release Type: ${{ env.RELEASE_TYPE }}
|
||||
echo WSA Update Message: ${{ env.MSG }}
|
||||
echo Latest WIF Version: ${{ env.LATEST_WIF_VER }}
|
||||
echo Latest Retail Version: ${{ env.LATEST_RETAIL_VER }}
|
||||
echo Insider Update?: ${{ env.INSIDER_UPDATE }}
|
||||
echo Retail Update?: ${{ env.RETAIL_UPDATE }}
|
||||
echo Magisk Canary Update Message: ${{ env.MAGISK_CANARY_MSG }}
|
||||
echo Magisk Stable Update Message: ${{ env.MAGISK_STABLE_MSG }}
|
||||
echo KernelSU Update Message: ${{ env.KERNEL_SU_MSG }}
|
||||
echo MTG Update Message: ${{ env.MTG_MSG }}
|
||||
|
||||
|
||||
- name: Update App version 🔗
|
||||
uses: stefanzweifel/git-auto-commit-action@v5.0.0
|
||||
with:
|
||||
branch: update
|
||||
push_options: '--force'
|
||||
file_pattern: '*.appversion'
|
||||
commit_message: ${{ env.MSG || 'Update App Version' }}
|
||||
create_branch: true
|
||||
|
||||
- name: Delete old workflow run ❌
|
||||
uses: Mattraks/delete-workflow-runs@v2.0.5
|
||||
with:
|
||||
token: ${{ github.token }}
|
||||
repository: ${{ github.repository }}
|
||||
retain_days: 0
|
||||
keep_minimum_runs: 0
|
||||
delete_workflow_pattern: "Check update"
|
||||
|
||||
- name: Checkout Again! 🔄
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
outputs:
|
||||
SHOULD_BUILD: ${{ env.SHOULD_BUILD }}
|
||||
RELEASE_TYPE: ${{ env.RELEASE_TYPE }}
|
||||
WSA_UPDATE_MESSAGE: ${{ env.MSG }}
|
||||
LATEST_WIF_VER: ${{ env.LATEST_WIF_VER }}
|
||||
LATEST_RETAIL_VER: ${{ env.LATEST_RETAIL_VER }}
|
||||
MAGISK_CANARY_MSG: ${{ env.MAGISK_CANARY_MSG }}
|
||||
MAGISK_STABLE_MSG: ${{ env.MAGISK_STABLE_MSG }}
|
||||
KERNEL_SU_MSG: ${{ env.KERNEL_SU_MSG }}
|
||||
MTG_MSG: ${{ env.MTG_MSG }}
|
||||
|
||||
|
||||
update-downloadlinks:
|
||||
name: Update Download Links
|
||||
needs: [check]
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install beautifulsoup4 PyGithub lxml
|
||||
|
||||
- name: Check Release type and get latest version and row/column numbers
|
||||
run: |
|
||||
if [[ "${{ needs.check.outputs.RELEASE_TYPE }}" == "WIF" ]]; then
|
||||
verofwsa=${{ needs.check.outputs.LATEST_WIF_VER }}
|
||||
win11x64_link="<p><a href=\"https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_${verofwsa}\"><img alt=\"win11x64downpre\" src=\"https://img.shields.io/badge/Download%20Latest%20Pre--Release%20Builds-Windows%2011%20x64-orange?style=for-the-badge&logo=windows11\"/></a></p>"
|
||||
win11arm64_link="<p><a href=\"https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_${verofwsa}_arm64\"><img alt=\"win11arm64downpre\" src=\"https://img.shields.io/badge/Download%20Latest%20Pre--Release%20Builds-Windows%2011%20arm64-orange?style=for-the-badge&logo=windows11\"/></a></p>"
|
||||
win10x64_link="<p><a href=\"https://github.com/MustardChef/WSABuilds/releases/tag/Windows_10_${verofwsa}\"><img alt=\"win10x64down\" src=\"https://img.shields.io/badge/Download%20Latest%20Pre--Release%20Builds-Windows%2010%20x64-orange?style=for-the-badge&logo=windows\"/></a></p>"
|
||||
else
|
||||
verofwsa=${{ needs.check.outputs.LATEST_RETAIL_VER }}
|
||||
win11x64_link="<p><a href=\"https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_${verofwsa}\"><img alt=\"win11x64downstable\" src=\"https://img.shields.io/badge/Download%20Latest%20Stable%20Builds-Windows%2011%20x64-blue?style=for-the-badge&logo=windows11\"/></a></p>"
|
||||
win11arm64_link="<p><a href=\"https://github.com/MustardChef/WSABuilds/releases/tag/Windows_11_${verofwsa}_arm64\"><img alt=\"win11arm64downstable\" src=\"https://img.shields.io/badge/https://img.shields.io/badge/Download%20Latest%20Stable%20Builds-Windows%2011%20arm64-blue?style=for-the-badge&logo=windows11\"/></a></p>"
|
||||
win10x64_link="<p><a href=\"https://github.com/MustardChef/WSABuilds/releases/tag/Windows_10_${verofwsa}\"><img alt=\"win10x64down\" src=\"https://img.shields.io/badge/Download%20Latest%20Stable%20Builds-Windows%2010%20x64-blue?style=for-the-badge&logo=windows\"/></a></p>"
|
||||
fi
|
||||
echo "LINK_FOR_W11X64=$win11x64_link" >> $GITHUB_ENV
|
||||
echo "LINK_FOR_W11ARM64=$win11arm64_link" >> $GITHUB_ENV
|
||||
echo "LINK_FOR_W10X64=$win10x64_link" >> $GITHUB_ENV
|
||||
echo "LATEST_VER=$verofwsa" >> $GITHUB_ENV
|
||||
- name: Print environment variables
|
||||
run: |
|
||||
echo "LINK_FOR_W11X64=$LINK_FOR_W11X64"
|
||||
echo "LINK_FOR_W11ARM64=$LINK_FOR_W11ARM64"
|
||||
echo "LINK_FOR_W10X64=$LINK_FOR_W10X64"
|
||||
echo "LATEST_VER=$LATEST_VER"
|
||||
- name: Replace Link in README.md for Download Links Table for the WSA ${{ env.LATEST_VER }} update
|
||||
run: python "./MagiskOnWSA/Update Check/update-downloadlinks.py"
|
||||
env:
|
||||
LINK_FOR_W11X64: ${{ env.LINK_FOR_W11X64 }}
|
||||
LINK_FOR_W11ARM64: ${{ env.LINK_FOR_W11ARM64 }}
|
||||
LINK_FOR_W10X64: ${{ env.LINK_FOR_W10X64 }}
|
||||
RELEASE_TYPE: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
LATEST_VER: ${{ env.LATEST_VER }}
|
||||
|
||||
- name: Commit and push if it changed
|
||||
run: |
|
||||
git diff
|
||||
git config --global user.email "68516357+MustardChef@users.noreply.github.com"
|
||||
git config --global user.name "MustardChef"
|
||||
git commit -am "Update Download Links for Update: ${{ env.LATEST_VER }}" || exit 0
|
||||
git pull --rebase origin main
|
||||
git push
|
||||
|
||||
update-downloadvartable:
|
||||
name: Update Download Variant Table
|
||||
runs-on: ubuntu-latest
|
||||
needs: [check, update-downloadlinks]
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.12'
|
||||
|
||||
- name: Install dependencies
|
||||
run: pip install beautifulsoup4 PyGithub
|
||||
|
||||
- name: Check Release type and get latest version and row/column numbers
|
||||
run: |
|
||||
if [[ "${{ needs.check.outputs.RELEASE_TYPE }}" == "WIF" ]]; then
|
||||
verofwsa=${{ needs.check.outputs.LATEST_WIF_VER }}
|
||||
row_num=3
|
||||
column_num=1
|
||||
row_num_fordate=4
|
||||
column_num_fordate=1
|
||||
else
|
||||
verofwsa=${{ needs.check.outputs.LATEST_RETAIL_VER }}
|
||||
row_num=3
|
||||
column_num=2
|
||||
row_num_fordate=4
|
||||
column_num_fordate=2
|
||||
fi
|
||||
echo "ROW_NUMBER=$row_num" >> $GITHUB_ENV
|
||||
echo "COLUMN_NUMBER=$column_num" >> $GITHUB_ENV
|
||||
echo "ROW_NUMBER_FOR_DATE=$row_num_fordate" >> $GITHUB_ENV
|
||||
echo "COLUMN_NUMBER_FOR_DATE=$column_num_fordate" >> $GITHUB_ENV
|
||||
echo "CURRENT_DATE=$(date -u +'%d/%m/%Y')" >> $GITHUB_ENV
|
||||
echo "LATEST_VER=$verofwsa" >> $GITHUB_ENV
|
||||
|
||||
- name: Replace version in README.md for Download Variant Table
|
||||
run: python "./MagiskOnWSA/Update Check/update-downloadvar.py"
|
||||
env:
|
||||
ROW_NUM: ${{ env.ROW_NUMBER }}
|
||||
COLUMN_NUM: ${{ env.COLUMN_NUMBER }}
|
||||
TEXT_TO_REPLACE_WITH: ${{ env.LATEST_VER }}
|
||||
|
||||
- name: Replace Date in README.md for Download Variant Table
|
||||
run: python "./MagiskOnWSA/Update Check/update-downloadvar.py"
|
||||
env:
|
||||
ROW_NUM: ${{ env.ROW_NUMBER_FOR_DATE }}
|
||||
COLUMN_NUM: ${{ env.COLUMN_NUMBER_FOR_DATE }}
|
||||
TEXT_TO_REPLACE_WITH: ${{ env.CURRENT_DATE }}
|
||||
|
||||
- name: Commit and push if it changed
|
||||
run: |
|
||||
git diff
|
||||
git config --global user.email "68516357+MustardChef@users.noreply.github.com"
|
||||
git config --global user.name "MustardChef"
|
||||
git commit -am "Update Download Variant Table for Update: ${{ env.LATEST_VER }}" || exit 0
|
||||
git push
|
||||
|
||||
check-and-create-tag:
|
||||
name: Creates the release tags
|
||||
needs: [check, update-downloadlinks, update-downloadvartable]
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout 🔄
|
||||
uses: actions/checkout@v4.1.1
|
||||
|
||||
- name: Prepare release tag 🏷️
|
||||
id: releasetag
|
||||
shell: bash
|
||||
run: |
|
||||
if [[ "${{ needs.check.outputs.RELEASE_TYPE }}" == "WIF" ]]; then
|
||||
currentver=${{ needs.check.outputs.LATEST_WIF_VER }}
|
||||
elif [[ "${{ needs.check.outputs.RELEASE_TYPE }}" == "retail" ]]; then
|
||||
currentver=${{ needs.check.outputs.LATEST_RETAIL_VER }}
|
||||
fi
|
||||
if [[ -z "$currentver" ]]; then
|
||||
echo "currentver is empty. Please check the file contents."
|
||||
exit 1
|
||||
fi
|
||||
echo "WSA_VER=$currentver" >> $GITHUB_ENV
|
||||
echo "WIN11X64_TAG=Windows_11_$currentver" >> $GITHUB_ENV
|
||||
echo "WIN11ARM64_TAG=Windows_11_${currentver}_arm64" >> $GITHUB_ENV
|
||||
echo "WIN10X64_TAG=Windows_10_$currentver" >> $GITHUB_ENV
|
||||
|
||||
- name: Run Tag Checks for Windows 11 x64 Releases
|
||||
uses: mukunku/tag-exists-action@v1.4.0
|
||||
id: checkTag1
|
||||
with:
|
||||
tag: ${{ env.WIN11X64_TAG }}
|
||||
repo: 'MustardChef/test1.0'
|
||||
- run: echo ${{ steps.checkTag1.outputs.exists }}
|
||||
|
||||
- name: Stop workflow if tag exists
|
||||
if: steps.checkTag.outputs.exists == 'true'
|
||||
run: exit 1
|
||||
|
||||
- name: Run Tag Checks for Windows 11 arm64 Releases
|
||||
uses: mukunku/tag-exists-action@v1.4.0
|
||||
id: checkTag2
|
||||
with:
|
||||
tag: ${{ env.WIN11ARM64_TAG }}
|
||||
repo: 'MustardChef/test1.0'
|
||||
- run: echo ${{ steps.checkTag.outputs.exists }}
|
||||
|
||||
- name: Stop workflow if tag exists
|
||||
if: steps.checkTag2.outputs.exists == 'true'
|
||||
run: exit 1
|
||||
|
||||
- name: Run Tag Checks for Windows 10 x64 Releases
|
||||
uses: mukunku/tag-exists-action@v1.4.0
|
||||
id: checkTag3
|
||||
with:
|
||||
tag: ${{ env.WIN10X64_TAG }}
|
||||
repo: 'MustardChef/test1.0'
|
||||
- run: echo ${{ steps.checkTag.outputs.exists }}
|
||||
|
||||
- name: Stop workflow if tag exists
|
||||
if: steps.checkTag3.outputs.exists == 'true'
|
||||
run: exit 1
|
||||
|
||||
- name: Download Release Notes 📥
|
||||
run: |
|
||||
wget https://gist.github.com/MustardChef/edb0dfc50ab4942cd5914cef6a81602e/raw/ -P ${{ github.workspace }} -O Windows11x64.md
|
||||
wget https://gist.github.com/MustardChef/3ae3343bb98f6e158ce951ec09fd3661/raw/ -P ${{ github.workspace }} -O Windows11arm64.md
|
||||
wget https://gist.github.com/MustardChef/f2ebafde3a3072cac7e6f726da3ffa50/raw/ -P ${{ github.workspace }} -O Windows10x64.md
|
||||
ls
|
||||
env:
|
||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||
|
||||
- name: Update Release Notes for Windows 11 x64 notes📝
|
||||
run: |
|
||||
import os
|
||||
import re
|
||||
from datetime import datetime
|
||||
date = datetime.utcnow().strftime('%d/%m/%Y')
|
||||
time = datetime.utcnow().strftime('%H:%M:%S')
|
||||
file_path = os.path.join(os.environ['GITHUB_WORKSPACE'], 'Windows11x64.md')
|
||||
with open(file_path, 'r') as file:
|
||||
file_data = file.read()
|
||||
def custom_escape(string):
|
||||
return string.replace('\\', '')
|
||||
file_data = re.sub('<<DATEOFRELEASE>>', date, file_data)
|
||||
file_data = re.sub('<<TIMEOFRELEASE>>', time, file_data)
|
||||
file_data = re.sub('<<REASONFORRELEASE>>', 'Initial Release', file_data)
|
||||
file_data = re.sub('<<WSAUPDATEMSG>>', custom_escape(os.environ['WSA_UPDATE_MESSAGE']), file_data)
|
||||
file_data = re.sub('<<WSAANDROIDVERSION>>', 'Android 13', file_data)
|
||||
file_data = re.sub('<<MTGPACKAGENAME>>', custom_escape(os.environ['MTG_MSG']), file_data)
|
||||
file_data = re.sub('<<MAGISKCANARYVERSION>>', custom_escape(os.environ['MAGISK_CANARY_MSG']), file_data)
|
||||
file_data = re.sub('<<MAGISKSTABLEVERSION>>', custom_escape(os.environ['MAGISK_STABLE_MSG']), file_data)
|
||||
file_data = re.sub('<<KERNELSUVERSION>>', custom_escape(os.environ['KERNEL_SU_MSG']), file_data)
|
||||
with open(file_path, 'w') as file:
|
||||
file.write(file_data)
|
||||
shell: python
|
||||
env:
|
||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||
WSA_UPDATE_MESSAGE: ${{ needs.check.outputs.WSA_UPDATE_MESSAGE }}
|
||||
MTG_MSG: ${{ needs.check.outputs.MTG_MSG }}
|
||||
MAGISK_CANARY_MSG: ${{ needs.check.outputs.MAGISK_CANARY_MSG }}
|
||||
MAGISK_STABLE_MSG: ${{ needs.check.outputs.MAGISK_STABLE_MSG }}
|
||||
KERNEL_SU_MSG: ${{ needs.check.outputs.KERNEL_SU_MSG }}
|
||||
|
||||
- name: Update Release Notes for Windows 11 arm64 notes📝
|
||||
run: |
|
||||
import os
|
||||
import re
|
||||
from datetime import datetime
|
||||
date = datetime.utcnow().strftime('%d/%m/%Y')
|
||||
time = datetime.utcnow().strftime('%H:%M:%S')
|
||||
file_path = os.path.join(os.environ['GITHUB_WORKSPACE'], 'Windows11arm64.md')
|
||||
with open(file_path, 'r') as file:
|
||||
file_data = file.read()
|
||||
def custom_escape(string):
|
||||
return string.replace('\\', '')
|
||||
file_data = re.sub('<<DATEOFRELEASE>>', date, file_data)
|
||||
file_data = re.sub('<<TIMEOFRELEASE>>', time, file_data)
|
||||
file_data = re.sub('<<REASONFORRELEASE>>', 'Initial Release', file_data)
|
||||
file_data = re.sub('<<WSAUPDATEMSG>>', custom_escape(os.environ['WSA_UPDATE_MESSAGE']), file_data)
|
||||
file_data = re.sub('<<WSAANDROIDVERSION>>', 'Android 13', file_data)
|
||||
file_data = re.sub('<<MTGPACKAGENAME>>', custom_escape(os.environ['MTG_MSG']), file_data)
|
||||
file_data = re.sub('<<MAGISKCANARYVERSION>>', custom_escape(os.environ['MAGISK_CANARY_MSG']), file_data)
|
||||
file_data = re.sub('<<MAGISKSTABLEVERSION>>', custom_escape(os.environ['MAGISK_STABLE_MSG']), file_data)
|
||||
file_data = re.sub('<<KERNELSUVERSION>>', custom_escape(os.environ['KERNEL_SU_MSG']), file_data)
|
||||
with open(file_path, 'w') as file:
|
||||
file.write(file_data)
|
||||
shell: python
|
||||
env:
|
||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||
WSA_UPDATE_MESSAGE: ${{ needs.check.outputs.WSA_UPDATE_MESSAGE }}
|
||||
MTG_MSG: ${{ needs.check.outputs.MTG_MSG }}
|
||||
MAGISK_CANARY_MSG: ${{ needs.check.outputs.MAGISK_CANARY_MSG }}
|
||||
MAGISK_STABLE_MSG: ${{ needs.check.outputs.MAGISK_STABLE_MSG }}
|
||||
KERNEL_SU_MSG: ${{ needs.check.outputs.KERNEL_SU_MSG }}
|
||||
|
||||
- name: Update Release Notes for Windows 10 x64 notes📝
|
||||
run: |
|
||||
import os
|
||||
import re
|
||||
from datetime import datetime
|
||||
date = datetime.utcnow().strftime('%d/%m/%Y')
|
||||
time = datetime.utcnow().strftime('%H:%M:%S')
|
||||
file_path = os.path.join(os.environ['GITHUB_WORKSPACE'], 'Windows10x64.md')
|
||||
with open(file_path, 'r') as file:
|
||||
file_data = file.read()
|
||||
def custom_escape(string):
|
||||
return string.replace('\\', '')
|
||||
file_data = re.sub('<<DATEOFRELEASE>>', date, file_data)
|
||||
file_data = re.sub('<<TIMEOFRELEASE>>', time, file_data)
|
||||
file_data = re.sub('<<REASONFORRELEASE>>', 'Initial Release', file_data)
|
||||
file_data = re.sub('<<WSAUPDATEMSG>>', custom_escape(os.environ['WSA_UPDATE_MESSAGE']), file_data)
|
||||
file_data = re.sub('<<WSAANDROIDVERSION>>', 'Android 13', file_data)
|
||||
file_data = re.sub('<<MTGPACKAGENAME>>', custom_escape(os.environ['MTG_MSG']), file_data)
|
||||
file_data = re.sub('<<MAGISKCANARYVERSION>>', custom_escape(os.environ['MAGISK_CANARY_MSG']), file_data)
|
||||
file_data = re.sub('<<MAGISKSTABLEVERSION>>', custom_escape(os.environ['MAGISK_STABLE_MSG']), file_data)
|
||||
file_data = re.sub('<<KERNELSUVERSION>>', custom_escape(os.environ['KERNEL_SU_MSG']), file_data)
|
||||
with open(file_path, 'w') as file:
|
||||
file.write(file_data)
|
||||
shell: python
|
||||
env:
|
||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||
WSA_UPDATE_MESSAGE: ${{ needs.check.outputs.WSA_UPDATE_MESSAGE }}
|
||||
MTG_MSG: ${{ needs.check.outputs.MTG_MSG }}
|
||||
MAGISK_CANARY_MSG: ${{ needs.check.outputs.MAGISK_CANARY_MSG }}
|
||||
MAGISK_STABLE_MSG: ${{ needs.check.outputs.MAGISK_STABLE_MSG }}
|
||||
KERNEL_SU_MSG: ${{ needs.check.outputs.KERNEL_SU_MSG }}
|
||||
|
||||
- name: Create Tag and Release for Windows 11 arm64 release ✍🏼
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: ${{ env.WIN11ARM64_TAG }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body_path: ${{github.workspace}}/Windows11arm64.md
|
||||
name: Windows Subsystem For Android ${{ env.WSA_VER }} for Windows 11 arm64
|
||||
env:
|
||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||
|
||||
- name: Create Tag and Release for Windows 10 x64 release ✍🏼
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: ${{ env.WIN10X64_TAG }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body_path: ${{github.workspace}}/Windows10x64.md
|
||||
name: Windows Subsystem For Android ${{ env.WSA_VER }} for Windows 10 x64
|
||||
env:
|
||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||
|
||||
- name: Create Tag and Release for Windows 11 x64 release ✍🏼
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
tag_name: ${{ env.WIN11X64_TAG }}
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body_path: ${{github.workspace}}/Windows11x64.md
|
||||
name: Windows Subsystem For Android ${{ env.WSA_VER }} for Windows 11 x64
|
||||
env:
|
||||
GITHUB_WORKSPACE: ${{ github.workspace }}
|
||||
|
||||
build_x64_no_root_gapps_remove_amazon_redfin:
|
||||
name: Build for x64 as Redfin with No Root, GApps and No Amazon Appstore
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/build.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: x64
|
||||
root: none
|
||||
gapps: MindTheGapps
|
||||
amazonflag: --remove-amazon
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_x64_no_root_gapps_redfin:
|
||||
name: Build for x64 as Redfin with No Root, GApps
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/build.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: x64
|
||||
root: none
|
||||
gapps: MindTheGapps
|
||||
amazonflag:
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_x64_no_root_no_gapps_remove_amazon_redfin:
|
||||
name: Build for x64 as Redfin with No Root, No GApps and No Amazon Appstore
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/build.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: x64
|
||||
root: none
|
||||
gapps: none
|
||||
amazonflag: --remove-amazon
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_x64_no_root_no_gapps_redfin:
|
||||
name: Build for x64 as Redfin with No Root, No GApps
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/build.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: x64
|
||||
root: none
|
||||
gapps: none
|
||||
amazonflag:
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_x64_kernelsu_gapps_remove_amazon_redfin:
|
||||
name: Build for x64 as Redfin with KernelSU, GApps and No Amazon Appstore
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/build.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: x64
|
||||
root: kernelsu
|
||||
gapps: MindTheGapps
|
||||
amazonflag: --remove-amazon
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_x64_magisk_gapps_redfin:
|
||||
name: Build for x64 as Redfin with Magisk, GApps
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/build.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: x64
|
||||
root: magisk
|
||||
gapps: MindTheGapps
|
||||
amazonflag:
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_x64_magisk_no_gapps_remove_amazon_redfin:
|
||||
name: Build for x64 as Redfin with Magisk, No GApps and No Amazon Appstore
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/build.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: x64
|
||||
root: magisk
|
||||
gapps: none
|
||||
amazonflag: --remove-amazon
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_x64_magisk_canary_gapps_remove_amazon_redfin:
|
||||
name: Build for x64 as Redfin with Magisk Canary, GApps and No Amazon Appstore
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/build.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: x64
|
||||
root: magisk
|
||||
gapps: MindTheGapps
|
||||
amazonflag: --remove-amazon
|
||||
magiskver: canary
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_arm64_no_root_gapps_remove_amazon_redfin:
|
||||
name: Build for arm64 as Redfin with No Root, GApps and No Amazon Appstore
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/buildarm64.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: arm64
|
||||
root: none
|
||||
gapps: MindTheGapps
|
||||
amazonflag: --remove-amazon
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_arm64_no_root_gapps_redfin:
|
||||
name: Build for arm64 as Redfin with No Root, GApps
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/buildarm64.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: arm64
|
||||
root: none
|
||||
gapps: MindTheGapps
|
||||
amazonflag:
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_arm64_no_root_no_gapps_remove_amazon_redfin:
|
||||
name: Build for arm64 as Redfin with No Root, No GApps and No Amazon Appstore
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/buildarm64.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: arm64
|
||||
root: none
|
||||
gapps: none
|
||||
amazonflag: --remove-amazon
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_arm64_no_root_no_gapps_redfin:
|
||||
name: Build for arm64 as Redfin with No Root, No GApps
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/buildarm64.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: arm64
|
||||
root: none
|
||||
gapps: none
|
||||
amazonflag:
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_arm64_kernelsu_gapps_remove_amazon_redfin:
|
||||
name: Build for arm64 as Redfin with KernelSU, GApps and No Amazon Appstore
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/buildarm64.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: arm64
|
||||
root: kernelsu
|
||||
gapps: MindTheGapps
|
||||
amazonflag: --remove-amazon
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_arm64_magisk_gapps_redfin:
|
||||
name: Build for arm64 as Redfin with Magisk, GApps
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/buildarm64.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: arm64
|
||||
root: magisk
|
||||
gapps: MindTheGapps
|
||||
amazonflag:
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_arm64_magisk_no_gapps_remove_amazon_redfin:
|
||||
name: Build for arm64 as Redfin with Magisk, No GApps and No Amazon Appstore
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/buildarm64.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: arm64
|
||||
root: magisk
|
||||
gapps: none
|
||||
amazonflag: --remove-amazon
|
||||
magiskver: stable
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
build_arm64_magisk_canary_gapps_remove_amazon_redfin:
|
||||
name: Build for arm64 as Redfin with Magisk Canary, GApps and No Amazon Appstore
|
||||
permissions: write-all
|
||||
needs: [check, check-and-create-tag, update-downloadlinks, update-downloadvartable]
|
||||
uses: ./.github/workflows/buildarm64.yml
|
||||
if: needs.check.outputs.SHOULD_BUILD == 'yes'
|
||||
with:
|
||||
arch: arm64
|
||||
root: magisk
|
||||
gapps: MindTheGapps
|
||||
amazonflag: --remove-amazon
|
||||
magiskver: canary
|
||||
devicemodel: redfin
|
||||
compressformat: zip
|
||||
release_type: ${{ needs.check.outputs.RELEASE_TYPE }}
|
||||
secrets: inherit
|
||||
|
||||
|
||||
|
@ -21,7 +21,7 @@ These will be split into multiple solutions due to the different causes of the p
|
||||
<details>
|
||||
<summary><h3>Fix #1: Uninstalling Hyper-V Network Adapters<h3></summary>
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**Some Hyper-V Network Drivers may be interferring with WSA or WSL**
|
||||
|
||||
@ -51,8 +51,8 @@ These will be split into multiple solutions due to the different causes of the p
|
||||
</details>
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
---
|
||||
|
||||
@ -61,8 +61,8 @@ These will be split into multiple solutions due to the different causes of the p
|
||||
|
||||
Sometimes Windows Firewall and other Firewall tools and software may be the cause of internet issues. It is therefore important that we check them if we are facing issues with internet on WSA.
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<details>
|
||||
<summary><h4>Users with Windows Firewall<h4></summary>
|
||||
@ -98,18 +98,18 @@ Sometimes Windows Firewall and other Firewall tools and software may be the caus
|
||||
|
||||
****5. Confirm that these entries are Enabled and "Action" is set to "Allow" for both UDP and TCP for all entries (as shown above)****
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
> <picture>
|
||||
> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/tip.svg">
|
||||
> <img alt="Tip" src="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/tip.svg">
|
||||
> </picture><br>
|
||||
> </picture><br />
|
||||
>
|
||||
> You may not have as many entries for "Windows Subsystem for Android™", as shown in the screenshots provded. These are just for illustration purposes and Firewall entries may look different on your device.
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
|
||||
</details>
|
||||
|
||||
@ -117,7 +117,7 @@ Sometimes Windows Firewall and other Firewall tools and software may be the caus
|
||||
<summary><h4>Antivirus Users <h4></summary>
|
||||
|
||||
It is a known issue that some antivirus firewall such as those built-in to ESET, Bitdefender, AVG and many others, can prevent the internet for Windows Susbsystem for Android (WSA) from working.
|
||||
It is highly recommended to disable the firewall provided by these Antivirus/Antimalware tools and fallback to Windows Firewall, to see if the internet starts working.
|
||||
It is highly recommended to disable the firewall provided by these Antivirus/Antimalware tools and fallback to Windows Firewall (default), to see if the internet starts working.
|
||||
|
||||
Source: From my own experience and reports from others in the Discord community linked at the end. If disabling a certain antivirus/antimalware's built-in firewall works, please join the Discord server (invite at the end of this guide) and inform us.
|
||||
|
||||
@ -126,8 +126,8 @@ Source: From my own experience and reports from others in the Discord community
|
||||
|
||||
</details>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
---
|
||||
|
||||
@ -160,8 +160,8 @@ Your Internet should now be fixed!
|
||||
</details>
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
||||
---
|
||||
@ -191,8 +191,8 @@ This may fix the internet on WSA.
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -14,7 +14,6 @@
|
||||
|
||||
You may encounter this problem, even if Virtualization is enabled on your PC (in the BIOS) and shows up as enabled in Task Manager (as seen below) and Virtual Machine Platform + Windows Hypervisor Platform is Enabled. The solution is:
|
||||
|
||||
|
||||
|
||||
|
||||
1. ***Remove WSA***: Right clicking on "Windows Subsystem for Android™ Settings" and pressing uninstall + Deleting the extracted WSA (MagiskOnWSA/WSABuilds) folder that you extracted and installed from.
|
||||
@ -83,10 +82,21 @@ bcdedit /set hypervisorlaunchtype auto
|
||||
|
||||
**Hope this works for you!**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
- ### For AtlasOS Users:
|
||||
|
||||
|
||||
<br>
|
||||
- #### If the steps above still do not fix your issue, go to the AtlasOS configuration folder and run the "Enable Hyper-V and VBS" CMD file. Then restart your PC and try running WSA again
|
||||
|
||||
|
||||
<img src="https://github.com/MustardChef/WSABuilds/assets/68516357/1c8ec5b1-b071-4923-9c00-2f7449adf75c" width=70% height=70%>
|
||||
|
||||
<img src="https://github.com/MustardChef/WSABuilds/assets/68516357/738d4850-f7da-4408-b2f5-8483c30e1a9f" alt="Image description">
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -90,11 +90,11 @@ You should now be able to log in to Google Play and hopefully download apps!
|
||||
|
||||
### Internet is not working on other app in WSA?
|
||||
|
||||
##### Take a look at the [Internet Fixes Guide](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Post-Install%20Issues/FixInternet.md)
|
||||
##### Take a look at the [Internet Fixes Guide](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Post-Install%20Issues/FixInternet.md)
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -12,29 +12,29 @@
|
||||
|
||||
#### 1. ***Open Run by pressing the Windows Key and R***
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
#### 2. ***Type in services.msc in the box and then select OK***
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
#### 3. ***Search for Touch Keyboard and Handwriting Panel***
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
#### 4. ***Enable it by switching startup type to automatic***
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
#### 5. ***Click apply***
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
#### 6. ***Restart your computer.***
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -15,11 +15,11 @@
|
||||
|
||||
**1.** Backup `userdata.vhdx` from `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\` folder
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**2.** Uninstall WSA by [following this guide](https://github.com/MustardChef/WSABuilds#--uninstallation)
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**3.** Remove the two lines in `Install.ps1` that automatically launches Magisk and Play Store after the installation is finished
|
||||
|
||||
@ -31,15 +31,15 @@ function Finish {
|
||||
}
|
||||
```
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**4.** Install WSA by running `Run.bat` or `Install.ps1`
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**5.** Restore `userdata.vhdx` to `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx`
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**6.** Start WSA
|
||||
|
||||
@ -51,7 +51,7 @@ function Finish {
|
||||
</br>
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -49,7 +49,7 @@ netsh int ipv4 add excludedportrange protocol=tcp startport=58526 numberofports=
|
||||
|
||||
**Hope this works for you!**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -36,7 +36,7 @@ https://github.com/MustardChef/WSABuilds/assets/68516357/626ec699-6f74-40ff-94fb
|
||||
**Hope this works for you!**
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -35,7 +35,7 @@ https://github.com/MustardChef/WSABuilds/assets/68516357/7a33df5b-e68b-43b1-9365
|
||||
|
||||
**Hope this works for you!**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -85,7 +85,7 @@ bcdedit /set hypervisorlaunchtype auto
|
||||
|
||||
**Hope this works for you!**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -0,0 +1,41 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
## Error:
|
||||
#### The 'Get-AppxPackage' command was found in the module 'Appx', but the module could not be loaded due to the following error: [Operation is not supported on this platform. (0x80131539)] For more information, run 'Import-Module Appx'
|
||||
|
||||
<br />
|
||||
|
||||
---
|
||||
|
||||
|
||||
## Preface:
|
||||
#### This issue mainly occurs on the LTSC and non official builds of Windows.
|
||||
|
||||
<br />
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
## Solution:
|
||||
|
||||
#### 1. Open PowerShell as Administrator
|
||||
#### 2. Run the following command:
|
||||
```powershell
|
||||
cd <lLocation of the folder with the WSA files>
|
||||
Import-Module -Name Appx -UseWindowsPowerShell
|
||||
PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1
|
||||
```
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
---
|
||||
|
||||
## Have futher question or need help?
|
||||
|
||||
#### Join the Discord if you have any other questions or need help!
|
||||
|
||||
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
|
||||
|
||||
|
@ -13,19 +13,19 @@
|
||||
|
||||
**1. Ensure the partition/drive you are installing from is NTFS**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**2. Redownload WSA Build .zip/.7z file from the [Releases page](https://github.com/MustardChef/WSABuilds/releases) (sometime the files can be corrupted during download and extraction)**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**3. Rename the .zip/.7z file to a shorter name, which can be anything to your choosing </br> (For example: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAArchive2XXX)**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**4. Extract the .zip or .7z archive (depends on the release) using 7-zip or a proper archive tool and not the built in Windows archive extractor**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**5. Rename the extracted folder(s) to a shorter name, which can be anything to your choosing**
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
- **Before:** WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon
|
||||
- **After:** WSAExtracted2XXX
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**6. Ensure that 'Run.bat' is run as Administrator**
|
||||
|
||||
@ -41,7 +41,7 @@
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -28,7 +28,7 @@ In E:\WSA\Install.ps1:102 Character:1
|
||||
|
||||
**3. If you have installed WSA prior, make sure that it has been uninstalled and delete all folders containing "WindowsSubsystemForAndroid" from the following directories/paths and the subdirectories within:**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
- *C:\ProgramData\Microsoft\Windows\AppRepository*
|
||||
|
||||
@ -36,11 +36,11 @@ In E:\WSA\Install.ps1:102 Character:1
|
||||
|
||||
- *%localappdata\ProgramData\Packages*
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**4. Restart your Computer**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
If the issue has been fixed, then there is no need to follow through the rest of the guide.
|
||||
However, if you have the same issue, it is vital that you obtain the logs and try to decipher what is causing the error
|
||||
@ -88,8 +88,8 @@ To obtain the logs (admin privilege required):
|
||||
|
||||
**3. Restart your PC**
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
---
|
||||
## Issue 2: 0x80073B06 "Initial screen image for the current application context cannot be recognized"
|
||||
@ -114,7 +114,7 @@ AppxManifest.xml (24,27): Error 0x80073B06: Unable to install or update package
|
||||
|
||||
**Hope these fixes work for you!**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -12,19 +12,19 @@
|
||||
|
||||
**1. Ensure the partition/drive you are installing from is NTFS**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**2. Redownload WSA Build .zip/.7z file from the [Releases page](https://github.com/MustardChef/WSABuilds/releases) (sometime the files can be corrupted during download and extraction)**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**3. Rename the .zip/.7z file to a shorter name, which can be anything to your choosing </br> (For example: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAArchive2XXX)**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**4. Extract the .zip or .7z archive (depends on the release) using 7-zip or a proper archive tool and not the built in Windows archive extractor**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**5. Rename the extracted folder(s) to a shorter name, which can be anything to your choosing**
|
||||
|
||||
@ -32,14 +32,14 @@
|
||||
- **Before:** WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon
|
||||
- **After:** WSAExtracted2XXX
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**6. Ensure that 'Run.bat' is run as Administrator**
|
||||
|
||||
**Hope this works for you!**
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -14,27 +14,27 @@
|
||||
|
||||
**1. Go to ``%LOCALAPPDATA%/Packages/``, and make sure that the folder ``MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe`` is deleted. (If it does not exist, move on to Step **2**.)**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**2. Open Powershell (as Admin) and run the following command:**
|
||||
|
||||
```powershell
|
||||
Get-AppxPackage -Name "MicrosoftCorporationII.WindowsSubsystemForAndroid" -AllUsers | Remove-AppxPackage -AllUsers
|
||||
```
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**3. Delete all folders related to WSA (except the .zip or .7z files (depends on the release ) for WSA Builds), which include folders extracted for WSA installation.**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**4. Rextract and re-run ``Run.bat``**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
***The issue should now be fixed***
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -33,7 +33,7 @@ Using the [Windows 10 Update Assistant](https://support.microsoft.com/en-us/topi
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -20,7 +20,7 @@
|
||||
**4. Enjoy**
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
## Issues:
|
||||
- ## Install.ps1 is not recognized/found <br>
|
||||
- ## Install.ps1 is not recognized/found <br />
|
||||
- ## Some files are missing in the folder
|
||||
|
||||
|
||||
@ -16,8 +16,8 @@
|
||||
<img src="https://user-images.githubusercontent.com/68516357/215262023-89e0e0fa-3dd7-4d6d-b93a-224169f61971.png" />
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
## Solution
|
||||
|
||||
@ -34,11 +34,11 @@ If the popup windows disappear without asking administrative permission and Wind
|
||||
|
||||
- **After:** WSAArchive2XXX
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**2. Copy the path of the folder by right clicking on the folder and select "Show More Options" and click on "Copy as path"**
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**3. Press Win + X on your keyboard and select Windows™ Terminal (Admin) or Powershell (Admin) depending on the version of Windows™ you are running**
|
||||
|
||||
@ -48,7 +48,7 @@ If the popup windows disappear without asking administrative permission and Wind
|
||||
|![215262254-7466d964-3956-4d71-8014-e2c5869ca4d4](https://user-images.githubusercontent.com/68516357/215263173-500591dd-c6d5-4c2d-9d38-58bc065fff28.png)|![winx_editor-1](https://user-images.githubusercontent.com/68516357/215263348-022dc031-802f-4e93-8999-05d0aa6744b9.png)|
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**4. Input the command below and press enter, replacing {X:\path\to\your\extracted\folder} including the {} with the path of the extracted folder**
|
||||
|
||||
@ -56,7 +56,7 @@ If the popup windows disappear without asking administrative permission and Wind
|
||||
cd "{X:\path\to\your\extracted\folder}"
|
||||
```
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**5. Input the command below and press enter**
|
||||
|
||||
@ -64,12 +64,12 @@ If the popup windows disappear without asking administrative permission and Wind
|
||||
PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1
|
||||
```
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
**6. The script will run and Windows Subsystem For Android™ will be installed**
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -29,7 +29,7 @@ The solution is simple, all you have to do is:
|
||||
- **After:** WSAArchive2XXX
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -23,7 +23,7 @@ PowerShell.exe -ExecutionPolicy Bypass -File .\Install.ps1
|
||||
**Hope this works for you!**
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -45,7 +45,7 @@
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
@ -0,0 +1,29 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
## Issue: A Specified Logon Session Does Not Exist
|
||||
|
||||
### Preface:
|
||||
##### This issue occurs when you are not installing WSA from an admin account. This is due to the [limitations of installing unsigned MSIX on non-Admin accounts](https://github.com/LSPosed/MagiskOnWSALocal/issues/276#issuecomment-1492594872).
|
||||
---
|
||||
### Example:
|
||||
![image](https://github.com/MustardChef/WSABuilds/assets/68516357/bfe330c2-ddb0-4fd1-98ce-fc1f1ec60a29)
|
||||
|
||||
---
|
||||
|
||||
## Solution:
|
||||
|
||||
<br />
|
||||
|
||||
### Make sure that the account that you are installing from is a Windows Administrator account.
|
||||
|
||||
#### To check:
|
||||
- ##### 1. Open CMD
|
||||
- ##### 2. Type ```net localgroup administrators``` and press enter
|
||||
- ##### 3. Check if the account you are installing from, exists in the list of accounts in the "administrators" localgroup.
|
||||
- ##### 4. If it does not, then you are not installing from an admin account.
|
||||
|
||||
<br />
|
||||
|
||||
### Make sure that you run ```run.bat``` as Administrator.
|
||||
|
||||
### Make sure that you run ```Install.ps1``` as Administrator.
|
57
Documentation/Fix Guides/Troubleshooting.md
Normal file
57
Documentation/Fix Guides/Troubleshooting.md
Normal file
@ -0,0 +1,57 @@
|
||||
# Troubleshooting Your Issue
|
||||
|
||||
- ### Check if your issue is listed in the list of "Common Issues" below:
|
||||
|
||||
<picture><a href=""><img style="float: left;" src="https://img.icons8.com/external-soft-fill-juicy-fish/96/null/external-bug-coding-and-development-soft-fill-soft-fill-juicy-fish-2.png" width="60" height="60"/></picture><h2> Common Issues (Click Here)</h2></a></picture>
|
||||
|
||||
---
|
||||
|
||||
- ### Still having the same issue after following a fixes guide in list of "Common Issues"?
|
||||
|
||||
- #### (For Windows 11 Users) Download WSA from the Microsoft Store or from [WSAPackages](https://github.com/MustardChef/WSAPackages) and test whether or not WSA is working.
|
||||
- #### If the official version of WSA (from the Microsoft Store or [WSAPackages](https://github.com/MustardChef/WSAPackages)) does not work, please file a Feedback Hub report using the instructions below (click on the button to view instructions)
|
||||
|
||||
<details>
|
||||
<summary><h4>Filing a Feedback Hub Report (click here):<h4></summary>
|
||||
|
||||
|
||||
### Filing a Feedback Hub Report
|
||||
|
||||
I would very much recommend you to file a Feedback Hub report. Make sure you are logged into a Microsoft Account when filing a report. (You can only file a report using the official version)
|
||||
|
||||
</br>
|
||||
|
||||
Instructions: (As shown by one of devs in WSA Development team at Microsoft)
|
||||
|
||||
</br>
|
||||
|
||||
![image](https://github.com/MustardChef/WSABuilds/assets/68516357/1969caa3-2f1d-4967-9166-6833e7509ba5)
|
||||
![image](https://github.com/MustardChef/WSABuilds/assets/68516357/3a343513-896c-4f7d-b425-3e6ad9aac1a8)
|
||||
![image](https://github.com/MustardChef/WSABuilds/assets/68516357/52cd8033-b8a9-4de0-a71e-d03e851a4736)
|
||||
![image](https://github.com/MustardChef/WSABuilds/assets/68516357/dca7b5cb-887a-4436-a760-b65b2ba6b096)
|
||||
|
||||
### After Filing a Feedback Hub Report:
|
||||
|
||||
![image](https://github.com/MustardChef/WSABuilds/assets/68516357/14cd3785-8630-4368-b1b4-95edb08ed53e)
|
||||
|
||||
Also. After completing the report I would highly recommend you to open an issue on the WSA Github Repo (https://github.com/microsoft/WSA) with a link to your Feedback Hub report + full repro of the issue. This will help the dev team see the issue quicker.
|
||||
|
||||
I know that its a hassle, but it ensures that it gets some eyes on the issue in the quickest possible way.
|
||||
|
||||
</details>
|
||||
|
||||
---
|
||||
|
||||
- ### Fix to your issue is not listed in the list of "Common Issues" or any of the above troubleshooting steps do not apply?
|
||||
|
||||
#### Open a Github Issue!
|
||||
###### or
|
||||
#### Join the Discord and seek assistance there!
|
||||
|
||||
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -4,12 +4,12 @@
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with KernelSU</p></h1>
|
||||
<h2><p align="center">Stability: ✅Stable → <i><b>No issues reported<i><b></p></h2>
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
|
||||
## Next Steps:
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
### 1. Download the KernelSU Manager .apk
|
||||
|
||||
@ -17,17 +17,17 @@
|
||||
|
||||
### 2. Sideload the KernelSU Manager .apk into WSA
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20Sideload%20apps-474154?style=for-the-badge&logoColor=white&logo=github" style="width: 300px;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/Sideloading%20Guides/Sideloading.md)
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20Sideload%20apps-474154?style=for-the-badge&logoColor=white&logo=github" style="width: 300px;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/Sideloading%20Guides/Sideloading.md)
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
## Enjoy WSA with KernelSU!
|
||||
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
||||
# Having any issues?
|
@ -4,7 +4,7 @@
|
||||
## Guide: Moving/Installing Windows Subsystem For Android™ (WSA) to another partition or disk
|
||||
|
||||
### Preface:
|
||||
##### WSA can take up a lot of storage space, hence you want to move it to another partition or disk with more space. <br> This guide goes through a method by which you can install WSA from another disk and to store the data in that drive (instead of "%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe").
|
||||
##### WSA can take up a lot of storage space, hence you want to move it to another partition or disk with more space. <br /> This guide goes through a method by which you can install WSA from another disk and to store the data in that drive (instead of "%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe").
|
||||
|
||||
### Prerequisites:
|
||||
- The partition/ disk that you want to move/install Windows Subsystem For Android™ to, ****MUST**** be **NTFS**
|
@ -4,7 +4,7 @@
|
||||
## 指南:将 Windows Subsystem For Android™(WSA)移动/安装到其他分区或磁盘
|
||||
|
||||
### 前言:
|
||||
##### WSA 可以占用大量存储空间,因此您想将其移动到具有更多空间的其他分区或磁盘。<br>本指南介绍了一种方法,通过该方法,您可以从其他磁盘安装 WSA 并将数据存储在该驱动器中(而不是“%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe”)。
|
||||
##### WSA 可以占用大量存储空间,因此您想将其移动到具有更多空间的其他分区或磁盘。<br />本指南介绍了一种方法,通过该方法,您可以从其他磁盘安装 WSA 并将数据存储在该驱动器中(而不是“%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe”)。
|
||||
|
||||
### 先决条件:
|
||||
- 您要将 Windows Subsystem For Android™ 移动/安装到的分区/磁盘,**必须**为 **NTFS**
|
@ -0,0 +1,45 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
## Guide: Removing entries of apps that do not exist
|
||||
|
||||
### Preface:
|
||||
##### Sometimes, switching from a WSA Build with Amazon Appstore to a build with "Removed Amazon Appstore" or a build with "MindTheGapps" to a build with "No-Gapps" etc., the system apps that were installed (either Google Play Store and related apps and/or the Amazon Appstore) from the previous build may still show up in the WSA Settings's "Apps" section. This guide goes through a method by which you can remove these entries from the WSA Settings's "Apps" section.
|
||||
|
||||
##### Sometimes after uninstalling WSA completely, apps still show up on Add and Remove programs or third-party uninstallers/app managers
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
### Example:
|
||||
<img src="https://github.com/MustardChef/WSABuilds/assets/68516357/695fc699-3ee9-4687-98a7-905ae9f6a3ec">
|
||||
|
||||
![image](https://github.com/MustardChef/WSABuilds/assets/68516357/0d214864-9d46-48e0-8c57-17ccdcefb2e7)
|
||||
|
||||
---
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
## Steps:
|
||||
|
||||
#### 1. Open Registry Editor (regedit.exe) as Administrator
|
||||
#### 2. Navigate to `Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall`
|
||||
#### 3. You will find all the entries from WSA apps here. Search for the app you want to remove from the WSA Settings's "Apps" section.
|
||||
#### 4. Once you find the entry, delete it.
|
||||
#### 5. Repeat steps 3 and 4 for all the apps you want to remove from the WSA Settings's "Apps" section.
|
||||
#### 6. Restart your PC.
|
||||
#### 7. The apps you deleted the entries of should no longer show up in the WSA Settings's "Apps" section.
|
||||
|
||||
<br />
|
||||
|
||||
### Hope this helps!
|
||||
|
||||
<br />
|
||||
|
||||
---
|
||||
|
||||
## Have futher question or need help?
|
||||
|
||||
#### Join the Discord if you have any other questions or need help!
|
||||
|
||||
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
|
@ -5,8 +5,8 @@
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Amazon Appstore Only!</p></h1>
|
||||
<h2><p align="center">Stability: ✅Stable → <i><b>No issues reported<i><b></p></h2>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
||||
# Having any issues?
|
@ -5,8 +5,8 @@
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Amazon Appstore and MindTheGapps!</p></h1>
|
||||
<h2><p align="center">Stability: ✅Stable → <i><b>No issues reported<i><b></p></h2>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
||||
# Having any issues?
|
@ -3,11 +3,11 @@
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with KernelSU, Google Apps (MindTheGapps) and the Amazon Appstore!</p></h1>
|
||||
<h2><p align="center">Stability: ✅Stable → <i><b>No issues reported<i><b></p></h2>
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
## Next Steps:
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
### 1. Download the KernelSU Manager .apk
|
||||
|
||||
@ -15,15 +15,15 @@
|
||||
|
||||
### 2. Sideload the KernelSU Manager .apk into WSA
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20Sideload%20apps-474154?style=for-the-badge&logoColor=white&logo=github" style="width: 300px;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/Sideloading%20Guides/Sideloading.md)
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20Sideload%20apps-474154?style=for-the-badge&logoColor=white&logo=github" style="width: 300px;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/Sideloading%20Guides/Sideloading.md)
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
|
@ -5,11 +5,11 @@
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with KernelSU, Google Apps (MindTheGapps) and Removed Amazon!</p></h1>
|
||||
<h2><p align="center">Stability: ✅Stable → <i><b>No issues reported<i><b></p></h2>
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
## Next Steps:
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
### 1. Download the KernelSU Manager .apk
|
||||
|
||||
@ -17,15 +17,15 @@
|
||||
|
||||
### 2. Sideload the KernelSU Manager .apk into WSA
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20Sideload%20apps-474154?style=for-the-badge&logoColor=white&logo=github" style="width: 300px;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/Sideloading%20Guides/Sideloading.md)
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20Sideload%20apps-474154?style=for-the-badge&logoColor=white&logo=github" style="width: 300px;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/Sideloading%20Guides/Sideloading.md)
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
|
@ -5,11 +5,11 @@
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with KernelSU, the Amazon Appstore and No Gapps (MindTheGapps)!</p></h1>
|
||||
<h2><p align="center">Stability: ✅Stable → <i><b>No issues reported<i><b></p></h2>
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
## Next Steps:
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
### 1. Download the KernelSU Manager .apk
|
||||
|
||||
@ -17,15 +17,15 @@
|
||||
|
||||
### 2. Sideload the KernelSU Manager .apk into WSA
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20Sideload%20apps-474154?style=for-the-badge&logoColor=white&logo=github" style="width: 300px;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/Sideloading%20Guides/Sideloading.md)
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20Sideload%20apps-474154?style=for-the-badge&logoColor=white&logo=github" style="width: 300px;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/Sideloading%20Guides/Sideloading.md)
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
|
@ -5,11 +5,11 @@
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with KernelSU, No Google Apps (No MindTheGapps) and Removed Amazon!</p></h1>
|
||||
<h2><p align="center">Stability: ✅Stable → <i><b>No issues reported<i><b></p></h2>
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
## Next Steps:
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
### 1. Download the KernelSU Manager .apk
|
||||
|
||||
@ -17,15 +17,15 @@
|
||||
|
||||
### 2. Sideload the KernelSU Manager .apk into WSA
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20Sideload%20apps-474154?style=for-the-badge&logoColor=white&logo=github" style="width: 300px;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/Sideloading%20Guides/Sideloading.md)
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20Sideload%20apps-474154?style=for-the-badge&logoColor=white&logo=github" style="width: 300px;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/Sideloading%20Guides/Sideloading.md)
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
---
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
|
@ -4,8 +4,8 @@
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
||||
# Having any issues?
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Alpha, Google Apps (MindTheGapps) and Amazon Appstore!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Beta, Google Apps (MindTheGapps) and Amazon Appstore!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Canary, Google Apps (MindTheGapps) and Amazon Appstore!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Debug, Google Apps (MindTheGapps) and Amazon Appstore!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Delta, Google Apps (MindTheGapps) and Amazon Appstore!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Stable, Google Apps (MindTheGapps) and Amazon Appstore!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Alpha, Google Apps (MindTheGapps) and Removed Amazon!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Beta, Google Apps (MindTheGapps) and Removed Amazon!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Canary, Google Apps (MindTheGapps) and Removed Amazon!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Debug, Google Apps (MindTheGapps) and Removed Amazon!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Delta, Google Apps (MindTheGapps) and Removed Amazon!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Stable, Google Apps (MindTheGapps) and Removed Amazon!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Alpha and Amazon Appstore!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Beta and Amazon Appstore!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Canary and Amazon Appstore!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Debug and Amazon Appstore!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Delta and Amazon Appstore!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Stable and Amazon Appstore!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Alpha Only</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Beta Only</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Canary Only</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Debug Only</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Delta Only</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -3,7 +3,7 @@
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Stable Only</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
@ -4,8 +4,8 @@
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Magisk Delta and MindTheGapps (and Amazon Appstore removed)!</p></h1>
|
||||
<h2><p align="center">Stability: ⚠️ Unstable</p></h2> <h2><p align="center"><i><b>ISSUE: Module Disappears after install and reboot (https://github.com/MustardChef/WSABuilds/issues/154) on some PCs<i><b><br /><br /><a href="https://github.com/MustardChef/WSABuilds/issues/154#issuecomment-1729105000"><img alt="Static Badge" src="https://img.shields.io/badge/temporary%20Workaround-0349aa?style=for-the-badge&logo=github" style="width: 320px;"/></a></p></h2>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
||||
# Having any issues?
|
@ -4,8 +4,8 @@
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with MindTheGapps and Amazon Appstore Removed!</p></h1>
|
||||
<h2><p align="center">Stability: ✅Stable → <i><b>No issues reported<i><b></p></h2>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
||||
# Having any issues?
|
@ -0,0 +1,12 @@
|
||||
<p align="center"><picture><img src="https://github.com/MustardChef/WSABuilds/assets/68516357/b2d357c7-2f6c-442f-8868-105ca55bffaa" width="55%" height="55%"/></p>
|
||||
|
||||
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Google Apps (MindTheGapps) and Removed Amazon!</p></h1>
|
||||
<h2><p align="center">Stability: ✅Stable → <i><b>No issues reported<i><b></p></h2>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
|
@ -0,0 +1,12 @@
|
||||
<p align="center"><picture><img src="https://github.com/MustardChef/WSABuilds/assets/68516357/acaf6ba0-e3a1-4e89-8199-dce2d05db64d" width="55%" height="55%"/></p>
|
||||
|
||||
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Google Apps (MindTheGapps) and Removed Amazon!</p></h1>
|
||||
<h2><p align="center">Stability: ✅Stable → <i><b>No issues reported<i><b></p></h2>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
|
@ -5,8 +5,8 @@
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android with Amazon Appstore and No Google Apps (No MindTheGapps)!</p></h1>
|
||||
<h2><p align="center">Stability: ✅Stable → <i><b>No issues reported<i><b></p></h2>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href=""><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
|
@ -0,0 +1,12 @@
|
||||
<p align="center"><picture><img src="https://github.com/MustardChef/WSABuilds/assets/68516357/61a0a62f-316f-4478-924b-1c528fbf55b1" width="55%" height="55%"/></p>
|
||||
|
||||
|
||||
|
||||
<h1><p align="center">You Have Successfully Installed Windows Subsystem For Android without Amazon Appstore and Google Apps (MindTheGapps)!</p></h1>
|
||||
<h2><p align="center">Stability: ✅Stable → <i><b>No issues reported<i><b></p></h2>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h1><p align="center">Having any issues? <a href="https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Troubleshooting.md"><img src="https://img.shields.io/badge/Troubleshoot-1c86af?style=for-the-badge&logoColor=white&logo=github" width="20%" height="20%"/></a></p><h3> Click on the "Troubleshoot" button above or join the WSA Community Discord server via the invite below to recieve advice and support!</h3><h1><p align="center"><a href="https://discord.gg/2thee7zzHZ"><img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 420px;"/></a></p></h1>
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
|Application|
|
||||
|-----------|
|
||||
|[<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/44692189/243088634-38def9fd-e9e0-48da-90d2-85988bb79c6a.png" style="width: 350px;" style="float: left;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/Sideloading%20Guides/WSAFiles.md)|
|
||||
|[<img src="https://user-images.githubusercontent.com/68516357/226143645-0a0ff0df-00f4-4d69-a257-1ffbee039f36.png" style="width: 350px;" style="float: left;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/Sideloading%20Guides/WSA-Sideloader.md)|
|
||||
|[<img src="https://user-images.githubusercontent.com/68516357/226144462-25e8ba07-9f5b-424b-9ecf-b973e8f396b2.png" style="width: 350px;" style="float: left;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/Sideloading%20Guides/WSAPacman.md)|
|
||||
|[<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/44692189/243088634-38def9fd-e9e0-48da-90d2-85988bb79c6a.png" style="width: 350px;" style="float: left;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/Sideloading%20Guides/WSAFiles.md)|
|
||||
|[<img src="https://github-production-user-asset-6210df.s3.amazonaws.com/44692189/282267911-c30d2a36-84b1-4096-91ce-d1096bfec0cf.png" style="width: 350px;" style="float: left;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/Sideloading%20Guides/WSA-Sideloader.md)|
|
||||
|[<img src="https://user-images.githubusercontent.com/68516357/226144462-25e8ba07-9f5b-424b-9ecf-b973e8f396b2.png" style="width: 350px;" style="float: left;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/Sideloading%20Guides/WSAPacman.md)|
|
||||
|[<img src="https://user-images.githubusercontent.com/68516357/228315858-1f76e13f-be5a-49c9-8e72-1417b9d6796b.png" style="width: 346px;" style="float: left;"/>](https://github.com/Paving-Base/APK-Installer/blob/main/README.en-US.md)|
|
||||
|[<img src="https://user-images.githubusercontent.com/68516357/226143960-70ba58b6-7339-48c8-9f25-602e7236eaf5.png" style="width: 346px;" style="float: left;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Guides/Sideloading%20Guides/ADB-Sideloading.md)|
|
||||
|[<img src="https://user-images.githubusercontent.com/68516357/226143960-70ba58b6-7339-48c8-9f25-602e7236eaf5.png" style="width: 346px;" style="float: left;"/>](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/Sideloading%20Guides/ADB-Sideloading.md)|
|
@ -21,7 +21,7 @@ Operating System|Downloads
|
||||
|
||||
***Step 1. Once installed, you should see this screen:***
|
||||
|
||||
<img width="311" alt="image" src="https://github.com/infinitepower18/WSA-Sideloader/assets/44692189/ede49229-4667-47b1-ac2d-84f2d71b954f">
|
||||
<img width="311" alt="image" src="https://github.com/infinitepower18/WSA-Sideloader/assets/44692189/8f0681b8-5597-4719-86d3-405e8d132722">
|
||||
|
||||
> [!NOTE]
|
||||
> If you get a message that says WSA is not installed, check that you have downloaded and installed WSA correctly as per the WSABuilds instructions.
|
||||
@ -36,13 +36,13 @@ Operating System|Downloads
|
||||
|
||||
***Step 3. Now, you can click the Browse button to select your APK file. You can also double click a file in File Explorer to automatically open WSA Sideloader with the APK file already selected.***
|
||||
|
||||
<img width="1144" alt="image" src="https://github.com/MustardChef/WSABuilds/assets/44692189/a66efe96-8f0c-4a2c-930d-a9c60c7f1945">
|
||||
<img width="1222" alt="Screenshot" src="https://github.com/MustardChef/WSABuilds/assets/44692189/ae20582f-6e24-412a-a1da-cb9a79f17ad0">
|
||||
|
||||
</br>
|
||||
|
||||
***Step 4. The first time you install an APK, it will ask to allow ADB debugging. Allow it and attempt the installation again. Check the always allow box if you don't want to manually accept the permission every time you install an app.***
|
||||
|
||||
<img width="485" alt="image" src="https://user-images.githubusercontent.com/44692189/226060674-233a60b5-56d7-4dcf-a626-295d21a4c464.png">
|
||||
<img width="539" alt="image" src="https://github.com/infinitepower18/WSA-Sideloader/assets/44692189/b3e17d61-cd8e-4347-a674-4f738bc24fc1">
|
||||
|
||||
</br>
|
||||
|
||||
@ -70,9 +70,9 @@ Therefore, it's highly recommended you keep it up to date.
|
||||
## Troubleshooting
|
||||
If you get an error like the one below, check that you have allowed the ADB authorization and enabled Developer Mode. Also try disabling and enabling USB debugging under manage developer settings as that can sometimes fix issues with the ADB connection.
|
||||
|
||||
<img width="446" alt="image" src="https://user-images.githubusercontent.com/44692189/226061768-61743f6c-2ed3-401a-a561-8754c297ad74.png">
|
||||
<img width="446" alt="image" src="https://github.com/MustardChef/WSABuilds/assets/44692189/e4c65a16-9cca-465f-bfa5-9ea2d8a1b7e3">
|
||||
|
||||
If you get a message saying `No connection could be made because the target machine actively refused it`, follow [this guide](https://github.com/MustardChef/WSABuilds/blob/master/Fixes/Post-Install%20Issues/TargetMachineActivelyRefusedConnection.md)
|
||||
If you get a message saying `No connection could be made because the target machine actively refused it`, follow [this guide](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fix%20Guides/Post-Install%20Issues/TargetMachineActivelyRefusedConnection.md)
|
||||
|
||||
If you continue to face problems, make a note of the error info displayed in WSA Sideloader and join the Discord server below for further assistance.
|
||||
|
@ -1,59 +1,59 @@
|
||||
# Sideloading using the Files app
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
#### Starting with WSA version 2305, you can sideload APK files using the Files app. This guide will show you how.
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
> [!IMPORTANT]
|
||||
> This guide is only applicable for WSA versions 2305 and above. If you're using an older version, you will need to use [ADB](https://github.com/MustardChef/WSABuilds/blob/master/Guides/Sideloading%20Guides/ADB-Sideloading.md) or one of the [listed APK installers](https://github.com/MustardChef/WSABuilds/blob/master/Guides/Sideloading%20Guides/Sideloading.md).
|
||||
> This guide is only applicable for WSA versions 2305 and above. If you're using an older version, you will need to use [ADB](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/Sideloading%20Guides/ADB-Sideloading.md) or one of the [listed APK installers](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/Sideloading%20Guides/Sideloading.md).
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
## Setup
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
***1. Open the Windows Subsystem for Android app, go to Advanced Settings and enable share user folders found under experimental features. Then select the folder that you would like to share by clicking on "Change folder".***
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
![image](https://github.com/MustardChef/WSABuilds/assets/68516357/9644d1c3-ec12-462e-89bc-50bd4ff0f2df)
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
***2. Go to the "System" section and open the Files app.***
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
![image](https://github.com/MustardChef/WSABuilds/assets/68516357/65e459bf-24f8-40e0-8bf1-aa7ea72873a6)
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
***3. Click on Subsystem for Android, followed by Windows to browse through your Windows files.***
|
||||
|
||||
![image](https://github.com/MustardChef/WSABuilds/assets/68516357/5300c7be-a517-4ccd-a951-d51f703a4a5d)
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
<img width="962" alt="image" src="https://github.com/MustardChef/WSABuilds/assets/44692189/95885809-deb2-4ac4-b468-7447fb84dde0">
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
***4. Click the APK you want to install and choose package installer if it asks. Agree to the warnings and then click install.***
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
<img width="443" alt="image" src="https://github.com/MustardChef/WSABuilds/assets/44692189/9e0698de-e47e-45c9-83a0-8c8ea1297cd4">
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
> [!NOTE]
|
||||
> If you're facing problems, try disabling `Block installation of malicious apps` in the WSA app.
|
||||
|
||||
<br>
|
||||
<br />
|
||||
|
||||
## After installation
|
||||
|
607
Documentation/WSABuilds/App Compatibility.md
Normal file
607
Documentation/WSABuilds/App Compatibility.md
Normal file
@ -0,0 +1,607 @@
|
||||
## Issues / Support
|
||||
|
||||
We can't offer support for the Windows Subsystem for Android (WSA) or Android apps.
|
||||
Instead, try asking the folks that hang out in the [WSA Community Discord]() or [WSA subreddit](https://www.reddit.com/r/WSA/). Good luck!
|
||||
|
||||
## Legend
|
||||
|
||||
This page currently uses Unicode characters from [Unicode Emoji (1.0)](https://unicode.org/Public/emoji/1.0/emoji-data.txt). If you are unable to see these characters, please open an issue.
|
||||
|
||||
- ✅ Works
|
||||
- 🆖 Works, but needs Google Mobile Services
|
||||
- ⚠️ Works, but with some notable problems
|
||||
- ❌ Broken
|
||||
|
||||
## Support table (OS features)
|
||||
|
||||
| Feature | Support level | Notes |
|
||||
|---------|---------------|-------|
|
||||
| Multi-touch | ✅ | Demo: [Arcaea](https://www.bilibili.com/video/BV1Ph411n7M5)
|
||||
| Virtual Wifi (VirtWifi) | ✅
|
||||
| IPv6 | ✅ | Loading `ipv6.google.com` in Fennec F-Droid on a PC with IPv6 access, works well
|
||||
| Fingerprint Reader | ❌ | Test failed on ROG Flow X13, with SATRIA app
|
||||
| VPN | ❌ | VPN Connection request dialog does not appear
|
||||
| OpenGL ES 3.1 | ❌
|
||||
| Vulkan | ✅ | Added as experimental feature in [2307.40000.2.0](https://github.com/microsoft/WSA/discussions/374)
|
||||
|
||||
### Workarounds
|
||||
|
||||
#### VPN
|
||||
|
||||
There is no `com.android.vpndialogs` in WSA. However, it's possible to manually grant the VPN activation permission with AppOps via `adb shell`:
|
||||
|
||||
```shell
|
||||
appops set [package name] ACTIVATE_VPN allow
|
||||
```
|
||||
|
||||
#### Launching Android Apps with URI scheme
|
||||
|
||||
Microsoft provides a custom URI scheme for WSA, making it easier to launch apps:
|
||||
|
||||
```shell
|
||||
wsa://[App Package Name]
|
||||
```
|
||||
|
||||
For example, to launch Apple Music in WSA, use:
|
||||
|
||||
```shell
|
||||
wsa://com.apple.android.music
|
||||
```
|
||||
|
||||
## Support tables
|
||||
|
||||
* [Apps](#apps)
|
||||
* [Games](#games)
|
||||
|
||||
### Apps
|
||||
| Application | Latest tested version | Android versions | Support level | Known Issues | Notes |
|
||||
|-------------|-----------------------|------------------|---------------|--------------|-------|
|
||||
| 23andMe | 5.114.0 | 11 | ✅ |
|
||||
| 4PDA | 1.9.35 | 11 | ✅ |
|
||||
| A+ Gallery | 2.2.55.4 | 11 | ✅ | You might face graphical glitches when using dark theme, hence it's recommended to use light theme instead.
|
||||
| Activity Launcher | 1.14.6 | 13, 12 | ⚠️ | As of WSA version 2209.40000.28.0, you can't pin shortcuts to a home area of a launcher (like Lawnchair or Rootless Pixel Launcher) with the error `Current launcher does not support PinShortcut. Unable to create shortcut.` | You can still launch specific activities on any app
|
||||
| AdGuard | 3.6.10 | 12 | ⚠️ | "Local VPN" doesn't work even with the above workaround. "HTTPS Filtering" doesn't work due to problems with recognition of manually installed certificates. | Not to be confused with "AdGuard Content Blocker"
|
||||
| ADM | 12.5.4 | 11 | ✅ |
|
||||
| ADM Pro | 6.4.0 | 11 | ✅ |
|
||||
| Aegis | 2.0.2 | 11 | ✅ |
|
||||
| AIDE | 3.2.210316 | 11 | ✅ || Might optionally require GMS
|
||||
| AIMP | 3.10.1052 | 11 | ✅
|
||||
| Aliexpress | 8.76.5 | 13 | ⚠️ | The home and search pages have significant scaling issues that make it nearly impossible to navigate through the app.
|
||||
| Amaze File Manager | 3.5.3 | 11 | ✅ || Avoid updating the app
|
||||
| Amazon Alexa | 2.2.466191.0 | 12 | ✅ |
|
||||
| Android System Info | 1.4.2 | 11 | ✅ ||
|
||||
| Android System Webview | 118.0.5993.111 | 13, 12 | ✅ ||
|
||||
| Android System Webview Dev | 103.0.5060.22 | 11 | ✅ || App installs correctly
|
||||
| AniLabX | 3.8.12 (Iridium) - Beta | 11 | ✅
|
||||
| Animiru | 0.14.2.0 | 13 | ✅ |
|
||||
| Aniyomi | 0.12.3.10 | 13, 12 | ✅ |
|
||||
| AntennaPod | 2.5.0 | 11 | ✅
|
||||
| APKMirror Installer (Beta) | 1.3.2 | 11 | ⚠️ | Cannot remove ads without subscription which requires Location to be turned on. Apart from this, there are random crashes
|
||||
| APKPure | 3.17.26 | 11 | ✅ | Sometimes, it might require multiple attempts to install an app
|
||||
| Apple Music | 3.7.1 | 11 | ✅
|
||||
| App分享 (AppShare) | 2.1.1 (164) | 11 | ❌ | Can't login
|
||||
| Aptoide App Store | 9.20.2.1 | 11 | ✅ | Sometimes, downloads might get stuck
|
||||
| AquaMail (Pro) | 1.34.0-118 | 11 | ✅
|
||||
| ASUS Router | 1.0.0.7.35 | 12 | ✅ | The text on the bottom bar is more narrow than it should be, resulting in cutting off the last letters or taking up two lines. |
|
||||
| AtB | 1.23 | 12 | ❌ | Crashes during loading, as it relies on Google Services Framework and on having the latter be given `read_device_config` permissions, which doesn't seem to be possible to give.
|
||||
| Audible | 3.15.0 | 11 | ✅
|
||||
| Aurora Store | 4.1.1 | 12, 11 | ✅
|
||||
| Authy | 24.8.5 (139) | 11 | ✅ || Produces warnings about GMS which are safe to ignore.
|
||||
| BandLab | 10.45.0 | 13, 12 | 🆖 | Slight audio lag with Android 12, it was fixed in Microsoft's 2303.40000.3.0 update | Only tested from installing from Google Play Store with Google services, otherwise app has no issues whatsoever. It's responsive, and in Android 13 there's no audio lag. |
|
||||
| BankID (Norway) | 2.1 | 12 | ❌ | Spams the desktop browser with new tabs about how the app thinks the phone is rooted.
|
||||
| BBC iPlayer | 4.137.0.25403 | 11 | ✅ | Sideloaded
|
||||
| BBC Sounds | 2.13.0.19989 | 13 | ✅
|
||||
| Berry Browser | 3.57.8 | 12, 11 | ✅
|
||||
| Binance | 2.36.5 | 11 | ✅
|
||||
| Bondee | 2.0.0.636 | 12 | ⚠️ | Has scaling issues. Specifically, after the introductory part, the app uses abnormally huge elements which makes it impossible to navigate.
|
||||
| Boost for Reddit | 1.12.5 | 12 | ✅
|
||||
| Bouncer | 1.26.3 | 11 | ⚠️
|
||||
| Brave Browser | 1.30.87 | 11 | ✅
|
||||
| BritBox by BBC & ITV | 2.1.2 (20043) | 11 | ❌ | App crashes on start
|
||||
| Bromite | 94.0.4606.94 | 11 | ✅ || Use x64 build
|
||||
| CamScanner | 6.3.0.2110240000 | 11 | ❌ | WSA freezes after taking a snap
|
||||
| Canvas Student | 6.14.1 | 11 | ✅
|
||||
| Character.AI | 1.7.2 | 13 | ✅ | Sometimes, the text box for the prompt is broken when you resize the window. Restarting the app will restore the textbox.
|
||||
| ChMate | 0.8.10.153 | 11 | ✅
|
||||
| Clubhouse | 1.0.11 | 11 | ⚠️ | Unable to login via phone number, it throws an error after entering the OTP
|
||||
| Comixology | 3.10.18.310421 | 11 | ✅
|
||||
| Cignal Play | 2.2-play | 13 | ⚠️ | Stuck on loading animation when viewing live tv
|
||||
| Coop Medlem | 3.4.30 | 12 | ⚠️ | Coopay activation fails because the app looks for whether a lock screen is enabled or not | Core functionality works, although a bit slowly.
|
||||
| CPU-Z | 1.41 | 11 | ✅
|
||||
| Cronometer | 3.13.1 | 11 | ✅
|
||||
| Cryptography | 1.24.0 | 12 | ✅
|
||||
| CX File Explorer | 2.0.0 | 13, 12 | ✅
|
||||
| Dcoder | 4.0.76 | 11 | ✅
|
||||
| Decibel X | 6.4.2 | 11 | ⚠️ | App crashes
|
||||
| Decrypto | 1.4.7 | 12 | ✅
|
||||
| Delivery Club | 4.64.0 | 11 | ❌ | App crashes after selecting a shipping address
|
||||
| DevCheck | 3.39 | 11 | ❌ | Blank screen on startup
|
||||
| Device Info HW | 5.4.1 | 11 | ✅
|
||||
| Deezer | 7.0.14.1 beta | 12 | ✅ | The Deezer Labs crossfade function doesn't seem to work as of September 2022 | Music and menus seem to work pretty well, even with HiFi bitrates.
|
||||
| Digital Wellness | 1.5.500315346 (471337) | 13 | ✅ | It's not available in the Settings App by default, requires Activity Launcher to launch it. | You can make it show in the launcher if you enable "Show icon on app list".
|
||||
| DirecTV for Tablet | 5.29.001 | 11 | ⚠️ || Frequent crashing, other functionality proper.
|
||||
| Discord | 98.6 | 11 | ✅
|
||||
| DMM Games Store | 2.8.0 | 11 | 🆖 | Requires GMS
|
||||
| Duolingo | 5.2.35 | 11 | ✅
|
||||
| DuckDuckGo Privacy Browser+ | 5.142.2 | 12 | ✅
|
||||
| Easybell | 2.1.30 | 11 | ✅
|
||||
| EDS Lite | 2.0.0.237 | 12 | ✅ || Tested on an Intel x86-64 CPU (may work on AMD64 or ARM64). Recommended to add the exFAT module if you have a container that use this filesystem.
|
||||
| eGovPH | 1.9.1 | 13 | ⚠️ | Tested on a WSA install with GMS. The app doesn't start properly if you didn't grant the permissions beforehand in android settings. For eReport, the app can't progress beyond the Current Location permission prompt as clicking the "Enable Location" doesn't do anything (even with the location permission granted for WSA in Windows); the workaround is to access it via the Suggested eGovPH Services part (found on the Home tab). eKYC verification is problematic as the built-in laptop camera is wonky with eGovPH's image handling, affecting the verification process (this also applies if you're registering an account from the same laptop for its face verification). Some pages display no content (notably FAQs and application details on some devices) | Basic features work such as navigating through the app features/pages. The PhilSys Digital ID page works as well and able to recognize it in the verification site on my phone. Recommended to use an up-to-date version of Android System WebView since the app mostly relies on it.
|
||||
| Emby | 2.0.48g | 11 | ✅
|
||||
| ES File Explorer | 4.2.1.8 | 11 | ✅ || Avoid updating the app
|
||||
| Excel | 16.0.14527.20162 | 11 | ✅
|
||||
| F-Droid | 1.15.6 | 13, 12, 11 | ✅
|
||||
| F1 TV | 2.0.5 | 11 | ⚠️ | Terrible app experience including screen flashes and crashes while watching a video
|
||||
| FaceApp: Face Editor || 11 | ❌
|
||||
| Facebook | 377.0.0.22.107 | 12 | ✅ |
|
||||
| Facebook Lite | 339.0.0.10.100 | 12 | ✅ |
|
||||
| Facebook Messenger | 330.0.0.12.116 (x86_64) | 11 | ⚠️ | Chat Heads don't work
|
||||
| Facebook Messenger Lite | 334.0.0.10.101 | 12 | ✅ |
|
||||
| FAST Speed Test | 1.0.8 (88) | 11 | ✅
|
||||
| FDM (Free Download Manager) (Play Store) | 6.18.1.4896 | 13 | ✅ | The app crashed after the splash screen (after granting its needed permissions) on some versions of the subsystem (due to libhoudini). Works fine again as of WSA 2301.40000.7.0 | Tested on an Intel x86_64 CPU
|
||||
| Fennec F-Droid | 105.1.0 | 12 | ❌ | While the app is correctly installed, it crashes very often, and sites load very, very slowly compared to Firefox Nightly.
|
||||
| Files by Google | Unknown | 11 | ✅ || Works fine
|
||||
| Firefox | 119.0.1 (2015982999) | 13, 12, 11 | ✅ | On Android 11, it works albeit with broken rendered webpages. On Android 12, works (without white box after updating WSA to 2205.40000.21.0) | Tested on Intel HD integrated graphics.
|
||||
| Firefox Nightly | 95.0a1 | 11 | ✅
|
||||
| Firefox Focus | 106.1 | 12 | ✅
|
||||
| foobar2000 | 1.2.30 | 11 | ✅
|
||||
| Formula 1 | 11.0.1533 | 11 | ⚠️ | Live Timing is broken, keeps crashing on initialization
|
||||
| FTP Server (Free) (F-Droid) | 3.1 - 30100 | 13, 12, 11 | ✅ | A network connection is required for the FTP service to initialize. Does not work with `Local network access` turned on in WSA Settings
|
||||
| FX File Explorer | 9.0.1.2 (r9012) | 13, 12, 11 | ✅ | Tested only on the base version (without FX Plus)
|
||||
| Game Pass | 2110.17.1005 | 11 | ✅ | GMS warnings might appear but these can be safely ignored | Cloud games can be launched but controlling them with controller or touch has not been tested.
|
||||
| GBoard | Unknown | 12, 11 | ⚠️ | Will not work as expected in newest WSA (2204.x)
|
||||
| GCash | 5.62.0 | 13, 12, 11 | 🆖 | Requires GMS. Will warn "limited functionality" if no GMS is present, if present, works normally. When it is launched for the first time, it will crash due to lack of permissions granted on previous versions (5.61.0 and below). Starting with 5.62.0, an alert pops up `We have detected that you are running the GCash app on emulator. You will not be able to proceed.`
|
||||
| Geekbench | 5.4.1 | 11 | ✅
|
||||
| GeoGebra | 5.0.674.0 | 11 | ✅
|
||||
| Globe2Go | 4.7.4.20.0810/3890 | 11 | ✅
|
||||
| GlobeOne | 1.8.37 | 12 | ✅ || May require GMS (otherwise use other login methods available in the app)
|
||||
| Gmail | 2022.05.01.440951655.Release | 11 | ✅ || May require GMS
|
||||
| Gojek | 4.30.1 | 11 | 🆖 | Requires GMS
|
||||
| Google | 14.44.29.28.x86_64 | 13 | 🆖 | Requires GMS
|
||||
| Google Calendar | 2022.18.2-448173739-release | 11 | ✅ | Requires GMS | Works fine
|
||||
| Google Camera | Unknown | 11 | ✅ || Works fine
|
||||
| Google Chrome | 119.0.6045.66 | 13, 12, 11 | ✅ | Requires microG or GMS to sync with Google Account |
|
||||
| Google Classroom | 8.0.181.20.90.3 | 11 | ✅ || Notifications are generic (do not show content), clicking on them may not open the app. Uploading attachments locally is not possible.
|
||||
| Google Contacts | 3.68.0.445910596 | Unknown | ✅ || App may be glitchy from time to time, if that happens, restart the app
|
||||
| Google Drive | 2.22.197.0.all.alldpi | 11 | ✅ | Works fine, may require GMS
|
||||
| Google Home | 2.58.1.7 | 12 | ❌ | An error message on startup says "Home cannot run without Google Play Services, which are not supported by your device."
|
||||
| Google Meet | 2021.10.03.404303734.Release | 11 | 🆖 | Requires GMS, Share screen doesn't work due to WSA's windowed nature
|
||||
| Google Photos | 5.91.0.448844219 | 11 | ✅ | Requires GMS |
|
||||
| Google Play Games | 2023.08.46243 | 13 | 🆖 | Requires GMS
|
||||
| Google Play Store | 37.4.24-29 [0] [PR] 56388002 | 13 | 🆖 | Requires GMS. If you're changing languages a lot in the app, there's a prompt to restart the app to complete the update. Wait for a few seconds, then tap/click restart to proceed (sometimes works, sometimes not). | Play Protect certification status will be `Device is uncertified`
|
||||
| Google Services Framework (APK) | 12, API 32 | 12 | ❌ | Although installation succeeds and apps become aware of it, it lacks a lot of permissions needed for most functions, e.g. `read_device_config`, which can't be given even with the Settings app.
|
||||
| Google Translate | 6.45.0.474938783.2-release | 12 | ❌ | Crashes on startup due to reliance on Google Services Framework
|
||||
| Grab | 5.172.200 | 11 | ✅
|
||||
| Gycso | 1.1.0 | 12, 11 | ✅ |
|
||||
| HBO Max | 52.15.0.53 | 11 | ⚠️ | Failed to play video (internal player fails to display image and play sound).
|
||||
| Hidden Settings | 1.7.5 | 12 | ✅
|
||||
| Hiragana Pro | 1.4.4 | 12 | ✅ | Scaling issue when the app is in landscape mode.
|
||||
| Hobi | 2.1.7 | 11 | 🆖 | Requires GMS
|
||||
| Home Assistant | 2022.3.0-full | 11 | ✅ | Basic functionality works, additional/extended functionality has not been yet tested.
|
||||
| Housesigma Canada Real Estate | 4.3.6 (121) | 11 | ✅
|
||||
| HTV (hanime tv) | 3.6.7 | 11 | ⚠️ | Failed to play video | Internal player doesn't work, asks for external player and fails again
|
||||
| huaCtrl PRO | 1.0.27 | 11 | ✅
|
||||
| Huawei AppGallery | 11.4.2.300 | 11 | ✅ | Frequent crashes were experienced, otherwise the app functionality is fine
|
||||
| Hyper Square | 3.0.1 | 11 | ✅
|
||||
| IFTTT | 4.29.2 | 12 | 🆖 | Need GMS to receive notification. Ignore the Notification Reader Access error. | To avoid Play Protect blocking login to the Google Store, use GMS version open_gapps-x86_64-11.0-pico-20220215. (See also: WSAGAScript issue #213).
|
||||
| Instagram | 244.0.0.17.110 | 12, 11 | ⚠️ || Need to use an Android keyboard (eg. MS SwiftKey) to be able to reply to stories (only works in 11. Keyboard app support in 12 is broken.
|
||||
| Instagram Lite | 339.0.0.10.100 | 12 | ✅
|
||||
| Intra | 1.3.8 | 12 | ✅ || VPN workaround is needed after installation to allow the app to create VPN connections.
|
||||
| iOS app (any) || 11 | ❌ | Thanks for testing, Brad.
|
||||
| Ipsos MediaLink | 5.2.20 | 13 | ✅ || The VPN workaround is required, as are Accessibility permissions, and a CA certificate needs to be installed (wsa://com.android.settings)
|
||||
| iPusnas | 1.5.1 | 11 | ✅
|
||||
| iRobot | 5.2.4-release | 12 | ❌ | Error message `java.lang.UnsatisfiedLinkError: dlopen failed: library "libcore_jni.so" not found`
|
||||
| Insta360 | 1.49.0 | 12 | ❌ | Error message `Sorry, Insta360 app is temporarily incompatible with your device.`
|
||||
| J2ME Loader | 1.7.9-open | 13, 12, 11 | ✅
|
||||
| JAKI - Jakarta Kini | 1.2.34 | 11 | 🆖 | Some features require GMS
|
||||
| JioSaavn | 8.2.1 | 11 | ✅ | Doesn't support fullscreen and rare crashes but running fine
|
||||
| Jiocinema | 3.0.2.7 | 11 | ✅ | May crash initially but subsequent runs should work correctly.
|
||||
| Jlpt | 4.7 | 12 | ✅ ||
|
||||
| Joey (Reddit client) | 2.0.0.1 | 11 | ✅
|
||||
| Jolibee | 1.21.1 | 13 | ✅
|
||||
| Joplin | 2.4.3 (2097651) | 11 | ✅
|
||||
| JuiceSSH | 3.2.2 | 11 | ⚠️ | Connecting to SSH server needs multiple tries
|
||||
| Kahoot || 11 | ✅
|
||||
| Katakana Pro | 1.4.4 | 12 | ✅
|
||||
| KawaiiNihongo | 3.10.9 | 12 | ✅
|
||||
| KernelSU | v0.7.0 | 13 | ✅ || Download this manager app after installing KernelSU root
|
||||
| Khan Academy | 7.3.3 | 11 | ✅
|
||||
| Kik | 7.10.1.176 (82) | 11 | ✅
|
||||
| Kindle | 8.47.1.3370 | 11 | ✅
|
||||
| Kiwi Browser | 107.0.5304.74 | 13, 12 | ✅ |
|
||||
| Kobo Books | 8.40.29843 | 11 | ⚠️ | Aspect ratio and resolution are fixed, appears blurry when resized
|
||||
| Kotatsu | 6.2.6 | 13 | ✅ | | Keyboard navigation is supported
|
||||
| KRL Access | 4.1.0 | 11 | ❌ | App crashes
|
||||
| Lawnchair | 12 Alpha 5 | 13, 12, 11 | ⚠️ | If you're running the Android 13 of the subsystem (2211.40000.11.0), if you launch any app from either the home screen or the app drawer, it crashes with an error: `java.lang.NoSuchMethodError: No virtual method setSplashscreen(I)V in class Landroid/app/ActivityOptions; or is superclasses (declaration of 'android.app.ActivityOption'...` | Works fine on Android 11 or 12 versions of the subsystem.
|
||||
| Lazada | 7.37.0 | 13 | ⚠️ | Google login requires GMS installed (use Email or Facebook login as alternatives). `Slide to verify` appears too often if logging in. Weird scaling options (interface elements are too large) | Keep it in portrait for the app to be usable.
|
||||
| Libby | 4.3.1 | 11 | ✅
|
||||
| LINE | 12.0.1 | 11 | ✅
|
||||
| Line Rangers | 7.6.3 | 11 | ✅
|
||||
| LinkedIn | 4.1.632 | 11 | ✅
|
||||
| Logcat Reader | 1.7.2 | 13 | ✅ |
|
||||
| LNReader | 1.1.18 | 13, 12 | ✅ || Partial keyboard navigation is available (example: arrows key up and down - scrolls) when reading a light novel.
|
||||
| LSPosed | 1.8.6 | 13, 11 | ✅
|
||||
| Magisk | 25.2 | 13, 11 | ✅ || Magisk developer confirmed able to gain root access - [link to his tweet](https://twitter.com/topjohnwu/status/1451282578514735131)
|
||||
| ManCityApp | 2.1.11 | 11 | 🆖 || Might require GMS
|
||||
| Manzur's Study Circle (MSC) | 1.0.2 | 11 | ✅
|
||||
| Material Files | 1.5.2 | 12, 11 | ✅
|
||||
| Maya (Paymaya) | 2.85.1 | 13 | ❌ | App crashes immediately upon launching the app
|
||||
| McDonald's | 2.76.0 | 13 | ❌ | Device verification fails on the first welcome screen and displays "Your device did not pass our security check. Please check that you run a Google trusted OS version, that the device is not rooted, and that you have no harmful apps installed.
|
||||
| Meta Quest (Oculus) | 181.1.0.81.114 | 12 | ⚠️ | Can't log in with a Meta account, but you can install the Facebook or Instagram app and enable "Logging in with accounts" in the Meta Accounts Center, and use the in-app login. Doesn't detect Quest 2 nearby, due to no Bluetooth support.
|
||||
| microG Settings | N/A | 11 | ❌ | App crashes, doesn't load
|
||||
| Microsoft Authenticator | 6.2112.8213 | 11 | ✅ || Some features might require GMS
|
||||
| Microsoft Azure | 3.9.2.2021.09.30-19.35.50 | 11 | ✅
|
||||
| Microsoft Bing - Search & earn | 23.5.401109307 | 12 | ✅
|
||||
| Microsoft Edge | 95.0.1020.42 | 11 | ❌ | App frequently crashes
|
||||
| Microsoft Edge Canary | 103.0.1264.1 | 11 | ❌ || Fails to load websites
|
||||
| Microsoft Launcher | 6.230703.0.1122680 | 13, 11 | ✅ | Can't set wallpaper
|
||||
| Microsoft PowerApps | 3.21124.20 | 11 | ✅
|
||||
| Microsoft Swiftkey Keyboard | 8.10.12.4 | 12, 11 | ✅ | Works on WSA 2203 (Android 11), but on-screen is completely broken in WSA 2204(Dev) (Android 12.1)
|
||||
| Microsoft Teams | 1416/1.0.0 | 12 | ✅
|
||||
| Mic Test | 5.2 | 12 | ✅ || lauresprojects.com.mictest
|
||||
| MiX | 6.57.0-Beta_B21070510 | 11 | ✅
|
||||
| Mobile JKN | 3.7.1 | 11 | ✅ || Some features might require GMS
|
||||
| MOLA | 2.1.3 | 11 | ❌ | App crashes
|
||||
| Monogolf | 3.4.10 | 13 | ✅ |
|
||||
| Monument Browser | 1.0.333 | 12 | ✅
|
||||
| Moodle | 3.9.5 | 11 | ✅
|
||||
| MPV | 2022-07-30-release | 12 | ✅ || Keyboard navigation supported in the media player
|
||||
| MT File Manager | 2.10.0 | 11 | ✅
|
||||
| Musically (TikTok) | 7.8.0 | 11 | ✅
|
||||
| Muslim Pro | 1.2.3 | 11 | 🆖 | Requires GMS
|
||||
| MX Player | 1.40.9 | 11 | ✅
|
||||
| MX Player Pro | 1.39.13 | 11 | ⚠️ | App crashes, but videos can be played from external sources
|
||||
| myPLDT Smart | 2.0.1 | 13 | ✅ | Requires GMS only logging in using Google account. You can try logging in with e-mail instead. | Sideloaded installation
|
||||
| MyPostNord (Norway) | 3.12 | 12 | ✅
|
||||
| My Verizon | 16.4.2 | 11 | ✅ || The page might be displayed sideways for a short amount of time when the app is launched. The app automatically reverts to the correct orientation in a second.
|
||||
| NClientV2 (Release)| 3.0.2 | 13 | ✅ | Keyboard navigation is unsupported when reading. | You can try enabling `Disguise app in drawer` but it doesn't work in the Windows start menu, but works with an installed launcher like Lawnchair or Rootless Pixel Launcher.
|
||||
| Neko | 2.14.0 | 13, 12, 11 | ✅
|
||||
| Nekogram X | 8.1.2-1-rc01 | 11 | ✅ || Use NoGcm variant
|
||||
| Netflix (Aurora Store) | 8.4.0 | 11 | ❌ | "Device not supported" error
|
||||
| Nettfart Mobile | 3.6.8 | 12 | ✅ | The app must be given network permissions in App Settings
|
||||
| Network IP Scanner | 3.2 | 11 | ⚠️ | Only scans WSA's own VirtWifi network
|
||||
| NewPipe | 0.22.1 | 11 | ✅
|
||||
| NextDNS | 1.2 | 12 | ✅ || VPN workaround is needed after installation to allow the app to create VPN connections.
|
||||
| NFL | 57.0.7 | 11 | ⚠️ | Videos/streams do not play or load. If embedded in an article, they only play without sound.
|
||||
| Nintendo Switch Online | 2.2.0 | 12 | ✅ | Only displays in portrait
|
||||
| Nova Launcher | 7.0.49 (7049) | 11 | ⚠️ | UI is messy, but app drawer is fine
|
||||
| Nova Launcher Beta | 8.0.2 | 12 | ⚠️ | UI is messy, but app drawer is fine
|
||||
| Nu Carnival | 1.0.2-erolabs | 11 | ❌ | App stuck on a black screen
|
||||
| Octopath Traveler: Champions of the Continent (CotC) | 1.5.0 (753410) | 12 | ❌ | OpenGL ES 3.1 (or higher) is unsupported | Security policy violation: 32 (Most likely due to OpenGL issue)
|
||||
| Office | 16.0.14527.20162 | 11 | ✅ || Might require microG
|
||||
| Office Lens | 16.0.14527.20178 | 11 | ❌ | Might require GMS, cannot sign in
|
||||
| Okay? | 4.08 | 11 | ✅
|
||||
| One Store | 7.6.0 | 11 | ✅
|
||||
| Opera Browser Beta | 65.1.3381.61349 (x86_64) | 11 | ✅ || Change app layout to Tablet Mode for a better experience
|
||||
| Opera GX : Gaming Browser | 1.3.6 | 11 | ✅
|
||||
| Opera Mini Beta | 61.0.2254.59921 | 11 | 🆖 | Requires GMS
|
||||
| Opera Touch Browser | 2.9.6 | 11 | ⚠️ | My Flow feature requires GMS | GMS warnings might appear but these can be safely ignored
|
||||
| Oppo App Store (China) | 8.6.4 Beta 1 | 11 | ❌ | App freezes on blank screen
|
||||
| Oppo Game Center (China) | 9.7.0_14b2c0c_210521 | 11 | ✅
|
||||
| Oreo: Twist, Lick, Dunk | 1.5.6 | 11 | ✅ | Minor graphical glitches
|
||||
| OsmAnd~ | 3.9.10 | 11 | ✅
|
||||
| Oss (Norway) | 2.9.2 | 12 | ❌ | Crashes on startup. The error log shows `java.lang.UnsatisfiedLinkError: couldn't find DSO to load: libhermes.so`
|
||||
| Oto Music | 3.0.2 | 11 | ✅ || Requires app restart to refresh list
|
||||
| OTT Navigator | 1.6.7.7 | ❌ | Crashes on video playback
|
||||
| OurGroceries | 4.0.10 | 11 | ✅ | Premium keys require Google Play Store
|
||||
| Outlook | 4.2138.0 | 11 | ⚠️ | Cannot activate device administrator with Outlook, which prevents activation.
|
||||
| Package Manager | 6.7 | 12 | ✅ || Recommeded with use of Shizuku for multi-app installation
|
||||
| PalawanPay | 1.0.400396 | 13 | ✅ | The app works but WSA's developer options should be disabled prior to opening the app as the app will lock you out if it detects it was turned on
|
||||
| Phigros || 11 | ✅
|
||||
| Philips Hue | 4.29.0 | 12 | ✅
|
||||
| Pixel People | 4.7 | 11 | ✅ | Changing window size breaks the game. Runs at low FPS but is still playable.
|
||||
| Playstation App | 21.11.2 | 11 | ⚠️ | Runs very slow and takes some time to connect to voice chat, beside that it works
|
||||
| Plex | 8.26.2.29389 | 11 | ✅
|
||||
| Plex Dash | 1.1.1 | 11 | ❌ | App crashes after splash screen
|
||||
| Plexamp | 3.8.2 | 11 | ⚠️ | Layout and app orientation issues
|
||||
| Pocket | 7.56.0.0 | 11 | ⚠️ | Unable to log in with a Firefox account, instant (push) syncing is unavailable
|
||||
| Polar Flow | 6.12.0 | 12 | ✅ | Not able to sync via Bluetooth since WSA doesn't support it. | Syncing via web and interaction is otherwise fine.
|
||||
| PornHub || 11 | ✅
|
||||
| Posten (Norway) | 5.16.4 | 12 | ❌ | If installed through the APKPure app, it crashes after the splash screen. If trying to install a locally downloaded XAPK over ADB that simply had its file extension changed to `.apk`, the error message `Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION: Failed to parse /data/app/vmdl1025447652.tmp/base.apk: AndroidManifest.xml]` shows up.
|
||||
| PostNord | 8.22.2 | 12 | ⚠️ | On the "Verify mobile number" page, keyboard key presses are not recognised, making it impossible to verify phone numbers.
|
||||
| PowerPoint | 16.0.14527.20162 | 11 | ✅ | Might require GMS / MicroG
|
||||
| Prep Ladder | 2.0.79-p | 11 | ⚠️ | Video pane opens but no audio or video and time keeps on going
|
||||
| Pydroid | 5.00_x86_64 | 11 | ✅
|
||||
| Q-Dance | 8.0.7 | 11 | ❌ | App crashes
|
||||
| QooApp | 8.3.35 | 13, 11 | ✅ | QooApp Servant may not work due to WSA's windowed nature
|
||||
| QPython 3L | 3.0.0 | 11 | ✅
|
||||
| QQ | 8.9.28 | 13, 12 | ❌ | App crashes
|
||||
| QuickNovel | 3.1.4 | 13 | ✅
|
||||
| Reddit || 11 | ✅
|
||||
| Relay | 10.0.378 | 11 | ✅
|
||||
| Remini - AI Photo Enhancer || 11 | ⚠️ | Oops! Something went wrong Your image didn't save. Please try again.
|
||||
| Remote Desktop (Microsoft) | 10.0.12.1148 | 11 | ✅
|
||||
| ReVanced Manager | 1.9.5 | 13 | ✅ |
|
||||
| Rider | 1.59 | 11 | ✅
|
||||
| Robinhood - Food & Booking | 2.2.2 | 12 | ⚠️ | App having trouble loading content. Maps & Location picker don't work (Requires GMS). | You can log in only on one device at the same time. Previous device will log out upon signing in on new device.
|
||||
| Rootless Launcher | 3.9.1 | 11 | ❌ | App crashes
|
||||
| Rootless Pixel Launcher | 3.9.1 | 13 | ✅ |
|
||||
| Ruler (F-Droid) | 1.1 | 12 | ❌ | While the app is correctly installed, the ruler lengths are wildly off-course no matter how much in-app calibration is done. | The app also refuses to recognise values above circa 100mm for the 70mm calibration line.
|
||||
| Saikou β (Beta) | 1.2.1.0 | 13, 12 | ✅ || Some keyboard functionality is somewhat limited but usable (both media playback and manga reading)
|
||||
| SAI (Split APKs Installer) (Play Store) | 4.5 | 12 | ✅ || Used rootless method only, not yet tested for rooted WSA
|
||||
| SAI (Split APKs Installer) (F-Droid) | 4.5 | 12 | ✅ || Used rootless method only, not yet tested for rooted WSA
|
||||
| SATRIA | 1.0.0 | 11 | ❌ | Needs fingerprint reader support
|
||||
| SD Maid (pro) | 5.2.2 | 11 | ⚠️ | Unable to grant external storage privileges, can be skipped
|
||||
| Settings | 13, API 33 | 13 | ⚠️ | Setting screen lock to "Swipe", makes it impossible to use any apps without re-installing the entire Subsystem, since no method is provided on the lock screen to swipe or otherwise unlock. Adding a Google account in the Account menu doesn't work (the settings app will quit if you just clicked back when adding a new Google account). "Backup" and "SOS Alarm" send the phone back to the main Settings menu. | Included by default in Subsystem. Accessed by creating a Windows shortcut with this path: `%LOCALAPPDATA%\Microsoft\WindowsApps\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\WsaClient.exe /launch wsa://com.android.settings`
|
||||
| Shazam | 13.19.0-230223 | 13, 12 | ✅ | Shazam on pop-up doesn't work | Requires microphone for song identification
|
||||
| Shein | 9.9.4 | 13 | ✅ || Keep it in portrait to be usable
|
||||
| ShemarooMe | 1.0.16 (106) | 11 | ✅
|
||||
| Shizuku (Play Store) | 13.5.2.r1028.2bbf671 | 13, 12, 11 | ✅ | Can't toggle wireless debugging in WSA 2207.40000.8.0 (android 12), use ADB on PC to use connect instead (even with dev options and USB debugging is on). | The service also works with root (Tested with Magisk)
|
||||
| Shopee (PH) | 3.12.16 | 13, 11 | ✅ | Google login requires GMS installed (use Email or Facebook login as alternatives). Banner information is stretched horizontally
|
||||
| Shosetsu | 2.4.4 | 13, 12 | ✅ | Keyboard navigation is unsupported when reading light novel.
|
||||
| Showtime | 3.1.1 | 11 | ❌ | App crashes when you try to login. Button clicks don't work
|
||||
| SIM Toolkit (Google) | 12, API 32 | 12 | ❌ | Does not launch even with a shortcut.
|
||||
| Simple Gallery | 5.3.9 | 11 | ❌ | App crashes when you try to view a photo
|
||||
| Sky Map | 1.10.0 - RC3 | 11 | 🆖 | Complains about missing accelerometer controls, requires GMS
|
||||
| Skype | 8.91.0.406 | 12 | ✅
|
||||
| SkySafari | 6.8.6.15 | 11 | 🆖 | Failed license check on startup, appears to require GMS
|
||||
| Slack | 21.11.20.0-B | 11 | ✅
|
||||
| Smart | 3.3.4 | 13 | ✅ | Tested on WSA with GMS installed. The app works fine and all navigation options can be navigated.
|
||||
| Smart Launcher | 5.5 Build 052 | 11 | ✅
|
||||
| Smart Life | 3.32.5 | 11 | ❌ | The app is producing constant flashes between light and dark mode, and the UI element of agreement pop-up is moving on screen so it can't be accepted
|
||||
| Smash Hit | 1.4.3 | 13 | ✅ |
|
||||
| Snapchat || 11 | ⚠️ | Camera view is flipped | GMS warnings might appear but these can be safely ignored
|
||||
| Solid Explorer File Manager | 2.8.28b | 12 | ✅
|
||||
| SoundHound | 10.1.2 | 12 | ✅ | | Ensure in Windows' audio settings that the microphone has a high enough sound level
|
||||
| Speedtest by Ookla | 4.8.0 (177906) | 12 | ✅ | VPN workaround is needed after installation to allow the app to create VPN connections.
|
||||
| Spotify | 8.7.30.1221 | 12, 11 | ✅ |
|
||||
| Spotify Lite | 1.9.0.2883 | 11 | ✅
|
||||
| Squircle IDE | v2022.1.2 | 12, 11 | ✅
|
||||
| Steam | 2.3.13 | 11 | ✅
|
||||
| Steam Chat | 1.0 | 11 | ✅
|
||||
| Steam Link | 1.1.81 | 11 | ❌ | App crashes
|
||||
| Stocard | 10.12.1 | 12 | ✅ || To log in to an earlier Stocard account that is set to use Google login, it needs to be transitioned from a Google-based account to an E-mail-based account, which has to be done on a phone.
|
||||
| SwiFTP Server | 1.24 | 11 | ✅
|
||||
| Symbolab | 9.3.0 | 11 | ✅ || Keyboard not working, in-app keyboard is available though
|
||||
| Sync for Reddit Pro | 20.0.3 | 11 | ✅
|
||||
| Tachiyomi (Preview) | 0.14.7-6191 | 13, 12, 11 | ✅ | Notifications like "Large updates harm sources..." cut off. Sometimes, "Updating Library" progress bar doesn't show, requires to clear the Tachiyomi notification. | Some of the notifications will be missing due to the Windows Action Center limit of 20.
|
||||
| Tachiyomi (Stable) | 0.14.7 | 13, 12, 11 | ✅ | Notifications like "Large updates harm sources..." cut off. Sometimes, "Updating Library" progress bar doesn't show, requires to clear the Tachiyomi notification. | Some of the notifications will be missing due to the Windows Action Center limit of 20.
|
||||
| TachiyomiAZ | 8.7.4-AZ | 13, 12, 11 | ✅
|
||||
| TachiyomiJ2K/TachiJ2K | 1.7.1 | 13, 12, 11 | ✅ | Parsing links (from a browser) causes to open the Tachiyomi extension window or app picker dialog instead of opening TachiJ2K itself.
|
||||
| TachiyomiSY | 1.9.4 | 13, 12, 11 | ✅
|
||||
| Tap Tap | 3.1.1 | 12, 11 | ✅ | Sometimes freeze if you brute force the app, fixed by restarting the app
|
||||
| TeamViewer | 15.22.136 | 11 | ✅
|
||||
| Telegram | 8.1.2 | 11 | ✅
|
||||
| Televizo | 1.9.0.1 | 11 | ❌ | Crashes on video playback
|
||||
| Terminal Emulator for Android | 1.0.70-rebuild | 12 | ✅ | A warning shows up about the app being designed for older Android versions, but can be dismissed
|
||||
| Termux (F-droid) | 0.118.0 | 12, 11 |✅
|
||||
| Tesla | 4.6.1 | 11 | ⚠️ | Vehicle graphics and maps do not load, cannot enable phone key. | Internet-based vehicle controls, charge stats, services are functional.
|
||||
| The Globe and Mail | 6.2.0 (100) | 11 | ✅
|
||||
| TIDAL | 2.49.0 | 11 | ✅
|
||||
| TikTok (China) | 18.1.0 | 11 | ⚠️ | App crashes on first startup and you might face hiccups logging in
|
||||
| TikTok (Global) | 25.0.3 | 12, 11 | ✅
|
||||
| TikTok (TV Version) | 1.6.0 | 11 | ❌ | App crashes
|
||||
| TikTok Lite | 21.7.1 | 11 | ❌ | App crashes
|
||||
| Tivimate | 4.4.0 | 11 | ✅ | Compatibility Options -> Force App to be non-resizeable ; Disable smooth resize ; Keyboard Compatibility ; ForceFullScreen [F11] Note: Version 4.5. And above force crashes, the latest working version remains 4.4.0
|
||||
| TP-Link Tapo | 2.4.25 | 11 | ✅
|
||||
| Trello | 2021.14.1.16332-production | 11 | ⚠️ | Login needs web browser installed in WSA, using Windows' default browser will not work
|
||||
| Trust: Crypto & Bitcoin Wallet | 6.57.1 | 12 | ✅ || For login, you have to go to Android settings => System => Date & Time and toggle the "Set Time Automatically" option. you can access it by this command .\adb.exe shell "am start -n com.android.settings/.Settings"
|
||||
| Tune In Pro | 28.7 (267721) | 11 | ✅
|
||||
| Twitter | 9.16.1-release.00 | 11 | ✅ | Optionally requires GMS
|
||||
| Twitter Lite | 3.1.1 | 12 | ✅ ||
|
||||
| UC Browser | 13.0.0.1288 (x86) | 11 | ✅ || Avoid updating the app
|
||||
| Uptodown App Store | 4.35 | 11 | ⚠️ | Keeps "analyzing device" on app details page, thus it's unable to download APKs.
|
||||
| Vanced Manager | 2.6.2 (Crimson) | 11 | ✅
|
||||
| Vanced MicroG | 0.2.22.212658 | 11 | ⚠️ | microG Google sign-in method does not work, hence use Huawei sign-in method to sign in to Google account
|
||||
| Via Browser | 4.3.1 | 11 | ✅
|
||||
| Viaplay | 5.48 | 12 | ✅ || Episode playback of at least Nella the Princess Knight works correctly, as does the phone-app-exclusive download functionality.
|
||||
| Vidio | 5.64.5-f0aa483a3d | 11 | 🆖 || Might require GMS for login
|
||||
| Vipps | 2.142.0 | 12 | ❌ | Shows an error message about requiring "Google Services", even if both Google Play Services and Google Services Framework APKs are installed
|
||||
| Vivaldi Browser | 4.3.2439.61 | 11 | ✅
|
||||
| VK | 6.58 | 11 | ✅
|
||||
| VLC | 3.5.3 | 12, 11 | ✅ || Keyboard supported in media player
|
||||
| VNeID | 2.1.0 | 13 | ❌ | According to Google Play Store, the app is incompatible. Indeed, after attempting to sideload the APK, it shows a blank screen on launch and constant notifications saying "Your device has been compromised"
|
||||
| Voice Recorder | 55.1 | 12 | ✅ || com.media.bestrecorder.audiorecorder
|
||||
| VSCO | 264 | 11 | ⚠️ | Cannot sign in
|
||||
| Warden | 1.0.3.release | 11 | ⚠️ | App screen flashes otherwise functionality-wise its normal
|
||||
| Wealthsimple Trade | 2.27.1 (2195) | 11 | ✅
|
||||
| WeChat | 8.0.32 | 13, 12 | ✅
|
||||
| WhatsApp | 2.21.20.20 | 11 | ⚠️ | WhatsApp cloud chat backups will not work, app was tested with microG installed
|
||||
| Windscribe | 3.74.1243 | 13 | ✅ || VPN workaround is needed after installation to allow the app to create VPN connections.
|
||||
| Word | 16.0.14430.20246 | 11 | ✅ || Might require microG
|
||||
| Wulkanowy (F-Droid) | 1.4.3 | 11 | ✅
|
||||
| Wulkanowy (Play Store) | 1.4.3 | 11 | 🆖
|
||||
| Wyze | 2.30.0 | 11 | ✅
|
||||
| Xbox Game Pass (Beta) | 2212.51 | 12 | ✅ || Everything works in this app, tested Cloud Gaming on Windows 11 build 25236 and WSA 2209.400. connected my Xbox Series X controller to PC and the app worked perfectly with it.
|
||||
| Xbox Game Pass | 2211.42 | 12 | ✅ || Everything works in this app, tested Cloud Gaming on Windows 11 build 25236 and WSA 2209.400. connected my Xbox Series X controller to PC and the app worked perfectly with it.
|
||||
| Xbox Family Settings | 20221104 | 12 | ✅
|
||||
| Xbox Beta | 2211.2.7 | 12 | ✅
|
||||
| Xbox | 2211.1.4 | 12 | ✅
|
||||
| XBrowser | 3.7.7 | 11 | ✅
|
||||
| xManager | 3.3 | 11 | ✅
|
||||
| X-plore File Manager | 4.27.10 | 11 | ✅
|
||||
| Yahoo! Fantasy Sports | 10.31.0 | 11 | ❌ | App crashes on launch
|
||||
| Yandex.Maps | 10.6.0 | 11 | ⚠️ | Map doesn't work
|
||||
| Ymusic | 3.7.2 | 11 | ✅
|
||||
| YouTube (Google)| 16.40.35 | 11 | 🆖 | Requires GMS
|
||||
| YouTube Music (Google) | 5.07.50 | 11 | 🆖 | Requires GMS
|
||||
| YouTube Music Vanced | 43.9.50 | 11 | ✅
|
||||
| YouTube Music ReVanced | 6.19.51 | 13 | ✅ || Used the x86-64 version as base
|
||||
| Youtube Vanced | 16.29.39 | 11 | ⚠️ | Picture-in-picture doesn't work & Can't join channel membership
|
||||
| ZArchiver | 0.9.5.8 (9596) | 11 | ✅
|
||||
| Zenly (w/o GMS) | 4.55.2 | 11 | ⚠️ | App crashes after login, but background location works
|
||||
| Zoom | 5.8.3.2634 | 11 | ⚠️ | Camera severely glitched, share screen doesn't work due to WSA's windowed nature.
|
||||
| Æ | 2.0.7 | 12 | ✅ | Adding debit cards requires Vipps, an app that is shown above in this list as not working. |
|
||||
| 哔哩哔哩 (Bilibili) || 11 | ✅
|
||||
| 酷安 (CoolApk) | 11.4.3 | 11 | ⚠️ | Unable to sign in using third-party apps
|
||||
| 创建快捷方式 (Create Shortcut) | 1.17 | 11 | ✅ || Can be used to access any app
|
||||
| মুনাজাতে মাকবূল ও মাসনূন দু'আ - Munajate Makbul | 1.0 | 11 | ✅
|
||||
| 九黎 | 1.3.5.01 | 11 | ❌ | App crashes
|
||||
| 米游社 (miHoYo Chinese Community) | 2.14.1 | 11 | ⚠️ | The app might lag when inserting a photo into a new post
|
||||
| СберБанк (SberBank) | 12.9.0 | 11 | ✅
|
||||
| Тинькофф (Tinkoff Bank) | 5.20.0 | 11 | ✅
|
||||
| (腾讯会议国际版) VooV | 2.12.5.504 | 11 | ✅
|
||||
| 微博 (Weibo) | 11.10.1 | 11 | ⚠️ | Cannot sign in using password, shows limit reached for verification codes
|
||||
| 微博国际版 (Weibo International) | 3.9.8 | 11 | ⚠️ | Cannot sign in
|
||||
| 微博极速版 (Weibo Fast) | 10.9.2 (4620) | 11 | ⚠️ | Cannot sign in
|
||||
| 文件管理器+ | 2.7.1 | 11 | ✅
|
||||
| 超星学习通 | 4.6.1 | 11 | ✅
|
||||
| 超星学习通 | 5.0.3 | 11 | ❌ | Crashes on startup
|
||||
|
||||
### Games
|
||||
|
||||
| Game | Latest tested version | Android versions | Support level | Known Issues | Notes |
|
||||
|-------------|-----------------------|------------------|---------------|--------------|-------|
|
||||
| 2 3 4 Player Games | 3.8.8 | 12 | ✅ || Touchscreen is recommended for the Team vs. Team matches or some of the driving games
|
||||
| 8 ball pool | 5.5.6 | 11 | ✅ |
|
||||
| A Dance of Fire and Ice | 1.15.5 | 11 | ✅ || Keyboard supported
|
||||
| AFK Arena | 1.72.01 | 11 | ⚠️ | Can't login using Google account
|
||||
| Alan Walker-The Aviation Game | 3.0.6 | 11 | ✅ || Touchscreen and cursor works; keyboard doesn't work
|
||||
| Alien: Blackout | 2.0 | 11 | ⚠️ | Terrible in-game experience, includes poor performance and low FPS
|
||||
| Alto's Adventure | 1.8.15 | 13, 11 | ✅
|
||||
| Alto's Odyssey | 1.0.10 | 11 | ✅
|
||||
| Among Us | 2022.7.12 | 12, 11 | ✅ | Keyboard may be unresponsive. | Xbox controller works.
|
||||
| Angry Birds Epic | 3.0.27463.4821 | 11 | ⚠️ | Terrible in-game experience, bad performance and low FPS
|
||||
| Animal Crossing: Pocket Camp | 5.0.2 | 12 | ❌ | error 802-1-01a-069-008 ||
|
||||
| Arcaea | 3.8.8 | 11 | ⚠️ | Keyboard doesn't work on login/register form
|
||||
| Archero | 4.8.2 | 12 | ✅ | Requires GMS and Play Games to load your cloud progress
|
||||
| Arknights | 18.9.81 | 13 | ✅ | Stable FPS throughout the game using NVIDIA GeForce GTX 1650, AMD GPU untested.
|
||||
| Arknights (明日方舟; Simplified Chinese) | 1.6.01 | 11 | ✅
|
||||
| Arknights (CN Server) | 1.9.21 | 12 | ✅
|
||||
| Asphalt 8 | 6.3.1a | 12 | ✅ | Keyboard supported in latest version (2206)
|
||||
| Asphalt 9 || 11 | ⚠️ | Keyboard unsupported
|
||||
| Azur Lane | 6.1.2 | 12, 11 | ⚠️ | Sometimes stuck on downloading resources, can be fixed by restarting the app. Overall gameplay, got stable FPS using NVIDIA GeForce GTX 1050 Ti Mobile
|
||||
| Bad Piggies HD | 2.4.3141 | 11 | ✅
|
||||
| BanG Dream! Girls Band Party! | 4.5.0 | 11 | 🆖 | Requires GMS
|
||||
| Battle Cats Quest | 1.0.4 | 11 | ✅
|
||||
| Beat the Boss 4 | 1.7.7 | 13 | ✅
|
||||
| Blue Archive (GB) | 1.53.225706 | 13 | 🆖 | Tested with GMS / Google login, stable framerate on High settings using NVIDIA GeForce GTX 1650.
|
||||
| Blue Archive (ブルーアーカイブ; JP) | 1.35.231115 | 13 | ✅ | Installing the HEVC video extension (9NMZLZ57R3T7 or 9N4WGH0Z6VHQ) will work properly. If not installed, it will be stuck in black screen.
|
||||
| Blue Archive (KR) | 1.39.146794 | 12, 11| ❌ | HEVC codec support required
|
||||
| Blue Archive (KR, Onestore distributed) | 1.50.203922 | 13 | ✅ | Does not work with Nvidia graphics
|
||||
| Brawl Stars | 38.159 | 11 | ❌ | Game crashes
|
||||
| C.A.T.S (Crash Arena Turbo Stars) | 2.40.2 | 11 | ✅ | GMS warnings might appear but these can be safely ignored
|
||||
| Candy Crush Saga | 1.213.2.1 (12132011) | 11 | ✅
|
||||
| CarX Highway Racing | 1.17.1 | 11 | ⚠️ | Terrible in-game experience, includes poor performance and low FPS
|
||||
| Clash Mini | 1.1142.10 | 11 | ❌ | App crashes
|
||||
| Clash of Clans | 15.292.12 | 13 | ❌ | App crashes
|
||||
| Clash Royale | 3.6.1 | 11 | ❌ | App crashes
|
||||
| Clouds & Sheep 2 | 1.4.6 | 11 | ✅ | Optionally uses GMS
|
||||
| Command and Conquer: Rivals | 1.8.1 | 12, 11 | ✅ || It will pop up "Won't run without GPlay services" when starts, but works fine except GPlay login. You may use link email instead.
|
||||
| Crazy Taxi Classic | 4.7 | 12 | ❌ | An error message on startup says "Download failed because the resources could not be found." | OBB installation has not yet been tested.
|
||||
| Cricket (Play Games) | 2023.08.46243 | 13 | 🆖 || Requires GMS
|
||||
| Death Palette (Matsuro) | 4.3.0 | 11 | ✅ |
|
||||
| Deus Ex GO | 2.1.111374 | 11 | ⚠️ | Terrible in-game experience, includes poor performance and low FPS
|
||||
| Destiny Child | 2.8.6 | 11 | ⚠️ | Poor performance during battles
|
||||
| Dwarf Balls | 3.5.2 | 11 | 🆖 | Requires GMS for Google Play login.
|
||||
| Endless Frontier - Idle RPG | 3.5.3 | 12 | ❌ | OpenGL ES 3.1 is unsupported
|
||||
| Epic Seven | 1.0.406 | 11 | ⚠️ | Low FPS, unable to sign in with Google
|
||||
| Extreme Car Driving Simulator | 6.74.0 | 13, 12, 11 | ✅ | Keyboard & controller supported
|
||||
| F1 Mobile Racing | 5.1.11 | 13 - 7 | ❌ | No 3D rendering with any of the GPUs selected. Just shows a purple screen in game.
|
||||
| Fancade | 1.7.6 | 11 | ❌ | App crashes
|
||||
| Fate/Grand Order (US) FGO | 2.34.0 | 12, 11 | 🆖 || Require Google Play Services, skippable if you have Google Play Service (APK) installed
|
||||
| Fire Emblem Heroes | 6.7.0 | 12, 11 | 🆖 | Requires GMS. If GMS is installed, it cannot be played due to SafetyNet error.
|
||||
| Flappy Bird | 1.3 | 13 | ⚠️ | Crashes sometimes after 20 points if there's no internet for Google Play Games to be loaded on game startup, which indicates that this game might require GMS | Sideloaded
|
||||
| Fortnite | 14.10.0 | 11 | ❌ | Crashes at login screen
|
||||
| Fortnite Installer | 4.1.4 | 11 | ❌ | "Device not supported" error
|
||||
| Fruit Ninja | 3.3.4 | 11 | ✅ | Version check error | Otherwise, other app functionality is fine
|
||||
| Game Dev Story | 2.47 | 11 | ❌ | App can start but with infinite "loading" screen
|
||||
| Garage: Bad Dream Adventure | 1.0.191 | 11 | ⚠️ | Stuck after start of Chapter 1
|
||||
| Geometry Dash | 2.11 | 11 | ✅ | If you use high refresh rate monitor, there is a small period where the game speeds up before the level plays for the first time and the audio will get desynced. You can simply pause and resume or die once to fix it since it won't happen on second attempt.
|
||||
| Girls' Frontline (EN) | 2.0900_375 | 12, 11 | ⚠️ || Sometimes freeze while downloading resources, fixed by restarting the app
|
||||
| Golf Rival | 2.54.241 (88) | 11 | 🆖 | Requires GMS | Produces warnings about GMS. Issues include not being able to pan.
|
||||
| Grand Theft Auto: San Andreas || 11 | ✅
|
||||
| Guardian Tales | 2.53.1 | 12, 11 | 🆖 | Requires GMS
|
||||
| Hatsune Miku: Colorful Stage! | 1.3.2 | 12, 11 | ❌ | App either crashes when loading into game after login or app screen turns dark
|
||||
| Hay Day | 1.55.93 (1706) | 1 | ❌ | App crashes on startup (Worked on 1.54.71 and earlier)
|
||||
| Hill Climb Racing | 1.53.0 (501) | 11 | ✅
|
||||
| Hitman Sniper | 1.7.193827 | 11 | ⚠️ | Terrible in-game experience, includes poor performance and low FPS
|
||||
| Honkai Impact 3rd | 5.1.0 | 11 | ⚠️ | Poor graphics quality
|
||||
| Hop Mania (Play Games) | 2023.08.46243 | 13 | 🆖 || Requires GMS, keyboard supported
|
||||
| Hungry Shark Evolution || 11 | ✅
|
||||
| iDOLM@STER Million Live! Theater Days | 4.0.401 | 11 | ⚠️ | Anything 3D with a moving background is broken, but everything 2D works perfectly | ARMv7 version is unusably slow, get ARM64
|
||||
| Jet Car Stunts 2 | 1.0.13 | 11 | ❌ | Loads up but orientation and menus are broken
|
||||
| Jetpack Joyride | 1.52.1 (58461800) | 11 | ⚠️ | Google Play Games sync doesn't work, otherwise the game functionality is fine
|
||||
| KINGDOM HEARTS Uχ Dark Road | 4.4.0 (Offline) | 11 | ✅ | GMS warnings might appear but these can be safely ignored
|
||||
| King of Thieves | 2.57.1 | ✅
|
||||
| Konosuba:FD | 1.12.1 | 11 | 🆖 | Requires GMS
|
||||
| Last Day On Earth: Survival || 11 | 🆖 | Might require GMS
|
||||
| League of Legends: Wild Rift || 11 | ✅
|
||||
| LIMBO Demo | 1.20 | 11 | ✅
|
||||
| Love Live! All Stars | 3.6.0 | 12 | ⚠️ | Requires GMS, Hovers around 20-30 FPS with stuttering and slowdown on taps, requires root access and disabling SELinux. | Tested on a Ryzen 5 5600X and Nvidia RTX 3060 Ti
|
||||
| Magic Tiles 3 | 8.086.201 | 11 | ✅
|
||||
| MapleStory M | 1.9300.3921 | 13 | ✅ |
|
||||
| Mario Kart Tour | 2.10.0 | 11 | ❌ | Fails to connect to servers after Nintendo login
|
||||
| Minecraft (Aurora Store) | 1.17.40.06 | 11 | ❌ | Unable to verify game owner
|
||||
| Minecraft (China Edition) || 11 | ✅
|
||||
| Minecraft (Play Store) | 1.20.40.22 | 13, 11 | ⚠️ | Mouse and keyboard issue: The avatar doesn't look at the cursor in the main and game menus, as it should be on PC (and mouse and keyboard connected to Android device). While in the game, it does not recognize the mouse and instead the touchscreen controls will be used, but the keyboard works. Once entered into any text field (e.g. entering command in chat) and exited, the avatar now looks at the cursor again in the game and main menus; but back in the game, the camera no longer moves, and the letters, numbers and the spacebar on the keyboard no longer works, until you restart the app. Otherwise, it works with no issues.
|
||||
| Minesweeper (Play Games) | 2023.08.46243 | 13 | ⚠️ | Barely playable: The game has portrait orientation but is rotated to the left, so mouse clicks don't correspond to what's displayed. Full screen makes this issue worse by cropping a portrait area on the left of what it was before full screen. | Requires GMS
|
||||
| Mobile Legends | 1.6.66.7281 | 11 | ✅
|
||||
| Monument Valley | 2.7.17 | 11 | ✅
|
||||
| Monument Valley 2 | 2.0.3 | 11 | ✅
|
||||
| Mortal Kombat X (APKPure) | 5.9.0 | 11 | ❌ | Stuck on initialization screen, message shows up saying "Download failed to start"
|
||||
| Muse Dash | 3.3.0 | 11 - 6 | ❌ | Stuck on a black screen, nothing loads.
|
||||
| My Little Pony World | 2022.2.0 aarch64 | 12 | ⚠️ | An authentication error warning about not being signed in with Google shows up on boot, but can be clicked past. The game is heavily graphically demanding on an x64 PC, averaging 15 FPS with an Nvidia 1050 Ti.
|
||||
| My Talking Angela 2 (Play Store) | 2.2.4.21687 (ARM64_v8a) | 13 | ⚠️ | Does not resize into window, even when the "Resize" button (on the bottom right) is clicked on. Bug in Angela's tub (go to Bathroom → Tub): While grabbing the soap to massage Angela, the shower head briefly appears, then disappears in 1 second. |
|
||||
| NieR Re[in]carnation | 2.17.0 | 13, 12, 11 | 🆖 | Requires GMS to get past loading screen. If GMS is installed, terrible in-game experience, including poor performance and low FPS. | Tested on a Ryzen 9 5900X and Nvidia RTX 3080
|
||||
| New Star Soccer | 4.27 | 13, 12, 11 | ✅ | Keyboard not supported
|
||||
| osu!lazer | 2023.403.1 | 13 - 5 | ⚠️ | Runs with terrible performance, high latency, generally unplayable
|
||||
| PAC-MAN (Play Games) | 2023.08.46243 | 13 | 🆖 || Requires GMS, keyboard supported
|
||||
| Penguin Isle | 1.59.1 | 13 - 5 | ✅ | Great performance, but UI size breaks with weird resolutions.
|
||||
| Plants vs Zombies 2 | 10.9.1 | 13, 11 | ✅ | Cloud save using Google Play Games works if GMS is available
|
||||
| Pojav Launcher | dahlia-209 | 12 | ✅ | Performance was great with an i7-10700K and an RTX 3060 Ti, but will probably be worse on lower hardware.
|
||||
| Pokémon GO || 12, 11 | ❌ | This device, OS, or software is not compatible
|
||||
| Pokémon Masters EX | 2.19.0 | 11 | ❌ | 10102 An error has occured.
|
||||
| Pokémon Unite | 1.2.1.2 | 11 | ⚠️ | Battle experience is terrible
|
||||
| Pou | 1.4.84 | 11 | ✅
|
||||
| Prince of Persia: The Shadow and the Flame | 2.0.2 | 13, 12, 11 | ✅
|
||||
| Princess Connect! Re: Dive (Korean) | 5.6.1 | 12 | ❌ | Only touch effect works after displaying the publisher logo
|
||||
| Princess Connect! Re: Dive (Japanese) | 6.7.0 | 12 | ❌ | Only touch effect works after displaying the publisher logo
|
||||
| Princess Connect! Re: Dive (Simplified Chinese) | 4.9.6 | 12 | ❌ | Only touch effect works after displaying "loading..."
|
||||
| Princess Connect! Re: Dive (Traditional Chinese) | 2.9.0 | 11 | ⚠️ | Battle experience is terrible, cannot sync with Google Play Games
|
||||
| Princess Connect! Re: Dive (Global) | 4.4.1 | 12 | ❌ | Only touch effect works after displaying the publisher logo
|
||||
| Ragnarok M: Eternal Love EU | 1.0.70 | 11 | ✅
|
||||
| Rayman Adventures | 3.9.95 ARMv7 | 12 | ✅ | Gameplay speed is tied to framerate, and even an Nvidia 1050 Ti occasionally gets slowdowns in the ARM version. | The game works well without major problems. The x86_64 version was discontinued after 3.9.0 and is no longer able to download game assets on first launch. Xbox Series controller works both with Bluetooth and USB, but only during levels.
|
||||
| Rayman Classic | 1.0.1 | 11 | ✅
|
||||
| Real Racing 3 | 10.1.0 | 12, 11 | ✅ | Only controller is supported. Keyboard doesn't work
|
||||
| RFS - Real Flight Simulator | 1.6.1 | 12.1 | ⚠️ | Does not work with keyboard | Works only by connecting a controller or on PCs with touch
|
||||
| Roblox | 2.499.381 | 11 | ⚠️ | Graphical anomalies | GMS warnings might appear but these can be safely ignored
|
||||
| Rocket League Sideswipe | 1.0 (356721) | 11 | ❌ | OpenGL ES 3.1 is unsupported
|
||||
| Sdorica | 4.5.3 | 13 | ✅ |
|
||||
| Shadow Fight 2 | 2.16.0 | 11 | ⚠️ | Optionally uses GMS, doesn't support keyboard control makes fighting harder | GMS warnings might appear but these can be safely ignored, Cloud save requires GMS
|
||||
| Shadow Fight 3 | 1.25.7 | 11 | ✅ | Optionally uses GMS, Cloud save using Facebook not working | Keyboard control is supported (uses the keys W, A, D, X for analog input), GMS warnings might appear but these can be safely ignored, Cloud save requires GMS
|
||||
| Sky: Children of the Light | 0.15.1 | 11 | ❌ | OpenGL ES 3.1, Vulkan 1.0.3 and Vulkan level 0 missing
|
||||
| Smash Hit | 1.4.3 | 11 | ✅
|
||||
| Snake (Play Games) | 2023.08.46243 | 13 | ⚠️ | Full screen must be entered to correct orientation. On the other hand, sprites and assets might not be fully loaded if there's no internet connection. This might lead to anomalies such as invisible food, missing head | Requires GMS, keyboard supported
|
||||
| Solitaire (Play Games) | 2023.08.46243 | 13 | 🆖 || Requires GMS, keyboard supported
|
||||
| Standoff 2 | 0.16.6 | 11 | ⚠️ | Battle experience is terrible, includes micro-stutters
|
||||
| Stardew Valley | 1.4.5.151 | 11 | ✅
|
||||
| State of Survival | 1.13.40 | 11 | ✅
|
||||
| Stickman Hook | 7.2.8 | 11 | ❌ | Game fails to initialize
|
||||
| Strawberry Shortcake Dress Up Dreams | 1.4 | 12 | ❌ | An error message on startup says "Download Failed - An unexpected error occurred. (Error Code: 15)". The error log indicates that it relies on Google Services Framework. |
|
||||
| Subway Surfers | 2.24.2 | 11 | ✅ | Doesn't support keyboard control
|
||||
| Suzy Cube | 1.0.12 | 12 | ❌ | Shows a black screen after the developer logo screen. The error log shows `Unity: NullReferenceException: A null value was found where an object instance was required.`
|
||||
| Sword Art Online: Integral Factor| 1.9.2 | 11 | ✅ | Keyboard unsupported
|
||||
| Sword Art Online: Memory Defrag | 3.0.2 | 11 | ✅ | Keyboard unsupported
|
||||
| Sword Art Online: Unleash Blading | 3.2.0 | 11 | ⚠️ | Can't detect device
|
||||
| Teamfight Tactics | 12.5.4259171 | 11 | ⚠️ | Crashes often before getting in game but after getting in, not many issues. Can get laggy at times but somewhat playable.
|
||||
| Terraria | 1.4.3.2.2 | 11 | ✅ || Keyboard supported
|
||||
| The Battle Cats | 11.2.1 | 11 | ✅
|
||||
| The Battle of Polytopia | 2.0.59.5719 | 11 | ❌ | Validation error
|
||||
| The King Of Fighters Allstar | 1.9.3 | 11 | ✅ | Blank screen/app crash on first boot, works on second boot upwards
|
||||
| This War of Mine | 1.0 | 11 | ❌ | Infinite loop at start-up screen
|
||||
| Traffic Racer | 3.5 | 13, 12, 11 | ✅ || Keyboard supported
|
||||
| Toca Kitchen 2 | 2.2-play | 13 | ⚠️ | You can't access the game settings (or any swipe action) with a keyboard and mouse even with trackpad gestures | Recommended to use a touchscreen but it is also possible to play the game with just only the mouse.
|
||||
| True Skate | 1.5.39 | 11 | ✅ | Minor graphical glitches
|
||||
| Uma Musume: Pretty Derby (ウマ娘 プリティーダービー; JP) | 1.16.0 | 11 | ⚠️ | Doesn't work with Nvidia GeForce GTX 1660. Works with Microsoft Basic Render Driver with graphical issues. | Some features may require GMS.
|
||||
| Uma Musume: Pretty Derby (ウマ娘 プリティーダービー; JP) | 1.20.0 | 12 | ❌ | Only touch effect works after displaying the developer logo
|
||||
| Uma Musume: Pretty Derby (Korean) | 1.0.1 | 12 | ❌ | Only touch effect works after displaying the developer logo
|
||||
| War Robots | 7.7.7 (134783) | 11 | ✅ | GMS warnings might appear but these can be safely ignored
|
||||
| Warfare Incorporated | 1.63 | 11 | ✅ | The selection box does not work.
|
||||
| Where is my Water? || 11 | ⚠️ | Many images are replaced with white rectangles
|
||||
| Where is my Water? 2 || 11 | ⚠️ | Most images are replaced with white rectangles, Vignette overlay is full white and covered the whole playing area. The ground is not textured correctly.
|
||||
| Where is my Water? Featuring XYY || 11 | ⚠️ | Bells are invisible
|
||||
| Whirlybird (Play Games) | 2023.08.46243 | 13 | ❌ | The game cannot be controlled at all after pressing "START" | Requires GMS
|
||||
| Wordament | 3.9.10260 | 11 | ✅
|
||||
| Дурак Онлайн (Durak Online) | 1.9.2 | 11 | 🆖 | Requires GMS
|
||||
| 白夜極光 (Alchemy Stars) | 1.2.2 | 11 | ⚠️ | Poor in-game performance
|
||||
| 公主连结R (Princess Connect! Re: Dive (Simplified Chinese) | 3.4.10 | 11 | ✅
|
||||
| 神魔之塔 (Tower of Saviors) | 2022.600 | 12 | ✅ | Gameplay and graphics are excellent, but the game will crash at random when downloading game data. | The first time you open it, it will have difficulty downloading game data because it will crash randomly; simply be patient and keep restarting.
|
||||
| 云·原神 (Genshin Impact (Cloud app)) || 11 | ✅
|
||||
| 原神(Genshin Impact)| 2.2.0 | 11 | ⚠️ | Working but heavy graphical glitches - [video](https://www.bilibili.com/video/BV1zT4y1o73D?)
|
||||
| 崩坏学园2 (Honkai Gakuen 2) | 8.5 | 11 | ✅ || Game has inbox keyboard controller for WASD
|
||||
| 東方LostWord (Touhou: Lost Word) | 1.16.0 | 11 | ❌
|
||||
| 战双帕弥什 (Punishing: Gray Raven) || 11 | ✅ || Keyboard is supported
|
||||
| プロジェクトセカイ カラフルステージ! feat. 初音ミク (Project Sekai Colorful Stage JP) | 1.3.2 | 12, 11 | ❌ | App either crashes when loading into game after login or app screen turns dark
|
||||
| 世界計畫 繽紛舞台! feat. 初音未來 (Project Sekai Colorful Stage TW) | 2.3.1.10995 | 13, 12 | ❌ | App hangs when loading LIVE or crashes. Performance issues such as FPS spikes, freezing, etc. Broken textures and animations.
|
||||
| Subtransit Drive | 1.0.7.2 | 11 | ❌ | Crashes at startup because Vulkan or OpenGL ES 3.1 is required
|
60
Documentation/WSABuilds/Backup and Restore.md
Normal file
60
Documentation/WSABuilds/Backup and Restore.md
Normal file
@ -0,0 +1,60 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
<picture><img style="float: left;" src="https://img.icons8.com/fluency/96/cloud-backup-restore.png" width="60" height="60"/></picture><h1> Backup and Restore Userdata</h1>
|
||||
|
||||
## Backing Up Your Userdata
|
||||
|
||||
In order to make a backup of your WSA data you must copy the ``Userdata.vhdx`` (which includes, but is not limited Android Apps and their data, settings etc.), located at ``%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx``, to a safe location
|
||||
|
||||
## Restoring Your Backup
|
||||
|
||||
Before attempting to restore your backup, you must remove WSA if installed. Then before you run the ``Run.bat`` script (to reinstall WSA after removing it), you need to remove these lines from ``Install.ps1``, located in the your extracted WSA folder:
|
||||
|
||||
|
||||
|
||||
> <picture>
|
||||
> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/light-theme/tip.svg">
|
||||
> <img alt="Tip" src="https://raw.githubusercontent.com/Mqxx/GitHub-Markdown/main/blockquotes/badge/dark-theme/tip.svg">
|
||||
> </picture><br />
|
||||
>
|
||||
> The Lines (as shown below) that you need to remove in ``Install.ps1`` may vary depending on the type of WSA Build that you are trying to install.
|
||||
|
||||
|
||||
|
||||
Android Settings:
|
||||
```pwsh
|
||||
Start-Process "wsa://com.android.settings"
|
||||
```
|
||||
Official Magisk:
|
||||
```pwsh
|
||||
Start-Process "wsa://com.topjohnwu.magisk"
|
||||
```
|
||||
Magisk Delta:
|
||||
```pwsh
|
||||
Start-Process "wsa://io.github.huskydg.magisk"
|
||||
```
|
||||
Magisk Alpha:
|
||||
```pwsh
|
||||
Start-Process "wsa://io.github.vvb2060.magisk"
|
||||
```
|
||||
Google Play Store:
|
||||
```pwsh
|
||||
Start-Process "wsa://com.android.vending"
|
||||
```
|
||||
Amazon Appstore:
|
||||
```pwsh
|
||||
Start-Process "wsa://com.amazon.venezia"
|
||||
```
|
||||
|
||||
After removing the lines above, run the script.
|
||||
|
||||
When the Powershell window states "Press any key to quit", at that time multiple dialogue boxes will open:
|
||||
|
||||
<-- <add Images here> -->
|
||||
|
||||
> [!IMPORTANT]
|
||||
> ****Ignore these and do not click on anything or close these popups****
|
||||
|
||||
Go to ``%localappdata%\Packages`` and (if these folders/directory do not exist, create them) in ``MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\`` paste the userdata.vhdx
|
||||
|
||||
Now close the popups and run WSA and your userdata should hopefully be restored
|
125
Documentation/WSABuilds/Credits.md
Normal file
125
Documentation/WSABuilds/Credits.md
Normal file
@ -0,0 +1,125 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
<picture><img style="float: left;" src="https://img.icons8.com/external-flaticons-lineal-color-flat-icons/64/null/external-credits-movie-theater-flaticons-lineal-color-flat-icons.png" width="60" height="60"/></picture><h1> Credits</h1>
|
||||
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Resource</th>
|
||||
<th>Authors</th>
|
||||
<th>Description of resource used<br /></th>
|
||||
<th>License</th>
|
||||
<th>In Use?<br /></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a href="https://github.com/LSPosed/MagiskOnWSALocal" target="_blank" rel="noopener noreferrer">MagiskOnWSALocal</a></td>
|
||||
<td>LSPosed and contributors</td>
|
||||
<td>Set of scripts and utilities used by this project to integrate Magisk root and Google Apps into WSA.</td>
|
||||
<td><a href="https://github.com/LSPosed/MagiskOnWSALocal/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">AGPLv3</a></td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/YT-Advanced/WSA-Script" target="_blank" rel="noopener noreferrer">WSA-Script</a></td>
|
||||
<td>YT-Advanced and contributors</td>
|
||||
<td>Github Action workflow implementation of MagiskOnWSALocal, similar to the original MagiskOnWSA repo (taken-down). The GitHub workflows used in this repo are based on the workflows avaliable in this project.</td>
|
||||
<td><a href="https://github.com/YT-Advanced/WSA-Script/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">AGPLv3</a></td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/cinit/WSAPatch" target="_blank" rel="noopener noreferrer">WSAPatch</a></td>
|
||||
<td>Cinit</td>
|
||||
<td>Patches for WSA to enable WSA (Windows Subsystem for Android) to run on Windows 10, used in the WSA builds for Windows 10.</td>
|
||||
<td><a href="https://github.com/cinit/WSAPatch/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">Unlicenced License</a></td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://commons.wikimedia.org/wiki/File:Windows_logo_-_2012_(dark_blue).svg" target="_blank" rel="noopener noreferrer">Windows 10 Logo</a></td>
|
||||
<td>Microsoft (Original Author), AkshayAnand (Image)</td>
|
||||
<td>WIndows 10 Logo used in this repo. Follows Microsoft's Brand/Trademark Guidelines.</td>
|
||||
<td>Public Domain</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://commons.wikimedia.org/wiki/File:Windows_logo_-_2021.svg" target="_blank" rel="noopener noreferrer">Windows 11 Logo</a></td>
|
||||
<td>Microsoft (Original Author), OAOV (Image)</td>
|
||||
<td>WIndows 11 Logo used in this repo. Follows Microsoft's Brand/Trademark Guidelines.</td>
|
||||
<td>Public Domain</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://commons.wikimedia.org/wiki/File:Windows_10-Logo.png" target="_blank" rel="noopener noreferrer">WIndows 10 Logo with "Windows" wordmark</a></td>
|
||||
<td>Microsoft</td>
|
||||
<td>WIndows 10 Logo used in this repo. Follows Microsoft's Brand/Trademark Guidelines.<br /></td>
|
||||
<td><a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" rel="noopener noreferrer">CC-BY-SA 4.0</a><br /></td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://commons.wikimedia.org/wiki/File:Windows_11_logo.svg" target="_blank" rel="noopener noreferrer">WIndows 11 Logo with "Windows" wordmark</a></td>
|
||||
<td>Microsoft</td>
|
||||
<td>WIndows 11 Logo used in this repo. Follows Microsoft's Brand/Trademark Guidelines.</td>
|
||||
<td>Public Domain</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Icons8</td>
|
||||
<td>Icons8</td>
|
||||
<td>Some icons used in this repo were obtained from Icons8. To view the specific icons used, check the raw Markdown and HTML files,</td>
|
||||
<td><a href="https://icons8.com/license" target="_blank" rel="noopener noreferrer">Icons8 License</a></td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
---
|
||||
|
||||
### Other Projects used as reference or referenced
|
||||
|
||||
- [WSA-Sideloader](https://github.com/infinitepower18/WSA-Sideloader/): Easily sideload Android apps on Windows Subsystem for Android
|
||||
|
||||
- [WSAPacman](https://github.com/alesimula/wsa_pacman): A GUI package manager and package installer for Windows Subsystem for Android (WSA)
|
||||
|
||||
- [APK-Installer](https://github.com/Paving-Base/APK-Installer): An Android Application Installer for Windows
|
||||
|
||||
- [StoreLib](https://github.com/StoreDev/StoreLib): API for downloading WSA
|
||||
|
||||
- [Magisk](https://github.com/topjohnwu/Magisk): The Magic Mask for Android
|
||||
|
||||
- [KernelSU](https://github.com/tiann/KernelSU): A Kernel based root solution for Android
|
||||
|
||||
- [WSAGAScript](https://github.com/ADeltaX/WSAGAScript): The first GApps integration script for WSA
|
||||
|
||||
- [MagiskOnWSA](https://github.com/LSPosed/MagiskOnWSA): `Deprecated` Integrate Magisk root and Google Apps into WSA
|
||||
|
||||
<br />
|
||||
|
||||
---
|
||||
|
||||
### Is this GitHub Repo affiliated with Microsoft™?
|
||||
|
||||
<center><h3>NO!</h3></center>
|
||||
|
||||
###### - Microsoft and the Dev team at MSFT are the developers of Windows Subsystem For Android. We do not claim to develop, or have a part in developing this emulator. We also have no real influence on the direction of development of WSA and nor do we claim to.
|
||||
|
||||
###### - What the WSABuild repo does is that it provides prebuilt WSA builds with Root and GMS built using the MagiskOnWSALocal project (and WSAPatch for the Windows 10 patch.) That is that we simply modify the emulator to add extra functionality to it.
|
||||
|
||||
###### - All this is, is an unofficial project not related in any way to Microsoft and the team working on Windows Subsystem For Android.
|
||||
|
||||
---
|
||||
|
||||
### Is this GitHub Repo affiliated with Google™ or Android™?
|
||||
|
||||
<center><h3>NO!</h3></center>
|
||||
|
||||
###### This is an unofficial project not related in any way to Google and the team working on Android.
|
||||
|
||||
---
|
||||
|
||||
<br />
|
||||
|
||||
> [!IMPORTANT]
|
||||
> ***The repository is provided as a utility.***
|
||||
>***Android is a trademark of Google LLC. Windows™ and Windows Subsystem for Android™ are trademarks of Microsoft LLC.***
|
||||
|
12
Documentation/WSABuilds/Custom Builds.md
Normal file
12
Documentation/WSABuilds/Custom Builds.md
Normal file
@ -0,0 +1,12 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
<picture><img style="float: left;" src="https://img.icons8.com/fluency/96/request-service.png" width="60" height="60"/></picture><h1> Custom Builds Requests</h1>
|
||||
|
||||
<h3> ❓Want to request a prebuilt custom build❓ <h3>
|
||||
|
||||
<h4> If you can't find the build that you are looking for, I will be happy to fufill any custom build requests. <h4>
|
||||
<h4> Open an issue in the [Issues page](https://github.com/MustardChef/WSABuilds/issues) with the information below. <h4>
|
||||
|
||||
> [!IMPORTANT]
|
||||
> - State the [Device Model](https://github.com/WSABuilds/MagiskOnWSALocal#--custom-model) (Default: Pixel 5)? <br /> - Root Solution (Magisk, KernelSU or none)? <br /> - If you want a WSA build with Magisk, what [variant of magisk](https://github.com/WSABuilds/MagiskOnWSALocal#--magisk-ver) would you like? <br /> - Would you like GApps (Google Play Store and Play Services (GMS))? <br /> - Would you like to keep the Amazon Appstore?
|
||||
</details>
|
79
Documentation/WSABuilds/FAQ.md
Normal file
79
Documentation/WSABuilds/FAQ.md
Normal file
@ -0,0 +1,79 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
<picture><img style="float: left;" src="https://img.icons8.com/3d-fluency/94/null/help.png" width="60" height="60"/></picture><h1> FAQ</h1>
|
||||
|
||||
|
||||
**Help me, I am having problems with the MagiskOnWSA Builds**
|
||||
|
||||
- Open an [issue in Github](https://github.com/MustardChef/WSABuilds/issues) or [join the Discord](https://github.com/MustardChef/WSABuilds#join-the-discord) and describe the issue with sufficent detail
|
||||
|
||||
**Help me, I am having problems with installing Windows Subsystem For Android™ on Windows™ 10**
|
||||
|
||||
- I am not working on the patch, and nor claim to. Open an issue in the Discord or Github, and I will try to assist you with the problem if possible. For full support visit the project homepage and open an issue there: https://github.com/cinit/WSAPatch/issues/
|
||||
|
||||
**How do I get a logcat?**
|
||||
- There are two ways:
|
||||
```
|
||||
adb logcat
|
||||
```
|
||||
or
|
||||
|
||||
- Location in Windows ---> <br /> `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalState\diagnostics\logcat`
|
||||
|
||||
**Can I delete the installed folder?**
|
||||
|
||||
- No.
|
||||
|
||||
**How can I update Windows Subsystem For Android™ to a new version?**
|
||||
|
||||
- As Explained [Installation instructions](#installation). Download the [latest Windows Subsystem For Android™ Version](#downloads) and replace the content of your previous installation and rerun Install.ps1. Don't worry, your data will be preserved
|
||||
|
||||
**How do I update Magisk?**
|
||||
|
||||
- Do the same as updating Windows Subsystem For Android™. Wait for a new MagiskOnWSA release that includes the newer Magisk version, then follow the [Installation instructions](#installation) to update
|
||||
|
||||
**Can I pass SafetyNet/Play Integrity?**
|
||||
|
||||
- No. Virtual machines like Windows Subsystem For Android™ cannot pass these mechanisms on their own due to the lack of signing by Google. Passing requires more exotic (and untested) solutions like: <https://github.com/kdrag0n/safetynet-fix/discussions/145#discussioncomment-2170917>
|
||||
|
||||
**What is virtualization?**
|
||||
|
||||
- Virtualization is required to run virtual machines like Windows Subsystem For Android™. `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 online
|
||||
|
||||
**Can I remount system partition as read-write?**
|
||||
|
||||
- No. Windows Subsystem For Android™ 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
|
||||
|
||||
**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?**
|
||||
|
||||
- Request, using [Issues](https://github.com/MustardChef/WSABuilds/issues), a Windows Subsystem For Android™ version that doesn't include Magisk from the [Releases page](https://github.com/MustardChef/WSABuilds/releases/latest). Then follow the [Installation instructions](#installation)
|
||||
|
||||
**Can I switch between OpenGApps and MindTheGapps?**
|
||||
|
||||
- No. GApps will no longer function. Do a [complete uninstallation](#uninstallation) before switching
|
||||
|
||||
**How do I install custom Magisk or GApps?**
|
||||
|
||||
- To request a build with custom Magisk or GApps, feel free to open an issue in the [Issues page](https://github.com/MustardChef/WSABuilds/issues.) You can also achieve this by using the [MagiskOnWSALocal](https://github.com/LSPosed/MagiskOnWSALocal) Script and following the provided instructions located in the repo.
|
||||
</details>
|
48
Documentation/WSABuilds/Having Issues.md
Normal file
48
Documentation/WSABuilds/Having Issues.md
Normal file
@ -0,0 +1,48 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
<picture><img style="float: left;" src="https://img.icons8.com/external-soft-fill-juicy-fish/96/null/external-bug-coding-and-development-soft-fill-soft-fill-juicy-fish-2.png" width="60" height="60"/></picture><h1> Having Issues?</h1>
|
||||
### Common Issues:
|
||||
[<img src="https://img.shields.io/badge/-Fix%20Install.ps1%20Issue-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Pre-install%20Issues/FixInstallps1.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Fix Virtualization and Virtual Machine Platform Error-%23EF2D5E?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Post-Install%20Issues/FixVirtError.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Fix%20Internet%20Issues-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Post-Install%20Issues/FixInternet.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CF0-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Pre-install%20Issues/Fix%20Error%200x80073CF0.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CFB-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Pre-install%20Issues/Fix%20Error%200x80073CFB.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CFD-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Pre-install%20Issues/Fix%20Error%200x80073CFD.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CF6-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Pre-install%20Issues/Fix%20Error%200x80073CF6.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073CF9-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Pre-install%20Issues/Fix%20Error%200x80073CF9.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Fix%20Error%200x80073D10-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Pre-install%20Issues/Fix%20Error%200x80073D10.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-NamedResource%20Not%20Found:%20Fix%20Error%200x80073B17-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Pre-install%20Issues/NamedResource%20Not%20Found%20-%20Fix%20Error%200x80073B17.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Fix%20Internet%20Security%20Settings%20Blocks%20Installation-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Pre-install%20Issues/InternetSecuritySettingsBlock.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Fix%20Keyboard%20Not%20Working%20In%20WSA-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Post-Install%20Issues/Keyboard%20Is%20Not%20Working.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Fix%20Path%20Too%20Long-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Pre-install%20Issues/FixPathTooLong.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Fix%20Missing%20Icons%20Issue-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Post-Install%20Issues/MissingIcons.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Fix%20Target%20Machine%20Actively%20Refused%20Connection-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Post-Install%20Issues/TargetMachineActivelyRefusedConnection.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Google%20Play%20Issues-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Post-Install%20Issues/Google%20Play%20Issues.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-WSA%20Settings%20App%20Crashes%20%2B%20Android%20Apps%20Do%20Not%20Load%20After%20Installation-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Post-Install%20Issues/WSA%20Settings%20App%20Crashes%20%2B%20Android%20Apps%20Do%20Not%20Load%20After%20Installation.md
|
||||
)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-WSA Does Not Load After Install %2B No Splashscreen-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Post-Install%20Issues/WSA%20Does%20Not%20Load%20After%20Install%20%2B%20No%20Splashscreen.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-WSA%20Stopped%20Working!-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Post-Install%20Issues/WSA%20Stopped%20Working!.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Install.ps1%20Failed%20To%20Update-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Pre-install%20Issues/InstallPs1FailedToUpdate.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Appx%20Module%20Cannot%20Be%20Loaded-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Pre-install%20Issues/Appx%20Module%20Cannot%20Be%20Loaded.md)
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Specified%20Logon%20Error-%23EF2D5E?style=for-the-badge&logoColor=white&logo=Github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Fixes%20Guides/Pre-install%20Issues/Specified%20Logon%20Error.md)
|
240
Documentation/WSABuilds/Information.md
Normal file
240
Documentation/WSABuilds/Information.md
Normal file
@ -0,0 +1,240 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
<picture><img style="float: left;" src="https://img.icons8.com/3d-fluency/94/ok.png" width="35" height="35"/></picture><h1> WSABuilds Builds Info</h1>
|
||||
|
||||
<br />
|
||||
|
||||
<center><h3>⚠️❗IMPORTANT: Read Before Downloading❗⚠️<h3></center>
|
||||
|
||||
<br />
|
||||
|
||||
## Builds Status and Stability
|
||||
|
||||
#### Known Issues that may affect your WSA experiences:
|
||||
- ***GApps Issues : https://github.com/LSPosed/MagiskOnWSALocal/issues/595***
|
||||
- ***Folder Issue : Long folder name for the WSA Folder (auto generated by the MagiskOnWSALocal script) may cause WSA to not start. Rename the folder to ``WSA`` after extracting and before installing WSA.***
|
||||
- ***Installed Magisk Modules disappear after install and subsequent reboot (WSA v2307):*** https://github.com/MustardChef/WSABuilds/issues/154
|
||||
|
||||
<<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>WSA Version:</th>
|
||||
<th><img src="https://upload.wikimedia.org/wikipedia/commons/e/e6/Windows_11_logo.svg" width="200"></th>
|
||||
<th><img src="https://upload.wikimedia.org/wikipedia/commons/0/05/Windows_10_Logo.svg" width="200"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>v2210.40000.7.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2211.40000.10.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2211.40000.11.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2301.40000.4.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2301.40000.7.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2302.40000.6.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2302.40000.8.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2302.40000.9.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2303.40000.2.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2303.40000.3.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2303.40000.4.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2303.40000.5.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2304.40000.5.0</td>
|
||||
<td><a href="https://github.com/LSPosed/MagiskOnWSALocal/issues/550">⚠️</a></td>
|
||||
<td><a href="https://github.com/cinit/WSAPatch/issues/33">⛔</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2304.40000.6.0</td>
|
||||
<td><a href="https://github.com/LSPosed/MagiskOnWSALocal/issues/550">⚠️</a></td>
|
||||
<td><a href="https://github.com/cinit/WSAPatch/issues/33">⛔</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2304.40000.7.0</td>
|
||||
<td>✅</td>
|
||||
<td><a href="https://github.com/cinit/WSAPatch/issues/33">⛔</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2304.40000.10.0</td>
|
||||
<td>✅</td>
|
||||
<td><a href="https://github.com/cinit/WSAPatch/issues/33">⛔</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2305.40000.2.0</td>
|
||||
<td>✅</td>
|
||||
<td><a href="https://github.com/cinit/WSAPatch/issues/33">⛔</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2305.40000.3.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2305.40000.4.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2305.40000.5.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2305.40000.6.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2306.40000.1.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2306.40000.2.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2306.40000.3.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2306.40000.4.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2307.40000.2.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2307.40000.3.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2307.40000.5.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2307.40000.6.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2308.40000.1.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2308.40000.2.0</td>
|
||||
<td colspan="2">Update Skipped to allow time for adjusting the Docs and the build script (MagiskOnWSALocal). <br /> Sorry for any Inconvenence. Updates will resume as normal after this.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2308.40000.3.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2309.40000.2.0</td>
|
||||
<td>✅</td>
|
||||
<td>✅</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2309.40000.4.0</td>
|
||||
<td colspan="2" rowspan="4">"Updates have been skipped, in order to allow time to switch to GitHub Actions from my Linux Server, which I have been using since the start of the GitHub repo. Rest assure that this will likely be the last disruption. Once again I appologise and would also like to thank you for using this repo."<br /><br />MustardChef<br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2309.40000.5.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2309.40000.7.0</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>v2308.40000.4.0</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th colspan="4">Indicator Keys</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>✅</td>
|
||||
<td>Stable</td>
|
||||
<td colspan="2">Everything works as intended. <br /> If you think that the build is not stable, please open a <a href="https://github.com/MustardChef/WSABuilds/issues" target="_blank" rel="noopener noreferrer">GitHub Issue</a> or report the issue in our <a href="https://discord.gg/2thee7zzHZ" target="_blank" rel="noopener noreferrer">Discord</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>⚠️</td>
|
||||
<td>Unstable</td>
|
||||
<td>Experience may not be smooth due to known bugs or issues</td>
|
||||
<td><b><i><u>Click on the Emoji for more information<b><i></u></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>⛔</td>
|
||||
<td>Not Working</td>
|
||||
<td>Build is not working. DO NOT DOWNLOAD! </td>
|
||||
<td><b><i><u>Click on the Emoji for more information<b><i></u></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>➖</td>
|
||||
<td>No Information Yet</td>
|
||||
<td colspan="2">Not enough information to confirm status. Please join the <a href="https://discord.gg/2thee7zzHZ" target="_blank" rel="noopener noreferrer">Discord</a> and confirm whether or not the builds are working.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<br />
|
||||
<br />
|
@ -1,6 +1,10 @@
|
||||
# Installation
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
|
||||
<picture><img style="float: left;" src="https://img.icons8.com/color/96/null/software-installer.png" width="60" height="60"/></picture><h1> Installation</h1>
|
||||
|
||||
<br/>
|
||||
|
||||
> [!NOTE]
|
||||
> If you have the official Windows Subsystem For Android™ installed, you must [completely uninstall](#uninstallation) it to use MagiskOnWSA.
|
||||
|
47
Documentation/WSABuilds/Uninstallation.md
Normal file
47
Documentation/WSABuilds/Uninstallation.md
Normal file
@ -0,0 +1,47 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
<picture><img style="float: left;" src="https://img.icons8.com/color/96/null/uninstall-programs.png" width="60" height="60"/></picture><h1> Uninstallation</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
> [!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%\Package\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache` folder. For a more comprehensive and detailed guide, take a look at the **Backup and Restore section** in this README markdown
|
||||
|
||||
<br />
|
||||
|
||||
## To remove WSA installed through WSABuild or MagiskOnWSALocal or other sites:
|
||||
|
||||
- **1.)** Make sure that Windows Subsystem For Android™ is not running
|
||||
<br />
|
||||
|
||||
- **2.)** Search for ``Windows Subsystem For Android™ Settings`` using the built-in Windows Search, or through Add and Remove Programs and press uninstall
|
||||
|
||||
<br />
|
||||
|
||||
- **3.)** Delete the WSA folder that extracted you extracted and Run.bat was run from to install WSA (MagiskOnWSA folder)
|
||||
|
||||
<br />
|
||||
|
||||
- **4.)** Go to ``%LOCALAPPDATA%/Packages/`` and check if the folder: ``MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe`` is still present:
|
||||
- If the folder is still present: ****Delete it****
|
||||
- If you get an error that states that the file(s) could not be deleted, make sure that WSA is turned off
|
||||
|
||||
- If the folder does not exist: ****Skip this step****
|
||||
|
||||
You have uninstalled WSA Successfully!
|
||||
|
||||
<br />
|
||||
|
||||
### Apps or residual shortcuts remain after uninstallation?
|
||||
- #### Follow
|
||||
[<img src="https://img.shields.io/badge/-Remove%20Non--Existent%20App%20Entries-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/General%20Usage%20Guides/Remove%20Non%20Existent%20App%20Entries.md)
|
||||
|
||||
|
||||
|
||||
<br />
|
||||
|
||||
## To remove WSA installed from the Microsoft Store:
|
||||
|
||||
- **1.)** Search for ``Windows Subsystem For Android™ Settings`` using the built-in Windows Search, or through Add and Remove Programs and press uninstall
|
40
Documentation/WSABuilds/Updating.md
Normal file
40
Documentation/WSABuilds/Updating.md
Normal file
@ -0,0 +1,40 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
<picture><img style="float: left;" src="https://img.icons8.com/external-flaticons-flat-flat-icons/64/null/external-updating-tools-and-material-ecommerce-flaticons-flat-flat-icons.png" width="60" height="60"/></picture><h1> Updating</h1>
|
||||
|
||||
### How do I update without losing any of my apps and data on Windows Subsystem for Android (WSA)
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Make sure that WSA has been turned off from the settings and that tools such has WSA-System-Control, WSA-Sideloader, WSAPacman etc are not running.
|
||||
|
||||
1. [Download the latest build](https://github.com/MustardChef/WSABuilds#downloads) (that you want to update to)
|
||||
|
||||
2. Make sure Windows Subsystem For Android is not running (Click on "Turn off" in the WSA Settings and wait for the spinning loader to disappear)
|
||||
|
||||
2. Using 7-Zip, WinRAR or any other tool of choice, open the .7z archive
|
||||
|
||||
3. Within the .7z archive, open the subfolder
|
||||
- Example:
|
||||
- WSA_2xxx.xxxxx.xx.x_xx
|
||||
|
||||
or
|
||||
|
||||
- WSA_2xxx.xxxxx.xx.x_xx_Release-Nightly-with-magisk-xxxxxxx-MindTheGapps-xx.x-RemovedAmazon)
|
||||
|
||||
4. Select all the files that are within this subfolder and extract them to the current folder where the file for Windows Subsystem For Android (the folder you extracted, and installed WSA from) are located
|
||||
|
||||
5. When prompted to replace folders, select "Do this for all current items" and click on "Yes"
|
||||
|
||||
6. When prompted to replace files, click on "Replace the files in the destination"
|
||||
|
||||
7. Run the ``Run.bat`` file
|
||||
|
||||
8. Launch Windows Subsystem For Android Settings app and go to the ``About`` tab using the sidebar
|
||||
|
||||
9. Check if the WSA version matches the latest version/ the version number that you want to update to
|
||||
|
||||
---
|
||||
|
||||
### **Join the Discord if you are having any difficulties**
|
||||
|
||||
[<img align="left" src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
|
29
Documentation/WSABuilds/Usage Guide.md
Normal file
29
Documentation/WSABuilds/Usage Guide.md
Normal file
@ -0,0 +1,29 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
<picture><img style="float: left;" src="https://img.icons8.com/external-xnimrodx-lineal-color-xnimrodx/96/null/external-guide-education-xnimrodx-lineal-color-xnimrodx.png" width="60" height="60"/></picture><h1> Usage Guides</h1>
|
||||
|
||||
|
||||
|
||||
### GPU Guide:
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20Change%20the%20GPU%20Used-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/General%20Usage%20Guides/ChangingGPU.md)
|
||||
|
||||
### Sideload Guide/Installing an APK:
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20Sideload%20apps-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/Sideloading%20Guides/Sideloading.md)
|
||||
|
||||
### Moving WSA to another drive or partition:
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20Move%20WSA%20to%20another%20drive%20or%20partition-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/General%20Usage%20Guides/MoveToExtDrive.md)
|
||||
|
||||
### Installing KernelSU:
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20install%20KernelSU-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/General%20Usage%20Guides/KernelSU.md)
|
||||
|
||||
### Installing BusyBox:
|
||||
|
||||
[<img src="https://img.shields.io/badge/-How%20to%20install%20BusyBox-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/General%20Usage%20Guides/BusyBox.md)
|
||||
|
||||
### Localhost Loopback Guide:
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Localhost%20Loopback-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/General%20Usage%20Guides/LocalHostLoopback.md)
|
||||
|
||||
### Remove Non-Existent App Entries:
|
||||
|
||||
[<img src="https://img.shields.io/badge/-Remove%20Non--Existent%20App%20Entries-474154?style=for-the-badge&logoColor=white&logo=github" />](https://github.com/MustardChef/WSABuilds/blob/master/Documentation/Usage%20Guides/General%20Usage%20Guides/Remove%20Non%20Existent%20App%20Entries.md)
|
@ -1,59 +0,0 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
# **⚠️ 指南是不完整的 ⚠️**
|
||||
|
||||
|
||||
|
||||
|
||||
## Issues:
|
||||
### 没有互联网
|
||||
![image](https://user-images.githubusercontent.com/68516357/215296995-4a8c9184-321e-438f-9483-6983ce65ce47.png)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Solution:
|
||||
这些解决方法会因为在 Windows Subsystem for Android (WSA) 和 Windows Subsytem for Linux (WSL) 中没有网络的原因不同而被分成多个解决方法。
|
||||
|
||||
<details>
|
||||
<summary><h3>解决方法 #1: 卸载 Hyper-V 网络适配器<h3></summary>
|
||||
|
||||
**某些 Hyper-V 网络驱动可能会干扰 WSA 或 WSL**
|
||||
|
||||
|
||||
**⚠️ 谨慎执行以下操作。 ⚠️**
|
||||
|
||||
**⚠️ 我不对造成的任何损害负责 ⚠️**
|
||||
|
||||
|
||||
#### **步骤 1:打开设备管理器**
|
||||
1. 使用搜索或 Win + X,打开设备管理器
|
||||
![image](https://user-images.githubusercontent.com/68516357/215346473-88649375-6a5b-46b2-80bb-6f6551c23c5f.png)
|
||||
|
||||
#### **步骤 2:显示隐藏设备**
|
||||
3. 点击 "查看"
|
||||
4. 选择 "显示隐藏设备"
|
||||
![image](https://user-images.githubusercontent.com/68516357/215347683-6c84663c-a3cb-4e79-bc63-a2cdf91bb4ef.png)
|
||||
|
||||
#### **步骤 3:卸载所有 Hyper-V 网络适配器**
|
||||
5. 选择名称中带有 "Hyper-V" 的每个驱动程序
|
||||
6. 对于每个驱动程序,右键单击并选择 "卸载驱动程序"
|
||||
![image](https://user-images.githubusercontent.com/68516357/215347543-91c71429-26fe-44a2-b818-dd9bfeb6bcaf.png)
|
||||
#### **步骤 4:重启 Windows**
|
||||
![](https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fwww.4winkey.com%2Fimages%2Farticle%2Fwindows-tips%2Frestart-screen-stuck.jpg&f=1&nofb=1&ipt=2b826a4d045dc39aaa0487ea2338289d905c9f94c365f5f606334100a1ec9cb1&ipo=images)
|
||||
|
||||
</details>
|
||||
|
||||
<!--
|
||||
![image](https://user-images.githubusercontent.com/68516357/215297044-40f32db5-2b0e-40bd-be50-11d451b7811e.png)
|
||||
|
||||
![image](https://user-images.githubusercontent.com/68516357/215297069-594fec55-0f26-4f4a-ab03-4902d4277054.png)
|
||||
|
||||
![image](https://user-images.githubusercontent.com/68516357/215297085-89072f6e-bfe0-4422-afbc-33f939382058.png)
|
||||
|
||||
![image](https://user-images.githubusercontent.com/68516357/215323733-1c071249-3b0c-490e-a69b-59befccdde6e.png)
|
||||
|
||||
![image](https://user-images.githubusercontent.com/68516357/215323705-0688b8ee-4451-4e7b-8a33-8335facc0d91.png)
|
||||
--!>
|
@ -1,50 +0,0 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
|
||||
|
||||
|
||||
## 问题:
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/68629435/213985345-a6fc6e97-63f3-4741-8965-8d62a0d6b824.png"/>
|
||||
|
||||
## 解决方法:
|
||||
|
||||
即使在BIOS中启用了虚拟化,并且在任务管理器中显示启用的情况下(如下所示),您仍可能会遇到此问题,并出现“虚拟机平台”+“Windows Hypervisor平台”。解决方案如下:
|
||||
|
||||
|
||||
|
||||
1. ***删除 WSA***:右键单击“Windows Subsystem for Android™ Settings”,然后单击“卸载”,删除提取的 WSA(从中提取和安装的 MagiskOnWSA 文件夹),并转到 %LOCALAPPDATA%/Packages/ 并删除该文件夹:MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe
|
||||
|
||||
2. ***打开 "打开或关闭Windows功能" 并禁用Hyper-V、虚拟机平台、Windows Hypervisor平台和Windows子系统 Linux,然后重新启动。****
|
||||
|
||||
3. ***重新启用这些功能并再次重新启动。***
|
||||
|
||||
4. ***确保在Windows安全性 > 应用和浏览器控制 > 漏洞利用保护中启用了控制流防护。*** 这是一个已知的问题,可能会阻止WSA启动
|
||||
|
||||
5. ***在注册表编辑器 (regedit) 中,转到 “\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FsDepends"***
|
||||
|
||||
将 “Start” 的值从 “3” 改为 “0”
|
||||
|
||||
> **注意**
|
||||
> 如果没有任何区别,您可以将其更改回3
|
||||
|
||||
6. ***然后在CMD(以管理员身份运行)中,粘贴:***
|
||||
```cmd
|
||||
bcdedit /set hypervisorlaunchtype auto
|
||||
```
|
||||
|
||||
7. ***重新启动电脑***
|
||||
|
||||
8. ***通过运行 `Run.bat` 重新安装WSA***
|
||||
|
||||
|
||||
|
||||
|
||||
**希望这对您有帮助!**
|
||||
|
||||
如果您有任何其他问题或需要帮助,请加入我们的Discord!
|
||||
|
||||
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
|
@ -1,48 +0,0 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=%E6%80%BB%E4%B8%8B%E8%BD%BD%E6%AC%A1%E6%95%B0&style=for-the-badge"/>
|
||||
|
||||
## 问题:更新 WSA 或重新启动计算机后,图标消失或变成白色
|
||||
|
||||
</br>
|
||||
|
||||
### 前言:
|
||||
##### 这看起来像是 WSA 本身的一个 bug,可以通过以下步骤恢复图标。
|
||||
|
||||
</br>
|
||||
</br>
|
||||
|
||||
## 解决方法
|
||||
|
||||
**1.** 备份 `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx` 中的 `userdata.vhdx`
|
||||
|
||||
**2.** 按照[此指南](https://github.com/MustardChef/WSABuilds#--uninstallation)卸载 WSA。
|
||||
|
||||
**3.** 从 `Install.ps1` 中删除在安装完成后自动启动 Magisk 和 Play Store 的两行代码
|
||||
|
||||
```powershell
|
||||
function Finish {
|
||||
Clear-Host
|
||||
Start-Process "wsa://com.topjohnwu.magisk"
|
||||
Start-Process "wsa://com.android.vending"
|
||||
}
|
||||
```
|
||||
|
||||
**4.** 安装 WSA
|
||||
|
||||
**5.** 将备份的 `userdata.vhdx` 恢复到 `%LOCALAPPDATA%\Packages\MicrosoftCorporationII.WindowsSubsystemForAndroid_8wekyb3d8bbwe\LocalCache\userdata.vhdx`
|
||||
|
||||
**6.** 启动 WSA
|
||||
|
||||
</br>
|
||||
|
||||
> **警告**
|
||||
> **恢复用户数据之前不要启动 WSA。**
|
||||
|
||||
</br>
|
||||
|
||||
---
|
||||
|
||||
### 有进一步问题或需要帮助吗?
|
||||
|
||||
如果您有任何其他问题或需要帮助,请加入 Discord!
|
||||
|
||||
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
|
@ -1,38 +0,0 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
---
|
||||
## 问题: </br> 错误:无法建立连接,因为目标计算机积极拒绝 (10061)
|
||||
### 前言:
|
||||
##### 当您使用诸如 [WSA-Sideloader](https://github.com/infinitepower18/WSA-Sideloader) 或 [WSAPacman](https://github.com/alesimula/wsa_pacman) 的侧载应用程序,或尝试使用 [Android SDK 平台工具](https://developer.android.com/tools/releases/platform-tools) 的 ``adb.exe`` 连接设备时,将出现此问题。由于 Hyper V 无法保留端口 58526,因此会导致此问题,如下所示。
|
||||
|
||||
![image](https://user-images.githubusercontent.com/68516357/230793765-6c72a7d7-796f-4cb9-8a45-3d40b4f1d38f.png)
|
||||
|
||||
```
|
||||
cannot connect to ||127.0.0.1:58526:|| No connection could be made because the target machine actively refused it. (10061)
|
||||
```
|
||||
---
|
||||
|
||||
## 解决方案
|
||||
|
||||
这是子系统本身的 [错误](https://github.com/microsoft/WSA/issues/136),重新启动计算机通常可以解决该问题。
|
||||
|
||||
如果您仍然遇到此错误,请尝试以下步骤:
|
||||
|
||||
1. 确保关闭 WSA 并在继续之前在任务管理器 ---> 启动应用程序中禁用 WSA 自启动
|
||||
|
||||
2. 使用命令 ``dism.exe /Online /Disable-Feature:Microsoft-Hyper-V`` 禁用 Hyper-V 并重新启动计算机
|
||||
|
||||
3. 使用命令 `netsh int ipv4 add excludedportrange protocol=tcp startport=58526 numberofports=1` 保留端口 58526,以免 Hyper-V 将其保留回来
|
||||
|
||||
4. 使用命令 `dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All` 重新启用 Hyper-V 并重新启动计算机
|
||||
|
||||
现在应该已经解决了您的问题!
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
**希望这对您有帮助!**
|
||||
|
||||
如果您有任何其他问题或需要帮助,请加入 Discord!
|
||||
|
||||
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
|
@ -1,35 +0,0 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
---
|
||||
|
||||
## 问题: </br> 运行 "Run.bat" 安装安卓子系统 (WSA) 时出现错误代码 0x80073CF0
|
||||
### 前言:
|
||||
##### 这个问题可能由许多因素引起,例如下载 .zip 文件或从 .zip 文件中提取文件时的文件损坏。这也可能是由于文件夹名称过长导致(这是由于 MagiskOnWSA 倾向于为 .zip 文件和存档内的文件夹生成一个长字符串。)
|
||||
|
||||
![imageCF0](https://user-images.githubusercontent.com/68516357/232593575-20db5482-a0e3-472d-875c-37d248ccfca2.png)
|
||||
|
||||
---
|
||||
|
||||
## 解决方案
|
||||
|
||||
**1. 确保你要安装的分区/驱动器是 NTFS 格式**
|
||||
|
||||
**2. 从 [Releases 页面](https://github.com/MustardChef/WSABuilds/releases) 重新下载 WSA Build .zip 文件 (有时下载和提取过程中可能会损坏文件)**
|
||||
|
||||
**3. 将 .zip 文件夹重命名为较短的名称,可以是任何你选择的名称 </br> (例如: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAArchive2XXX)**
|
||||
|
||||
**4. 使用 WinRAR 或适当的压缩工具而不是内置的 Windows .zip 解压程序提取 .zip 文件**
|
||||
|
||||
**5. 将提取后的文件夹重命名为较短的名称,可以是任何你选择的名称 </br> (例如: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAExtracted2XXX)**
|
||||
|
||||
**6. 确保以管理员身份运行 "Run.bat"**
|
||||
|
||||
**希望这对你有帮助!**
|
||||
|
||||
---
|
||||
|
||||
### 还有问题或需要帮助吗?
|
||||
|
||||
如果您有任何其他问题或需要帮助,请加入 Discord!
|
||||
|
||||
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
|
@ -1,35 +0,0 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
---
|
||||
|
||||
## 问题: </br> 运行 "Run.bat" 安装安卓子系统 (WSA) 时出现错误代码 0x80073CF9
|
||||
### 前言:
|
||||
##### 这个问题可能由许多因素引起,例如下载 .zip 文件或从 .zip 文件中提取文件时的文件损坏。这也可能是由于文件夹名称过长导致(这是由于 MagiskOnWSA 倾向于为 .zip 文件和存档内的文件夹生成一个长字符串。)
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/68516357/219852713-fde4520d-9fa8-4c8b-80e6-ac2adecbeae9.png" style="width: 600px;"/>
|
||||
|
||||
---
|
||||
|
||||
## 解决方案
|
||||
|
||||
**1. 确保你要安装的分区/驱动器是 NTFS 格式**
|
||||
|
||||
**2. 从 [Releases 页面](https://github.com/MustardChef/WSABuilds/releases) 重新下载 WSA Build .zip 文件 (有时下载和提取过程中可能会损坏文件)**
|
||||
|
||||
**3. 将 .zip 文件夹重命名为较短的名称,可以是任何你选择的名称 </br> (例如: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAArchive2XXX)**
|
||||
|
||||
**4. 使用 WinRAR 或适当的压缩工具而不是内置的 Windows .zip 解压程序提取 .zip 文件**
|
||||
|
||||
**5. 将提取后的文件夹重命名为较短的名称,可以是任何你选择的名称 </br> (例如: WSA_2XXX.XXXXX.X.X_XXXX_Release-Nightly-with-magisk-XXXXXXX-XXXXXX-MindTheGapps-XX.X-RemovedAmazon ----> WSAExtracted2XXX)**
|
||||
|
||||
**6. 确保以管理员身份运行 "Run.bat"**
|
||||
|
||||
**希望这对你有帮助!**
|
||||
|
||||
---
|
||||
|
||||
### 还有问题或需要帮助吗?
|
||||
|
||||
如果您有任何其他问题或需要帮助,请加入 Discord!
|
||||
|
||||
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
|
@ -1,31 +0,0 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
---
|
||||
|
||||
## 问题: </br> 运行“Run.bat”安装Windows子系统Android (WSA) 时出现0x80073CFD错误
|
||||
### 前言:
|
||||
##### 这个问题是由于Windows 10 Build版本过老,无法运行WSA,因此安装程序会停止并出现错误,如下所示
|
||||
|
||||
```Powershell
|
||||
Registering AppxManifest.xml...
|
||||
Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFD,
|
||||
Prerequisite for an install could not be satisfied. Windows cannot install package MicrosoftCorporationII.WindowsSubsystemForAndroid_2301.40000.7.0_x64__8wekyb3d8bbwe because this package is not compatible with the device.
|
||||
The package requires OS version 10.0.19044.2604 or higher on the Windows.Desktop device family.
|
||||
The device is currently running OS version 10.0.19043.2364.
|
||||
NOTE: For additional information, look for [ActivityId] 8b8599fb-55c1-0002-338b-868bc155d901 in the Event Log or use the command line
|
||||
Get-AppPackageLog -ActivityID 8b8599fb-55c1-0002-338b-868bc155d901
|
||||
```
|
||||
|
||||
|
||||
</br>
|
||||
|
||||
---
|
||||
## 解决方法:
|
||||
|
||||
### 解决方法很简单:
|
||||
|
||||
使用[微软指南](https://support.microsoft.com/en-gb/windows/update-windows-3c5ae7fc-9fb6-9af1-1984-b5e0412c556a#WindowsVersion=Windows_10)更新Windows 10到最新版本
|
||||
|
||||
***或***
|
||||
|
||||
使用[Windows 10 更新助手](https://support.microsoft.com/en-us/topic/windows-10-update-assistant-3550dfb2-a015-7765-12ea-fba2ac36fb3f)
|
@ -1,20 +0,0 @@
|
||||
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||
|
||||
---
|
||||
## 问题: </br> 运行“Run.bat”以安装 Android 的 Windows 子系统(WSA)时出现错误 0x80073D10。
|
||||
### 前言:
|
||||
##### 此问题是由于您尝试为错误的 CPU 架构安装 WSA 软件包而引起的。例如,您错误地在 x64 系统上尝试安装 arm64 软件包。
|
||||
|
||||
<img src="https://user-images.githubusercontent.com/68516357/222832801-66c0b96a-363d-4f6e-a654-6bfb618c32e2.png" style="width: 500px;"/>
|
||||
|
||||
---
|
||||
|
||||
## 解决方案
|
||||
|
||||
**1. 为确保您下载正确的 CPU 架构软件包,请转到 Readme.md 的[下载部分](https://github.com/MustardChef/WSABuilds#downloads)。**
|
||||
|
||||
**2. 单击与您的操作系统(OS)和 CPU 架构匹配的徽章/按钮,它会带您进入对应的发布页面。**
|
||||
|
||||
**3. 下载该软件包,然后按照 README.md 中的[安装指南](https://github.com/MustardChef/WSABuilds#--installation)进行安装。**
|
||||
|
||||
**4. 尽情享用。**
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user