sunilpaulmathew / sNotz

An open-source, privacy-friendly, and completely offline application to manage notes
https://sunilpaulmathew.github.io/sNotz/
GNU General Public License v3.0
63 stars 8 forks source link

cannot find data files #31

Closed CrawfordRD closed 2 years ago

CrawfordRD commented 2 years ago

I recently installed sNotz on my Galaxy S21. According to the description for sNotz at the Google Play Store, "ll the notes are stored locally in "json" format within the files directory (/data/data/com.sunilpaulmathew.snotz/files/) of sNotz. However, on my Android 12 cell phone there is no /data directory, even when I turn the "Show hidden files" option on. The closest thing I found to it was "/Android/data/", which contained a bunch of com.* subdirectories, but none with the string "snotz" or "sunilpaulmatthew.snotz" in their filenames. Could you please tell me what the correct path to the data files for sNotz is on my Android phone?

Thank you in advance.

sunilpaulmathew commented 2 years ago

I don't know if I wrote incorrectly. The correct path is /sdcard/Android/data/com.sunilpaulmathew.snotz/files/

CrawfordRD commented 2 years ago

Thank you for the VERY QUICK reply! It was very helpful.