Open abbud666 opened 5 months ago
Hey, this project has been dormant /dead for quite some time, yea?..
EDIT: Plus, this looks like all proot things for non-rooted devices; so not very interesting, except running on TVs, or something like that? :o aanyway 🙂
What are the outputs?
First, be sure that the new proot binary is marked as executable since the "x" bit doesn't survive HTTP download.
Then, because Andoid does not provide a world-writable /tmp, you have to tell PRoot to use a pre-extracted loader:
where proot-arm-loader can be extracted from the proot-arm binary this way:
These constants were obtained using
sorcery^W readelf:Also, keep in mind that GNURoot provides a extended version of PRoot that emulates hard links, so even if it seems to work with a "vanilla" version, you migth run into troubles when installing some packages:
Regards, Cédric.
PS: @pelya already updated PRoot in Debian noroot (https://github.com/pelya/cuntubuntu/commit/521822d31492004cbfb7aa1839eb07434af1c53e), however I don't know if it is released yet.
Originally posted by @cedric-vincent in https://github.com/corbinlc/gnuroot/issues/33#issuecomment-65198338