Skip to content

Instantly share code, notes, and snippets.

@Verevka
Last active October 6, 2020 19:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Verevka/94184714a6859bbdc824d00746d211fd to your computer and use it in GitHub Desktop.
Save Verevka/94184714a6859bbdc824d00746d211fd to your computer and use it in GitHub Desktop.
check if exist
/dev/anbox-binder
if it doesn't, anbox-binder don't work
mkdir /home/phablet/anbox-data
mkdir /home/phablet/anbox-data/data
sudo mount / -o remount,rw
sudo apt install anbox-ubuntu-touch android-tools-adb
sudo wget -q --show-progress -O /home/phablet/anbox-data/android.img https://www.dropbox.com/s/m6jo8st7v60ywfc/android.img?dl=1
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
Setup apk:
adb install /home/phablet/Downloads/name-of-your.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment