sp4rkie / debian-on-termux

HOWTO install plain Debian 10 (buster) on your non-rooted Android smartphone
GNU Lesser General Public License v2.1
413 stars 87 forks source link

How to install on external sdcard in android 10 ? i have root if needed #71

Closed abasgames closed 4 years ago

sp4rkie commented 4 years ago

Apps don't have filesystem level write access to external SD card except those using SAF APIs. Quote from official documentation, Termux doesn't have support for SAF:

Why does Termux have read-only access to the external SD card?

On recent Android versions, the write access to the external SD card is done over Storage Access Framework. It is not possible to provide it's API to the command line programs.

applications - How do I access $HOME/storage outside of Termux (with a file explorer)? - Android Enthusiasts Stack Exchange