Sp flash tool error: status_ufs_err
Sp flash tool error: status_ufs_err
(19-07-2024, 03:59 PM)ProgCore Hello everyone,
I’m trying to unbrick xiaomi poco m3 pro 5g (M2103K19PG) by flashing stock rom via sp flash tool. First of all i’m doing auth bypass after that when i’m trying to flash firmware, i’m getting error: STATUS_UFS_ERR (0xC0040060) . What is causing this error, i unable to find any solutions related to this error on google. I’m using windows 10 64x and tried different sp flash tools version with same result
(23-07-2024, 05:56 PM)ProgCore If you're using bypass ( https://www.hovatek.com/forum/thread-46342.html ) then you don't need to load an auth file. Also use the default DA in SP flash tool.
Share the error message after these steps.
You could also just flash with mtk client https://www.hovatek.com/forum/thread-40866.html
Hi, thank you for your reply. You are right about auth file. I just was trying in different ways, but usualy i don’t using it. I tried with different DA files aswell. All the time i’m getting same error. Today i tried on linux, but still, same error.
Thanks for your suggestions, i’m thinking to flash by mtkclient, but I only find how to flash separate partitions. But how i can easily flash whole ROM? This method did not use scatter file like SPFT.
(24-07-2024, 10:30 AM)justshez Use MTK Client to disable secure boot then use SP Flash tool to flash
See @ https://www.hovatek.com/forum/thread-46342.html
(24-07-2024, 01:31 PM)ProgCore ..
python mtk.py w boot_a boot_a.img
(25-07-2024, 03:26 PM)maxpayne(24-07-2024, 01:31 PM)ProgCore ..
Copy your boot.img into the mtkclient folder and run this
Code:python mtk.py w boot_a boot_a.img
(25-07-2024, 03:36 PM)ProgCore Thanks for suggestion. Is it safe to write boot.img image on boot_a partition? I mean there is different names? Partition on device have a suffix _a in name
(26-07-2024, 04:30 PM)ProgCore Also i tried to erase some partitions and get same error, probably erasing means writing operation with zeros. But i can successfully read from partitions. Does it mean UFS memory is somehow protected? It looks like it’s in read only state. Is there some things which i can check?