From 05cee8ada44126596f1cf56247fe5b9efd547b70 Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 15 Jun 2018 15:59:04 +0000 Subject: [PATCH] Added a comment --- ...8_a2bafe08ff3e7a236ba560dafc9c4d85._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/forum/Dealing_with_crippled_Android_file_system/comment_8_a2bafe08ff3e7a236ba560dafc9c4d85._comment diff --git a/doc/forum/Dealing_with_crippled_Android_file_system/comment_8_a2bafe08ff3e7a236ba560dafc9c4d85._comment b/doc/forum/Dealing_with_crippled_Android_file_system/comment_8_a2bafe08ff3e7a236ba560dafc9c4d85._comment new file mode 100644 index 0000000000..87faebd6c2 --- /dev/null +++ b/doc/forum/Dealing_with_crippled_Android_file_system/comment_8_a2bafe08ff3e7a236ba560dafc9c4d85._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="andrew" + avatar="http://cdn.libravatar.org/avatar/acc0ece1eedf07dd9631e7d7d343c435" + subject="comment 8" + date="2018-06-15T15:59:04Z" + content=""" +Oh, Awesome, thanks! Great find. I'll write out some of the things I have tried: + +Create a text file called `hi.txt` from Termux in `/data/data/com.termux/files/home` AKA `$HOME`. Launch `Turbo Editor` enable `Use the Storage Access Framework` in Preferences menu. Click `Open a file` | `Open from` `Termux`, click `hi.txt`, edit file, save. Now I can see changes in Termux. Nice. + +From Termux create a new soft link, `cd`, `ln -s hi.txt hilink.txt`, then in Turbo Editor I can see both files, I can edit and save either, and see changes correctly in Termux. + +I wasn't able to find the Termux `$HOME` folder in any File Manager I tried, nor any Gallery App. + + + + +"""]]