Thread: Glo screensaver kobo Glo
View Single Post
Old 04-14-2014, 12:29 PM   #5
tshering
Wizard
tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.tshering ought to be getting tired of karma fortunes by now.
 
Posts: 3,489
Karma: 2914715
Join Date: Jun 2012
Device: kobo touch
Quote:
Originally Posted by Cecell3000 View Post
but it does not work on 3.2.0 firmware.
is there any way to use in firmware 3.2.0?
Apart from not seeing the pictures, how do you see that it is not working. Did you try to write to a log file instead of showing pictures?

I wonder whether you still use the script that Marcelo Silva posted elsewhere. There he saves the rotation used by nickel
Code:
#evita bug na instalacao acidental firmware 3.2.0
currentRotation=$(cat /sys/class/graphics/fb0/rotate)
and later on he restores it
Code:
#evita bug na instalacao acidental firmware 3.2.0
echo "$currentRotation" > /sys/class/graphics/fb0/rotate
In between of these two points however, he doesn't seem to change the rotation. But I think you should do so, before calling png2raw or pickel. See this post

Last edited by tshering; 04-14-2014 at 03:54 PM.
tshering is offline   Reply With Quote