AndronixApp / AndronixOrigin

This is the official repository for the back end of the Andronix app 🚀. Here you can know all the scripts you're installing 😎
https://andronix.app
MIT License
1.65k stars 310 forks source link

Modded Manjaro crashes #146

Open gurkenhobel opened 2 years ago

gurkenhobel commented 2 years ago

My setup: Samsung Galaxy Note 20 Android 12 Dex

The system works flawless for a few minutes, then crashes Screenshot_20220516-183225_Termux

This happens in VNC & XSDL. Any ideas? I can provide more info, just tell me what you need

fahadbr commented 2 years ago

same is happening to me on my galaxy s22 ultra

sirkev commented 2 years ago

Which them are you using? It looks amazing

gurkenhobel commented 1 year ago

thats termux + samsung dex, no andronix, this shows my attempt of running it

subdee commented 1 year ago

~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.