Skip to content

A set of utilities for taking screenshots on the Motorola MotoMAGX and MotoEZX phones.

Notifications You must be signed in to change notification settings

EXL/MagxScreenshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magx Screenshot

MotoMAGX PNG Screenshot

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() and QPixmap::grabWindow() methods.

Build

Install MotoMAGX SDK and MotoMAGX Emulator SDK then use make command. // TODO: Add proper links to the SDKs.

Use

See help in each utility.

Information

See "Софт для ZN5 и прочих MotoMAGX: MGX и PEP, Разработка, портирование и обсуждение нативного софта" thread (in Russian) on MotoFan.Ru forum.