Quote:
Originally Posted by jlynton
I have tried KSM on the H2O, but it shows the menu upside-down, and it is completely unresposive to touch (I tried touching all over the screen, not just on the menu entries). It was also not possible to turn off using the power button, reset was the only way.
|
The upside-down menu reminds me on the problem we had with the Aura HD. Therefore, we could try to do the same trick we did then. If you or somebody else would like to test it, I describe it. In my current situation (I am at a foreign country and can use only a borrowed and extremly weak wifi connection), I cannot upload the necessary packages. So you would have to make them yourself.
I would start with KBStartMenu_04. If you unpack the content there is the file etc\init.d\rcS. There you find the block
Code:
if [ "$PRODUCT" == "dragon" ]; then
sh $kbmenudir/kobomenu.sh -autoselectafter=0
fi
Modify it to
Code:
if [ "$PRODUCT" == "dahlia" ]; then
sh $kbmenudir/kobomenu.sh -autoselectafter=0
fi
Then compress the content again to KoboRoot.tgz and install it.
If it works the same way as with the Aura HD, this should solve the upside-down problem. I don't know about the responsiveness. If we are lucky you might have missed the exact touch positions (180 degrees turned), when you tried it the first time.