anbox-playstore-installer
anbox-playstore-installer copied to clipboard
Install script that automates installation of googles playstore in anbox
When running the Play Store the first (after having granted it and Play Services all possible permissions), I click "Sign in". It has no effect and I see the following...
Ideally, there should be a way to reinstall Google Play Store offline without downloading files and extracting archives again. Some times ago, I modified the script in this way, maybe...
When installing it through ./install-playstore.sh It does it but then comes up with this message "Overlay no enabled ! Please check error messages!" I don't know how to fix this....
Not sure if I should report here but after installed houdini using the script provided, i was able to get WhatsApp working. However when it gets to point of sending...
Save link where Firefox doesn't warn insecure
`line 164: /etc/systemd/system/anbox-container-manager.service.d/override.conf: Permission denied`
Install Anbox. ```diff + sudo apt install anbox + sudo apt install android-tools-adb + sudo apt install lzip ``` 1st attempt error: ```diff + wget -O - https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh | bash...
It failed silently with /snap/bin out of PATH.
Runed the script successfully, restarted the anbox, but there is no Google Store among Apps. Any solution?
Fixes #76
./install-playstore.sh: line 155: /etc/systemd/system/anbox-container-manager.service.d/override.conf: No such file or directory Any ideas why this might be breaking? ``` wget https://raw.githubusercontent.com/geeks-r-us/anbox-playstore-installer/master/install-playstore.sh chmod +x install-playstore.sh ./install-playstore.sh 1 ✘ ./install-playstore.sh: line 155: /etc/systemd/system/anbox-container-manager.service.d/override.conf:...