FORUMS
Remove All Ads from XDA

(Tutorial) IMEI backup and restore

1,356 posts
Thanks Meter: 868
 
By arunmcops, Recognized Developer on 13th February 2011, 10:18 PM
Post Reply Email Thread
/EFS partition contains a lot of information about your phone, f.e: wifi/bt mac address and your IMEI (nv_data.bin).

It's highly recommended to backup the whole partition, or at least copy the files from the efs directory.

CORRUPTED OR NOT?

You can check if the efs is mounted or completly damaged with this command:

adb shell
mount

You will see something like this:



Red part means /efs is mounted.

IF YOUR PHONE HAVE CORRECT EFS PARTITION:

1, Root your phone - there are several methods to do this.
2, Install root explorer or Estrongs file explorer and copy /efs dir to your sdcard - this will copy the files.

or

2, Make a backup from the whole partition -this is better if you flash a phone with wrong ops, the only way to restore using this backup.

Backup:
adb shell
su
dd if=/dev/block/stl4 of=/sdcard/efs.rfs

Restore:
Add efs.rfs to and unix compatible tar and flash with odin as efs file:


IF YOUR PHONE /EFS IS CORRUPTED:

Flash the included /efs tar with odin:
This will remount your efs partition and (if you have a backup or fixed nv_data.bin) you just need to overwrite files with a file explorer.

The Following 2 Users Say Thank You to arunmcops For This Useful Post: [ View ]
 
 
14th February 2011, 01:27 AM |#2  
soulstaker's Avatar
Member
Thanks Meter: 7
 
More
what is the point to copy the other thread?

http://forum.xda-developers.com/showthread.php?t=888193
Post Reply Subscribe to Thread

Guest Quick Reply (no urls or BBcode)
Message:
Previous Thread Next Thread


loading