-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New storage format #10
Comments
I wish I had more hours to spend on understanding the old and new format, in the meantime, here's a starting point for further research if anyone can look at it: There's some sanity check on the size of the document, then it loads a It then uses this list of metadata to find the actual points in each ShapeRepo, like this: As for TinyPoint, it has the following fields: Pressure, size, time, X, and Y. That's all for today, I hope it helps. |
Hi @bobek, @mleithner. |
Structure of the notes' backup (and storage I guess) has changed, at least as of firmware build
2021-03-31_19-14_3.1_0631e26
. Backups are also password protected, successfully went through the #9 (thanks @timbertson).The
NewShapeModel
doesn't havepoints
anymore, but has a new columnboundingRect
(and alsoorientation
,rotationPointXCoordinate
androtationPointYCoordinate
which may play a role in the rendering). The backup archive contains a directorypoints
with hierarchy of document-page-revision point files.I have not reverse-engineered the point file content yet. It seems to have a metadata at the beginning and the end. And point data, which may be similar to the original blog content.
Above listed backup with password stripped -- onyx_notes_backup.zip
The text was updated successfully, but these errors were encountered: