Quote:
Originally Posted by rkomar
Finally, I provide source code of my app at http://komary.net/pbimageviewer/. There are instructions for building with cmake against blchinezu's SDK, so you should be able to build it yourself. Note that the code covers many firmware versions, so it can get pretty complicated in places. It may not be great for learning from, but it should test whether the OpenConfigEditor call works.
|
Thanks for the code. I managed to compile it, and I tested both my local compiled binary, and the pre-compiled -fw5 binary that was on your repository.
Both behave the same, and rather strangely on my device. I see a directory chooser in a very small font, and two very very small buttons in this chooser in the lower right corner. I can click into the directories on my device, but when I tap on one of the two buttons (they are so small that it is difficult to read them, one seems to read 'ok', the other 'choose this folder') or tap on the outside of the directory chooser, the app immediately exits (crashes?) to the device home screen.
I think now it is time to use gdb, then test all the different SDKs out there, and when this is futile, a factory reset. And then, when nothing else works, implement a config editor by myself.