The backup has been completed. .. u can restore the sane file if anything goes wrong with your imei
Sent from my GT-N7100 using xda premium
Sent from my GT-N7100 using xda premium
I think you need to run the script, not CWM. The files in the first post can do that for you.Can I restore the efs.img using the CWM?..
Ok thank you.. But what if the phone won't boot in the main screen, is it possible to restore using CWM?I think you need to run the script, not CWM. The files in the first post can do that for you.
Sent from my GT-N7105 using xda premium
I think CWM does not do that for img files. But I could be wrong. Personally I never did so.Ok thank you.. But what if the phone won't boot in the main screen, is it possible to restore using CWM?
i have the same backup format and can't restore pleae help!i've an efs backup and the extension "tar.gz" could this patch restore my efs using the listed extension ?
That work Thanks!:good::good:@corvux360
what i did i to flash the rom i want then i did extracted the tar.gz file so you've efs folder extracted so after i've flashed the rom i deleted EFS folder in my phone and i reboot you find no lockscreen and some words in yellow copy EFS backup folder you extracted before to the same location you deleted your device EFS folder then reboot service now should work if not so apply the following commands in terminal emulator line by line and press enter after every line:
su
rm /efs/FactoryApp/keystr
rm /efs/FactoryApp/factorymode
echo -n ON >> /efs/FactoryApp/keystr
echo -n ON >> /efs/FactoryApp/factorymode
chown 1000.1000 /efs/FactoryApp/keystr
chown 1000.1000 /efs/FactoryApp/factorymode
chmod 0744 /efs/FactoryApp/keystr
chmod 0744 /efs/FactoryApp/factorymode
reboot
my reference http://forum.xda-developers.com/showpost.php?p=43491688&postcount=132
GN2Will this work on any GN2 or just the N7100?