-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
automatic backup doesn't work #144
Comments
|
1- Internal/Download/"whatever folder i already have" 2-yes 3-yes 4- custom rom/grapheneos |
I noticed the same, I picked a folder in Android/media. Fairphone 5 / iodeOS / Android 14 / f-droid / v1.1 |
@Switch123456789 It runs once a day. |
Same problem here. I've tried this feature in Graphene OS and in Stock ROM in Google Pixel phones and Lineage OS 20 (Android 13). This problem seems only present in Graphene OS (Android 14). Fossify contacts version: 1.0.1 from fdroid. Same problem present in Simple Mobile Tools Contact Pro from the Play Store. The automatic backup feature won't let you select any folder except the "Internal" because Graphene OS will enforce the file permissions (NONE). In my opinion, the intent to access a folder/file should be made first and then use that same folder given by the user. This app has no file access permissions and as such you can only see/browse the Internal Storage (in Graphene OS) and then the app will only let you select that same internal folder for permissions. Moreover, it will prevent you from using any character such as ../ or / as a workaround in the filename AND will prevent you from manually editing the folder. I don't understand why this is implemented in two steps: First you select the folder, then you give permissions by selecting the same folder in an intent and you can't change that folder. I asume is something related to older android versions, however you could just update with the folder you are offered by the system/user in the second step. I propose two different solutions (I am no android developer, so I could be wrong):
Affected versions so far:
|
I've been doing some research and I think the problem is in the common library, so it may affect the rest of the products. It seems that it calls a dialog implemented in a common lib for directory/file selection. As I've said, I am no expert in android and just was looking around. I would recommend having a look at it since it could also solve other problems. |
Closing in favor of general bug report for all apps: FossifyOrg/General-Discussion#211. |
Checklist
Affected app version
1.0.1
Affected Android/Custom ROM version
Android 14
Affected device model
Pixel 6a
How did you install the app?
Google Play Store
Steps to reproduce the bug
enable automatic backup
Expected behavior
automatic backup to work
Actual behavior
nothing happens
Screenshots/Screen recordings
No response
Additional information
i also can't choose an existing folder and have to create new one
The text was updated successfully, but these errors were encountered: