View Single Post
Old 02-26-2012, 05:09 PM   #13
Novo
Enthusiast
Novo began at the beginning.
 
Posts: 34
Karma: 10
Join Date: Dec 2011
Location: Germany
Device: Kindle PW4
Quote:
Originally Posted by geekmaster View Post
Code:
cat /dev/fb0 /mnt/us/fb0.raw  # save framebuffer
cat /mnt/us /dev/fb0             # restore saved framebuffer
Are you sure this is correct? Don't work for me.

Quote:
Originally Posted by geekmaster View Post
dd if=/dev/fb0 bs=608 count=800 > /mnt/us/fb0.raw
and restore it to previous contents like this:
cat /mnt/us/fb0.raw > /dev/fb0
eips -g . > /dev/null
This one works.

Last edited by Novo; 02-26-2012 at 05:12 PM.
Novo is offline   Reply With Quote