Windows Device Recovery Tool中Windows Phone相关文件的下载位置

资料来自Windows Device Recovery Tool(WDRT)。

Lumia应急下载文件

用于在EDMode/9008模式下恢复设备

提取自函数Microsoft.WindowsDeviceRecoveryTool.LumiaAdaptation.Services.DataPackageService.TryDownloadEmergencyPackage(string, string, CancellationToken)

资料文件emergency_flash_config.xml查询:

https://repairavoidance.blob.core.windows.net/packages/EmergencyFlash/%Model%/emergency_flash_config.xml

%Model%通常为设备的RM号,例如“RM-984”,需要大写。

该文件给出了设备恢复需要的EDE/EDP/HEX/MBN等文件的名称(下简记为%FileName%),逐个将上面的地址中的emergency_flash_config.xml替换为%FileName%即可下载对应的文件。

例如,RM-984(Lumia 830)的查询( https://repairavoidance.blob.core.windows.net/packages/EmergencyFlash/RM-984/emergency_flash_config.xml )返回:

<emergency_flash_config>
    <first_boot_images>
        <first_boot_image image_id="13" image_path="MPRG8x26_fh.ede" programmer="true" safe="false" signed="true" boot_rom_proto="sahara" emergency_dl_proto="firehose_single_image"/>
    </first_boot_images>
    <second_boot_firehose_single_image>
        <firehose_image image_partition="EMERGENCY" image_path="RM984_fh.edp" signed="true"/>
    </second_boot_firehose_single_image>
</emergency_flash_config>

则需要下载:

https://repairavoidance.blob.core.windows.net/packages/EmergencyFlash/RM-984/MPRG8x26_fh.ede
https://repairavoidance.blob.core.windows.net/packages/EmergencyFlash/RM-984/RM984_fh.edp

RM-821(Lumia 920)的查询( https://repairavoidance.blob.core.windows.net/packages/EmergencyFlash/RM-821/emergency_flash_config.xml )返回:

<emergency_flash_config>
    <hex_flasher image_path="FAST8960_PHI.hex"/>
    <mbn_image image_path="RM821_msimage_v1.0.mbn"/>
</emergency_flash_config>

则需要下载:

https://repairavoidance.blob.core.windows.net/packages/EmergencyFlash/RM-821/FAST8960_PHI.hex
https://repairavoidance.blob.core.windows.net/packages/EmergencyFlash/RM-821/RM821_msimage_v1.0.mbn

Lumia固件下载工具

https://github.com/gus33000/SoReFetch

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License