-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
How to write on sd card #2082
Comments
Writing to external removable sd card and USBs is not officially supported by Android with shell commands and is only supported with SAF. It may work on some devices, but not all. You can't do anything to change that without root. |
probably it is restricted in read only but with full write access to it's app directory Normal command line applications won't be able to write in external storage completely but Android apps can have full access into it with full write permissions You can see more at |
Ok, thank you very much, the sd card if you allow executables, the rare thing is that the application folder (com.termux) does not allow them |
@Yisus7u7 Access to your external data should be possible by Steps: Deny and Allow in the Android Storage Setup for the Termux app. This is actually made by |
@xeffyr @wmcb-tech
Hello, and accessed my sd card from termux (no root), the sd card supports executables and this would be of great help to me, but termux can not write files on it, gives you permission denied, can I fix it?
The text was updated successfully, but these errors were encountered: