Page 3 of 3

Re: sdcard2 not writable on Tablet

Posted: 2019-03-24, 07:15 UTC
by ghisler(Author)
This is currently not supported, but should be doable in principle. It will be hard to implement because I don't currently have any pre 4.4 devices with SD Card slot. :(

Re: sdcard2 not writable on Tablet

Posted: 2020-09-02, 05:25 UTC
by DrShark
DrShark wrote: 2019-03-19, 11:46 UTCOn TC4A 3.0 beta 3 creation of new text file (also UTF-8) works fine on my Android 4.3.1 device, thanks for this fix!
ghisler(Author) wrote: 2019-03-20, 08:44 UTC Great, thanks for letting me know! Indeed I'm calling the special sd-card function I use when copying files (but don't write to the file) when the function via File API fails.
I just found that new file creation also works on external SD Card of Android 4.3.1 device even if its path starts with /extsd/*, while other write operations, like save file in TC Editor/Copy/Move only work if its path starts as /storage/extsd/* (that's how it looks in Home folder). I think it's a sign that it's possible to do all the write operations for it if its path starts with /extsd/*.
(archive creation still doesn't work on external SD no matter how its path starts).

Re: sdcard2 not writable on Tablet

Posted: 2020-09-13, 15:39 UTC
by DrShark
In addition, the "Resume" functions, which appears in Overwrite dialog when e.g. copying/downloading a file from WebDAV plugin, doesn't work if to copy some file from plugin to external SD of Android 4.3.1 device, even if extsd path is /storage/extsd/, where most of TC's write operations work fine.
So if copying from plugin to /storage/extsd/ goes fine, the file appears in /storage/extsd/.
If Resume is required, on try to use it, immediately error happens:

Code: Select all

---------------------------
Cannot copy or move file!
---------------------------
///WebDAV/AndroidDeviceName/dir/file.ext
---------------------------
Cancel   OK   
---------------------------