WSA-Community / WSAGAScript

Scripts to install Google Apps into a WSA image. Plus optional root
The Unlicense
3.58k stars 3.53k forks source link

Not logging into Google Services #271

Open berksedatk opened 2 years ago

berksedatk commented 2 years ago

I tried my sheer best to fix this issue, tried #213 and many more but it doesnt wanna work, the steps i took are theese:

Reinstalling with the #213

I think my version of VSA is the issue here, i really dont know if its the issue but i am using everything on latest including VSA and OpenGapps, VSA seems to be android 11 and OpenGapps seems to be android 12. This might be the reason why google services does not work on my installation. However it might be just my stupitidy, I really cant tell whats the issue here since i couldnt find anyone else having the same exact issue i have. Other people either have the verify screen which i never got i just got a notification, and when i clicked on the notif i think it quickly tries to open google services but it crashes? basically nothing happens.

Main issue could be the version of google services im using, is there any way i can modify the versions of the Gapps im using to match with VSA Android 12 and WSAGAScript?

RunTheBot commented 2 years ago

Same problem

With the kernel file WSA won't boot

syrm commented 2 years ago

Same problem, and without the kernel root we cant logged in gapps :-)

kaiba4786 commented 2 years ago

Same problem, cant logged in gapps :-)

WindowsSubsystemForAndroid 2209.40000.26.0

Cubuss commented 2 years ago

Same issue anyone have a working kernel?

alfu32 commented 1 year ago

same here WindowsSubsystemForAndroid 2209.40000.26.0

vmd1 commented 1 year ago

I tried using MindTheGapps instead of OpenGapps and it worked fine for me.

vmd1 commented 1 year ago

Try using https://github.com/LSPosed/MagiskOnWSALocal (It uses this script) Just execute these commands (in wsl) Make a folder in your C:/ drive called WSA sudo mkdir /mnt/c/WSA Navigate to the folder WSA in your C:/ drive: cd /mnt/c/WSA git clone https://github.com/LSPosed/MagiskOnWSALocal.git bash ./scripts/run.sh Click enter for all the options but when it asks about compression format. For that, select No. Then, once its done cd ./output/ && explorer.exe . Click the folder in there. Right-click Run.bat and select Run as administrator.

Jony321 commented 1 year ago

Try using https://github.com/LSPosed/MagiskOnWSALocal (It uses this script) Just execute these commands (in wsl) Make a folder in your C:/ drive called WSA sudo mkdir /mnt/c/WSA Navigate to the folder WSA in your C:/ drive: cd /mnt/c/WSA git clone https://github.com/LSPosed/MagiskOnWSALocal.git bash ./scripts/run.sh Click enter for all the options but when it asks about compression format. For that, select No. Then, once its done cd ./output/ && explorer.exe . Click the folder in there. Right-click Run.bat and select Run as administrator.

It's work for me, thanks! It's a pity that so much time was wasted with no result.

plato79 commented 1 year ago

I'm really not sure about this, but that repository marked as malicious some time ago AFAIR. That's why I switched to this repository.

Please correct me if I'm wrong.

Jony321 commented 1 year ago

I'm really not sure about this, but that repository marked as malicious some time ago AFAIR. That's why I switched to this repository.

Please correct me if I'm wrong.

It's interesting for me too. I'm only checked owner account and noticed that isn't one-day user. Where are you know about "repository marked as malicious", can you give a link?

plato79 commented 1 year ago

After exploring this it seems there is a different kind of story.

As I said I was using that repo previously. It did give Play Store but it had some problems and sometimes entire WSA became unusable ( the applications stopped working etc ).

Then I saw in tech news that there is a malicious repository providing Google Play Store, so I went back to the check magisk repository to see if there are any issues posted, and saw it was disabled completely. I thought that it's disabled because it was malicious. But it seems that's not so.

Because of the working model of magisk in the past ( it used github actions ), it caused problems to repository owner. So they changed the repository from https://github.com/LSPosed/MagiskOnWSA to https://github.com/LSPosed/MagiskOnWSALocal to prevent this.

TL;DR Feel free to use that repository. My mistake :)

Jony321 commented 1 year ago

Thank you for reassuring me))