MTK Preloader eMMCÂ is a free, small, and powerful Windows operating system program/tool used to generate or parse the EMMC CID of MediaTek devices, And you can analyze the preloader file of MTK firmware/Stock ROM.

Features MTK Preloader Parser V3:
MMC/sd CID Parser + QT Source code. Structure to hold eMMC CID. Refer to JDDEC Standard, section 7.2 for details. Simple tool to parse MMC cid and read following details from cid.
- eMMC Manufacturer ID – Name.
- MMC Card Type.
- eMMC OEM Application ID.
- eMMC Product Name(Flash ID).
- eMMC ProductRevision (major + minor version).
- eMMC ProductSerialNumber.
- eMMC Manufacturing Date.
the default manufacturing date starts from 2000in some cases 1997 – 2013 //TODO check. supported known vendors:
- – Toshiba
- – Micron
- – Samsung
- – Sandisk
- – Kingston
- – Transcend
- – Foresee
- – Hynix
- – UNIC
- – Biwin
soon will update the src to support parse MTK preloader and EMI’s.support includes the following DRAM types.
- * Discrete DDR1.
- * Discrete LPDDR2.
- * Discrete LPDDR3.
- * Discrete PCDDR3.
- * MCP(NAND+DDR1).
- * MCP(NAND+LPDDR2).
- * MCP(NAND+LPDDR3).
- * MCP(NAND+PCDDR3).
- * MCP(eMMC+DDR1).
- * MCP(eMMC+LPDDR2).
- * MCP(eMMC+LPDDR3).
- * MCP(eMMC+PCDDR3).
- * MCP(eMMC+LP_DDR4X).
- * uMCP(eUFS+LP_DDR4X).
Source code.