Carey

Results 14 comments of Carey

Are there any open tasks waiting for the developer? Also, maybe switch our conversation language to Egnlish? I don't know Japanese and don't trust Google Translator.

Cool! Will it be open source? And if it's already open source, could you provide the link?)

Hi there! I already recompiled my kernel with config options mentioned above. Now, how can I achieve working anbox? `anbox session-manager` tells that `[session_manager.cpp:136@operator()] Failed to start as either binder...

``` Well, I guess no... $ pacman -Qs anbox local/anbox-git 1:r1213.c898810-1 Running Android in a container local/anbox-image-gapps 2018.07.19-15 Android image for running in Anbox, with OpenGApps and Houdini $ pacman...

Oh, i found `/var/lib/dkms` with anbox-modules. Removed it.

And, unfortunately, it does not work :( The same error

@TuxThePenguin0 @ipaucek4680 ``` $ ls /usr/lib/modules-load.d/anbox.conf ls: невозможно получить доступ к '/usr/lib/modules-load.d/anbox.conf': No such file or directory $ find /usr/lib/modules -name *ashmem* /usr/lib/modules/5.7.2-arch1-1/build/include/config/ashmem.h $ find /usr/lib/modules -name *binder* /usr/lib/modules/5.7.2-arch1-1/build/Documentation/admin-guide/binderfs.rst /usr/lib/modules/5.7.2-arch1-1/build/Documentation/admin-guide/binderfs.html...

> On my system I needed to add an fstab entry to mount the `binderfs` filesystem to `/dev/binder` before anbox would start. > Maybe the anbox out of tree modules...

Oh, i found the solution at kernel doc ``` $ sudo mkdir /dev/binderfs $ sudo mount -t binder binder /dev/binderfs $ anbox session-manager ``` And finally its alive!

> So what exactly I have to do to get anbox running on arch with kernel 5.7.4? Not sure if this works on 5.7.4, but on 5.7.2 you should go...