Simon Fels
Simon Fels
We should check if there are upstream fixes to ashmem and incorporate them into our modules.
This is unfortunate but if that is becoming policy in the Linux kernel only option will be to have binder build into your distro kernel which we already do for...
This is most likely because we're currently hardcoding a DPI value and using that to calculate the area use to allow resizing of the window. We need to start detecting...
Thanks for this! There is no license granted other than the GPLv3. So unless they have released the source code somewhere or hand it out on request this is a...
> And because the file system of the anbox's android image is Squashfs, I can't install busybox or anything else like updated framework into /system folder. I can't modify the...
I guess the problem here is that spread is installed from a snap and that spread binary can't access the lxc binary from the host as this is a general...
Thanks for the bug report! That you get ```cp /var/snap/anbox/common/data/system.log /tmp/tmp.0lVMS75QWq cp: cannot stat '/var/snap/anbox/common/data/system.log': No such file or directory``` is not a problem as the container never started up...
@pemartins1 Can you provide the output of `$ cat /var/lib/snapd/seccomp/bpf/snap.anbox.anbox.src` ?
What is notable on the container startup is that the `anbox-init.sh` process dies very quickly ``` lxc 20180601030112.553 NOTICE lxc_start - start.c:start:1428 - Exec'ing "/anbox-init.sh". lxc 20180601030112.714 NOTICE lxc_start -...
@UtkarshVerma @Fuseteam There is a new snap in the edge channel now (update with `snap refresh --edge --devmode anbox`) which has a command to get into the container without ADB....