WSAGAScript icon indicating copy to clipboard operation
WSAGAScript copied to clipboard

Very Very difficult tutorial 😭 no Link

Open fisforfaheem opened this issue 4 years ago • 12 comments

Please work hard on this ❤️❤️❤️ and make it easier

fisforfaheem avatar Oct 22 '21 23:10 fisforfaheem

it works, this is not designed for end users yet

shirt-dev avatar Oct 22 '21 23:10 shirt-dev

Here is a video tutorial: https://youtu.be/d88W30Eh8M0

0xrpj avatar Oct 23 '21 06:10 0xrpj

if this not allowed please remove it and sorry 🙏

In case someone is lazy , i made the modifications in the video and zipped the folder with the modification and upload it on mega, then follow the video from 7:00 or these handwritten steps :

https://mega.nz/file/t4IFCQpB#Hk69-hiLtN57R1m1F7WDbe3150bj1QDMu_6wGLukV9A

step 0 : remove WSA if you have it installed already or you will face error like me " Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. (Exception from HRESULT: 0x80073CF9)"

step 0.5: enable Developer Mode on windows settings (Settings=>Privacy & security=>For developers)

step 1 : download the zip and extract the folder on C:\

step 2 : open powershell or Windows Terminal

step 3 : copy and paste this "add-appxPackage -Register C:\WindowsSubsystemAndroid\AppxManifest.xml"

step 4 : click on Start and search for the new WSA and run it , wait a bit and you will see a notification ''Google Play Protect is turned on''

step 5 : search for Play Store and run it

step 5.5 : skip this if you have adb already installed and added on path and if you don't have adb already installed follow this

step 5.6 : you need to install chocolaty from this chocolatey.org/install or copy and paste this in your powershell or terminal "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'))"

step 5.7 : copy and paste this on Powershell or Windows Terminal "choco install adb" and reboot your terminal

step 6 : copy and paste this on Powershell or Windows Terminal "adb connect 127.0.0.1:58526"

Step 7 : copy and paste this on Powershell or Windows Terminal "adb shell"

Step 8 : copy and paste this on Powershell or Windows Terminal "su"

Step 9 : copy and paste this on Powershell or Windows Terminal "setenforce 0"

now play store is fully operational and you can log in

all the credit goes to ADeltaX

peace ✌ ✌

spix18 avatar Oct 23 '21 16:10 spix18

if this not allowed please remove it and sorry 🙏

In case someone is lazy , i made the modifications in the video and zipped the folder with the modification and upload it on mega, then follow the video from 7:00 or these handwritten steps :

https://mega.nz/file/t4IFCQpB#Hk69-hiLtN57R1m1F7WDbe3150bj1QDMu_6wGLukV9A

step 0 : remove WSA if you have it installed already or you will face error like me " Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. (Exception from HRESULT: 0x80073CF9)"

step 0.5: enable Developer Mode on windows settings (Settings=>Privacy & security=>For developers)

step 1 : download the zip and extract the folder on C:\

step 2 : open powershell or Windows Terminal

step 3 : copy and paste this "add-appxPackage -Register C:\WindowsSubsystemAndroid\AppxManifest.xml"

step 4 : click on Start and search for the new WSA and run it , wait a bit and you will see a notification ''Google Play Protect is turned on''

step 5 : search for Play Store and run it

step 5.5 : skip this if you have adb already installed and added on path and if you don't have adb already installed follow this

step 5.6 : you need to install chocolaty from this chocolatey.org/install or copy and paste this in your powershell or terminal "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'))"

step 5.7 : copy and paste this on Powershell or Windows Terminal "choco install adb" and reboot your terminal

step 6 : copy and paste this on Powershell or Windows Terminal "adb connect 127.0.0.1:58526"

Step 7 : copy and paste this on Powershell or Windows Terminal "adb shell"

Step 8 : copy and paste this on Powershell or Windows Terminal "su"

Step 9 : copy and paste this on Powershell or Windows Terminal "setenforce 0"

now play store is fully operational and you can log in

