Android: issue adding the xen compatibility parameters to the kernel

Hi @icequbes1 can you explain how you got anbox installed and running? I cloned the debian 10 template into a standalone. Then changed it’s settings to HVM, raised ram to 2500MB. Ran snap install --devmode --beta anbox.

Then double clicked the Anbox application manager. It says loading, but then closes with no error. I then ran in terminal: anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity

Then I recieve error in terminal: Application manager service is not running yet

I googled around and saw I should run the following to check binder and ashmem.

sudo modprobe ashmem_linux
sudo modprobe binder_linux

the preceding commands both return ‘module not found in directory’.

But you say it’s already installed? Could you shine a light on what I may have missed here?

I did try to install them using apt and snap, and both say no valid packages found.

If it matters, in settings says I’m using kernal 5.4.136-1.fc25

Thank you.