@davidfor, one last thing I've noticed about the Boox annotations import: I'm importing from the SQLite database and therefore I'm not getting the latest changes while the AlReaderX app (that holds database connection open) is running. This is due to the specifics of SQLite, where it writes all changes into a separate file and only merges them back into the database upon connection close.
Is there any way to warn the user about such an effect, that before Boox annotation import he must quit the AlReaderX app?
P.S.
Kobo seems to be also using the SQLite database, but I'm not sure if it holds it open all the time.
|