running android apps with anbox on linux and pinephone
WIP
introduction
TODO:
pre installation
check if kernel modules are installed
modprobe -a binder-linux ashmem-linux
if they are not, install them with:
modprobe -a binder-linux ashmem-linux
installation
download from AUR, i use trizen for that. package linux-zen-anbox included kernel modules if you already have them you dont need to install it.
trizen -S linux-zen-anbox
trizen -S anbox-image-houdini-rooted
trizen -S anbox-git
configuration
install an app
encountered error
i got an unexpected error in the AUR public key is unknown when clone the git repostory, i solved it by using following commands
pacman-key --refresh-keys
gpg --keyserver keys.gnupg.net --recv-keys KEYNUMBER