Skip to content
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

[bug] checksum not yet fixed for scoped storage #188

Closed
Xavron opened this issue Apr 19, 2023 · 1 comment
Closed

[bug] checksum not yet fixed for scoped storage #188

Xavron opened this issue Apr 19, 2023 · 1 comment

Comments

@Xavron
Copy link

Xavron commented Apr 19, 2023

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.

@Xavron 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 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
@Xavron
Copy link
Author

Xavron commented Apr 28, 2024

Closing as pull request added commit for this 4cdd48e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant