Quote:
Originally Posted by paola
fantastic: would you expect it to work under 2.6.1?
|
It should work fine with 2.6.1.
Quote:
Originally Posted by WS64
Thanks, Kevin, works fine (Kobo Mini, 2.81).
Only issue, I can't get Shelves to start under CustomCommands (Shelves=tweaks.shelves()), did I do something wrong or is this one broken?
Koreader and other apps work fine here!
|
It's possible that the shelves option no longer works with the new firmware. I'll be sure to post if I come across any possible solutions.
Quote:
Originally Posted by giorgio130
I remember an option in the original Plugins to dump the layout of the current window. That would be very useful to adapt Tweaks to the new home layout, but I really can't find out how that was activated. Also, a fast way to find the changes is the interactive qtScript shell, ah- said
|
Hmm, I don't know about an option to dump the layout from the plugin itself, but QtScript was one of the first things I tried. I've attached libqtscript.so below, copy it to /usr/local/Trolltech/QtEmbedded-4.6.2-arm/plugins/imageformats/. However, it doesn't quite work. It does open up port 1337, but I never get a prompt and my Glo reboots just a few seconds after connecting.
The new homepage on the Glo is called "DragonHomePageView". I added this to include/HomePageGridView.h and also edited TweaksPlugin.cpp to try to patch the reading life menu, but when it tries to set the text to "Tools" my Glo reboots. If I comment out the line that sets the text my Glo doesn't reboot, but the plugin doesn't have any effect on the reading life menu. Also, after adding DragonHomePageView to the plugin, qtscript no longer causes my Glo to reboot and I'm able to type stuff in, but I get no output whatsoever.