Hi guys!
Can someone with Mate 10 ALP-L29 model to make a backup his phone's NVME and modem partition? I need this because l was hardbricked and l messed up with my NVME partition(lost). Thank you!
Please run this command with an external sd, and send me the resulting file:
dd if=/dev/block/platform/hi_mci.0/by-name/nvme of=/external_sd/backup/nvme.img
####If you don't have external sd...
Please try something like:
(from computer with debugging turned on)
adb shell
su
(approve root request on phone)
mkdir /sdcard/backup
dd if=/dev/block/platform/hi_mci.0/by-name/nvme of=/sdcard/backup/nvme.img
@and for modem:
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_backup of=/sdcard/backup/modemnvm_backup.img
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_img of=/sdcard/backup/modemnvm_img.img
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_system of=/sdcard/backup/modemnvm_system.img
OR,
Always with ROOT on mate 10 you can backup partition with Google Play market app : Partitions Backup & Restore 2.0.1 APK.
I need a all files NV:
Modemnvn_bakup
Modemnvm_factory
Modemnvm_system, etc.
I promise not to use your information or to make it public, and the file will be used only for my phone to make it work again
Can someone with Mate 10 ALP-L29 model to make a backup his phone's NVME and modem partition? I need this because l was hardbricked and l messed up with my NVME partition(lost). Thank you!
Please run this command with an external sd, and send me the resulting file:
dd if=/dev/block/platform/hi_mci.0/by-name/nvme of=/external_sd/backup/nvme.img
####If you don't have external sd...
Please try something like:
(from computer with debugging turned on)
adb shell
su
(approve root request on phone)
mkdir /sdcard/backup
dd if=/dev/block/platform/hi_mci.0/by-name/nvme of=/sdcard/backup/nvme.img
@and for modem:
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_backup of=/sdcard/backup/modemnvm_backup.img
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_img of=/sdcard/backup/modemnvm_img.img
dd if=/dev/block/platform/hi_mci.0/by-name/modemnvm_system of=/sdcard/backup/modemnvm_system.img
OR,
Always with ROOT on mate 10 you can backup partition with Google Play market app : Partitions Backup & Restore 2.0.1 APK.
I need a all files NV:
Modemnvn_bakup
Modemnvm_factory
Modemnvm_system, etc.
I promise not to use your information or to make it public, and the file will be used only for my phone to make it work again
Last edited: