pelya / debian-noroot

Debian running on Android, without rooting your phone
https://play.google.com/store/apps/details?id=com.cuntubuntu
388 stars 70 forks source link

add submodule: proot-src-by-termux #37

Closed Uhucream closed 6 years ago

Uhucream commented 6 years ago

added proot source of termux's to fix the problem which prevent running apt-get on Android 6.0 or later devices by using link2symlink extension.

I tried running a proot binary which was built by z80oolong on my XPERIA Z5(Android 6.0), apt-get was running successfully.

Uhucream commented 6 years ago

By the way, to run this app on android 6.0 or later, we have to add termux's proot into root directory with "install -v -m 700 /location/to/download/proot /proot.link2symlink" command,and then comment out the "./proot -r ~" ,add "./proot.link2symlink --link2symlink" into the below row.