ZhymabekRoman / Exagear-For-Termux

Non official modified version of Exagear for Termux and proot based environemnts - Anlinux, AndroNix, UserLand and etc. No root access required
GNU General Public License v2.0
175 stars 15 forks source link

how to acces external(host) sorage #14

Closed anwardad closed 2 years ago

anwardad commented 2 years ago

i was not able to create symbolic link to "/host-roots/sdcard" or "/host-roots/otg device address" how could i do that from within the container

ZhymabekRoman commented 2 years ago

Host internal memory: cd /storage/emulated/0/ Host external memory (SD card): cd /storage/*-* (on some devices this command may not works)

anwardad commented 2 years ago

no such file or directory 20220310_171314_rmscr

anwardad commented 2 years ago

i have managed to fix the problem by using user land asset x86-rootfs.tar.gz file its 900mb after installation but it had the /host-roots/sdcard link build in.

but on other topic i know this is not the scope of this project but is it possible to disable the x86 to arm translator to just run arm distros in a container (i planed to run raspberry pi OS) i know there is method on termux but on user land you only work on what they give you (alpin,Kali,Debian,Ubuntu and all run separately ) you could close this Issue

ZhymabekRoman commented 2 years ago

to disable the x86 to arm translator to just run arm distros in a container

If you have root use chroot or maybe Docker, if not use proot.