As title says, im going to install cwm but i would like to make a backup of my stock recovery for ota updates but im not totaly sure on how to do that properly, thanks
As title says, im going to install cwm but i would like to make a backup of my stock recovery for ota updates but im not totaly sure on how to do that properly, thanks
When restoring to stock.Should I flash just the recovery.img or I have to flash kernel.img etc files together with that??
Thanks for clarifying.
I don't have a clear idea about flashing. I just read the instructions in the forum that during CWM flashing I would need those rom dumps and replace the recovery.img and misc.img with the one provided and also use parameter file or something. So I wanted to know about the failsafe to restore in case I mess-up. So I thought to restore I might need to do the same but now with my original recovery.img dump file.
---------- Post added at 12:14 AM ---------- Previous post was at 12:08 AM ----------
Also I don't know what parameter file I should use during restoring. Sorry I am a newbie.
As title says, im going to install cwm but i would like to make a backup of my stock recovery for ota updates but im not totaly sure on how to do that properly, thanks
The guys method of using recovery to backup recovery will only work on Philz… Not twrp as it does not always backup stock recovery properly. The proper way to backup stock recovery is..
1. Root your phone, which can be done by towel root or by just booting a recovery like he said,
fastboot boot twrporwhatever.img, then flash supersu
2. Boot phone that has stock recovery
3. adb shell
4. su "watch your phone to grant root adb access if you haven't ever done it"
5. dd if=/dev/block/mmcblk0p43 of=/sdcard/recovery.img
6. This will put flashable recovery.img on your internal sd card. Copy this and save it for later
7. "fastboot flash recovery recovery.img" will get you back to stock recovery, "fastboot flash recovery twrporwhatever.img" to flash custom recovery.
Very confused with your steps. In step 1, I install custom recovery twrp and flash supersu? then in step 2, how can I boot up stock recovery while in the custom recovery? Did you mean I need to flash back to stock recovery? if so that should be step 2.
The guys method of using recovery to backup recovery will only work on Philz… Not twrp as it does not always backup stock recovery properly. The proper way to backup stock recovery is..
1. Root your phone, which can be done by towel root or by just booting a recovery like he said,
fastboot boot twrporwhatever.img, then flash supersu
2. Boot phone that has stock recovery
3. adb shell
4. su "watch your phone to grant root adb access if you haven't ever done it"
5. dd if=/dev/block/mmcblk0p43 of=/sdcard/recovery.img
6. This will put flashable recovery.img on your internal sd card. Copy this and save it for later
7. "fastboot flash recovery recovery.img" will get you back to stock recovery, "fastboot flash recovery twrporwhatever.img" to flash custom recovery.
In step 1, you boot recovery without actually flashing it, using the indicated fastboot command. The TWRP file resides on your computer, so its sort of a "remote boot".
Does samsung work with fastboot command? when i use the fastboot command it said waiting for devices. The fastboot devices is empty here:
![]()
My phone is Samsung Galaxy Note 3 - SM 9005
Thanks... any other way that I can backup my stock recovery.img without installing custom recovery like TWRP/CMW. The reason why I dont want to install this custom recovery is to prevent the Current Binary status to Custom. hmmm.. i have search al lot but mostly they said about using fastboot. unfortunately fastboot doesn't work on Samsung
m8, stock, s-on,rooted, 5.0.1, twrp2.8.6.1 latest, only dragon-fi sound mod and custom battery indicator mods installed.
made nandroid backup of rom via twrp before and after mods.
so i couldnt make stock recovery backup. can you share link and guide me , i seen the thread named ruu, stock recoveries,cids, etc, but i could not understand what exactly and only is for me, and now what should i do to get OTA if its available , if sense 7 comes then also i need to stock recovery for getting it? or its for only firmware updates?
As title says, im going to install cwm but i would like to make a backup of my stock recovery for ota updates but im not totaly sure on how to do that properly, thanks
As title says, im going to install cwm but i would like to make a backup of my stock recovery for ota updates but im not totaly sure on how to do that properly, thanks