Soul Inferno DE

Results 91 comments of Soul Inferno DE

The only solution for users are now like this i guess: ``` wget -O remove_ashmem.patch https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/patch/?id=721412ed3d819e767cac2b06646bf03aa158aaec interdiff -q remove_ashmem.patch /dev/null > enable_ashmem.patch patch -p1 -i enable_ashmem.patch ``` Which revert patches...

I'd say try to redesign ashmem and use memfd instead if it will be possible. Whats about the Android kernel is beeing optimized for Linux compatibility. Ggle wrote something years...

Did you tried this solution yet? https://github.com/anbox/anbox/issues/904#issuecomment-682968442 For the binder "FALSE" you could try this: https://github.com/anbox/anbox-modules/issues/49#issuecomment-798691676

I know it's old but i guess this could be the fix for it for anyone who has also playpack troubles: `cd /var/snap/anbox/common/rootfs-overlay/system/etc` `sudo wget https://raw.githubusercontent.com/anbox/anbox/master/android/media/media_codecs.xml` `sudo wget https://raw.githubusercontent.com/anbox/anbox/master/android/media/media_codecs_google_audio.xml` `sudo...

Do not try to compile the modules for newer kernels as it is not possible anymore. Instead you need to compile THE KERNEL itself with the modules options enabled in...

https://github.com/anbox/anbox-modules/issues/92#issuecomment-1090487224

Do not try to compile the modules for newer kernels as it is not possible anymore. Instead you need to compile THE KERNEL itself with the modules options enabled in...

> Working fork for 5.10 thru 5.15 @SoulInfernoDE @jgxjgx > > https://github.com/choff/anbox-modules/ Its the way it should not be done anymore. It has been removed as a external function for...

So okay im writing down how i am trying to fix the issue for me. (12.03.21 - i reviewed the procedure after some testing.) [New edit: successfully compiled and tested!...

Hello all, i tried to compile the kernel like mentioned before but its more trial and error and guessing. I try to learn and understood linux and all the compiling...