Is there anyway to backup stock recovery from stock firmware?
till now i don't think so, but u can download stock recovery and then flash stock firmware
---------- Post added at 08:16 AM ---------- Previous post was at 08:15 AM ----------
yograjfire18 said:
till now i don't think so, but u can download stock recovery and then flash stock firmware
Click to expand...
Click to collapse
i hav a stock recovery(1.17.x.x) don't remember full one
If you still have stock recovery installed then yes, you can enter it on terminal or adb shell
Code:
dd if=/dev/block/bootdevice/by-name/recovery of=/sdcard/orwhereveryouwanttosave/yourstockrecoveryname.img
Sorry for my bad english
Sent from my ASUS_Z00RD using XDA Labs
NOt working
testeraphy said:
If you still have stock recovery installed then yes, you can enter it on terminal or adb shell
Code:
dd if=/dev/block/bootdevice/by-name/recovery of=/sdcard/orwhereveryouwanttosave/yourstockrecoveryname.img
Sorry for my bad english
Sent from my ASUS_Z00RD using XDA Labs
Click to expand...
Click to collapse
this code is not working:silly::silly::silly:
Really? Do note, you should grant superuser (su) before executing that command
Edit : actually, that command is just make a "copy" current recovery, if you have twrp installed, then, well you got twrp not stock
Sent from my ASUS_Z00RD using XDA Labs
Lazyfox007 said:
Is there anyway to backup stock recovery from stock firmware?
Click to expand...
Click to collapse
What is your model?
For ze500kl. Root and usb debugging.
Commands:
adb shell
su
cat /dev/block/mmcblk0p35 > /mnt/sdcard/recovery.img
Recovery img will be saved in the internal storage.
This way you can back up all partitions to file img.
Then can using fastboot mode to restore partition.
Command from fastboot mode:
fastboot flash partition file.img
For example:
fastboot flash recovery recovery.img
Partition recovery will be overwrite file recovery.img.
Partition names are in the folder
/dev/block/platform/soc.0/7824900.sdhci/by-name
testeraphy said:
Really? Do note, you should grant superuser (su) before executing that command
Edit : actually, that command is just make a "copy" current recovery, if you have twrp installed, then, well you got twrp not stock
Sent from my ASUS_Z00RD using XDA Labs
Click to expand...
Click to collapse
if it needs su right, so mobile must be rooted and it would have done with TWRP if i m not wrong, then what about stock recovery
yograjfire18 said:
if it needs su right, so mobile must be rooted and it would have done with TWRP if i m not wrong, then what about stock recovery
Click to expand...
Click to collapse
Yes, this need root. When installing su, just boot twrp, don't flash them.
You can use that "temporary" twrp to flash su, and stock recovery still intact.
Sent from my ASUS_Z00RD using XDA Labs
Lazyfox007 said:
Is there anyway to backup stock recovery from stock firmware?
Click to expand...
Click to collapse
Install RASHR OR ANY FLASHIFY
Bsckup
.that's it
akhil850 said:
Install RASHR OR ANY FLASHIFY
Bsckup
.that's it
Click to expand...
Click to collapse
then how to install su binary,bcs those need su approval
Related
I am running cwm on Verizon and I am trying to install aospa(4.4) on my phone. I have to use twrp and every time I try to install twrp, it fails and I am left with a nonworking recovery. How do I install the latest version of twrp?
Sent from my LG-VS980
oadam11 said:
I am running cwm on Verizon and I am trying to install aospa(4.4) on my phone. I have to use twrp and every time I try to install twrp, it fails and I am left with a nonworking recovery. How do I install the latest version of twrp?
Sent from my LG-VS980
Click to expand...
Click to collapse
Try flashing with the app provided below, will do either a zip or a img file. Just make sure your new Recovery file has been Loki'd.
https://play.google.com/store/apps/details?id=com.cgollner.flashify
Jimi Mack said:
Try flashing with the app provided below, will do either a zip or a img file. Just make sure your new Recovery file has been Loki'd.
https://play.google.com/store/apps/details?id=com.cgollner.flashify
Click to expand...
Click to collapse
How do I make it loki'd?
Sent from my LG-VS980
oadam11 said:
How do I make it loki'd?
Sent from my LG-VS980
Click to expand...
Click to collapse
The Recovery imagine you downloaded should already be Loki'd. Verify this from the location or forum you got it from.
Yeah Help
Ok totally dont get this, first i've rooted the thing, but cant seem to get into twrp. I installed it using flashify, I reboot goto the factory reset screen, hit power 3 times and black screen. I just want to flash a rom my galaxy s2 was so EASY
timenewton said:
Ok totally dont get this, first i've rooted the thing, but cant seem to get into twrp. I installed it using flashify, I reboot goto the factory reset screen, hit power 3 times and black screen. I just want to flash a rom my galaxy s2 was so EASY
Click to expand...
Click to collapse
Make sure the recovery you flashed with flashify was a zip or img, make sure it was for your phones model, make sure its loki'd, or download Quickboot from the play store and tap recovery.
Sent from my LG-D800 using xda app-developers app
I cant get adb to work just keeps saying looking for device, I installed the LG drivers, checked debugging, goto pc connection, ethernet. The recovery I have is an img from http://forum.xda-developers.com/showthread.php?t=2449670 for verizon.
---------- Post added at 06:57 AM ---------- Previous post was at 06:13 AM ----------
Ok I got adb to work I get to ./loki_flash recovery /data/local/tmp/openrecovery-twrp-2.6.3.3-g2vzw.img then it says cant execute: permission denied
timenewton said:
I cant get adb to work just keeps saying looking for device, I installed the LG drivers, checked debugging, goto pc connection, ethernet. The recovery I have is an img from http://forum.xda-developers.com/showthread.php?t=2449670 for verizon.
---------- Post added at 06:57 AM ---------- Previous post was at 06:13 AM ----------
Ok I got adb to work I get to ./loki_flash recovery /data/local/tmp/openrecovery-twrp-2.6.3.3-g2vzw.img then it says cant execute: permission denied
Click to expand...
Click to collapse
Hey 2.6.3.3 is a flashable zip from twrp....from their site try flashify app from playstore too easy as click and boot to recovery
Solved
Ok 2.6.3.2 will install, so install that first then 2.6.3.3 as an image
timenewton said:
Ok 2.6.3.2 will install, so install that first then 2.6.3.3 as an image
Click to expand...
Click to collapse
If you've got 3.2 installed already, if 3.3 is a zip, you should just be able to flash it. :good:
everything went fine until i typed adb reboot recovery
followed the guides on here to flash TWRP, finally got everything flashed through adb and when i went to the final step to reboot in to recovery it said "error : device not found" .... Is this normal? should i just unplug/replug and try the reboot bootloader command again? It said the image was loki verified and flashed succesfully, but when i typed in reboot recovery it said "error: device not found" any advice/help is much appreciated
I have the AT&T LGG2 variant.
I am running stock rooted TWRP. Have not taken the OTA I am on the 10d build.
My question is:
Since I have root access couldn't I simply re flash the stock recovery image via the same commands to flash TWRP?:
Code:
adb push stockrecovery.img /data/local/tmp/stockrecovery.img
adb shell
su
cd /data/local/tmp
dd if=/data/local/tmp/stockrecovery.img of=/dev/block/platform/msm_sdcc.1/by-name/recovery
exit
adb reboot recovery
This would leave my phone rooted with the stock recovery instead of TWRP correct?
Is it this simple to put the stock recovery back on the phone or am I missing something?
Thanks
Wondering the same thing.
Better yet, is there a flashable zip file for installing the stock recovery, same as is done with TWRP and CWM?
Would be nice to have this option without needing to unroot and flash completely back to stock firmware.
slider112 said:
Wondering the same thing.
Better yet, is there a flashable zip file for installing the stock recovery, same as is done with TWRP and CWM?
Would be nice to have this option without needing to unroot and flash completely back to stock firmware.
Click to expand...
Click to collapse
This worked for me. There is a post here containing the stock att recovery. I got it and flashed it without any issues via the above method.
Here is stock recovery file: not flashable via recovery
http://forum.xda-developers.com/showthread.php?p=47616101
Sent from my LG-D800 using Tapatalk
eraste said:
This worked for me. There is a post here containing the stock att recovery. I got it and flashed it without any issues via the above method.
Here is stock recovery file: not flashable via recovery
http://forum.xda-developers.com/showthread.php?p=47616101
Sent from my LG-D800 using Tapatalk
Click to expand...
Click to collapse
Any idea if this will work with Flashify? And did the OTA update work smoothly afterwards?
eraste said:
This worked for me. There is a post here containing the stock att recovery. I got it and flashed it without any issues via the above method.
Here is stock recovery file: not flashable via recovery
http://forum.xda-developers.com/showthread.php?p=47616101
Sent from my LG-D800 using Tapatalk
Click to expand...
Click to collapse
You might still hit a hurdle with your ota if you still have your jb aboot and patched boot img from aitorec.
i just flashed philz recovery and i cant do anything to flash a rom what do i do ?
help please
anonymousss said:
i just flashed philz recovery and i cant do anything to flash a rom what do i do ?
help please
Click to expand...
Click to collapse
usb mount isnt working for some reason so i cant put any rom on the internal storage of the phone so i have nothing to flash
what do u think i should do
anonymousss said:
i just flashed philz recovery and i cant do anything to flash a rom what do i do ?
help please
Click to expand...
Click to collapse
need details are able to boot into android/what are you currently running, what are you trying to flash, what's the problem
XxZombiePikachu said:
need details are able to boot into android/what are you currently running, what are you trying to flash, what's the problem
Click to expand...
Click to collapse
look i previously had spiderio jb rom and now i wanted to flash the kk version of spiderio
so first of all i need to change recoveries and install philz
did that and then i had the "aromafm.zip" file not found
and fixed that by putting the zip file where it belonged manually
now when i try to just reboot the phone it doesnt boot into the os
the lg logo just keep coming and going away
and from philz recovery i try to usb mount from the advanced menu but it just wont work
nothing happens when i press usb mount
anonymousss said:
look i previously had spiderio jb rom and now i wanted to flash the kk version of spiderio
so first of all i need to change recoveries and install philz
did that and then i had the "aromafm.zip" file not found
and fixed that by putting the zip file where it belonged manually
now when i try to just reboot the phone it doesnt boot into the os
the lg logo just keep coming and going away
and from philz recovery i try to usb mount from the advanced menu but it just wont work
nothing happens when i press usb mount
Click to expand...
Click to collapse
when you flashed rom did you also flash the baseband, have you tried adb sidelod, cn you get into download mode to get back to stock
XxZombiePikachu said:
when you flashed rom did you also flash the baseband, have you tried adb sidelod, cn you get into download mode to get back to stock
Click to expand...
Click to collapse
sadly i didnt get to the rom flashing part all i did was flashing the new recovery and making it work properly (i think)
and yes i can get into dowload mode
can u help to sideload or flash rom using adb while i am in recovery ?
anonymousss said:
sadly i didnt get to the rom flashing part all i did was flashing the new recovery and making it work properly (i think)
and yes i can get into dowload mode
can u help to sideload or flash rom using adb while i am in recovery ?
Click to expand...
Click to collapse
when you plugin your phone to pc while in recovery try the command adb devices
XxZombiePikachu said:
when you plugin your phone to pc while in recovery try the command adb devices
Click to expand...
Click to collapse
i have prepared everything from adb files to opening the cmd all i need to know how to write the command line
i write adb sideload
it tells me cant read sideload
anonymousss said:
i have prepared everything from adb files to opening the cmd all i need to know how to write the command line
i write adb sideload
it tells me cant read sideload
Click to expand...
Click to collapse
well first you type adb devices this way we know if it detects your device in recovery
anonymousss said:
i have prepared everything from adb files to opening the cmd all i need to know how to write the command line
i write adb sideload
it tells me cant read sideload
Click to expand...
Click to collapse
something extremely wierd just happened the phone booted normally into the os...
anonymousss said:
something extremely wierd just happened the phone booted normally into the os...
Click to expand...
Click to collapse
well isn't that a good thing(very weird indeed)
XxZombiePikachu said:
well first you type adb devices this way we know if it detects your device in recovery
Click to expand...
Click to collapse
how to do that ?
anonymousss said:
how to do that ?
Click to expand...
Click to collapse
I thought your phone rebooted into android?
XxZombiePikachu said:
I thought your phone rebooted into android?
Click to expand...
Click to collapse
it didd but i just want to know the method on how to sideload a rom
now i want to tell u another thing i did a real mistake i clean wiped
so i have no other option but to use adb plz advise
XxZombiePikachu said:
I thought your phone rebooted into android?
Click to expand...
Click to collapse
but now i have the rom in the internal storage of the phone
there is something missing though the kitkat baseband...
anonymousss said:
it didd but i just want to know the method on how to sideload a rom
now i want to tell u another thing i did a real mistake i clean wiped
so i have no other option but to use adb plz advise
Click to expand...
Click to collapse
Ok well it's simple after adb devices it should list your device as a bunch of numbers and should say recovery next to it, then make sure that the Rom you want is in the folder with all adb stuff and in philz navigate to install zip and click install via sideload and from adb type adb sideload Rom.zip(of course replace Rom with the actual name and don't forget to sideload the kkbaseband.zip)
Sent from my LG-D800 running stock kk, rooted with philz using XDA app
---------- Post added at 11:35 AM ---------- Previous post was at 11:32 AM ----------
anonymousss said:
but now i have the rom in the internal storage of the phone
there is something missing though the kitkat baseband...
Click to expand...
Click to collapse
You can get the baseband for your device from any of cloudyfa's Rom thread
Sent from my LG-D800 running stock kk, rooted with philz using XDA app
XxZombiePikachu said:
Ok well it's simple after adb devices it should list your device as a bunch of numbers and should say recovery next to it, then make sure that the Rom you want is in the folder with all adb stuff and in philz navigate to install zip and click install via sideload and from adb type adb sideload Rom.zip(of course replace Rom with the actual name and don't forget to sideload the kkbaseband.zip)
Sent from my LG-D800 running stock kk, rooted with philz using XDA app
---------- Post added at 11:35 AM ---------- Previous post was at 11:32 AM ----------
You can get the baseband for your device from any of cloudyfa's Rom thread
Sent from my LG-D800 running stock kk, rooted with philz using XDA app
Click to expand...
Click to collapse
sorry i didnt get two parts here
where u said it should list your device as a bunch of numbers
and when i type adb sideload "rom name".zip i dont need to type the path of the rom or something ??
anonymousss said:
sorry i didnt get two parts here
where u said it should list your device as a bunch of numbers
and when i type adb sideload "rom name".zip i dont need to type the path of the rom or something ??
Click to expand...
Click to collapse
In the command window after typing adb devices it shows your device with a bunch of numbers, if you have the Rom inside the adb folder where you opened the command window then you don't need to type a location
Sent from my LG-D800 running stock kk, rooted with philz using XDA app
XxZombiePikachu said:
Ok well it's simple after adb devices it should list your device as a bunch of numbers and should say recovery next to it, then make sure that the Rom you want is in the folder with all adb stuff and in philz navigate to install zip and click install via sideload and from adb type adb sideload Rom.zip(of course replace Rom with the actual name and don't forget to sideload the kkbaseband.zip)
Sent from my LG-D800 running stock kk, rooted with philz using XDA app
---------- Post added at 11:35 AM ---------- Previous post was at 11:32 AM ----------
You can get the baseband for your device from any of cloudyfa's Rom thread
Sent from my LG-D800 running stock kk, rooted with philz using XDA app
Click to expand...
Click to collapse
u know that the only problem i am facing now is that i dont have kk baseband on the phone itself ?? i have the rom so i can flash normally
but if i understand correctly i have to flash the kk baseband :s
that's why i am asking you to help me sideload the kk baseband
i dont know how to play with cmd
anonymousss said:
u know that the only problem i am facing now is that i dont have kk baseband on the phone itself ?? i have the rom so i can flash normally
but if i understand correctly i have to flash the kk baseband :s
that's why i am asking you to help me sideload the kk baseband
i dont know how to play with cmd
Click to expand...
Click to collapse
unfortunately my device doesnt appear under the list of attached devices
Just an FYI. I have an unlocked bootloader and had a good working version of TWRP 2.7.0.0 I planned to reinstall after I took the OTA. I get no errors when I flash it; however, when I try to enter recovery, I can only get into the new stock recovery..
netizenmt said:
Just an FYI. I have an unlocked bootloader and had a good working version of TWRP 2.7.0.0 I planned to reinstall after I took the OTA. I get no errors when I flash it; however, when I try to enter recovery, I can only get into the new stock recovery..
Click to expand...
Click to collapse
http://forum.xda-developers.com/showpost.php?p=52586834&postcount=171 - Directions
http://forum.xda-developers.com/showpost.php?p=52585624&postcount=167 - Recovery
ATTACK said:
http://forum.xda-developers.com/showpost.php?p=52586834&postcount=171 - Directions
http://forum.xda-developers.com/showpost.php?p=52585624&postcount=167 - Recovery
Click to expand...
Click to collapse
By linking that particular recovery, does that mean TWRP does not work? Also can you please link the correct, fastboot flashable superuser as I can't seem to find mine and don't know if I can trust Google on this one. Thanks!
Sent from my XT907 using Tapatalk
netizenmt said:
By linking that particular recovery, does that mean TWRP does not work? Also can you please link the correct, fastboot flashable superuser as I can't seem to find mine and don't know if I can trust Google on this one. Thanks!
Sent from my XT907 using Tapatalk
Click to expand...
Click to collapse
TWRP needs to be updated.
It's easier to flash SuperSU through recovery then to push it through ADB, but you must boot straight into recovery right after you flash it.
I dont know if you use fastboot or Mfastboot.
TYPE:
Code:
mfastboot flash recovery "recovery-name".img
Click to expand...
Click to collapse
THEN TYPE:
Code:
mfastboot reboot
Click to expand...
Click to collapse
When you press enter, hold volume up to enter recovery and flash SuperSU.
Thank you. I don't have mfastboot installed but fastboot worked fine. Now rooted and debloated!
Sent from my XT907 using Tapatalk
hi everyone...
IN ROUTINE FLASHING PROCESSES WE USE CUSTOM RECOVERIES......
BUT SOMETIMES FOR OFFICIAL UPDATES WE NEED STOCK RECOVERY....
SO HERE IT IS.......
EXTRACTED FROM OFFICIAL XT 1022 4.4.4 FIRMWARE......
BUT IT SHOULD WORK ON OTHERS TOO.....
If you have rooted your device once....
Only full unroot from SuperSU and flashing this recovery will not work....
YOU HAVE TO FLASH FULL FIRMWARE....
OTHERWISE OTA UPDATE WILL FAIL....(because after rooting our build.prop gets little edited....which will cause problems)
INSTALLATION INSTRUCTIONS....
1. DOWNLOAD "RECOVERY.ZIP".
2. U MUST HAVE mfastboot/fastboot AND adb tools EXTRACTED IN A FOLDER ON YOUR PC.
3. EXTRACT RECOVERY.ZIP IN THE SAME FOLDER.
4. PUT YOU PHONE IN BOOTLOADER MODE.
5. CONNECT IT TO PC AND OPEN THAT FOLDER.
6. OPEN CMD WINDOW HERE BY PRESSING SHIFT+RIGHT CLICK.
7. ENTER FOLLOWING COMMAND.
mfastboot flash recovery recovery.img
the command will result in okay...
u r done.....
THANK YOU...
dhruv7855 said:
hi everyone...
IN ROUTINE FLASHING PROCESSES WE USE CUSTOM RECOVERIES......
BUT SOMETIMES FOR OFFICIAL UPDATES WE NEED STOCK RECOVERY....
SO HERE IT IS.......
EXTRACTED FROM OFFICIAL XT 1022 4.4.4 FIRMWARE......
BUT IT SHOULD WORK ON OTHERS TOO.....
INSTALLATION INSTRUCTIONS....
1. DOWNLOAD "RECOVERY.ZIP".
2. U MUST HAVE mfastboot/fastboot AND adb tools EXTRACTED IN A FOLDER ON YOUR PC.
3. EXTRACT RECOVERY.ZIP IN THE SAME FOLDER.
4. PUT YOU PHONE IN BOOTLOADER MODE.
5. CONNECT IT TO PC AND OPEN THAT FOLDER.
6. OPEN CMD WINDOW HERE BY PRESSING SHIFT+RIGHT CLICK.
7. ENTER FOLLOWING COMMAND.
mfastboot flash recovery recovery.img
the command will result in okay...
u r done.....
THANK YOU...
Click to expand...
Click to collapse
curiosity, how you extract the recovery from original firmware?
I have used flashify to flash stock recovery before. It seemed to have worked. Its super easy as well and requires no computer. Try at your own risk.
Sent from my XT1023
alex_is_the_1 said:
I have used flashify to flash stock recovery before. It seemed to have worked. Its super easy as well and requires no computer. Try at your own risk.
Sent from my XT1023
Click to expand...
Click to collapse
I don't hunderstand, flashify require root, to root we need to unlock bootloader and apply twrp or cwm recoveryand after supersu, how flashify get stock recovery after this mods?
noRetail said:
I don't hunderstand, flashify require root, to root we need to unlock bootloader and apply twrp or cwm recoveryand after supersu, how flashify get stock recovery after this mods?
Click to expand...
Click to collapse
If you need your stock recovery your already rooted and have a custom recovery in place. So therefore your device has an unlocked boot loader. Flashify can flash recovery IMG without even powering into recovery.
Sent from my XT1023
alex_is_the_1 said:
If you need your stock recovery your already rooted and have a custom recovery in place. So therefore your device has an unlocked boot loader. Flashify can flash recovery IMG without even powering into recovery.
Sent from my XT1023
Click to expand...
Click to collapse
OK, you know how i get stock recovery.img from my stock lollipop 5.0.2? My phone is Moto E XT1021.
noRetail said:
OK, you know how i get stock recovery.img from my stock lollipop 5.0.2? My phone is Moto E XT1021.
Click to expand...
Click to collapse
I don't know for sure, but @lost101 can possibly help you with that. It will most likely require you to pull it using an adb command.
Sent from my XT1023
I have downloaded the firmware and simply by unzipping u will get stock recovery.img
noRetail said:
OK, you know how i get stock recovery.img from my stock lollipop 5.0.2? My phone is Moto E XT1021.
Click to expand...
Click to collapse
No you can not
Untill Motorola releases official firmware worldwide to download
I'm not talking about the ota
alex_is_the_1 said:
I don't know for sure, but @lost101 can possibly help you with that. It will most likely require you to pull it using an adb command.
Sent from my XT1023
Click to expand...
Click to collapse
+1 may be u can by pulling through adb
Not know how
dhruv7855 said:
+1 may be u can by pulling through adb
Not know how
Click to expand...
Click to collapse
Thank's men, but to pulling from adb need root access, waiting for community...
So for retrieving back to stock 4.4.4 ROM from cm11, I just have to do write that recovery command
pls help
neo_da_leo said:
So for retrieving back to stock 4.4.4 ROM from cm11, I just have to do write that recovery command
pls help
Click to expand...
Click to collapse
No no
If you have rooted your device once.....you have to flash full stock rom.....
Only full unroot from SuperSU and flashing recovery won't work..
Edited OP...
Sent from my Moto G using XDA Free mobile app
dhruv7855 said:
No no
If you have rooted your device once.....you have to flash full stock rom.....
Only full unroot from SuperSU and flashing recovery won't work..
Edited OP...
Sent from my Moto G using XDA Free mobile app
Click to expand...
Click to collapse
Thanks but I did that command now my recovery option is not working. It is showing android symbol with " ! " sign when recovery option is selected
how to get recovery option working
neo_da_leo said:
Thanks but I did that command now my recovery option is not working. It is showing android symbol with " ! " sign when recovery option is selected
how to get recovery option working
Click to expand...
Click to collapse
You are okay bro...
U just need to hold power button and press volome up once....(after that android logo appears)
Then stock recovery will pop...
That is the method to enter stock recovery...
Sent from my Moto G using XDA Free mobile app
Thanks bro @dhruv7855
for going back to stock ROM 4.4.4 from cm11 can I use my backup file that was taken before installing cm11 ?
neo_da_leo said:
Thanks bro @dhruv7855
for going back to stock ROM 4.4.4 from cm11 can I use my backup file that was taken before installing cm11 ?
Click to expand...
Click to collapse
But I think that backup would be containing custom recovery...
Sent from my Moto G using XDA Free mobile app
Getting problem in update...
Hii
i am unable to download anything.. can we get official updates for lollipop???
Can anyone upload soak test recovery?
boot.img
dhruv7855 said:
hi everyone...
IN ROUTINE FLASHING PROCESSES WE USE CUSTOM RECOVERIES......
BUT SOMETIMES FOR OFFICIAL UPDATES WE NEED STOCK RECOVERY....
SO HERE IT IS.......
EXTRACTED FROM OFFICIAL XT 1022 4.4.4 FIRMWARE......
BUT IT SHOULD WORK ON OTHERS TOO.....
If you have rooted your device once....
Only full unroot from SuperSU and flashing this recovery will not work....
YOU HAVE TO FLASH FULL FIRMWARE....
OTHERWISE OTA UPDATE WILL FAIL....(because after rooting our build.prop gets little edited....which will cause problems)
INSTALLATION INSTRUCTIONS....
1. DOWNLOAD "RECOVERY.ZIP".
2. U MUST HAVE mfastboot/fastboot AND adb tools EXTRACTED IN A FOLDER ON YOUR PC.
3. EXTRACT RECOVERY.ZIP IN THE SAME FOLDER.
4. PUT YOU PHONE IN BOOTLOADER MODE.
5. CONNECT IT TO PC AND OPEN THAT FOLDER.
6. OPEN CMD WINDOW HERE BY PRESSING SHIFT+RIGHT CLICK.
7. ENTER FOLLOWING COMMAND.
mfastboot flash recovery recovery.img
the command will result in okay...
u r done.....
THANK YOU...
Click to expand...
Click to collapse
Could you please help me with boot.img for same device, same 4.4.4 version. Thanks