all the credit goes to ADeltaX

peace ✌ ✌

Hey @spix18, Thanks for the help. I ran into some problems and this comment helped me! Now I have tweeted about this comment and method so that it can be helpful to others too! Hope you don't mind that! Here is the link to the tweet: https://twitter.com/RishabhGusain14/status/1452182954109718529?s=20

ghost avatar Oct 24 '21 11:10 ghost

if this not allowed please remove it and sorry 🙏 In case someone is lazy , i made the modifications in the video and zipped the folder with the modification and upload it on mega, then follow the video from 7:00 or these handwritten steps : https://mega.nz/file/t4IFCQpB#Hk69-hiLtN57R1m1F7WDbe3150bj1QDMu_6wGLukV9A step 0 : remove WSA if you have it installed already or you will face error like me " Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. (Exception from HRESULT: 0x80073CF9)" step 0.5: enable Developer Mode on windows settings (Settings=>Privacy & security=>For developers) step 1 : download the zip and extract the folder on C:
step 2 : open powershell or Windows Terminal step 3 : copy and paste this "add-appxPackage -Register C:\WindowsSubsystemAndroid\AppxManifest.xml" step 4 : click on Start and search for the new WSA and run it , wait a bit and you will see a notification ''Google Play Protect is turned on'' step 5 : search for Play Store and run it step 5.5 : skip this if you have adb already installed and added on path and if you don't have adb already installed follow this step 5.6 : you need to install chocolaty from this chocolatey.org/install or copy and paste this in your powershell or terminal "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'))" step 5.7 : copy and paste this on Powershell or Windows Terminal "choco install adb" and reboot your terminal step 6 : copy and paste this on Powershell or Windows Terminal "adb connect 127.0.0.1:58526" Step 7 : copy and paste this on Powershell or Windows Terminal "adb shell" Step 8 : copy and paste this on Powershell or Windows Terminal "su" Step 9 : copy and paste this on Powershell or Windows Terminal "setenforce 0" now play store is fully operational and you can log in all the credit goes to ADeltaX peace ✌ ✌

Hey @spix18, Thanks for the help. I ran into some problems and this comment helped me! Now I have tweeted about this comment and method so that it can be helpful to others too! Hope you don't mind that! Here is the link to the tweet: https://twitter.com/RishabhGusain14/status/1452182954109718529?s=20

totally fine my brother im glad i could help you , at first i wanted to post it as youtube comments but my comments was getting delete every 20 seconds so i searched here for an appropriate issue to post it.

ps: if you can't log in to your apps using google account or have any logging or sign up issues , you might need to keep the root kernel with setenforce 0 until @ADeltaX provide us better final solution.

ps2 ; also if anyone like me who use android studio a lot , WSA works like charm its get detected like a physical device , we don't need that heavy emulator anymore!

spix18 avatar Oct 24 '21 12:10 spix18

if this not allowed please remove it and sorry 🙏 In case someone is lazy , i made the modifications in the video and zipped the folder with the modification and upload it on mega, then follow the video from 7:00 or these handwritten steps : https://mega.nz/file/t4IFCQpB#Hk69-hiLtN57R1m1F7WDbe3150bj1QDMu_6wGLukV9A step 0 : remove WSA if you have it installed already or you will face error like me " Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. (Exception from HRESULT: 0x80073CF9)" step 0.5: enable Developer Mode on windows settings (Settings=>Privacy & security=>For developers) step 1 : download the zip and extract the folder on C: step 2 : open powershell or Windows Terminal step 3 : copy and paste this "add-appxPackage -Register C:\WindowsSubsystemAndroid\AppxManifest.xml" step 4 : click on Start and search for the new WSA and run it , wait a bit and you will see a notification ''Google Play Protect is turned on'' step 5 : search for Play Store and run it step 5.5 : skip this if you have adb already installed and added on path and if you don't have adb already installed follow this step 5.6 : you need to install chocolaty from this chocolatey.org/install or copy and paste this in your powershell or terminal "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'))" step 5.7 : copy and paste this on Powershell or Windows Terminal "choco install adb" and reboot your terminal step 6 : copy and paste this on Powershell or Windows Terminal "adb connect 127.0.0.1:58526" Step 7 : copy and paste this on Powershell or Windows Terminal "adb shell" Step 8 : copy and paste this on Powershell or Windows Terminal "su" Step 9 : copy and paste this on Powershell or Windows Terminal "setenforce 0" now play store is fully operational and you can log in all the credit goes to ADeltaX peace ✌ ✌

Hey @spix18, Thanks for the help. I ran into some problems and this comment helped me! Now I have tweeted about this comment and method so that it can be helpful to others too! Hope you don't mind that! Here is the link to the tweet: https://twitter.com/RishabhGusain14/status/1452182954109718529?s=20

totally fine my brother im glad i could help you , at first i wanted to post it as youtube comments but my comments was getting delete every 20 seconds so i searched here for an appropriate issue to post it.

ps: if you can't log in to your apps using google account or have any logging or sign up issues , you might need to keep the root kernel with setenforce 0 until @ADeltaX provide us better final solution.

ps2 ; also if anyone like me who use android studio a lot , WSA works like charm its get detected like a physical device , we don't need that heavy emulator anymore!

well, Google login worked for me after setenforce 0 command and it's working as it is expected to be! Tho I am facing issues with some apps like I am not able to login to clubhouse or install some apps even with adb or some app crash but that's WSA's limitations probably and maybe we will get a solution for these issues too in future! Talking about prototypes and previews, absolutely amazingggg.

ghost avatar Oct 24 '21 13:10 ghost

if this not allowed please remove it and sorry 🙏 In case someone is lazy , i made the modifications in the video and zipped the folder with the modification and upload it on mega, then follow the video from 7:00 or these handwritten steps : https://mega.nz/file/t4IFCQpB#Hk69-hiLtN57R1m1F7WDbe3150bj1QDMu_6wGLukV9A step 0 : remove WSA if you have it installed already or you will face error like me " Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. (Exception from HRESULT: 0x80073CF9)" step 0.5: enable Developer Mode on windows settings (Settings=>Privacy & security=>For developers) step 1 : download the zip and extract the folder on C: step 2 : open powershell or Windows Terminal step 3 : copy and paste this "add-appxPackage -Register C:\WindowsSubsystemAndroid\AppxManifest.xml" step 4 : click on Start and search for the new WSA and run it , wait a bit and you will see a notification ''Google Play Protect is turned on'' step 5 : search for Play Store and run it step 5.5 : skip this if you have adb already installed and added on path and if you don't have adb already installed follow this step 5.6 : you need to install chocolaty from this chocolatey.org/install or copy and paste this in your powershell or terminal "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'))" step 5.7 : copy and paste this on Powershell or Windows Terminal "choco install adb" and reboot your terminal step 6 : copy and paste this on Powershell or Windows Terminal "adb connect 127.0.0.1:58526" Step 7 : copy and paste this on Powershell or Windows Terminal "adb shell" Step 8 : copy and paste this on Powershell or Windows Terminal "su" Step 9 : copy and paste this on Powershell or Windows Terminal "setenforce 0" now play store is fully operational and you can log in all the credit goes to ADeltaX peace ✌ ✌

Hey @spix18, Thanks for the help. I ran into some problems and this comment helped me! Now I have tweeted about this comment and method so that it can be helpful to others too! Hope you don't mind that! Here is the link to the tweet: https://twitter.com/RishabhGusain14/status/1452182954109718529?s=20

totally fine my brother im glad i could help you , at first i wanted to post it as youtube comments but my comments was getting delete every 20 seconds so i searched here for an appropriate issue to post it. ps: if you can't log in to your apps using google account or have any logging or sign up issues , you might need to keep the root kernel with setenforce 0 until @ADeltaX provide us better final solution. ps2 ; also if anyone like me who use android studio a lot , WSA works like charm its get detected like a physical device , we don't need that heavy emulator anymore!

well, Google login worked for me after setenforce 0 command and it's working as it is expected to be! Tho I am facing issues with some apps like I am not able to login to clubhouse or install some apps even with adb or some app crash but that's WSA's limitations probably and maybe we will get a solution for these issues too in future! Talking about prototypes and previews, absolutely amazingggg.

like i said before if you cant login/sign up to your apps you need to keep the root kernel , because it did happened to me and couldn't do anything until i put the root kernel again

spix18 avatar Oct 24 '21 18:10 spix18

Thanks everyone.

[image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 10/25/21, 12:15:44 AM

On Sun, Oct 24, 2021 at 11:25 PM spix @.***> wrote:

if this not allowed please remove it and sorry 🙏 In case someone is lazy , i made the modifications in the video and zipped the folder with the modification and upload it on mega, then follow the video from 7:00 or these handwritten steps : https://mega.nz/file/t4IFCQpB#Hk69-hiLtN57R1m1F7WDbe3150bj1QDMu_6wGLukV9A step 0 : remove WSA if you have it installed already or you will face error like me " Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. (Exception from HRESULT: 0x80073CF9)" step 0.5: enable Developer Mode on windows settings (Settings=>Privacy & security=>For developers) step 1 : download the zip and extract the folder on C: step 2 : open powershell or Windows Terminal step 3 : copy and paste this "add-appxPackage -Register C:\WindowsSubsystemAndroid\AppxManifest.xml" step 4 : click on Start and search for the new WSA and run it , wait a bit and you will see a notification ''Google Play Protect is turned on'' step 5 : search for Play Store and run it step 5.5 : skip this if you have adb already installed and added on path and if you don't have adb already installed follow this step 5.6 : you need to install chocolaty from this chocolatey.org/install or copy and paste this in your powershell or terminal "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'))" step 5.7 : copy and paste this on Powershell or Windows Terminal "choco install adb" and reboot your terminal step 6 : copy and paste this on Powershell or Windows Terminal "adb connect 127.0.0.1:58526" Step 7 : copy and paste this on Powershell or Windows Terminal "adb shell" Step 8 : copy and paste this on Powershell or Windows Terminal "su" Step 9 : copy and paste this on Powershell or Windows Terminal "setenforce 0" now play store is fully operational and you can log in all the credit goes to ADeltaX peace ✌ ✌

Hey @spix18 https://github.com/spix18, Thanks for the help. I ran into some problems and this comment helped me! Now I have tweeted about this comment and method so that it can be helpful to others too! Hope you don't mind that! Here is the link to the tweet: https://twitter.com/RishabhGusain14/status/1452182954109718529?s=20

totally fine my brother im glad i could help you , at first i wanted to post it as youtube comments but my comments was getting delete every 20 seconds so i searched here for an appropriate issue to post it. ps: if you can't log in to your apps using google account or have any logging or sign up issues , you might need to keep the root kernel with setenforce 0 until @ADeltaX https://github.com/ADeltaX provide us better final solution. ps2 ; also if anyone like me who use android studio a lot , WSA works like charm its get detected like a physical device , we don't need that heavy emulator anymore!

well, Google login worked for me after setenforce 0 command and it's working as it is expected to be! Tho I am facing issues with some apps like I am not able to login to clubhouse or install some apps even with adb or some app crash but that's WSA's limitations probably and maybe we will get a solution for these issues too in future! Talking about prototypes and previews, absolutely amazingggg.

like i said before if you cant login/sign up to your apps you need to keep the root kernel , because it did happened to me and couldn't do anything until i put the root kernel again

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ADeltaX/WSAGAScript/issues/1#issuecomment-950371426, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXJSH3BPMFUGHNT3ILOSDUIRFS3ANCNFSM5GRQ5HWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

fisforfaheem avatar Oct 24 '21 19:10 fisforfaheem

like i said before if you cant login/sign up to your apps you need to keep the root kernel , because it did happened to me and couldn't do anything until i put the root kernel again

Well, after being installed, where is the kernel file so we could replace it? I have found the virtual drive of the sdcard, but not the *.img or the kernel.

okibcn avatar Oct 24 '21 23:10 okibcn

like i said before if you cant login/sign up to your apps you need to keep the root kernel , because it did happened to me and couldn't do anything until i put the root kernel again

Well, after being installed, where is the kernel file so we could replace it? I have found the virtual drive of the sdcard, but not the *.img or the kernel.

please check @ADeltaX video on youtube at the very end

spix18 avatar Oct 25 '21 12:10 spix18

Thanks everyone. [image: Mailtrack] https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& Sender notified by Mailtrack https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality11& 10/25/21, 12:15:44 AM On Sun, Oct 24, 2021 at 11:25 PM spix @.***> wrote: if this not allowed please remove it and sorry 🙏 In case someone is lazy , i made the modifications in the video and zipped the folder with the modification and upload it on mega, then follow the video from 7:00 or these handwritten steps : https://mega.nz/file/t4IFCQpB#Hk69-hiLtN57R1m1F7WDbe3150bj1QDMu_6wGLukV9A step 0 : remove WSA if you have it installed already or you will face error like me " Deployment failed with HRESULT: 0x80073CF9, Install failed. Please contact your software vendor. (Exception from HRESULT: 0x80073CF9)" step 0.5: enable Developer Mode on windows settings (Settings=>Privacy & security=>For developers) step 1 : download the zip and extract the folder on C: step 2 : open powershell or Windows Terminal step 3 : copy and paste this "add-appxPackage -Register C:\WindowsSubsystemAndroid\AppxManifest.xml" step 4 : click on Start and search for the new WSA and run it , wait a bit and you will see a notification ''Google Play Protect is turned on'' step 5 : search for Play Store and run it step 5.5 : skip this if you have adb already installed and added on path and if you don't have adb already installed follow this step 5.6 : you need to install chocolaty from this chocolatey.org/install or copy and paste this in your powershell or terminal "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'))" step 5.7 : copy and paste this on Powershell or Windows Terminal "choco install adb" and reboot your terminal step 6 : copy and paste this on Powershell or Windows Terminal "adb connect 127.0.0.1:58526" Step 7 : copy and paste this on Powershell or Windows Terminal "adb shell" Step 8 : copy and paste this on Powershell or Windows Terminal "su" Step 9 : copy and paste this on Powershell or Windows Terminal "setenforce 0" now play store is fully operational and you can log in all the credit goes to ADeltaX peace ✌ ✌ Hey @spix18 https://github.com/spix18, Thanks for the help. I ran into some problems and this comment helped me! Now I have tweeted about this comment and method so that it can be helpful to others too! Hope you don't mind that! Here is the link to the tweet: https://twitter.com/RishabhGusain14/status/1452182954109718529?s=20 totally fine my brother im glad i could help you , at first i wanted to post it as youtube comments but my comments was getting delete every 20 seconds so i searched here for an appropriate issue to post it. ps: if you can't log in to your apps using google account or have any logging or sign up issues , you might need to keep the root kernel with setenforce 0 until @ADeltaX https://github.com/ADeltaX provide us better final solution. ps2 ; also if anyone like me who use android studio a lot , WSA works like charm its get detected like a physical device , we don't need that heavy emulator anymore! well, Google login worked for me after setenforce 0 command and it's working as it is expected to be! Tho I am facing issues with some apps like I am not able to login to clubhouse or install some apps even with adb or some app crash but that's WSA's limitations probably and maybe we will get a solution for these issues too in future! Talking about prototypes and previews, absolutely amazingggg. like i said before if you cant login/sign up to your apps you need to keep the root kernel , because it did happened to me and couldn't do anything until i put the root kernel again — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub <#1 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIRXJSH3BPMFUGHNT3ILOSDUIRFS3ANCNFSM5GRQ5HWQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

I think we can close this issue now!, @FahimFBA??

ghost avatar Oct 26 '21 13:10 ghost

Any new progress? and updateS?

fisforfaheem avatar Jan 10 '22 20:01 fisforfaheem