Need the Stock Recovery image - Lenovo Z5 Pro GT Questions & Answers

I want to have the img of the STOCK recovery so i can have the OTA update installed. Tried to flash the recovery.img in L78032_CN_ZUI_11.5.223_ST_200401_qpst.zip directly with fastboot but no help. Does anyone can help? Great thanks!

Related

need to downgrade from CM6 to Stock 2.2

I have sold my phone and I am currently using CM6 RC3
The buyer want me to install the stock 2.2
can someone please provide me with the Download to stock 2.2, and the instructions, Just flash over cm6?
Thanks
You could download the FRF91 system image (link in my signature) and flash it using fastboot...
1. reboot into bootloader
2. extract the downloaded zip
3. fastboot flash userdata userdata.img
4. fastboot flash system system.img
5. fastboot flash boot boot.img
6. fastboot flash recovery recovery.img
Your radio and hboot can remain unchanged (they are stock anyways)
thanks alot of your help:
I am not fimilar with using fastboot
is there a way to use recovery and flash from zip file, that is how I have been trying out different roms
I think ROM Manager has the stock rom available. That would be the easiest way.

[Q] Bricked...can it be fixed?

Well I was flashing the latest firmware and tried to boot into recovery and flash ARHD 50.1 and I just got the HTC screen and then to a black screen and now I have the phone with a triangle and exclamation.
Can anyone give me some help with this?
The firmware.zip flashed stock recovery, which is what you see with the triangle. Just flash twrp with: fastboot flash recovery recovery.img.
cschmitt said:
The firmware.zip flashed stock recovery, which is what you see with the triangle. Just flash twrp with: fastboot flash recovery recovery.img.
Click to expand...
Click to collapse
Thanks! :good:
I was a bit worried as I'm still new to all this stuff. I finally got into fastboot and flashed my older firmware back and I was fine. I flashed the new firmware and made it back into fastboot again and reflashed twrp and was able to enter recovery and flash the rom.

[Q] Root through stock recovery?

Hi, is there a way to root through stock recovery? I'm unable to either flash recovery or boot it through
Code:
fastboot boot recovery.img
, i've tried through stock recovery but it says zip isnt signed, is there a way to sign it?
Terramoto said:
Hi, is there a way to root through stock recovery? I'm unable to either flash recovery or boot it through
Code:
fastboot boot recovery.img
, i've tried through stock recovery but it says zip isnt signed, is there a way to sign it?
Click to expand...
Click to collapse
I'm pretty sure it's not possible with stock recovery.
I also think your command might be what's messing you up...
To boot recovery wouldn't be
Code:
fastboot boot recovery recovery.img
I've never tried this so not 100% sure.
To install recovery the command would be...
Code:
fastboot flash recovery recovery.img
I dont think so, because its able to boot it just doesnt get into the recovery, its the same problem when i flash it, it boots but it doesnt load recovery. Damn it, all this bloatware here hunting my privacy and i can't remove it and one of the apps is auto turning wifi on... HTC never more.

[Q] Unable to upgrade rooted Nexus 6 to 5.1.1

I have a rooted Nexus 6. When I look into the Settings>Aobout Phone I can see that the Build version is LMY47D. When I'm trying to udpate to LMY47Z I'm getting a notification in recovery that my current system version is 5.0.2. Did anybody had a simillar problem? Is there any way to fix this except for flashing factory image?
Thanks for any help!
Martin
rambo8wtv said:
I have a rooted Nexus 6. When I look into the Settings>Aobout Phone I can see that the Build version is LMY47D. When I'm trying to udpate to LMY47Z I'm getting a notification in recovery that my current system version is 5.0.2. Did anybody had a simillar problem? Is there any way to fix this except for flashing factory image?
Thanks for any help!
Martin
Click to expand...
Click to collapse
no matter how many times you try, you will never ever be able to update your rooted n6 via ota. if any system files changed from stock, an ota will download but will always error out. you can update several ways.. a. you can flash a 5.1.1 ROM via twrp. or b. you can fastboot flash 5.1.1.
2 things.
1. You must be 100% stock, no root, no custom recovery to OTA
2. The 5.0.2 message if you look probably.mentions deestroy..this is.because TWRP is using 5.0.2 sources - butnits irrelevant anyway give point 1
I know I can't do OTA. I have tried to install the file in TRWP and got the same error message. When I try to sideload with adb I'm getting device not connected error. Does this mean that I have to install the factory image?
rambo8wtv said:
I know I can't do OTA. I have tried to install the file in TRWP and got the same error message. When I try to sideload with adb I'm getting device not connected error. Does this mean that I have to install the factory image?
Click to expand...
Click to collapse
twrp can not flash the ota or system img. you flash the system img via fastboot(not adb) and while you're in your bootloader.
rambo8wtv said:
I know I can't do OTA. I have tried to install the file in TRWP and got the same error message. When I try to sideload with adb I'm getting device not connected error. Does this mean that I have to install the factory image?
Click to expand...
Click to collapse
You cannot use the OTA file no matter what vehicle you use.
danarama said:
You cannot use the OTA file no matter what vehicle you use.
Click to expand...
Click to collapse
I did this for 5.1.1 -people seem to be using 5.1.1 (For Sprint, USC ONLY) (LMY47Z)
take factory image - Unzip everything and keep the following images: bootloader, radio, boot, recovery and system.
fastboot flash bootloader bootloader.img
fastboot reboot-bootloader
fastboot flash radio radio.img
fastboot reboot-bootloader
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot format cache
fastboot reboot
fully stock 5.1.1 without losing your data
starfish_001 said:
I did this for 5.1.1 -people seem to be using 5.1.1 (For Sprint, USC ONLY) (LMY47Z)
take factory image - Unzip everything and keep the following images: bootloader, radio, boot, recovery and system.
fastboot flash bootloader bootloader.img
fastboot reboot-bootloader
fastboot flash radio radio.img
fastboot reboot-bootloader
fastboot flash boot boot.img
fastboot flash system system.img
fastboot flash recovery recovery.img
fastboot format cache
fastboot reboot
fully stock 5.1.1 without losing your data
Click to expand...
Click to collapse
He'll probably want to not flash recovery. And if he has a custom kernel, may not want to flash boot either.
Thanks for all the answers! Some sites clearly don't know anything about this as there's a lot of recommendation to use adb for all this. I'll have a go tomorrow! Thanks again.
rambo8wtv said:
Thanks for all the answers! Some sites clearly don't know anything about this as there's a lot of recommendation to use adb for all this. I'll have a go tomorrow! Thanks again.
Click to expand...
Click to collapse
here too, many people try it with adb then claim it doesn't work. but its fastboot that you need, and while you are in the bootloader. adb will never work in the bootloader, only fastboot.

Reverting back to stock A/B Partition.

Hi Guys..
So I've followed a guide, wherein it will walk you through on how to flash TWRP on your phone on your non-active partition.
I would want to revert my non-active partition to stock, any thoughts?
Any help is much appreciated!
Extract the stock boot.img from stock and boot into fastboot
fastboot flash boot_(a or b) boot.img
kishd said:
Extract the stock boot.img from stock and boot into fastboot
fastboot flash boot_(a or b) boot.img
Click to expand...
Click to collapse
Is this rooting? I would want to revert everything back to stock, man

Categories

Resources