Search Criteria
Package Details: linux-zen-anbox-docs 5.11.zen1-1
Git Clone URL: | https://aur.archlinux.org/linux-zen-anbox.git (read-only, click to copy) |
---|---|
Package Base: | linux-zen-anbox |
Description: | Documentation for the Linux ZEN kernel |
Upstream URL: | https://github.com/zen-kernel/zen-kernel/commits/v5.11-zen1 |
Keywords: | anbox android kernel |
Licenses: | |
Submitter: | Hattshire |
Maintainer: | Hattshire |
Last Packager: | Hattshire |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-08-12 00:40 |
Last Updated: | 2021-02-16 19:12 |
Dependencies (14)
- bc (bc-gh) (make)
- cpio (cpio-git) (make)
- git (git-git) (make)
- graphviz (make)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-full, imagemagick-fftw) (make)
- kmod (kmod-nc, kmod-git, kmod-minimal-git) (make)
- libelf (elfutils-git, libelf-minimal-git) (make)
- pahole (pahole-git) (make)
- perl (perl-git) (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
- python-sphinx_rtd_theme (make)
- tar (tar-libarchive, tar-git, tar-parallel) (make)
- xmlto (xmlto-git) (make)
- xz (xz-git, xz-static-git) (make)
Latest Comments
alireza6677 commented on 2021-02-28 11:31
Anbox works on the linux-zen 5.11.2-zen1 official package, but it needs the 'dev-binderfs.mount' file. Otherwise, it won't start.
You need to copy 'dev-binderfs.mount' (it's in the sources above) and copy it to '/usr/lib/systemd/system/dev-binderfs.mount'
Then run these commands:
sudo systemctl enable dev-binderfs.mount
sudo systemctl start dev-binderfs.mount
sudo systemctl restart anbox-container-manager.service
Now Anbox should run just fine.
(EDIT: Do this at your own risk) (EDIT 2: I installed anbox from 'archlinuxcn' repo. Your anbox installation might not need this)
BuzzTheGamer23 commented on 2021-02-12 20:01
I read the config, and it compiles the binder and ashmem modules into the kernel instead of as modules, so you don't have to load them to run Anbox. And modprobing them doesn't work because they are not in the modules folder, they are built into the kernel.
TheHighGroundWin commented on 2021-02-09 14:03
thisischrys no it doesn't add them back in. Just installed after several hours and those modules don't seem to be there. something was added into grub but anbox still wasn't working
thisischrys commented on 2021-02-07 12:48
Hi,
I heard that Zen removed these modules by default. Does thie package add them back in?
Couldn't find a readme anywhere.