Djhg2000
Djhg2000
That's not really what I expected, I guess Arch doesn't have the same paths as Debian for the current kernel config. Does `ls /boot/config*` give you anything?
According to ArchWiki there might be a config stored in `/proc/config.gz`, can you check if that file exists? Other than that all I can think of is `find /boot |...
Ah, then the command you want is `zcat /proc/config.gz | grep BINDER`.
Looks like you have the binder module but no default devices, which I think should be fine. I'll do some more digging and see if I can come up with...
No worries :) I can't figure out why Waydroid seems to fail to create the binder devices when you have `CONFIG_ANDROID_BINDERFS=y` in the kernel config, does the directory `/dev/binderfs` exist...