-
-
Notifications
You must be signed in to change notification settings - Fork 89
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Process completed (signal 9) - press Enter] #110
Comments
for now, I don't have any android 12 devices to recreate this issue |
Thank you in advance! I can start vnc and start udroid, but it is matter of seconds when android kicks in and kill Termux. So, I can start udroid v3 for a minute or max 2 min (yesterday) and then Android shuts me down. Anyway, udroid v3 looks nice. I could not test it longer than 2 min., but first look 5+, like it very much! Great work! Thanks! |
Thanks, @v8karlo for now, I can't do anything cause I can't run udroid in the android emulator and ONE UI 4.0 for my device releases this year may also,
Don't worry this is soo new to everyone I guess solutions come soon! |
My regards to you! Karlo! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
SOLUTION for Android 12 users It is not only termux affected with it, but lots of other apps from third party's and play store, and programmers don't have a clue why their apps won't work anymore and spending lots of time in debugging their apps not knowing that it is not their fault leaving them with apps which don't work with Android 12 update. You can follow debate over this virus? On the page Page where it is explained how to disable it by trick Phantom process killing has initial setting of 32. Goal is to set it for max processes Max INT 2147483647, which it will never reach, you won't disable it but cheat it! Start adb shell over the PC or wifi Disable phantom process killing adb shell "/system/bin/device_config put activity_manager max_phantom_processes 2147483647" adb shell "/system/bin/device_config set_sync_disabled_for_tests persistent; /system/bin/device_config put activity_manager max_phantom_processes 2147483647" Re-enable device config sync - before next update on phone, it is unknown will it conflict with the updating phone so re-enable before updating phone adb shell "/system/bin/device_config set_sync_disabled_for_tests none" Check device config sync mode stored in settings adb shell "/system/bin/settings get global device_config_sync_disabled" |
After disabling phantom process killing termux works just fine and I am using Ubuntu as usual. V3 looks pretty good, but I am still using V2 because of stabillity. Good work., hope you continue with this amazing project! |
for now, I am busy with a lot of external works
|
You are doing great job! Karlo! |
With the phantom process killing they are actually targeting people like us, intentionally! They don't wanna see Linux or similar on phones and will try to disable projects like this. But selling apps over play store is the way for them to go. |
I just love this project and I am using Ubuntu on phone a lot! Combining Samsung DEX and Linux udroid is very powerful, and I didn't use my laptop for over 2 months now. Didn't needed it. Have everything on my phone! Just amazing! |
Thanks
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I installed udroid v3 xfce and it looks nice.
Using vnc as output.
Today I had phone update and now updated to Android 12 UI 4.0
And guess what?
Android keeps terminating Termux
[Process completed (signal 9) - press Enter]
It is Android related thing with
max_phantom_processes limited to 32
And I am unable to use Termux any time soon on my phone!
Not only me, anyone who upgrade to Android 12 won't be able to use Termux!
The whole article can be read here:
https://gist.github.com/agnostic-apollo/dc7e47991c512755ff26bd2d31e72ca8#commands-to-disable-phantom-process-killing-and-tldr
If anyone have solution or can help, please do so!
I like the udroidV3!
Please help!
The text was updated successfully, but these errors were encountered: