Skip to content

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

Closed
v8karlo opened this issue Jan 26, 2022 · 12 comments
Closed

[Process completed (signal 9) - press Enter] #110

v8karlo opened this issue Jan 26, 2022 · 12 comments
Labels
documentation Improvements or additions to documentation pinned question Further information is requested

Comments

@v8karlo
Copy link

v8karlo commented Jan 26, 2022

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!

@v8karlo v8karlo added documentation Improvements or additions to documentation question Further information is requested labels Jan 26, 2022
@SaicharanKandukuri
Copy link
Member

for now, I don't have any android 12 devices to recreate this issue
I'll try to test this in virtual android 12 env

@v8karlo
Copy link
Author

v8karlo commented Jan 27, 2022

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.
As I can see, I am not the only one, all who upgraded to A12 have that issue with A12 and termux.
termux/termux-app#2366
(They are trying to kill Linux community, there is no money in free software, but I and many others paid for phone and can install on it what ever we want. It is criminal violation of user rights. They criplle our phones and render them uselles.)

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!

@SaicharanKandukuri
Copy link
Member

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, PhantomProcessRecord is acting a bit weird in my VM
sometimes it kills at ~40 child processes and sometimes it won't do anything even for 400+ processes
image

(They are trying to kill Linux community, there is no money in free software, but I and many others paid for phone and can install on it what ever we want. It is criminal violation of user rights. They criplle our phones and render them useless.)

Don't worry this is soo new to everyone I guess solutions come soon!
OpenSource projects find its way soon✌️

@v8karlo
Copy link
Author

v8karlo commented Jan 27, 2022

My regards to you!
Keep doing excellent work on Udroid!

Karlo!

@stale
Copy link

stale bot commented Feb 6, 2022

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.

@stale stale bot added the stale issue is inactive for long time label Feb 6, 2022
@SaicharanKandukuri SaicharanKandukuri added pinned and removed stale issue is inactive for long time labels Feb 6, 2022
@v8karlo
Copy link
Author

v8karlo commented Feb 10, 2022

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.
Great damage is done to that programmers which must rewrite their software in order to function with Android 12 update.
So, it is actually virus!
It is impossible to code right because phantom process killing can kill their app without warning any time.

You can follow debate over this virus? On the page
https://issuetracker.google.com/u/0/issues/205156966#comment37

Page where it is explained how to disable it by trick

https://gist.github.com/agnostic-apollo/dc7e47991c512755ff26bd2d31e72ca8#commands-to-disable-phantom-process-killing-and-tldr

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"

@v8karlo
Copy link
Author

v8karlo commented Feb 10, 2022

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!

@SaicharanKandukuri SaicharanKandukuri pinned this issue Feb 10, 2022
@SaicharanKandukuri
Copy link
Member

for now, I am busy with a lot of external works
V3 stable may take more time
but beta filesystem gets updated frequently with new fixes

like udroid mate beta v2

@v8karlo
Copy link
Author

v8karlo commented Feb 10, 2022

You are doing great job!

Karlo!

@v8karlo
Copy link
Author

v8karlo commented Feb 10, 2022

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.
There is no money in Linux for them!

But selling apps over play store is the way for them to go.

@v8karlo
Copy link
Author

v8karlo commented Feb 10, 2022

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!

@SaicharanKandukuri
Copy link
Member

Thanks

I'll keep on adding new things to the udroid project ✨

@RandomCoderOrg RandomCoderOrg locked and limited conversation to collaborators Feb 13, 2022
@SaicharanKandukuri SaicharanKandukuri converted this issue into discussion #117 Feb 13, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
documentation Improvements or additions to documentation pinned question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants