Quote:
Originally Posted by Cesco
Hi Scoky! Can you explain to me (step by step) how you fixed the rotation?Where can I find the line to change? Thanks for your help.
|
You can modify this two files in KoboRoot.tgz:
50poweroffdisplay at
Code:
/opt/cfw/hook/poweroff/50poweroffdisplay
50suspend at
Code:
/opt/cfw/hook/suspend/50suspend
In this two files you can find this line:
Code:
echo "$currentRotation" > /sys/class/graphics/fb0/rotate
you need to modify this line to:
Code:
echo 3 > /sys/class/graphics/fb0/rotate