Hi everyone,
I have manged to corrupt my MI3W's NVM partition. No iemi hence no network. Though, I have the .qcn backup but the QPST is failing to restore as the NVM is complete corrupted.
Now there's only one possible solution and that is emmc dump of MI3W.
I would appreciate if anyone who has a working MI3W could provide me the emmc dump of the same.
Following is the code to get the emmc dump of about 969 MB. You have to be rooted.
Open Terminal app and the type the following, it should take 10-20 mins
su
dd if=/dev/block/mmcblk0 of=/sdcard/MI3-emmc.img bs=512 count=2000000
Once done, you'll see a MI3-emmc.img file on the internal storage. The emmc can be compressed by winzip or winrar and the size should be reduced to 100 MB. Which you upload on Google drive easily.
Just be careful with the code, copy and paste if possible.
Awaiting you guy's positive response.
Thanks
I have manged to corrupt my MI3W's NVM partition. No iemi hence no network. Though, I have the .qcn backup but the QPST is failing to restore as the NVM is complete corrupted.
Now there's only one possible solution and that is emmc dump of MI3W.
I would appreciate if anyone who has a working MI3W could provide me the emmc dump of the same.
Following is the code to get the emmc dump of about 969 MB. You have to be rooted.
Open Terminal app and the type the following, it should take 10-20 mins
su
dd if=/dev/block/mmcblk0 of=/sdcard/MI3-emmc.img bs=512 count=2000000
Once done, you'll see a MI3-emmc.img file on the internal storage. The emmc can be compressed by winzip or winrar and the size should be reduced to 100 MB. Which you upload on Google drive easily.
Just be careful with the code, copy and paste if possible.
Awaiting you guy's positive response.
Thanks