You need to extract the filesystem from the FFU container to modify it.
<?xml version="1.0" encoding="utf-8"?>
<EmergencyPackage>
<Header version="1.0"/>
<DeviceId>RM1152</DeviceId>
<Platform>MSM8909</Platform>
<Parts>
<Part type="MPRG" filename="MPRG_8909.hex"/>
<Part type="SBL1" filename="sbl1.bin" destination="0x80000000"/>
<Part type="UEFI" filename="uefi.bin"/>
<Part type="RPM" filename="rpm.bin"/>
<Part type="TZ" filename="tz.mbn"/>
<Part type="WINSECAPP" filename="winsecapp.bin"/>
</Parts>
</EmergencyPackage>
🔧 Real Lumia emergency files use a proprietary binary header. If you cannot generate a valid
.ede, do not flash – use only official.edefrom a working Lumia 650. lumia 650 emergency files repack
Open Command Prompt as Administrator and navigate to the Thor2 directory (usually C:\Program Files (x86)\Microsoft Care Suite\Windows Device Recovery Tool\). You need to extract the filesystem from the
Enter the following command structure (replace COMX with your actual COM port, e.g., COM5): 🔧 Real Lumia emergency files use a proprietary
thor2 -mode emergency -hexfile "C:\Lumia650_Repack\MPRG8x12_fh.ede" -edfile "C:\Lumia650_Repack\RM-1154_fh.ede" -orig_gpt -comport COMX -waitfordevice 1000
Explanation:
Expected output: A progress bar from 0% to 100% and the message: "Emergency flash completed successfully".