Different ways to take screenshots on MotoMAGX devices and emulators.
- fbgrab.c - EXL: Converting
/dev/fb/0
or/dev/fb/1
to the BMP image. - fbdump.c - EXL: Dumping
/dev/fb/0
or/dev/fb/1
to the RAW bitmap file or the BMP image. - ograb.c - EXL: Converting
/dev/fb/0
and/dev/fb/1
to the combine BMP image. - jgrab.c - EXL: Converting
/dev/fb/0
or/dev/fb/1
to the JPEG image. - pgrab.c - EXL: Converting
/dev/fb/0
or/dev/fb/1
to the PNG image. - zgrab.cpp - Ant-ON: Using transparent
QWidget
on top of screen. - dgrab.cpp - EXL: Using
QApplication::desktop()
andQPixmap::grabWindow()
methods.
Install MotoMAGX SDK and MotoMAGX Emulator SDK then use make
command.
// TODO: Add proper links to the SDKs.
See help in each utility.
See "Софт для ZN5 и прочих MotoMAGX: MGX и PEP, Разработка, портирование и обсуждение нативного софта" thread (in Russian) on MotoFan.Ru forum.