waybyte / tool-pymtkflasher

Python based flash tool for Mediatek MT6261 and MT2503 SoC.
17 stars 9 forks source link

question: #2

Closed Zibri closed 2 years ago

Zibri commented 3 years ago

I have an MT6261 device (a mini phone).

It has 4MB of flash, which I dumped.

I wish to write it back but not just the firmware, all of it... Looking at your code it should be possible. Any idea how?

ajaybhargav commented 3 years ago

you need to convert dump file to firmware first. Use the readback extractor tool from here: https://forum.xda-developers.com/t/universal-readback-extractor-for-mtk-feature-watchphones.3289272/

I would suggest you use flashtool instead of this flasher. It does not flash bootloader which is required in your case. All the required tools are available on the link above.