[Q] how do I take esf backup? - Nexus 4 Q&A, Help & Troubleshooting

How do I take esf backup?
Thank you for your kind answers.
Sent from my Nexus 4 using xda app-developers app

pwned_me said:
How do I take esf backup?
Thank you for your kind answers.
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
AFAIK this partition is an exclusive partition on Samsung devices...

Isn't it efs on Samsung?

audit13 said:
Isn't it efs on Samsung?
Click to expand...
Click to collapse
Yeah you're right! Is it a spelling error? Never heard of esf...

Nexus 4 doesn't have a efs partition.
[DEVICE : N⁴][ROM : crDROID][KERNEL : AK]
[LAUNCHER : NOVA][CARRIER : T-MOBILE][CASE : NONE] ​

Well my friend lost his emi and stuff when he tried to flash a ROM on Gnex , when i googled about it, he mentioned about esf thing.
Sent from my Galaxy Note II using xda app-developers app

pwned_me said:
Well my friend lost his emi and stuff when he tried to flash a ROM on Gnex , when i googled about it, he mentioned about esf thing.
Sent from my Galaxy Note II using xda app-developers app
Click to expand...
Click to collapse
If your friend is lucky few ROMs will take EFS backup in SDCard and there are tools which can restore IMEI number. If you do flash other roms then better take a backup of efs folder. using root explorer you can archive and store efs folder.

imapk said:
If your friend is lucky few ROMs will take EFS backup in SDCard and there are tools which can restore IMEI number. If you do flash other roms then better take a backup of efs folder. using root explorer you can archive and store efs folder.
Click to expand...
Click to collapse
How do I take that?
Sent from my Nexus 4 using xda app-developers app

pwned_me said:
How do I take that?
Sent from my Nexus 4 using xda app-developers app
Click to expand...
Click to collapse
check this post: LINK

There isn't an efs partition on nexus 4. It's a samsung thing. Galaxy nexus had it because it was made by SAMSUNG

Backing up ur ESF Partition
U need Root,Android Terminal Emulator and busy box to successfully backup your ESF Partition. Type the following codes to backup/restore the ESF partition.There is another block mmcblk0p10 which contains the m9kefs3.img however the same is blank(So backup not mandatory). The m9kefs2.img contains the IMEI information. Also kindly backup the same to ur PC / Email or Drive
Also these codes remain the Same for Android 4.4(Kitkat) & 4.2(JB). However for Android 4.3(JB) change the storage path to storage/emulated/legacy
Code:
su
dd if=/dev/block/mmcblk0p8 of=/storage/emulated/0/m9kefs1.img
dd if=/dev/block/mmcblk0p9 of=/storage/emulated/0/m9kefs2.img
Restore.
su
dd if=/storage/emulated/0/m9kefs1.img of=/dev/block/mmcblk0p8
dd if=/storage/emulated/0/m9kefs2.img of=/dev/block/mmcblk0p9
Hit the Thanks Button as a Token of Appreciation

Related

Help me to recover my IMEI (nv_data.bin)

I tried to delete nv_data.bin and nv_data.bin.md5 in order to recover original version from .nv_data.bak and .nv_data.bak.md5 after reboot but failed.
Firstly I remounted efs partition with -w flag:
Code:
mount -w -t ext4 /dev/block/mmcblk0p1 /efs
First file've been deleted but for second message 'read-only system' shows up. And when i unmount and then mount again first file appears again.
I tried to do these from terminal emulator, adb shell from booted phone and in recovery mode (with CF4 installed).
My firmware version XWKE7. I bought phone as sim free at clove.co.uk
Can anyone suggest what can i do?
From what I have read from the SGS forum if your efs folder is missing your imei your stuck, only thing to do is flash some stock FW from odin and return it, hope you can return it under warranty mate.
Sent from my GT-I9100 using XDA Premium App
wow, seriously unlucky try pushing it through adb?
EDIT: nevermind
try restoring & wiping everything, then rooting, then try and push it through adb ?
You could try the backup and restore efs post from dev section if you have not already .
jje
JJEgan said:
You could try the backup and restore efs post from dev section if you have not already .
jje
Click to expand...
Click to collapse
Yes, but it only works if he backed up his efs folder before he lost his imei.
Sent from my GT-I9100 using XDA Premium App
Kstarz said:
Yes, but it only works if he backed up his efs folder before he lost his imei.
Sent from my GT-I9100 using XDA Premium App
Click to expand...
Click to collapse
I know but may be more help their than elsewhere .
Restore IMEI post on SGS1 forum from memory as well .
Lost mine on SGS1 but a simple stock rom install restored it .
jje

