Last active
February 12, 2023 19:06
-
-
Save Vince1171/69cdcb2e90f2c70e3ee24de93da8caac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
check if exist | |
/dev/anbox-binder | |
if it doesn't, anbox-binder don't work | |
sudo apt install anbox-ubuntu-touch | |
sudo wget -q --show-progress -O /home/phablet/anbox-data/android.img http://cdimage.ubports.com/anbox-images/android-armhf-64binder.img | |
touch /home/phablet/anbox-data/.enable | |
chmod -R o+wrx /home/phablet/anbox-data/data | |
sudo start -q anbox-container | |
"personnaly this one fail | |
start -q anbox-session | |
reboot, wait 2 minutes the reboot again |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment