@dobey, can you point me to some guide on how to do the libertine container?
Posts made by oxwivi
-
RE: Where is Firefox?
-
RE: Installing additional Android app's in Anbox on Ubuntu Touch
@tomoqv said in Installing additional Android app's in Anbox on Ubuntu Touch:
To install apps from apk you need to do the following:
Copy the apk to /home/phablet/anbox-data/data
Login to android container on your phone:
lxc-console -ndefault -P /home/phablet/anbox-data/containers -t0cd into data/ then and use pm install [appname].apk
Sorry, I don't know how to do code formatting on this forum...
Sorry for reviving this old thread, but this method didn't work for me. I'm helping a friend with this because there's not enough space to install ADB; first the
lxc-console
command failed becausedefault was not running
, and I found withlxc-ls
the container is calledandroid
, but again the output wasandroid is not running
. I couldn't go to the next step ofpm install
.For context, the exact commands were:
$ sudo lxc-console -ndefault -P anbox-data/containers -t0 $ sudo lxc-ls --fancy $ sudo lxc-console -nandroid -P anbox-data/containers -t0