EFS IMEI Backup?

I have root my S4 and will make a backup from efs/imei but EFS Professional not working with the S4. How can i backup efs?
is it so hard to get a copy of ur EFS folder to safe place ?
You can use TWRP recovery to get a EFS backup
Gesendet von meinem GT-I9505 mit Tapatalk 2
You can back up a whole partition with Terminal Emulator from Play Store.
This is example made for I9505 ONLY!!!!
For I9500 use mmcblk0p3 and efs.img instead!!!
Download it , and run it, then type:
Code:
su
dd if=/dev/block/mmcblk0p10 of=/mnt/sdcard/efs.img.ext4
and it will dump whole partition into one file efs.img.ext4 on your internal SD card
or
Code:
su
dd if=/dev/block/mmcblk0p10 of=/mnt/extSdCard/efs.img.ext4
to save it on external SD.
If something goes wrong and you need to restore it:
Code:
su
dd if=/mnt/sdcard/efs.img.ext4 of=/dev/block/mmcblk0p10
or
Code:
su
dd if=/mnt/extSdCard/efs.img.ext4 of=/dev/block/mmcblk0p10
Keep it safe and enjoy
djembey said:
You can back up a whole partition with Terminal Emulator from Play Store.
Download it , and run it, then type:
Code:
su
dd if=/dev/block/mmcblk0p10 of=/mnt/sdcard/efs.img
and it will dump whole partition into one file efs.img on your internal SD card
or
Code:
su
dd if=/dev/block/mmcblk0p10 of=/mnt/extSdCard/efs.img
to save it on external SD.
If something goes wrong and you need to restore it:
Code:
su
dd if=/mnt/sdcard/efs.img of=/dev/block/mmcblk0p10
or
Code:
su
dd if=/mnt/extSdCard/efs.img of=/dev/block/mmcblk0p10
Keep it safe and enjoy
Click to expand...
Click to collapse
With all respect to your post, I would like to warn people that this is not working for all the models/devices. Although it might look fine when executing the commands, it might not have made a backup of EFS, but of something else... What I know for sure is that it will not work for atleast the international i9505-model of the S4, as the partition layout is different.
In my post below, more details are given on this partition id.
http://forum.xda-developers.com/showthread.php?t=2276599
While executing your commands does not affect the device, it does not always give the people a backup they expect it to be, depending on their device/model. In my case you are able to verify which 'mmcblk' is actually efs on your device. It also gives a TAR backup as option.
Mr_Q said:
With all respect to your post, I would like to warn people that this is not working for all the models/devices. Although it might look fine when executing the commands, it might not have made a backup of EFS, but of something else... What I know for sure is that it will not work for atleast the international i9505-model of the S4, as the partition layout is different.
In my post below, more details are given on this partition id.
http://forum.xda-developers.com/showthread.php?t=2276599
While executing your commands does not affect the device, it does not always give the people a backup they expect it to be, depending on their device/model. In my case you are able to verify which 'mmcblk' is actually efs on your device. It also gives a TAR backup as option.
Click to expand...
Click to collapse
Mate... I've added that it is for I9505!!!!
I9500 have EFS located @ mmcblk0p3...........
thanks
I used GS2 repair from play store. It went through the usual process and I can see the back up file on the sd card. Can anybody more qualified confirm if this app works on S4?
Sent from my GT-I9505 using xda premium
djembey said:
Mate... I've added that it is for I9505!!!!
I9500 have EFS located @ mmcblk0p3...........
thanks
Click to expand...
Click to collapse
Great. You are right, in my case it's mmcblk0p10 as well, as mentioned correctly in my guide already.
Thank you for updating.
HANDSY said:
I used GS2 repair from play store. It went through the usual process and I can see the back up file on the sd card. Can anybody more qualified confirm if this app works on S4?
Sent from my GT-I9505 using xda premium
Click to expand...
Click to collapse
The best thing is to check it with the developer. I do not know what file has been created, although I expect it to be a raw copy using dd. The best thing is to do it manually. Or by the instructions given by djembey, or by the more detailed step-by-step instructions in the thread of my previous post here.
Hey, I managed to backup the EFS folder. Is there any way to modify the backup file and restore it after the modification? I want to change the IMEI number but unfortunately I have no box / cables available to do so. There must be a solution?! I am currently living in Turkey and they restrict western mobile phone usage for foreign people.
thanks a lot
cheers,
ralf
,
ralfa1234 said:
Hey, I managed to backup the EFS folder. Is there any way to modify the backup file and restore it after the modification? I want to change the IMEI number but unfortunately I have no box / cables available to do so. There must be a solution?! I am currently living in Turkey and they restrict western mobile phone usage for foreign people.
thanks a lot
cheers,
ralf
Click to expand...
Click to collapse
Same here with me
i9505 imei null
please can somebody help me,what ever I try not working.Unfortynately everything working,but always show imei null and not have baseband,of course and network too.I am install with Odin few different fabrics roms or how you call that.Last is this one with 4 files inside
I9505XXUGNG8_I9505OXXGNG2_I9505XXUGNG8_HOME.tar.Everything going fine,but havent imei like on start.I am also try few different things with EFS_Professional.but cannot fix my problem.Also I am try to erase EFS,but folder cannot erase,just files inside,and trying other one downloaded from net,but not going.Every time after reboot,EFS be back automatics,Can you help me ,please
If I am write inside EFS folder must be a file nv_data.bin ,I dot have that.Have lots of,but dont see that.I have inside few folders,like imei and etc.. And inside imei folder I have mps_code.dat.I am hope somebody can understand my problem.Can somebody sent to me that file,and can I take from other phone.Is that my solution,or what.HELP PLEASE
this is in function to my i9505,but not help me to solve problem.Somehow I not have file nv_data.bin on my phone in efs folder,and backup and restore not help me.Please do you no some solutions?

[i9500] Best tool to do EFS backup ?

Hi ,
Which is the best tool to do EFS backup for i9500 ?
Found many for qualcom based i9505 but none for i9500 .
Please help .
Also , Does titanium backup do EFS backup ?
sasha007 said:
Hi ,
Which is the best tool to do EFS backup for i9500 ?
Found many for qualcom based i9505 but none for i9500 .
Please help .
Also , Does titanium backup do EFS backup ?
Click to expand...
Click to collapse
Download this. It works great with I9500 and You need root and Busybox installed
manu44 said:
Download this. It works great with I9500 and You need root and Busybox installed
Click to expand...
Click to collapse
Is it confirmed working with i9500?...did you tried it?..tq
Sent from my GT-I9500 using xda premium
sasha007 said:
Hi ,
Which is the best tool to do EFS backup for i9500 ?
Found many for qualcom based i9505 but none for i9500 .
Please help .
Also , Does titanium backup do EFS backup ?
Click to expand...
Click to collapse
Philz CWM does an EFS backup
Sent from my GT-I9505G using Tapatalk 2
sasha007 said:
Hi ,
Which is the best tool to do EFS backup for i9500 ?
Found many for qualcom based i9505 but none for i9500 .
Please help .
Also , Does titanium backup do EFS backup ?
Click to expand...
Click to collapse
TWRP also has efs backup.
On i9505 you can do it manually using terminal emulator dd command and then copy the backup files in a safe place.
su
dd if=/dev/block/mmcblk0p10 of=/mnt/sdcard/efs.img.ext4
dd if=/dev/block/mmcblk0p13 of=/mnt/sdcard/m9kefs1.bin
dd if=/dev/block/mmcblk0p14 of=/mnt/sdcard/m9kefs2.bin
dd if=/dev/block/mmcblk0p15 of=/mnt/sdcard/m9kefs3.bin
Don't know if it's the same for i9500.
Does titanium backup does efs backup ?
Sent from my GT-I9500 using Tapatalk 4 Beta
I use philz recovery if you go into custom backup untick everything except efs and back up
Sent from my GT-I9505 using xda premium
sasha007 said:
Does titanium backup does efs backup ?
Sent from my GT-I9500 using Tapatalk 4 Beta
Click to expand...
Click to collapse
No, it doesn't.
hazri1974 said:
Is it confirmed working with i9500?...did you tried it?..tq
Sent from my GT-I9500 using xda premium
Click to expand...
Click to collapse
Yes. I have backed up my Efs using this tool..
open the thread and search i9500 you would get to see it is compatible.
sasha007 said:
Hi ,
Which is the best tool to do EFS backup for i9500 ?
Found many for qualcom based i9505 but none for i9500 .
Please help .
Also , Does titanium backup do EFS backup ?
Click to expand...
Click to collapse
You guys myte wanna check this app it does the easy backup just with an apk tested and working 100%
http://forum.xda-developers.com/showthread.php?t=2379400
EFS BACKUP Made easy with app + (Settings,Tweaks,Tools,TWRP,etc.)
manu44 said:
Yes. I have backed up my Efs using this tool..
open the thread and search i9500 you would get to see it is compatible.
Click to expand...
Click to collapse
.
andymihail said:
TWRP also has efs backup.
On i9505 you can do it manually using terminal emulator dd command and then copy the backup files in a safe place.
su
dd if=/dev/block/mmcblk0p10 of=/mnt/sdcard/efs.img.ext4
dd if=/dev/block/mmcblk0p13 of=/mnt/sdcard/m9kefs1.bin
dd if=/dev/block/mmcblk0p14 of=/mnt/sdcard/m9kefs2.bin
dd if=/dev/block/mmcblk0p15 of=/mnt/sdcard/m9kefs3.bin
Don't know if it's the same for i9500.
Click to expand...
Click to collapse
I change my i9505 to i9505G.. i can use this location to backup my IMEI etc..?
is there a difference for using the same tools for the differents models of SGS4?
For I9500 try these to backup.
su
dd if=/dev/block/mmcblk0p3 of=/mnt/sdcard/efs.img
dd if=/dev/block/mmcblk0p4 of=/mnt/sdcard/m9kefs1.bin
dd if=/dev/block/mmcblk0p5 of=/mnt/sdcard/m9kefs2.bin
dd if=/dev/block/mmcblk0p6 of=/mnt/sdcard/m9kefs3.bin
Beware! make sure you type it exactly!
Also, EFS Pro works fine on I9500.
i9505
blzounem said:
I change my i9505 to i9505G.. i can use this location to backup my IMEI etc..?
Click to expand...
Click to collapse
yes.

[Q] efs folder empty, 'E: unable to mount /efs' error

So I think I lost the efs files while flashing cm10.2. I do have it backed up in my stock rom,but I can't restore it because of a 'E: unable to mount /efs' error in twrp. I still have my IMEI, can make calls and sms, but the efs folder is empty according to root browser, es file manager and twrp. What can I do to fix the unable to mount /efs thing? Thanks!
EDIT: I'm using a GT-i9505
If you don't succeed otherwise flash full stock rom with PIT and restore your backup. Backup internal sd first.
Sent from my GT-I9505 using xda app-developers app
Try to remount it in t w r p there's an option for that
Sent from my GT-I9505 using Tapatalk 4
laststandingdroid said:
try to remount it in t w r p there's an option for that
sent from my gt-i9505 using tapatalk 4
Click to expand...
Click to collapse
i did but i failed miserably
I wonder if you can take your backed up efs folder and push it back onto the phone with adb??
Or, download EFS12.tar file then flash it, you done.
thatsupnow said:
I wonder if you can take your backed up efs folder and push it back onto the phone with adb??
Click to expand...
Click to collapse
HOW
exprxp said:
Or, download EFS12.tar file then flash it, you done.
Click to expand...
Click to collapse
Honestly, too complicated for me... I've never even touched adb command before
Cheremy said:
Honestly, too complicated for me... I've never even touched adb command before
Click to expand...
Click to collapse
Open Odin3 v4 program then choose efs12.tar file then click Start. Phone must be set into Download Mode.
exprxp said:
Open Odin3 v4 program then choose efs12.tar file then click Start. Phone must be set into Download Mode.
Click to expand...
Click to collapse
So... you just flash it and everything's back to normal? No risks? According to this thread it seems more complicated than what you described...
Cheremy said:
So... you just flash it and everything's back to normal? No risks? According to this thread it seems more complicated than what you described...
Click to expand...
Click to collapse
That is not for I9505, for I9505 u can clear EFS without risk. The problem is you already have a couupted EFS file, so no point to backup it.
exprxp said:
That is not for I9505, for I9505 u can clear EFS without risk. The problem is you already have a couupted EFS file, so no point to backup it.
Click to expand...
Click to collapse
huh clear efs without risks?
guys ii have a i9505 and efs folder empy,, suggest me what do please

EFS partition block location

I am trying to restore my EFS partitions through ADB, does anyone know what the block names are? And what command to use to accomplish this? My images look like modemst1.img modemst2.img which were backed up with freegee
Sent from my SM-P600 using XDA Premium 4 mobile app
Hello. Please refer to this thread

Categories

Resources