-
-
Notifications
You must be signed in to change notification settings - Fork 185
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
Saving files in custom data dir not working #1223
Comments
Can reproduce on pixel 6 with grapheneos. |
I guess that newly created directory has permission issue |
I wanted to use Synching so I changed the directory and lost all my files (I didn't have much but still..). I can't create new notes too. |
Getting this error message in saving the note in the custom directory
|
I think that this should be due to the permission of access of storage. I look at the list of permissions of Saber, and it does not contain such a permission, and thus this error is expected. |
I also have an issue with scoped permessions. Saber doesn't ask for the permission to access the custom folder on my galaxy tab S6 lite. I also wanted to use this approach to locally sync using Syncthing (sadly this manouver made me lose some notes I havent exported yet). I'm asking about this bug's priority on the list of things to be done, I'd imagine solving this is important :) |
Simply click 👍 in the original post to raise the issue in #1196. |
I've forked saber and added the MANAGE_EXTERNAL_STORAGE permission. After enabling it the issues went away so I do support the idea that it has something to do with permissions. I'm now able to sync everything via syncthing |
Are you able to release your compiled apk? I keep on facing build issues when trying to compile |
Will do that later in like 4h |
You can find a compiled version of my fork here https://github.com/ComputerElite/saber/releases/latest |
Could you please make this a pull request for Saber? Thanks. |
Somebody already made a pull request with my commit (#1442 ). However I'll add a pop up informing you to enable the permission when setting the directory before putting you in the settings and then make a own one. |
Made a pr #1448 |
Before submitting an issue, please check the following
Describe the bug
On the newest Saber version, custom data dirs selected via the UI (in this case a Syncthing directory) do not allow notes to be saved, and thereby the editor cannot be exited without closing the app manually.
To reproduce
Expected behavior
The file to save and the editor to close as normal
Saber version
v0.21.4
Device
Anything else?
No response
The text was updated successfully, but these errors were encountered: