You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Android 8.0 internal WinSCP "checksum sha-1 file" works. On Android 13 sd card it simply says "no read permissions".
*Internal not yet tested.
*Not yet debugged or looked into.
Expected:
It should work as on Android 8.0.
Further info:
Looks like CmdHASH (which is one of the ones I didn't work on previously for scoped storage) needs scoped storage implemented. File use here is a problem because of File.canRead() since scoped storage doesn't like this use and so it won't be able to. Because of the code setup, it fails to continue past there.
Update:
Checksum is now implemented. Will soon be added to #205.
The text was updated successfully, but these errors were encountered:
Xavron
changed the title
checksum no read permissions with Android 13 sd card
[bug] checksum no read permissions with Android 13 sd card
Dec 25, 2023
Xavron
changed the title
[bug] checksum no read permissions with Android 13 sd card
[bug] checksum not yet fixed for scoped storage
Apr 27, 2024
Problem:
On Android 8.0 internal WinSCP "checksum sha-1 file" works. On Android 13 sd card it simply says "no read permissions".
*Internal not yet tested.
*Not yet debugged or looked into.
Expected:
It should work as on Android 8.0.
Further info:
Looks like CmdHASH (which is one of the ones I didn't work on previously for scoped storage) needs scoped storage implemented. File use here is a problem because of File.canRead() since scoped storage doesn't like this use and so it won't be able to. Because of the code setup, it fails to continue past there.
Update:
Checksum is now implemented. Will soon be added to #205.
The text was updated successfully, but these errors were encountered: