Quote:
Originally Posted by Jipyan
Orientation notes:
Koreader orientation is fine when starting through FileManager.
KSM08 is upside down at first. After the H2O2 patch KSM08 is OK, but then Koreader is upside down.
I did not test Koreader's orientation without the H2O2 patch. (I could not start it without touch)
|
You could try inserting into koreader.sh
Code:
# somewhere at the beginning, does not matter where exactly
echo 0 > /sys/class/graphics/fb0/rotate
cat /sys/class/graphics/fb0/rotate > /sys/class/graphics/fb0/rotate
and
Code:
#before "exit $RETURN_VALUE"
echo 2 > /sys/class/graphics/fb0/rotate
cat /sys/class/graphics/fb0/rotate > /sys/class/graphics/fb0/rotate
If this code works it should go into the KSM script that calls koreader.sh, but for testing purposes it is easier to insert the script directly into the koreader code.