There is no /efs folder on Xiaomi devices like for example Samsung devices.Hi
I want to backup my EFS Folder That contains the IMEI. (in Case of damage caused to my phone when flashing Rom's...)
My phone: Xiaomi Mi2s.
Is there a way to Backup ??
Thanks
Moin,just backup the m9kefs* partitions with dd
su
dd if=/dev/block/platform/msm_sdcc.1/by-name/m9kefs1 of=/sdcard/m9kefs1.img
dd if=/dev/block/platform/msm_sdcc.1/by-name/m9kefs2 of=/sdcard/m9kefs2.img
dd if=/dev/block/platform/msm_sdcc.1/by-name/m9kefs3 of=/sdcard/m9kefs3.img
I still don't understand a thing that is there :\Check my post above
Copy and paste only one row, one by one. And yes, this is backup of IMEI !?Ok So Tell me if will do this right:
i copy The Code and paste is in "Terminal emulator".
Then It will be in my SDcard ?! and i move it to a safe place om my pc.
This Backups the IMEI ?!
How to Restore if i need to ?
su
dd if=/sdcard/m9kefs1.img of=/dev/block/platform/msm_sdcc.1/by-name/m9kefs1
dd if=/sdcard/m9kefs2.img of=/dev/block/platform/msm_sdcc.1/by-name/m9kefs2
dd if=/sdcard/m9kefs3.img of=/dev/block/platform/msm_sdcc.1/by-name/m9kefs3
CoolCopy and paste only one row, one by one. And yes, this is backup of IMEI !?
Restoring is same but reversed:
Code:su dd if=/sdcard/m9kefs1.img of=/dev/block/platform/msm_sdcc.1/by-name/m9kefs1 dd if=/sdcard/m9kefs2.img of=/dev/block/platform/msm_sdcc.1/by-name/m9kefs2 dd if=/sdcard/m9kefs3.img of=/dev/block/platform/msm_sdcc.1/by-name/m9kefs3
Ok !It make backup of whole EFS partition.
On which phone? It is working only on Mi2(Mi1 probably) devices. Not on SGS2.
Check this path /dev/block/platform/msm_sdcc.1/by-name/m9kefs*
It must be present in phone or you have fake.
No, you have to copy it out with dd command. Try it again, but now without typos
Have you enabled su permissions?
We use essential cookies to make this site work, and optional cookies to enhance your experience. Cookies are also used for ads personalisation