Help getting to a rom with 911 - Vibrant Q&A, Help & Troubleshooting

Hello,
I'm trying to get back to working 911. I've used Odin to flash all the way back to stock Eclair, yet when I dial 911 it just hangs right up without connecting. I flashed Froyo and the same thing. I thought all I needed to do was flash back to an earlier rom? Can someone point me in the right direction?

If it doesn't work on stock, it's probably a busted efs.
1) Go in About Phone > Status and check if your IMEI is "004999010640000"
2) You'll want to restore your efs. Check your sd card for a folder called "backup" and a folder inside that called "efs", copy that the "efs" folder into root, replacing the efs folder there, then reboot. You'll want root for that. Then go in and check that your IMEI is not 004999010640000

FaultException said:
If it doesn't work on stock, it's probably a busted efs.
1) Go in About Phone > Status and check if your IMEI is "004999010640000"
2) You'll want to restore your efs. Check your sd card for a folder called "backup" and a folder inside that called "efs", copy that the "efs" folder into root, replacing the efs folder there, then reboot. You'll want root for that. Then go in and check that your IMEI is not 004999010640000
Click to expand...
Click to collapse
Yeah my IMEI is "004999010640000". So I'm going to check for the efs back up. I'll report back.

FaultException said:
If it doesn't work on stock, it's probably a busted efs.
1) Go in About Phone > Status and check if your IMEI is "004999010640000"
2) You'll want to restore your efs. Check your sd card for a folder called "backup" and a folder inside that called "efs", copy that the "efs" folder into root, replacing the efs folder there, then reboot. You'll want root for that. Then go in and check that your IMEI is not 004999010640000
Click to expand...
Click to collapse
There wasn't an efs folder in the root to copy over. But I did go ahead and copy the efs folder that was inside of the backup folder to the root and rebooted and my IMEI is still "004999010640000"

ImHavenHart said:
There wasn't an efs folder in the root to copy over. But I did go ahead and copy the efs folder that was inside of the backup folder to the root and rebooted and my IMEI is still "004999010640000"
Click to expand...
Click to collapse
Oh did you copy it into the root of the sd card? Because I meant the root of the device.

FaultException said:
Oh did you copy it into the root of the sd card? Because I meant the root of the device.
Click to expand...
Click to collapse
I accidentally copied to the root of sd and then noticed you meant the root of the device. So I went ahead and copied to the root of the device and restarted and still have the same fake imei number. I even tried the "Recover your imei in 9 steps" tutorial and no luck. Now I'm using EFS Pro to see if I can restore or repair or something. Ugh. I just moved into my own apartment (I used to live with a male roommate) and seeing as though I am a female living alone now, I really need 911 in case of an emergency. I'm considering just buying a new phone I'm so frustrated. When I attempt to scan with EFS Pro it says "no backup to restore" even though there is a back up.

Are there multiple efs folders in the backup folder on your sd card?

FaultException said:
Are there multiple efs folders in the backup folder on your sd card?
Click to expand...
Click to collapse
Yeah there is one marked "EFS" and then about 20 others like "efs-770" "efs-759, "efs-659" etc

ImHavenHart said:
Yeah there is one marked "EFS" and then about 20 others like "efs-770" "efs-759, "efs-659" etc
Click to expand...
Click to collapse
Okay, sort by date and find the oldest one and then go and delete the contents of your root /efs folder and copy the files from the oldest efs backup into the root /efs folder then reboot and check.

FaultException said:
Okay, sort by date and find the oldest one and then go and delete the contents of your root /efs folder and copy the files from the oldest efs backup into the root /efs folder then reboot and check.
Click to expand...
Click to collapse
K I'm copying the contents now..................

FaultException said:
Okay, sort by date and find the oldest one and then go and delete the contents of your root /efs folder and copy the files from the oldest efs backup into the root /efs folder then reboot and check.
Click to expand...
Click to collapse
I sorted to the oldest, which was from December 2011 and deleted the files in the root efs and copied the files from the December 2011 backup and rebooted. Same fake IMEI Arghhhh.

ImHavenHart said:
I sorted to the oldest, which was from December 2011 and deleted the files in the root efs and copied the files from the December 2011 backup and rebooted. Same fake IMEI Arghhhh.
Click to expand...
Click to collapse
What files do you see in the efs backup and what app are you using to move them?

FaultException said:
What files do you see in the efs backup and what app are you using to move them?
Click to expand...
Click to collapse
I'm using root explorer to copy and paste the files and I see the following 14 files in the backup:
.imei
.nv2.bak
.nv2.bak.md5
.nv.data.bak
.nv.data.bak.md5
.nv_state
cryptprop_applied_result
cryptprop_data
cryptprop_onetimeboo
tcryptprop_securewipedata
imei
nv.log
nv_data.bin
nv_data.bin.md5
I'm not sure if they're pasting correctly though. It says "merging" but shows today's date for the files instead of the Dec 2011 date that shows in the backup.

I renamed the .bak files to regular ones to see if that will restore the backups, the copied them to the root efs. rebooting now.

Okay try this, download a terminal emulator or use an adb shell and run these commands:
Code:
su
rm -r /efs/*
cp -r /mnt/sdcard/backup/efs-NNN /efs
Replacing NNN with the backup from December 2011.
Then close it and reboot.

FaultException said:
Okay try this, download a terminal emulator or use an adb shell and run these commands:
Code:
su
rm -r /efs/*
cp -r /mnt/sdcard/backup/efs-NNN /efs
Replacing NNN with the backup from December 2011.
Then close it and reboot.
Click to expand...
Click to collapse
When I try to run the command it says "cannot create" because there is no more space on device. Which is weird because I dont really have anything on here.
I did double check the time from the backup that copied to the root efs and it did update so the files were copied. Same fake imei though. I'm guessing all of the backups on my phone are of the fake imei because I got the phone in June 2010 and was flashing roms within two months, yet the earliest backup is December 2011. I vaguely remember upgrading my SD Card with one that had more space. So the original imei back up is probably long gone on my old SD Card. Is there any hope for restoring my imei and getting 911 or should I just get a new phone?

FaultException said:
Okay try this, download a terminal emulator or use an adb shell and run these commands:
Code:
su
rm -r /efs/*
cp -r /mnt/sdcard/backup/efs-NNN /efs
Replacing NNN with the backup from December 2011.
Then close it and reboot.
Click to expand...
Click to collapse
I haven't done anything else to it so far, yet I rebooted and now it saya IMEI unknown / null and I can't access tmobile network at all lol

ImHavenHart said:
I haven't done anything else to it so far, yet I rebooted and now it saya IMEI unknown / null and I can't access tmobile network at all lol
Click to expand...
Click to collapse
I'm back to the fake imei and now have tmobile connection. I tried http://forum.xda-developers.com/showthread.php?t=1264021 guide with no luck. It just puts me to an "unknown imei" with no network connection. So I have to delete the efs folder and hard reset to get back to the fake imei. I also tried to install HC-ktool IMEI Recovery app and it says "problem parsing package" and won't install the app. I'm guessing it's not compatible with Stock Eclair. Im going to try upgrading to froyo and try to get the HC-ktool IMEI recovery working. If all else fails I'm honestly just going to go buy a new phone today. Ive had this since it came out June 2010 which was over 2 years ago so maybe this is a reason to upgrade to the Galaxy S II or III.

FaultException said:
Okay try this, download a terminal emulator or use an adb shell and run these commands:
Code:
su
rm -r /efs/*
cp -r /mnt/sdcard/backup/efs-NNN /efs
Replacing NNN with the backup from December 2011.
Then close it and reboot.
Click to expand...
Click to collapse
I donated to you. Thanks for helping.

After hours of trying to get my imei back I just decided to try a rom that was known to have working 911 since that's all im after any way. I went with stock Gingerbread and 911 is working. I still have the generic imei but all I wanted was 911 so I'm all good.

Related

[Q] Got Generic IMEI. Don't Have Any Files inside The efs Folder Except cryptprop_es

Forgot to have nandroid backup . Wiped data, cache partition, dalvik cache, battery stats Couple of times. Screwed up the phone for flashing, No signal.. Later, I was able to fix it with SGSII_repair But, stuck with a generic IMEI (004999010640000). I haven't backed up efs folder. Now I'm only left with cryptprop_es in the previous efs folder.. Is there any way to restore original IMEI ???
computechnopro said:
Forgot to have nandroid backup . Wiped data, cache partition, dalvik cache, battery stats Couple of times. Screwed up the phone for flashing, No signal.. Later, I was able to fix it with SGSII_repair But, stuck with a generic IMEI (004999010640000). I haven't backed up efs folder. Now I'm only left with cryptprop_es in the previous efs folder.. Is there any way to restore original IMEI ???
Click to expand...
Click to collapse
Try this ! You must have:
-Root
-Root explorer for copying files to and from EFS folder
-Android SDK for the ADB tools or Terminal in your phone.
IMEI is stored in ".nv_data" file in ORIGINAL SHIPPED EFS folder too, so you just have to do these:
1) make a copy of your EFS folder to your sdcard using root explorer and then make a backup of the folder to your computer [ to have another copy if you had to format sd card sometime ]
2) delete the EFS folder (BE SURE YOU HAVE BACKED IT UP IN A SAFE PLACE AS SAID IN STEP 1) from the root of your phone using root explorer.
3) reset the phone, after that, go to the root, and you can see that the EFS folder is still there, don't make any mistake, this EFS folder is new and generated by the android OS.
4) go to EFS folder using root explorer, and delete "nv_data.bin", "nv_data.bin.md5".
5) go to your backed up EFS folder on your sdcard, copy the "imei" folder to the EFS folder at the root of your phone, then again go to the backed up EFS folder at yout sdcard and copy the " .nv_data " file to your EFS folder at the root of your phone using root explorer, NOTE: the dot in first of nv_data is not a mistake, copy the ".nv_data" file.
6) make another copy of the ".nv_data" file in EFS folder in your phone, so you would have 2 copies of ".nv_data" in EFS folder
7) rename one of ".nv_data" files to "nv_data.bin" and another one to "nv_data.bin.bak"
8) at your PC open CMD at the ADB tool path, or run Terminal at your phone enter these commands:
adb shell ( use this command of you use ADB, if you're using terminal, skip this line )
su ( ALLOW THE MESSAGE CAME AT YOUR PHONE's DISPLAY BY SUPERUSER PROGRAM )
chown 1001:radio /efs/nv_data.bin
9) reset your phone.... after that you have your original IMEI. you can check your IMEI by dialing *#06#.
If all the above steps do not work, check with a called developer Odia on XDA, he has recovered many phones with lost EFS.
All the best.Hope this helps!
ksantoshh said:
Try this ! You must have:
-Root
-Root explorer for copying files to and from EFS folder
-Android SDK for the ADB tools or Terminal in your phone.
IMEI is stored in ".nv_data" file in ORIGINAL SHIPPED EFS folder too, so you just have to do these:
1) make a copy of your EFS folder to your sdcard using root explorer and then make a backup of the folder to your computer [ to have another copy if you had to format sd card sometime ]
2) delete the EFS folder (BE SURE YOU HAVE BACKED IT UP IN A SAFE PLACE AS SAID IN STEP 1) from the root of your phone using root explorer.
3) reset the phone, after that, go to the root, and you can see that the EFS folder is still there, don't make any mistake, this EFS folder is new and generated by the android OS.
4) go to EFS folder using root explorer, and delete "nv_data.bin", "nv_data.bin.md5".
5) go to your backed up EFS folder on your sdcard, copy the "imei" folder to the EFS folder at the root of your phone, then again go to the backed up EFS folder at yout sdcard and copy the " .nv_data " file to your EFS folder at the root of your phone using root explorer, NOTE: the dot in first of nv_data is not a mistake, copy the ".nv_data" file.
6) make another copy of the ".nv_data" file in EFS folder in your phone, so you would have 2 copies of ".nv_data" in EFS folder
7) rename one of ".nv_data" files to "nv_data.bin" and another one to "nv_data.bin.bak"
8) at your PC open CMD at the ADB tool path, or run Terminal at your phone enter these commands:
adb shell ( use this command of you use ADB, if you're using terminal, skip this line )
su ( ALLOW THE MESSAGE CAME AT YOUR PHONE's DISPLAY BY SUPERUSER PROGRAM )
chown 1001:radio /efs/nv_data.bin
9) reset your phone.... after that you have your original IMEI. you can check your IMEI by dialing *#06#.
If all the above steps do not work, check with a called developer Odia on XDA, he has recovered many phones with lost EFS.
All the best.Hope this helps!
Click to expand...
Click to collapse
I don't have the nv_data files or, anything related to that !!!
Have you tried GSII_Repair from the Market ? This might be your last best chance before you need to send it to Samsung/your telco for repair. Look for it, read the description & then decide whether you want to try it or not.
If this doesn't work, nothing else will.
Edit to add - My bad.
MistahBungle said:
Have you tried GSII_Repair from the Market ? This might be your last best chance before you need to send it to Samsung/your telco for repair. Look for it, read the description & then decide whether you want to try it or not.
If this doesn't work, nothing else will.
Click to expand...
Click to collapse
Yeah !. This is the App Which Has Set The Generic IMEI & Brought Back The Phone's Signal !!! Would it Be A Problem in Future if, I Stick With This Generic IMEI ??? (I Know That Some Operator Blocks This IMEI But, Mine Didn't, Yet..)
MistahBungle said:
Have you tried GSII_Repair from the Market ? This might be your last best chance before you need to send it to Samsung/your telco for repair. Look for it, read the description & then decide whether you want to try it or not.
If this doesn't work, nothing else will.
Click to expand...
Click to collapse
He says in the opening post he has tried GSII_Repair which gave him the generic IMEI.
OP, if your EFS folder is empty and you made no previous backups I suspect you will have to send it for repair.
Imei is known by telephone company?
Can't he just get imei from them and create new folder if there is no backup?
Isn't imei on phone box?
Sent from my HTC Glacier using XDA App
The necessary files are encrypted. Even if he knows the IMEI it's not just a simple case of creating a text file with it in for example. I wouldn't be surprised if his MAC address has gone too.
Do a search for the post about user ODIA who has helped some with no IMEI .
jje
ksantoshh said:
Try this ! You must have:
-Root
-Root explorer for copying files to and from EFS folder
-Android SDK for the ADB tools or Terminal in your phone.
IMEI is stored in ".nv_data" file in ORIGINAL SHIPPED EFS folder too, so you just have to do these:
1) make a copy of your EFS folder to your sdcard using root explorer and then make a backup of the folder to your computer [ to have another copy if you had to format sd card sometime ]
2) delete the EFS folder (BE SURE YOU HAVE BACKED IT UP IN A SAFE PLACE AS SAID IN STEP 1) from the root of your phone using root explorer.
3) reset the phone, after that, go to the root, and you can see that the EFS folder is still there, don't make any mistake, this EFS folder is new and generated by the android OS.
4) go to EFS folder using root explorer, and delete "nv_data.bin", "nv_data.bin.md5".
5) go to your backed up EFS folder on your sdcard, copy the "imei" folder to the EFS folder at the root of your phone, then again go to the backed up EFS folder at yout sdcard and copy the " .nv_data " file to your EFS folder at the root of your phone using root explorer, NOTE: the dot in first of nv_data is not a mistake, copy the ".nv_data" file.
6) make another copy of the ".nv_data" file in EFS folder in your phone, so you would have 2 copies of ".nv_data" in EFS folder
7) rename one of ".nv_data" files to "nv_data.bin" and another one to "nv_data.bin.bak"
8) at your PC open CMD at the ADB tool path, or run Terminal at your phone enter these commands:
adb shell ( use this command of you use ADB, if you're using terminal, skip this line )
su ( ALLOW THE MESSAGE CAME AT YOUR PHONE's DISPLAY BY SUPERUSER PROGRAM )
chown 1001:radio /efs/nv_data.bin
9) reset your phone.... after that you have your original IMEI. you can check your IMEI by dialing *#06#.
If all the above steps do not work, check with a called developer Odia on XDA, he has recovered many phones with lost EFS.
All the best.Hope this helps!
Click to expand...
Click to collapse
I am not able to delete the efs folder from the root dir. stuck at that step ... please help ...
ano.cresent said:
I am not able to delete the efs folder from the root dir. stuck at that step ... please help ...
Click to expand...
Click to collapse
I believe you have to remount your root folder as R/W.
Are you using a rooted phone with root explorer set to read write ????
jje
suggestion thru my experience
ano.cresent said:
I am not able to delete the efs folder from the root dir. stuck at that step ... please help ...
Click to expand...
Click to collapse
for my phone i encounter that imei 00...... i just save by the online back up where its automaticaly back up my data online and i found my efs folder. very simple step what i did. i ownload this efs file foler then all the conten inside i just copy to efs folder in my root directory and asking to replace existing file yes then reboot the phone. after reboot i checked my imei thru *#06# it back to the original same with the sticker under my battery pack on my gt i9000 hope it will help for other people easy and simple step it will back to original if you have back up efs file..
just to shared my experienced regarding to the problem stated..

Lost my phone IMEI

Hi,
I'm using GT-I9300, and now I lost the IMEI. It is showing 00499010640000 / 01
I have a backup of efs folder copied using esfile explorer, dont know is it a full backup or not. Tried to copy paste back but doesnt help. Flashed different stock ROMs single file and 3 part file with pit + re-partition but those methods deosnt help me.
Some one please advice...
Regards..
Anu
anukilimanoor said:
Hi,
I'm using GT-I9300, and now I lost the IMEI. It is showing 00499010640000 / 01
I have a backup of efs folder copied using esfile explorer, dont know is it a full backup or not. Tried to copy paste back but doesnt help. Flashed different stock ROMs single file and 3 part file with pit + re-partition but those methods deosnt help me.
Some one please advice...
Regards..
Anu
Click to expand...
Click to collapse
You can restore the efs file with kTool by Hellcat, it`is in the Playstore. First place your backedup efs file in /sdcard/efs.image and then restore. Haven`t done it myself yet, and you better google it or wait for other advices by people who actualy did it. Good luck
gee2012 said:
You can restore the efs file with kTool by Hellcat, it`is in the Playstore. First place your backedup efs file in /sdcard/efs.image and then restore. Haven`t done it myself yet, and you better google it or wait for other advices by people who actualy did it. Good luck
Click to expand...
Click to collapse
Thanks for your reply.. I dont have efs.image file i have a copy of efs that I took using esfile explorer.
anukilimanoor said:
Thanks for your reply.. I dont have efs.image file i have a copy of efs that I took using esfile explorer.
Click to expand...
Click to collapse
I haven`t restored my efs ever, so i`am not 100 % sure it will work. The esfile explorer file should be an .img file i think. Betterwait for someone who knows more about this stuff. Don`t you have a working backup in cwm that you can restore and have your imei number back?
gee2012 said:
I haven`t restored my efs ever, so i`am not 100 % sure it will work. The esfile explorer file should be an .img file i think. Betterwait for someone who knows more about this stuff. Don`t you have a working backup in cwm that you can restore and have your imei number back?
Click to expand...
Click to collapse
CWM Recovery doesnt restore the IMEI. I tried that...
anukilimanoor said:
Thanks for your reply.. I dont have efs.image file i have a copy of efs that I took using esfile explorer.
Click to expand...
Click to collapse
Using es file explorer or root explorer mount system as rw and delete the current efs folder. Then copy / past the copy you saved and reboot. Original imei will show again.
Sent from my GT-I9300 using xda premium
sxi200 said:
Using es file explorer or root explorer mount system as rw and delete the current efs folder. Then copy / past the copy you saved and reboot. Original imei will show again.
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
I did that but that doesnt help me...
anukilimanoor said:
I did that but that doesnt help me...
Click to expand...
Click to collapse
Did you first delete the current efs folder? Maybe try again and delete the factory folder as well and confirm the remaining efs folder has nothing in it. Then past the copy efs folder and reboot. If that doesn't work then possible you don't have a full copy.
My backup of those 2 folders have have 19 items in each when viewing in My Files. How many does yours have?
Sent from my GT-I9300 using xda premium
anukilimanoor said:
I did that but that doesnt help me...
Click to expand...
Click to collapse
What format does you backuped efs file have, tar or zip or something else.
It's easiest to do it in Recovery mode, make sure /efs and sdcard are mounted in Mounts&Storage.
Connect to the phone over ADB, then copy the contents of the backed up folder to /efs and restore permissions
Code:
cp /sdcard/YOUR/EFS/Folder/* /efs/
chown -R radio:radio /efs/
chmod -R 755 /efs
Then reboot the phone, hopefully it will work. If not, please attach the logfile from the /efs folder to the post so we can see what goes wrong.
sxi200 said:
Did you first delete the current efs folder? Maybe try again and delete the factory folder as well and confirm the remaining efs folder has nothing in it. Then past the copy efs folder and reboot. If that doesn't work then possible you don't have a full copy.
My backup of those 2 folders have have 19 items in each when viewing in My Files. How many does yours have?
Sent from my GT-I9300 using xda premium
Click to expand...
Click to collapse
I deleted the efs and nothing on it and did the copy paste... No luck...
maybe work maybe not...you can try to change csc code..it will totally format your phone..backup 1st to your pc..
ascariz said:
maybe work maybe not...you can try to change csc code..it will totally format your phone..backup 1st to your pc..
Click to expand...
Click to collapse
Tried that but it is not working...
d4fseeker said:
It's easiest to do it in Recovery mode, make sure /efs and sdcard are mounted in Mounts&Storage.
Connect to the phone over ADB, then copy the contents of the backed up folder to /efs and restore permissions
Code:
cp /sdcard/YOUR/EFS/Folder/* /efs/
chown -R radio:radio /efs/
chmod -R 755 /efs
Then reboot the phone, hopefully it will work. If not, please attach the logfile from the /efs folder to the post so we can see what goes wrong.
Click to expand...
Click to collapse
Log file from efs?

HEEEELP! Phone wont recognize Sim - No IMEI - EFS

My s3 stopped recognizing the Sim yesterday, so i searched for a solution. i read in xda that its the EFS partition. I got no IMEI and no Baseband. Somehow i found 2 files on the internal SD Card: "efsbackup.tar" and "efsdev-mmcblk0p3.img".
I read this thread, but it didnt help me.
Any idea how i could fix it?
Btw, Android Revolution HD 11.0 with stock kernel
I'm guessing your Rom auto backs up the efs, so best to ask on their thread about reinstalling it
Restore your EFS backup .
jje
im going to install now arhd 11.3 and then do the restore of the efs backup.
i noticed that the backup was built yesterday evening, when the problem already was. well it seems like i got no backup, when it was working
I followed in this thread this post:
Process:
1. make a copy of your EFS folder using root explorer and store it somewhere safe (on your SD card and external SD card should do it).
2. delete the EFS folder from the root of your phone using root explorer.
3. reboot the phone
4. open root explorer and go to the EFS folder (yes, it is still there! The Android OS has generated a new one for us) and delete the following files:
nv_data.bin
nv_data.bin.md5
nv.log
.nv_data.bak
.nv_data.bak.md5
nv_data.bin.bak
and the entire IMEI folder.
5.Now go to your backed up EFS folder on your sd card and copy the IMEI folder and the " .nv_data" file (note the dot) to your new EFS folder.
6.Make another copy of the ".nv_data" file in your new EFS folder. Rename one of them to "nv_data.bin" and the other one to "nv_data.bin.bak".
7. Connect your phone to your PC and start up EFS PRO. After your phone has been detected, press the "Repair nv data" button to correct the ownership and permissions.
8. Reboot your phone into recovery mode using the three botton combo and flash the original modem firmware (the modem.bin file that you extracted earlier) to your phone using Odin (use the "phone" button for the upload) or Heimdall (use the "radio" partition for the modem.bin file upload).
9. Reboot the phone normally and your IMEI number will be restored and you will be able to connect to your mobile network again
Click to expand...
Click to collapse
and now i got an IMEI, but its still not mine: 004999010640000 / 01
If you have an efs.tar file why dont you put it in PDA in Odin?.
wont work.
deleted
Ok....then I dont understand why it backs up as a tar file then
yesterday i flashed siyah kernel, siyah probably made a efs backup. but that backup was already after that problem happened.
well i got now the 0049 imei
So you dont have a back up of you original IMEI is that what your saying?.Flashing ROMs normally is what makes a backup not flashing a kernel so Id say the backup is original.
Read this
http://forum.xda-developers.com/showthread.php?p=30682712
i read this but i dont know what to do with it. i understand that this are options to backup the efs partitions but not how to restore it how to restore it if already lost
x Schieby said:
i read this but i dont know what to do with it. i understand that this are options to backup the efs partitions but not how to restore it how to restore it if already lost
Click to expand...
Click to collapse
you need to read better then
You'll need to perform an "IMEI injection" which is a kludgy last-resort restore method that manually writes the IMEI to NVRAM; the link I provided in Part C of "Backup" will tell you how to do it.
x Schieby said:
My s3 stopped recognizing the Sim yesterday, so i searched for a solution. i read in xda that its the EFS partition. I got no IMEI and no Baseband. Somehow i found 2 files on the internal SD Card: "efsbackup.tar" and "efsdev-mmcblk0p3.img".
I read this thread, but it didnt help me.
Any idea how i could fix it?
Click to expand...
Click to collapse
That's what the efs backup is for xD
Calm down, or you'll make things worse. Unzip the efs.tar to /efs and reboot your phone (DON'T PULL THE BATTERY)
Everything should work like a charm again
Hope I could help!
LG familyguy59/Beatsleigher
slaphead20 said:
you need to read better then
You'll need to perform an "IMEI injection" which is a kludgy last-resort restore method that manually writes the IMEI to NVRAM; the link I provided in Part C of "Backup" will tell you how to do it.
Click to expand...
Click to collapse
sorry, but i still dont get it with the qpst. thats the part c you are thinking of right?
familyguy59 said:
That's what the efs backup is for xD
Calm down, or you'll make things worse. Unzip the efs.tar to /efs and reboot your phone (DON'T PULL THE BATTERY)
Everything should work like a charm again
Hope I could help!
LG familyguy59/Beatsleigher
Click to expand...
Click to collapse
going to try this now
familyguy59 said:
That's what the efs backup is for xD
Calm down, or you'll make things worse. Unzip the efs.tar to /efs and reboot your phone (DON'T PULL THE BATTERY)
Everything should work like a charm again
Hope I could help!
LG familyguy59/Beatsleigher
Click to expand...
Click to collapse
well, thats how my phone ended. i did that yesterday and my phone finally didnt even booted.
then i went to my carriers shop and told them it wont boot, and today i got a brand new phone
anyway thanks to all help!

efs empty folder

Hello, i have used ktool to restore my imei, but it ereased all my efs folder files, so now it is empty. I have made my imei backup using ktool app, so i have efs.img and efs.tar.gz files.
I have tried to flash stock rom with odin but not only one of them boots, they all get bootloop. My phone only works with cm9 but it has no imei and no network.
So i need these files from efs folder, could any one help with this? Or is it possible to restore them with my back up files?
cH5 said:
Hello, i have used ktool to restore my imei, but it ereased all my efs folder files, so now it is empty. I have made my imei backup using ktool app, so i have efs.img and efs.tar.gz files.
I have tried to flash stock rom with odin but not only one of them boots, they all get bootloop. My phone only works with cm9 but it has no imei and no network.
So i need these files from efs folder, could any one help with this? Or is it possible to restore them with my back up files?
Click to expand...
Click to collapse
A simple copy and paste worked for me using root explorer.
If you have efs back ups:
Delete entire efs file on the root of you phone and reboot. Upon reboot a new efs file will automatically be created.
Copy the efs file back up and place into the newly created efs file at the root of your phone. Reboot into recovery and wipe cache.
This method restored a corrupted efs file on my s3.
alaska_ryder said:
A simple copy and paste worked for me using root explorer.
If you have efs back ups:
Delete entire efs file on the root of you phone and reboot. Upon reboot a new efs file will automatically be created.
Copy the efs file back up and place into the newly created efs file at the root of your phone. Reboot into recovery and wipe cache.
This method restored a corrupted efs file on my s3.
Click to expand...
Click to collapse
I have only two back up files: efs.img and efs.tar.gz, but efs folder should contain much more files.
I delete efs folder in the root and restart phone, but anfter restart it only creates the efs folder which is empty.
cH5 said:
I have only two back up files: efs.img and efs.tar.gz, but efs folder should contain much more files.
I delete efs folder in the root and restart phone, but anfter restart it only creates the efs folder which is empty.
Click to expand...
Click to collapse
Ok so click on efs.tar.gz and there should be the efs file. Copy that and and place into efs file at the root of your phone. Click on 'yes' when it asks if you would like to overwrite the file
alaska_ryder said:
Ok so click on efs.tar.gz and there should be the efs file. Copy that and and place into efs file at the root of your phone. Click on 'yes' when it asks if you would like to overwrite the file
Click to expand...
Click to collapse
I have done this, but after reboot all these files are deleted and efs folder remains empty.
cH5 said:
I have done this, but after reboot all these files are deleted and efs folder remains empty.
Click to expand...
Click to collapse
Ktool must of made a back up an empty folder. Don't know what to tell you. Do you have any files in storage called efs_backup? I think some recoveries or kernels automatically back up the efs file when doing a nandroid. Find the earliest back up and copy and paste.
alaska_ryder said:
Ktool must of made a back up an empty folder. Don't know what to tell you. Do you have any files in storage called efs_backup? I think some recoveries or kernels automatically back up the efs file when doing a nandroid. Find the earliest back up and copy and paste.
Click to expand...
Click to collapse
The back up is made correctly, i open .tar file and there are all these files, but when i copy them into the efs folder in root and reboot phone, these copied files are just gone.
cH5 said:
The back up is made correctly, i open .tar file and there are all these files, but when i copy them into the efs folder in root and reboot phone, these copied files are just gone.
Click to expand...
Click to collapse
I read on some other efs problem threads that flashing some newer firmware (ending with mg4 or something like that) reformats the efs file and you have to flash different firmware in order to fix from back ups. Look into other threads, they might have the proper procedures to fixing efs.
alaska_ryder said:
I read on some other efs problem threads that flashing some newer firmware (ending with mg4 or something like that) reformats the efs file and you have to flash different firmware in order to fix from back ups. Look into other threads, they might have the proper procedures to fixing efs.
Click to expand...
Click to collapse
Trying to flash firmwares and roms with these endings, but the phone doesnt boot, just stucks on samsung logo and repeats animation. It might be because i was installed leaked 4.2.2 xxufme7 firmware so it cant downgrade to 4.1.2 firmware.
cH5 said:
Trying to flash firmwares and roms with these endings, but the phone doesnt boot, just stucks on samsung logo and repeats animation. It might be because i was installed leaked 4.2.2 xxufme7 firmware so it cant downgrade to 4.1.2 firmware.
Click to expand...
Click to collapse
Just a thought are you doing a factory reset between flashes also doing a factory reset with stock recovery will wipe your entire internal sd
Have a look at EFS Pro to restore a tar .
http://forum.xda-developers.com/showthread.php?t=1308546
neilster2020 said:
Just a thought are you doing a factory reset between flashes also doing a factory reset with stock recovery will wipe your entire internal sd
Click to expand...
Click to collapse
This might be my misstake.
By the way, this is solved already. I flashes stock 4.0.4 version and used ktool to restore .img and .tar files, after reboot network came back and all efs folder files were also back, then flashed atock MG6 So now i am on this stock firmware.
But i still cant install leaked version FMU7, it gives me fake IMEI and no network, any ideas?

[SOLVED] Can't restore EFS from backup

Problem solved!​
**********************
I think my problem happened because a flashed a ROM with MG4 baseband, and then flashed UltimaROM with another baseband which caused my baneband to corrupt.
I tried to flash Stock ROM and install different baseband but non of this worked.
finally I flashed BTU stock ROM (Which comes with MG4) but the problem still here.
Then I installed root, deleted the efs folder and replaced all the files with the files in the backup - restart and everything is working! my IMEI returned to normal.
**********************​
Original question
Hello devs,
I have Siyah kernel which auto backup my EFS, i have backup named "efs_28Aug2013-1852.tar.gz"
I want to restore from this backup because I lost my IMEI when I flashed UltimaROM
I renamed it to "efsbackup.tar.gz" and put it in the root of the sdcard
then I started adb shell & run the code
Code:
su
umount /efs
mke2fs /dev/block/mmcblk0p1
mount -w -t ext4 /dev/block/mmcblk0p1 /efs
busybox tar zxvf /sdcard/ efsbackup.tar.gz -C /
I granted ADB shell root access
then i went to recovery and run the command (because I can't run umount /efs while device's running it gives resource busy message)
However when I run the first command "su" in gives me this message
Code:
/sbin/sh: su: not found
so I skipped to the next command
but I get the message
Code:
umount: can't umount /efs: Invalid argument
Please guys any help appreciated
Click to expand...
Click to collapse
Unzip it with a file manager and use a root explorer to replace manually
Sent from my GT-I9300 using Tapatalk 4
.
I've backup my efs with adb but how do you have a file on tar format, i've got a file on .img, it's normal ?
There's about nine different ways to backup the efs, .img is fine but a little on the large side at 20mb. A .tar of the same is only 5mb.
rootSU said:
Unzip it with a file manager and use a root explorer to replace manually
Sent from my GT-I9300 using Tapatalk 4
Click to expand...
Click to collapse
Thank you for your reply, I did as you said but this only changed my IMEI from "Unknown" to the generic IMEI "004999..."
Is there something wrong in the method or my backup may be corrupt
Sent from my Nexus 7 using Tapatalk 2
Read the imei / efs thread in general.
Sent from my GT-I9300 using Tapatalk 4
Thank you again, I read the thread in the past but it looks like it has been updated recently.
I think my problem happened because a flashed a ROM with MG4 baseband, and then flashed UltimaROM with another baseband which caused my baneband to corrupt.
I tried to flash Stock ROM and install different baseband but non of this worked.
finally I flashed BTU stock ROM (Which comes with MG4) but the problem still here.
Then I installed root, deleted the efs folder and replaced all the files with the files in the backup - restart and everything is working! my IMEI returned to normal.
Thank you RootSU for your help.
hey bro,
i am stuck
help me out
- my efs(folder) is blank
- i installed stock with pit file but no help!
- right now my cell is in bootloop!
- it goes to recovery, download mode.
i have efs.tar.gz file and a folder named efs in my ext sd
how do i copy that to int memory?
can't even create a cwm flashable zip file of the same?????
help me bro.....
You are posting in a thread that tells you how to restore an efs backup, how much more could you possibly need?
Go to recovery, factory reset.
Get the phone to boot, unpack the .tar file and follow the instructions in the OP.
boomboomer said:
You are posting in a thread that tells you how to restore an efs backup, how much more could you possibly need?
Go to recovery, factory reset.
Get the phone to boot, unpack the .tar file and follow the instructions in the OP.
Click to expand...
Click to collapse
Dear boomboomer,
i am sorry, but my phone is in "bootloop" how am i suppose to delete the "EFS" ? that s what i am asking!!!!!
i have both efs.tar.gz and extracted folder ready in my ext-sd......
i wonder if somebody can help me with creating a cwm.zip from the .tar file
thanks ....
try to install stock again via odin but this time install a diffrent version (for example if you installed INU this time try INS).. before that factory reset your phone and wipe cache via recovery mode.. don't lose your efs backup it's very important copy it to your PC in case something wrong happens
i already did so
almousawi said:
try to install stock again via odin but this time install a diffrent version (for example if you installed INU this time try INS).. before that factory reset your phone and wipe cache via recovery mode.. don't lose your efs backup it's very important copy it to your PC in case something wrong happens
Click to expand...
Click to collapse
bro, thanks for your help recently i tried cm 10 also but nothing happened.
believe me i tried everything now the only option is left that is
to restore efs backup from efs.tar.gz (which is about 12 MB)
OR
create a cwm flashable zip from the efs folder which is about 22 MB)
OR
take my phone to download mode and try to push whole "efs" folder to the location with help of "ADB"
hello
mikks said:
bro, thanks for your help recently i tried cm 10 also but nothing happened.
believe me i tried everything now the only option is left that is
to restore efs backup from efs.tar.gz (which is about 12 MB)
OR
create a cwm flashable zip from the efs folder which is about 22 MB)
OR
take my phone to download mode and try to push whole "efs" folder to the location with help of "ADB"
Click to expand...
Click to collapse
hello nobody is here to help......??????
mikks said:
hello nobody is here to help......??????
Click to expand...
Click to collapse
Correct this is not a paid for service .
Suggest you take it to a service centre .
know that i did that already....
JJEgan said:
Correct this is not a paid for service .
Suggest you take it to a service centre .
Click to expand...
Click to collapse
thanks for the reply, respect to your reply and interest no disrespect ...
i took that to the center but they failed and by the way they come to me in some cases... so they give me free service...
my phone is in boot loop, i have efs.tar.... can i use phills recovery ????? or can i use someone elses backup... just to boot up my device ...then i'll be good .... i just need to get my device booted up.....

Categories

Resources