Skip to content
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

Proot may not support MediaTek's helio A22 cpu #160

Closed
sunshinewithmoonlight opened this issue Feb 14, 2019 · 5 comments
Closed

Proot may not support MediaTek's helio A22 cpu #160

sunshinewithmoonlight opened this issue Feb 14, 2019 · 5 comments

Comments

@sunshinewithmoonlight
Copy link

I refer to the guide :
https://wiki.termux.com/wiki/Proot

When trying to proot, I get the following error:
root info: vpid 1: terminated with signal 11

I think that proot may not support MediaTek's helio A22 cpu till now. Right?

@sunshinewithmoonlight
Copy link
Author

The phone is Redmi 6A with MTK Helio A22 and Android 8.1 .

$ ./start-ubuntu.sh
proot info: vpid 1: terminated with signal 11

$ uname -a
Linux localhost 4.9.77+ #1 SMP PREEMPT Sat Dec 29 16:31:02 CST 2018 armv7l Android

Other things to say:
I have used redmi 4. It uses the Snapdragon 425 cpu and can run proot. The helio a22 is said to have been designed to counter the cpu of the Snapdragon 400 series. However, the instruction set of helio a22 may not be doing very well.

@oxr463
Copy link
Collaborator

oxr463 commented Feb 14, 2019

Greetings,

Termux has their own fork of PRoot (https://github.com/termux/proot), which has changes that have not been merged upstream here yet (See: termux/proot#22). If you are having an issue with the Termux variant, I suggest that you open an issue there first.

Alternatively, you could try downloading a static PRoot (https://github.com/proot-me/proot-static-build/tree/master/static), and testing with that. Keep in mind, that the latest builds are anywhere from 4 - 6 years old (See: #127).

Cheers,

@sunshinewithmoonlight
Copy link
Author

Greetings,

Termux has their own fork of PRoot (https://github.com/termux/proot), which has changes that have not been merged upstream here yet (See: termux/proot#22). If you are having an issue with the Termux variant, I suggest that you open an issue there first.

Alternatively, you could try downloading a static PRoot (https://github.com/proot-me/proot-static-build/tree/master/static), and testing with that. Keep in mind, that the latest builds are anywhere from 4 - 6 years old (See: #127).

Cheers,

Well, thank you very much.

@sunshinewithmoonlight
Copy link
Author

sunshinewithmoonlight commented Feb 17, 2019

I think I need to add the end of the story.

I used magisk, chroot and Linux deploy to solve this problem.

And now, I can use Julia language on Android 8. Cheers!

@oxr463
Copy link
Collaborator

oxr463 commented Feb 17, 2019

Awesome, glad to hear it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants