
Have you ever been stuck with just your phone on a bus or in a boring environment and all you could think of is getting right back to your Dev envi...
Some comments have been hidden by the post's author - find out more
For further actions, you may consider blocking this person and/or reporting abuse
nice
It's great and flexible so I have my distro on my android devices.
Oh yeah, it is.
Thank you for this. Ive been using linux for a long time on my PCs and servers but Android development is new for me. I'm working on Android 10. It's a Chinese release supporting a DAP, so Im extara lost.
Is Termux still confined to its own app space on Android 10 only when writing to the external card, or is the internal storage sandboxed as well?
Edit: typo
Termux isn't confined to its own app space.
The app-specific directory
/data/data/com.termux/files/
has unrestricted read and write access.Other storage (like
~/storage/shared/
) can still be accessed β with some restrictions.In Your Phone File Manager you can access the path as
External SD Card/Android/data/com.termux/files
which is linked with~/storage/external-1
in Termux. This is the path that Termux has full access with allRead
&Write
permision for External Storage.First run
termux-setup-storage
to get access of~/storage/external-1
Now you can create files by running.
touch ~/storage/external-1/hello-world.py
Check if file is created on External Storage or not in
External SD Card/Android/data/com.termux/files
I am also using Termux on
Android 10. The problem you are facing in not about Android 10.
Termux gives access to external storage with some limitations external storage like mirco sd card or usb storage you can read but cannot write to all files.
hello why in termux when using the command "bash mkdir black_city, here as an example" it shows that execute binary file, and in general, when trying to create anything, it shows that there is some kind of error with binary files
Tai niekas atsakymo neΕΎino?
What is?
Click on this link to message privately on telegram so you can receive my gift
ππππππππππππππππππ
t.me/Mr_thank_you_342
t.me/Mr_thank_you_342
t.me/Mr_thank_you_342
What's the main purpose of Termux