- Anbox – Main site
https://github.com/anbox/anbox - Anbox – User guide
https://docs.anbox.io/index.html - Linux – Android binderfs
https://people.kernel.org/brauner/android-binderfs - Linux – Android binderfs
https://www.kernel.org/doc/html/latest/admin-guide/binderfs.html - Anbox – Android Image
https://build.anbox.io/android-images/2018/07/19/ - Anbox – Arch Wiki
https://wiki.archlinux.org/index.php/Anbox - Anbox – How To Install Google Play Store And Enable ARM (libhoudini) Support, The Easy Way
https://www.linuxuprising.com/2018/07/anbox-how-to-install-google-play-store.html - Debian – Build Kernel Package
https://wiki.debian.org/BuildADebianKernelPackage - Mobian – Anbox systemd files
https://wiki.mobian-project.org/doku.php?id=anbox - Mobian – Anbox fails to start
https://gitlab.com/mobian1/issues/-/issues/63
/lib/systemd/system/anbox-container-manager.service
#ExecStartPre=/sbin/modprobe ashmem_linux
#ExecStartPre=/sbin/modprobe binder_linux
# mount -t binder binder /dev/binderfs
# mknod /dev/binder c 250 1
# mount -t cpuset none /dev/cpuset
# mkdir /dev/cpuset/camera-daemon
# chmod 777 /dev/cpuset/camera-daemon
# touch /dev/cpuset/camera-daemon/tasks
# chmod 777 /dev/cpuset/camera-daemon/tasks
config
CONFIG_ASHMEM=y
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
# systemctl restart anbox-container-manager.service
$ systemctl --user start anbox-session-manager.service
$ /usr/bin/anbox session-manager