hello friends recently i decided to try using android with qubes and i found this
https://groups.google.com/g/qubes-users/c/HGAT6DmuQkM/m/VfcoTKwbDAAJ
guide so far i had no real issues i couldn’t figure out by my self but i’m stuck at the part regarding adding the xen compatibility parameters to the kernel if anyone has experience with android compiling or if you allready tried it and figured it out/ there’s something that i’m missing any help’s appreciated
there’s also a bit of android-x86 docu but it wasen’t too helpful
https://www.android-x86.org/documentation/customize_kernel.html
just to be a bit more spesific this is where i’m stuck
BlockquoteConfigure kernel:
make -C kernel O=$OUT/obj/kernel ARCH=x86 menuconfig
You need to edit these parameters:
XEN=yes
XEN_BLKDEV_BACKEND=yes
XEN_BLKDEV_FRONTEND=yes
XEN_NETDEV_BACKEND=no
XEN_NETDEV_FRONTEND=no
SECURITY_SELINUX_BOOTPARAM=yes
SECURITY_SELINUX_BOOTPARAM_VALUE=1
SECURITY_SELINUX_DISABLE=yes
DEFAULT_SECURITY_SELINUX=yes
so obviously i have to put those parameters somewhere
i’ve spend quite a while digging into the kernel files and lots of different configs but i can’t seem to find what’s right
maybe there’s something i’m missing
idk i’m using good old debian 10 i tried listing everything with ls -a which shouldshow all config files starting with .
i tried looking at temporary obj dir
and it’s a mess
i tried using vim and nano and idk
maybe there is something i’m missing maybe i did something wrong
no gapps… i do plan on installing gapps after first making sure everything works
because i obviously did my research into the matter and from what it seems gapps can cause issues
so…
also i wen with android oreo…
but again that’s a test run first android install
later i’d update add gapps and so on