[APP] [ROOT] [i9105/i9105P] EFS Backup [v0.1] - Samsung Galaxy S II Plus

EFS BACKUP AND RESTORE APP​for i9105P and i9105​
Developed by xenon92​
An app to help you backup your EFS Partition and Restore it if necessary.
No Terminal and No Commands.
Simple taps on the screen.​
* ROOT PERMISSIONS NEEDED *​
Even though I developed this app for Galaxy Grand i9082 and i9082L users, this app will work with i9105P and i9105 too. Thanx to @fmehdi for testing and pointing it out.
EFS partition blocks of i9105P, i9105 and i9082 are same. See the links below and the EFS partition blocks in the device trees.
i9082 - LINK
i9105P - LINK
i9105 - LINK
Why you need to backup your EFS?
>> READ THIS <<​
INSTRUCTIONS​
BACKUP
Tap Backup. That's all.
You'll find 'efs.img' in the folder 'EFS_Backup' in your storage memory.
Copy it to your PC or Cloud to be safe.
RESTORE
Open the app once. Exit the app.
Place 'efs.img' in the folder 'EFS_Backup' in your memory. (Folder will be automatically made at first run of the app).
Tap Restore.​​
WARNING: Do Not RESTORE your EFS until absolutely necessary. If everything is working fine, just BACKUP, don't RESTORE. Read more about it in the link above.​
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
CLICK HERE TO DOWNLOAD FROM ORIGINAL THREAD​
DISCLAIMER: I am not responsible if you mess up your phone using this app. The functioning of this app is the same as I have explained in the link above. Restoring EFS is dangerous. If you feel unsafe, use the guide I have made in the link above and use Terminal Commands. This app simply implements those Terminal commands in a user friendly way to backup and restore EFS.

Reserved...

Good :good:

Related

(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:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
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.
what is the point to copy the other thread?
http://forum.xda-developers.com/showthread.php?t=888193

EFS backup.

Is there a way to backuo my efs data on the 7+ yet?
MacZzang said:
Is there a way to backuo my efs data on the 7+ yet?
Click to expand...
Click to collapse
Method with EFS Pro - For Samsung Android Devices ;http://forum.xda-developers.com/showthread.php?t=1308546
Method with Android Terminal Emulator ;
1 Install the Google Android Play Terminal Emulator.https://play.google.com/store/apps/...251bGwsMSwxLDEsImphY2twYWwuYW5kcm9pZHRlcm0iXQ..
Will allow us to manually launch the commands to backup.
2 Start Android Terminal Emulator.
Type the command on and give enter.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
3 You will be prompted that allows the application to obtain the rights to root (if it has never been done).
4 Type the following command respecting all spaces and any capitals:
busybox tar zcvf /sdcard/efs-backup.tar.gz /efs
5 After a few seconds the operation comes to an end. The procedure can be considered complete
6 The command does nothing but create a compressed archive called efs-backup.tar.gz within memory /sdcard. We recommend that you make a copy of transfer even on your pc.
7 Always to be sure of the success of the operation, open the archivo compressed (by phone through file manager or from your pc using winrar, 7zip or the like) and make sure they are present especially the nv_data.bin and nv_data.bin.md5 .
On the behalf of everyone here I solute u my friend they should make this post a sticky in the development section. Efs corruption is a serious issue.. it happened to me on my sgs2 and I couldn't get it back.. and I couldn't find someone with a box to restore it.. I had to buy a box for 260$ online
Sent from my GT-P6200 using XDA Premium HD app

[SCRIPT/TOOL] How to remove lock pattern or password from your android device

{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Hi mates!
I want to share with you a couple of simple but useful scripts.
Recently, a member asked for help because his young cousin had locked his device when trying to unlock it. As you know there is a way to avoid it, it's doing DATA/FACTORY RESET via recovery... the only problem is that doing this process ALL YOUR DATA WILL BE DELETED and it's really annoying so I created a simple script to avoid this trouble
I created a flashable zip to do the job as simple as possible
IMPORTANT
This script has been created just to help people, not to harm them!
I'M NOT RESPONSIBLE FOR MISUSE/FOR IMPROPER USE YOU CAN GIVE THIS SCRIPT. SOLE RESPONSIBILITY LIES WITH THE USER WHICH USES THIS SCRIPT IMPROPERLY.
USES
You can use it if you forget the password or lock pattern to unlock your phone.
If your child or someone without conscience locks your device by mistake.
REQUIREMENTS
Root
CWM
(It may be work in non-rooted devices, I'm not sure but if you want to try it report then )
INSTRUCTIONS
1. Download the correct file.
2. Boot into recovery.
3. Install from sdcard and flash it.
4. Done!, reboot system now.
5. Now you can go to settings and set new type of lock
HELLYEAH!
First Link didnt work, please fix it
the pattern unlocker script (1st link) is broken link, please fix it

[Update] Primo S2 Deodexed Rom [Stock 4.3]

This the little update of official 4.3 Rom which can be themed by recompiling any apk from system file. It's not a full rom but an update.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Features:
→Deodexed and can be themed
→Zipaligned each apk for better ram management
→Init.d added
→Supercharger integrated
→Latest busybox
→Solo Launcher as default
→Latest SuperSu from chainfire
→Random Bugs fixed
HTML:
Flash at your own risk, I am not Responsible for hardware or further damage of your Phone. Be sure you aren't drunk when flashing
Instructions:
→ Download Zip file from Here
→Keep this zip file on your phone memory
→Boot Into Recover (CWM/TWRP)
→Take a Nandroid Backup, in case of happening anything wrong just revert back by restoring
→Wipe Cache, Delvik-cahe, (also Data if possible)
(Don't wipe System at all)
→Install The Update zip
→wipe cahce/delvik
→Reboot & Enjoy
(Keep Patience while booting for first time after flashing this)
Attention:
→Don't upadte Google Search app
→Install latest Chrome, bug fixed in recent update
Something I forgot
And Please Join us here: www.facebook.com/groups/waltonprimos
Our KKitKat Project by @tuxboy in progress, Please donate for KitKat and Upcoming Android Version It will appriciate Us
Don't forget to Hit "Thanks" to appriciate me
the file is removed from google drive.

[Completed] [Guide] How to get C.W.M recovery for your MTK

INTRODUCTION
Hi folks i am Ace Aggarwal and today i will help you to root your Mediatek device on kitkat firmware this tool is not made by me i am just serving this information.
Now lets Proceed to work
things you need is
-Michfood method to port recovery {Download from attachment}
-Your Stock recovery u can get it from your stock rom or make one for yourself- http://forum.xda-developers.com/general/xda-assist/guide-how-to-stock-boot-img-recovery-t2972816
Now Procedure
1.Download files from attachments and extract it to C Drive or in the partition where your windows is installed.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
2.Disable your windows User Account Control UAC and run the Program.
3.If you have root access choose 1 and if not choose 2.
4.if you choose 2 then it will ask you to paste the recovery in the extracted folder.
5.After Pressing enter it will ask you the partition type which your phone have emmc or MTD
6.let the Process Complete. after this you will another folder in the extracted folder.
7.Open that folder and you will get your PORTED RECOVERY
8.Now use Smart phone flash tool (SP flash tool) to flash the ported recovery.
Now flash SuperSu.zip and get the Root access
Please Press thanks button if i helped :good:
View attachment 3063827
Please see your other Assist thread you created.
Same advice for this.
Thanks, thread closed.

Categories

Resources