Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
arunmcops
Old
#1  
arunmcops's Avatar
Recognized Developer - OP
Thanks Meter 564
Posts: 922
Join Date: Apr 2010
Location: Bareilly
Angry (Tutorial) IMEI backup and restore

/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: [ Click to Expand ]
 
soulstaker
Old
#2  
soulstaker's Avatar
Member
Thanks Meter 3
Posts: 38
Join Date: Nov 2010
Location: Goiânia
what is the point to copy the other thread?

http://forum.xda-developers.com/showthread.php?t=888193
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...