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
If you import a JSON setting file on the first app installation, after creating notes/lists/labels etc. (or importing a backup ZIP), all data will be cleared.
After the first time, it doesn't happen again afaik.
Steps to reproduce :
Install the app or clear data of previous installation
Creates notes or import backup
Import settings
Everything is gone
App Version
6.4.0-BETA
Android Version
29
(Optional) Relevant log output
No response
The text was updated successfully, but these errors were encountered:
Update :After some testing, I exactly understand what happens.
In fact, nothing is erased, but if you import a JSON file with "dataOnExternalStorage":true inside, database relocation from data/data to Android/media won't be trigger, the app will try to load database in Android/media folder, but since it's empty, everything will disappear from the app.
You have to switch the "Store data on external storage" setting back to "Disabled" in the app, the to "Enabled" again so that database will be moved to Android/media.
In short, NotallyX should check if the JSON have "dataOnExternalStorage":true, and if so, trigger the file relocation to Android/media while importing settings.
PhilKes
changed the title
Import settings can clear all data
Trigger disable/enable dataOnExternalStorage on settings import
Jan 13, 2025
What happened?
If you import a JSON setting file on the first app installation, after creating notes/lists/labels etc. (or importing a backup ZIP), all data will be cleared.
After the first time, it doesn't happen again afaik.
Steps to reproduce :
App Version
6.4.0-BETA
Android Version
29
(Optional) Relevant log output
No response
The text was updated successfully, but these errors were encountered: