View Single Post
Old 05-14-2023, 07:55 AM   #4
jhowell
Grand Sorcerer
jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.jhowell ought to be getting tired of karma fortunes by now.
 
jhowell's Avatar
 
Posts: 7,118
Karma: 92500001
Join Date: Nov 2011
Location: Charlottesville, VA
Device: Kindles
Quote:
Originally Posted by tomsem View Post
There are 18 templates. I thought they might be represented by the !!EBOK!! folders somehow but not clear how since they are not 1 to 1. And it would make more sense not to have them in user storage area.
The page templates for notebooks are are stored in subfolders under /app/standalonenotebook/templates, which is not accessible via USB. They are in KDF format, which is a variant of KFX stored in an SQLite database.

Quote:
Originally Posted by tomsem View Post
The other mystery is where folders are defined. I do not notice any new files when adding new folders.
It is likely that they are handled the same way as collections, as entries in an SQLite database stored in a part of the file system that is inaccessible via USB.

Quote:
Originally Posted by tomsem View Post
So far I have not been able to open any of the data files with my SQL browser (Beekeeper Studio for Mac), or rather it says 'there are no entities'. Maybe they are compressed and need to be expanded.
Amazon's KDF format uses an SQLite database but with additional fingerprint data that prevents access or modification without using the proper software. It is possible that these database use the same mechanism.

If someone would post an example of one of these files I could check.

Last edited by jhowell; 05-14-2023 at 08:29 AM.
jhowell is offline   Reply With Quote