Firmware Content Extractor
Extract specific files from remote firmware.ZIP archives without downloading the full firmware
⚠️ Note: Supports all files except very large ones (likesystem.img, system_ext.img, mi_ext.img, vendor.img, odm.img, product.img) due to API resource limitations. If a file type is not supported yet, please open an issue to request its addition. For full support of all file types without limitations, use the CLI.
Installation
pip install fcetoolUsage
fcetool <URL> <FILENAME> <OUTPUT_DIR>URL: URL of the ROM/ZIPFILENAME: Target filename to extractOUTPUT_DIR(optional): Output directory (default:.)