Benjamin-Dobell / Heimdall

Heimdall is a cross-platform open-source tool suite used to flash firmware (aka ROMs) onto Samsung Galaxy devices.
MIT License
2.62k stars 587 forks source link

Add SET_CONFIGURATION mandatory request #543

Open kauwua opened 6 months ago

kauwua commented 6 months ago

Related to issue https://github.com/Benjamin-Dobell/Heimdall/issues/542.

In short, when flashing a Qualcomm-based device like Samsung Galaxy Z Flip3 (SM-F711U1), the host sends "ODIN" but the device does not reply with "LOKE".

Heimdall is not calling SET_CONFIGURATION which should be mandatory. However, this breaks flashing for Mediatek-based devices, a condition should be added before this is merged.