Different ways to take screenshots on MotoMAGX devices and emulators.
- fbgrab.c - EXL: Converting
/dev/fb/0or/dev/fb/1to the BMP image. - fbdump.c - EXL: Dumping
/dev/fb/0or/dev/fb/1to the RAW bitmap file or the BMP image. - ograb.c - EXL: Converting
/dev/fb/0and/dev/fb/1to the combine BMP image. - jgrab.c - EXL: Converting
/dev/fb/0or/dev/fb/1to the JPEG image. - pgrab.c - EXL: Converting
/dev/fb/0or/dev/fb/1to the PNG image. - zgrab.cpp - Ant-ON: Using transparent
QWidgeton 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.
