Hello Friends,
Today I wanted to write a guide about how to use the LSPosed Github Repo on a linux machine to build your desired flavor of WSA with GAPPS and Root.
If you do not already have a Linux machine or WSL, I have a fully built and ready to go machine for you here. See the prebuilt spoiler. I am using this exact machine in the video and begin the video by showing how to add the machine to VMWARE WORKSTATION 17
On your linux machine, run these commands
When the machine is finished downloading the dependencies, you will be greeted with a series of choices, you may choose what you like
Retail = ANDROID 12 Insider = ANDROID 13 <--as of time writing. This may have changed by the time you read this. IE Android 13 may now be Retail.
When it is finished building the zip file for us, it will be located in the output folder. Copy that zip to your Windows desktop.
Make sure to Uninstall your old version of WSA if you already had one installed. then extract the new WSA and execute run.bat. You may have to execute run.bat another time if your machine requires reboot.
The playstore should appear after the windows dependencies are installed, and allow you to login at this point
Now open windows subsystem for android and select the developer tab, turn on developer options.
Now go into the same folder as your magisk apk or any apk you want to install and open command prompt, run:
or change magisk to your apk's name.
Now you have full root with playstore on WSA!
If you want a copy of the Rooted WSA I built in the video, it can be located here (This copy is Retail - Android 12 w/ Playstore):
wsa.zip (839M)
If you download this you can skip the Linux steps and jump right to the run.bat step (skip to 2:39 in the video)
If you need to run more than 1 Android emulator at a time -- using Nox (they are still at android 9 and you can choose 7)
Today I wanted to write a guide about how to use the LSPosed Github Repo on a linux machine to build your desired flavor of WSA with GAPPS and Root.
If you do not already have a Linux machine or WSL, I have a fully built and ready to go machine for you here. See the prebuilt spoiler. I am using this exact machine in the video and begin the video by showing how to add the machine to VMWARE WORKSTATION 17
On your linux machine, run these commands
Code:
sudo apt-get update
sudo apt install git adb
git clone https://github.com/LSPosed/MagiskOnWSALocal.git
cd MagiskOnWSALocal/scripts
./run.sh
When the machine is finished downloading the dependencies, you will be greeted with a series of choices, you may choose what you like
Retail = ANDROID 12 Insider = ANDROID 13 <--as of time writing. This may have changed by the time you read this. IE Android 13 may now be Retail.
Make sure to Uninstall your old version of WSA if you already had one installed. then extract the new WSA and execute run.bat. You may have to execute run.bat another time if your machine requires reboot.
The playstore should appear after the windows dependencies are installed, and allow you to login at this point
Here's a way to install adb quickly using powershell and chocolatey.
Open powershell as admin and type:
Open powershell as admin and type:
Code:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco install adb
Code:
adb connect 127.0.0.1:58526
adb install magisk.apk
Now you have full root with playstore on WSA!
If you want a copy of the Rooted WSA I built in the video, it can be located here (This copy is Retail - Android 12 w/ Playstore):
wsa.zip (839M)
If you download this you can skip the Linux steps and jump right to the run.bat step (skip to 2:39 in the video)
If you need to run more than 1 Android emulator at a time -- using Nox (they are still at android 9 and you can choose 7)
Last edited: