0

Following this:

$ adb shell
# cat /dev/graphics/fb0 > /sdcard/frame.raw
# exit
  • How can I transfer the raw data from /dev/graphics/fb0 to a picture using a python script?
  • what each byte is represent in the raw data output? is it RGB values for each pixel?
0x90
  • 39,472
  • 36
  • 165
  • 245

1 Answers1

1

were you looking for something like http://code.google.com/p/android-fb2png/ ?

dnozay
  • 23,846
  • 6
  • 82
  • 104