4

How To Install And Run Google Play Store on Windows 11

 2 years ago
source link: https://www.theinsaneapp.com/2021/10/how-to-use-google-play-store-on-windows-11.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

How To Install And Run Google Play Store on Windows 11

Android Subsystem for Windows 11 is one of the biggest new features that has already arrived few months ago. It turns out that Microsoft needs more time to test the subsystem and it has started rolling out the feature to Insiders, but a simple trick now lets you sideload Android apps on Windows 11 without joining the beta channel.

The developer ADeltaX has now managed to unlock Google Play Store support by making changes to Windows Subsystem for Android. The Play Store hack, which is not beginner-friendly, allows support for both Google Play services and the Google Play store with sign-in support.

This approach could pave the way for installing any Android app on Windows 11 and Google Play services-based apps will also work. You can find this script on GitHub also.

Let’s Install And Run Play Store on Windows 11

How To Install And Run Google Play Store on Windows 11

To get started, you need to download Windows Subsystem for Android from here, install Windows Subsystem for Linux (2), and download Ubuntu from the Microsoft Store.

Finally, run the following commands in the Ubuntu terminal:

sudo apt-get update
sudo apt install unzip lzip

Head to OpenGApps and create a package with the following configuration:

Platform: x86_64.
OS: Android: 11.
Variant: Pico on OpenGApps

Download 7Zip and extract the .msixbundle of Windows Subsystem for Android and locate the msixbundle compatible with your architecture/device language. Extract the second msixbundle to another folder and delete these files appxblockmap, appxsignature, content_types, and appxmetadata.

Recommended Posts:

In the Ubuntu terminal, run the following command

git clone https://github.com/ADeltaX/WSAGAScript
cd WSAGAScript/\#IMAGES
mv /mnt/path-to-extracted-msix/*.img .
cd ../\#GAPPS
cp /mnt/path-to-downloaded-gapps/*.zip .

The above command will download the necessary files to run the WSAGA script. In the command, WSL would follow the same path as Windows after /mnt/, but make sure the drive letter is correct. For example, /mnt/c/users would be the c:\users folder.

After running the above commands, run executable permission for the scripts

cd..
sudo chmod +x extract_gapps_pico.sh
sudo chmod +x extend_and_mount_images.sh
sudo chmod +x apply.sh
sudo chmod +x unmount_images.sh

Now change the root directory in VARIABLES.sh using the command “pwd” and note down the output. Run the following command where VARIABLES would be the output of the previous command (pwd):

nano VARIABLES.sh

And finally, run the following commands:

sudo ./extract_gapps_pico.sh
sudo ./extend_and_mount_images.sh
sudo ./apply.sh
sudo ./unmount_images.sh

To copy the modified WSA image, run the following command:

cd \#IMAGES
cp *.img /mnt/path-to-extracted-msix/

If you followed the above steps correctly, you should be able to register the modified image. To do register, enable developer mode in WSA and run

Add-AppxPackage -Register path-to-extracted-msix\AppxManifest.xml

Windows Subsystem for Android will now install the required apps and files for Play Store.

To sign in with your Google account, copy the kernel file from Github and replace the kernel file inside the tools folder of the extracted msix

Note: WSA should not be running in the background.

Once done, enter adb shell and run the following command

su
setenforce 0

Although the instructions are available, it’s not for beginners and it’s better to wait for a third-party tool to automate the entire process.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK