desktop-image icon indicating copy to clipboard operation
desktop-image copied to clipboard

fix: binder module not found

Open jardon opened this issue 1 year ago • 6 comments

the anbox-modules has been deprecated and archived. this moves to the intree binder module

Potentially closes https://github.com/Vanilla-OS/vanilla-system-operator/issues/112

jardon avatar Oct 03 '24 15:10 jardon

saving this for later

https://docs.kernel.org/admin-guide/binderfs.html

jardon avatar Oct 04 '24 11:10 jardon

args = Namespace(log='/var/lib/waydroid/waydroid.log', details_to_stdout=False, verbose=False, quiet=False, 
wait_for_init=False, action='init', images_path='/var/lib/waydroid/images', force=False, 
system_channel='https://ota.waydro.id/system', vendor_channel='https://ota.waydro.id/vendor', rom_type='lineage', 
system_type='VANILLA', cache={}, work='/var/lib/waydroid', config='/var/lib/waydroid/waydroid.cfg', sudo_timer=True, 
timeout=1800, logfd=<_io.TextIOWrapper name='/var/lib/waydroid/waydroid.log' mode='a+' encoding='UTF-8'>, 
arch='x86_64', system_ota='https://ota.waydro.id/system/lineage/waydroid_x86_64/VANILLA.json', 
vendor_type='MAINLINE', vendor_ota='https://ota.waydro.id/vendor/waydroid_x86_64/MAINLINE.json')

jardon avatar Oct 04 '24 12:10 jardon

it looks like for modules, we could either run this helper or just write a short script to do what that helper script does

jardon avatar Oct 04 '24 12:10 jardon

built in debian binder module doesn't work, this pr wouldn't really fix anything

axtloss avatar Oct 04 '24 17:10 axtloss

Can you be more specific about how it doesn't work?

I'm not saying that you're wrong. I haven't been able to get waydroid working at all on vanilla so I can't exactly verify. So I'm just going off of if it loads and what waydroid does to configure on Debian

jardon avatar Oct 04 '24 18:10 jardon

It simply doesn't work, it shows as loaded but does not do anything. Either way, I am reworking the way waydroid works, I dont see why we should put more effort intofixing an inherently broken way of doing it

axtloss avatar Oct 04 '24 20:10 axtloss

Can we close this since the plan is to have a sysext?

mirkobrombin avatar Dec 13 '24 08:12 mirkobrombin