-
Notifications
You must be signed in to change notification settings - Fork 32
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
Intitial testing for enabling hidden notebook on kobo libra 2. #144
base: master
Are you sure you want to change the base?
Conversation
Thanks! I will take a look at this when I start working on the patch updates for the latest release (I've been away recently). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it best to write it only for the newer build versions or should there be a build check? |
Try loading both (newest one first), and if one is null, then use the other. Something like: else if (!strcmp(arg2, "notebooks")) sym_f = dlsym(RTLD_DEFAULT, "_ZN14MoreController9notebooksEv")
? "_ZN14MoreController9notebooksEv" //libnickel 4.32.19501 * _ZN14MoreController9notebooksEv
: "_ZN15LibraryNavMixin13showNotebooksEv"; //libnickel 4.28.17623 4.31.19086 _ZN15LibraryNavMixin13showNotebooksEv |
Just pasted what you said :) I don't speak cpp yet. Let me go test. |
I have a question, I found the original string (that turned out to be wrong) by fuzzy searching in compiled binaries pulled out of the firmware. Is there a better way? |
So, it seems that kobo is smarter than that. As before, I can open the notebooks app. The problem is that on the creation of any note, the device requests to download the handwriting recognition pack and fails in a loop of try again dialogs. I cannot think of a way around this. |
I did some basic research. This lets you open the notebook "app". The app doesn't function properly, however. You also cannot draw on pdfs.