Andrés Gallardo

Results 6 comments of Andrés Gallardo

> Was having the issue with it not working because -> ` zenity: symbol lookup error: /usr/lib/libwebkit2gtk-4.0.so.37: undefined symbol: gst_codec_utils_caps_get_mime_codec` So I thought I'd search for a zenity fork and...

> That's an Arch package. How do we use that? If you have pacman you can clone the aur package (or use an aur helper), check for dependencies, then run...

It should be working now as CONFIG_KUSER_HELPERS is set to y in both arm and arm64 (I also run cargo with no problems)

Currently I don't have enough time to test this out but once I can, I'll let you know :)

``` (000286) [23:49:07] % modprobe binder_linux devices="anbox-binder,anbox-vndbinder,anbox-hwbinder" (000286) [23:49:07] % modprobe -q ashmem_linux (003350) [23:49:07] % chmod 666 -R /dev/anbox-binder (003350) [23:49:07] % chmod 666 -R /dev/anbox-vndbinder (003350) [23:49:07] %...

Ok so I found out that probably this is caused to missing kernel modules `ashmem` and `binder`. It works on lenovo chromebook duet with custom build with these modules enabled....