nextcloud / notes-android

✎ Android client for Nextcloud Notes app.
https://play.google.com/store/apps/details?id=it.niedermann.owncloud.notes
GNU General Public License v3.0
906 stars 135 forks source link

Can not find sqlite database #2214

Open mitch-n opened 1 month ago

mitch-n commented 1 month ago

This issue respects the following points:

Describe the bug

After fixing some issues with my nextcloud, my notes got out of sync. When I reconnected my nextcloud acct, the local notes disappeared. This is a critical issue, as there was a several month gap of important notes that are gone.

I have read through other issues others have had, I have searched everything I can through an adb shell and I can't find anything remotely related to nextcloud-notes.

Expected behavior

No response

Notes Android version

Latest

Notes server version

Latest

Nextcloud Android version

Latest

Nextcloud version

Latest

Device

Google Pixel 6

Android Version

Latest

App Store

Stacktrace

N/A

stefan-niedermann commented 1 month ago

The SQLite database file is named OWNCLOUD_NOTES (sic! without extension!) for historic reasons.

mitch-n commented 1 month ago

Thank you for the quick response! I checked for that file name recursively from the root directory and didn't get any hits. Like I said before, I don't have root permissions, and am on grapheneos and can't really get root. Do you know the path to where the sqlite database SHOULD be stored typically?

image