AndronixOrigin
AndronixOrigin copied to clipboard
Modded Manjaro crashes
My setup: Samsung Galaxy Note 20 Android 12 Dex
The system works flawless for a few minutes, then crashes
This happens in VNC & XSDL. Any ideas? I can provide more info, just tell me what you need
same is happening to me on my galaxy s22 ultra
Which them are you using? It looks amazing
thats termux + samsung dex, no andronix, this shows my attempt of running it
~I get the same issue on my Samsung Galaxy S7, using Termux & VNC. Everything seems fine and then it crashes, same error as above.~
So the issue is with termux processes being killed by Android 12. There is an adb command to disable detection of phantom processes. It is all reported here: https://github.com/termux/termux-app/issues/2366
Essentially, you have to run this: adb shell settings put global settings_enable_monitor_phantom_procs false
It solved the issue for me at least.