Honor 9i RNE-L22 Stock Recovery Required Urgently - Honor 9i Questions & Answers

Hello Guys,
Please help me out with this.
I recently installed TWRP and OpenKirin's LineageOS ROM.
I urgently need to flash the stock recovery back.
Please guide me guys how to install the stock recovery even if with LineageOS.
Would be really helpful for me.
Please help me out.

Do you have the stock recovery?
if yes then boot into fastboot
then open terminal in ur pc where the stock recovery is located (press and hold shift key and click right mouse button, from the dialogue box select open comand window here)
the type this code
fastboot flash recovery_ramdisk recovery.img
press enter and it willl flash the stock recovery.
P.s= if u dnt have the recovery then i can provide.

sknoman1 said:
Do you have the stock recovery?
if yes then boot into fastboot
then open terminal in ur pc where the stock recovery is located (press and hold shift key and click right mouse button, from the dialogue box select open comand window here)
the type this code
fastboot flash recovery_ramdisk recovery.img
press enter and it willl flash the stock recovery.
P.s= if u dnt have the recovery then i can provide.
Click to expand...
Click to collapse
I don't have the recovery. Please provide it. You can mail it to me if you want at [email protected]

AnantNigam said:
I don't have the recovery. Please provide it. You can mail it to me if you want at [email protected]
Click to expand...
Click to collapse
https://mega.nz/#!Meh1FAKb!IlVeaFNbUjql1GAxBgsjmODQo7XgMPVECpIgRTXXARA
download from here ..
do press the thanks button.

This recovery.img of Oreo version or nougat????

Related

I can not login to recovery mode

I can not login to recovery mode
Tried more than once and I could not enter. Time by pressing the key and 3D volume down key and power key, and time to raise the voice .. Did not succeed any time
i use v.30a official
eny help ?
Ahmed Eldeknawy said:
eny help ?
Click to expand...
Click to collapse
Does your phone boot at least?
If not, follow my tutorial because it seems your phone is kinda bricked
http://forum.xda-developers.com/showthread.php?t=2246001
100 % it will be fixed and if you need any support in my thread, I'll be happy helping You !!:highfive:
my phone is booting already but not enter to recovery mode
the recovery mode where you can wipe data ? or the S/W Download mode ?
MasterTobi said:
the recovery mode where you can wipe data ? or the S/W Download mode ?
Click to expand...
Click to collapse
nothing !! i prees and the phone booting normaly !
wait, will you boot into recovery like cwm ? or S/W Download mode
cmw
Did you try to flash another recovery or flash it another time ?
download recovery-clockwork-6.0.2.3-grouper search it in xda
flash it via fastboot then you can enter the cwm
Karim Kahale said:
Did you try to flash another recovery or flash it another time ?
Click to expand...
Click to collapse
no dear
MasterTobi said:
download recovery-clockwork-6.0.2.3-grouper search it in xda
flash it via fastboot then you can enter the cwm
Click to expand...
Click to collapse
are you test it ?
how i can enter to fastboot ?
it works on lg p720 you didn´t tell us, what phone you have
yes it works
fastboot mode over omapboot, search it or see http://forum.xda-developers.com/showthread.php?t=2265363
MasterTobi said:
it works on lg p720 you didn´t tell us, what phone you have
yes it works
fastboot mode over omapboot, search it or see http://forum.xda-developers.com/showthread.php?t=2265363
Click to expand...
Click to collapse
i don't understand any thing from this link
i want easy steps
Ahmed Eldeknawy said:
eny help ?
Click to expand...
Click to collapse
Install this and reboot to recovery http://forum.xda-developers.com/attachment.php?attachmentid=1932403&d=1367593162
aldrinmcmie said:
Install this and reboot to recovery http://forum.xda-developers.com/attachment.php?attachmentid=1932403&d=1367593162
Click to expand...
Click to collapse
gave me erorr
ok download omap4boot-for_optimus
download the cwm 6.0..... see other psot from me
start fastboot.bat
follow the screen, and do what they displayed. Your phone will go to the fastboot mode
then open cmd navigate to to omap4boot-for_optimus..\bin folder
copy you downloaded cwm to the folder
and wite to the cmd > fastboot flash recovery <your cwm> press enter
now you can get into the cwm
MasterTobi said:
ok download omap4boot-for_optimus
download the cwm 6.0..... see other psot from me
start fastboot.bat
follow the screen, and do what they displayed. Your phone will go to the fastboot mode
then open cmd navigate to to omap4boot-for_optimus..\bin folder
copy you downloaded cwm to the folder
and wite to the cmd > fastboot flash recovery <your cwm> press enter
now you can get into the cwm
Click to expand...
Click to collapse
where is cwm 6
Most Of Users Have Problem To Enter Recovery here some Way to enter Recovery
1. Download Rebooter App You Can Find It In Google Play So you Can Easily Enter Recovery
2. Download This App You Can Find It In Attachments install the apk and choice TWRP and reboot Now after reboot and hold the power - wen it show you the light of the keys of phone
3.to Enter CWM Recovery Turn Off your Phone And Hold 3D + (Voulm -) and power key and wait to show you the bootloader menu
Step 3 maybe well not work in first Time SO keep Trying and Holding the keys alot of Users Have Problem With this

How to install Stock rom for bricked Android One by using 'Fastboot'? (Links updated)

Bricked your Android one?? Can't install or phone not getting detected by SP Flash tool? Don't worry. This is the common problem for many users including me. My phone was not getting detected by SP flash tool. I tried many ways so that my phone gets detected, but I failed. Then I read about the 'Fastboot' method and got success. Now I am sharing the whole method with you all.
At first you will need the Adb fastboot Programs only, Adb Driver, The device driver and the Stock ROM of android one.
Last but not the least, an android one with the bootloader unlocked.
Now you are ready lets begin with the procedure.
1) Extract the 'Adb fastboot Programs only' in a folder any where in the PC (Better make a folder in the desktop and extract there).
2) Install the drivers.
3) Extract the rom and then copy the 'system.img', 'userdata.img', 'boot.img', 'recovery.img', 'bootloader.img' and 'cache.img' to the 'Adb fastboot Programs only' folder.
4) Now turn on the phone by pressing the volume up and the power button simultaneously, which will bring you to the bootloader menu. There go to the fastboot option by pressing the volume up button and selecting it by pressing the volume down button. This will activate fastboot mode. Now connect the phone with the PC via USB.
5) Open the 'Adb fastboot Programs only' folder. There press shift key and right click and select 'Open command window here' option. Command prompt will open. Now there follow these simple commands.
6) i)
Code:
fastboot flash system system.img
press enter. When it completes........
ii)
Code:
fastboot flash userdata userdata.img
press enter. When it completes........
iii)
Code:
fastboot flash boot boot.img
press enter. When it completes........
iv)
Code:
fastboot flash recovery recovery.img
press enter. When it completes........
v)
Code:
fastboot erase cache
press enter. When it completes........
vi)
Code:
fastboot flash cache cache.img
press enter. When it completes........
vii)
Code:
fastboot flash bootloader bootloader.img
press enter.
viii)
Code:
fastboot reboot
press enter.
7) Now you are done. Wait for at least 10 mins. as the initial boot takes time.
If there is any problem let me know.
If I helped you press the "Thanks' button.
Will it work on any devices? I don't know where this bootloader is. I only have stock system recovery and everytime I flash i get error like "installation aborted " I also use spflash tools but it cant detect my phone. By the way can i use an option in my system recovery like "install using adb" to flash using your way?
Please submit a reply.
Thanks
(*゚▽゚)ノ
sent from xda app in my s710 using tapatalk . (*゚▽゚)ノ
andywoody12 said:
Will it work on any devices? I don't know where this bootloader is. I only have stock system recovery and everytime I flash i get error like "installation aborted " I also use spflash tools but it cant detect my phone. By the way can i use an option in my system recovery like "install using adb" to flash using your way?
Please submit a reply.
Thanks
(*゚▽゚)ノ
sent from xda app in my s710 using tapatalk . (*゚▽゚)ノ
Click to expand...
Click to collapse
Sorry for the late reply. May I know what is the model of your device? You will need to go to the fastboot mode.
Install using adb works only for .zip files not for .img files. And also there are separate codes for adb method. At first I need to know your device model.
androidoverdoze said:
Sorry for the late reply. May I know what is the model of your device? You will need to go to the fastboot mode.
Install using adb works only for .zip files not for .img files. And also there are separate codes for adb method. At first I need to know your device model.
Click to expand...
Click to collapse
Oh. Ty for response... I already manage to learn... I only forgot the "bootloader" but.. Can i use your method in other chipset as like the A33? Because i cant find a cwm recovery for it to test on this device chipset...
Sent from my S710 using XDA Free mobile app
andywoody12 said:
Oh. Ty for response... I already manage to learn... I only forgot the "bootloader" but.. Can i use your method in other chipset as like the A33? Because i cant find a cwm recovery for it to test on this device chipset...
Sent from my S710 using XDA Free mobile app
Click to expand...
Click to collapse
Yes, you can, if you can get access to the bootloader menu.
Can you please provide you device name so that I can help you more accurately?
androidoverdoze said:
Yes, you can, if you can get access to the bootloader menu.
Can you please provide you device name so that I can help you more accurately?
Click to expand...
Click to collapse
This device is not popular because i bought it local.. Device name: Royqueen
Device model: rq739
Device chipset: allwinner A33
Stock recovery, no cwm for it. Does anyone already made a recovery system for it?
Sent from my S710 using XDA Free mobile app
andywoody12 said:
This device is not popular because i bought it local.. Device name: Royqueen
Device model: rq739
Device chipset: allwinner A33
Stock recovery, no cwm for it. Does anyone already made a recovery system for it?
Sent from my S710 using XDA Free mobile app
Click to expand...
Click to collapse
So, its a tablet pc. Ok if you can get access to the bootloader menu then only my procedure is possible.Actually you do not need any CWM recovery for getting into the bootloader menu. It comes up when you switch on your device by pressing the volume up and the power button at the same time.
Thankyouu so much bro,my phone was not getting detected by sp flash tool and i wanted to downgrade to kitkat.
This really helped me!
nipun2309 said:
Thankyouu so much bro,my phone was not getting detected by sp flash tool and i wanted to downgrade to kitkat.
This really helped me!
Click to expand...
Click to collapse
I'm happy to hear it that, it helped. I'm glad to help you. If have any problem just let me know it. I will help you.
Help needed !!
androidoverdoze said:
I'm happy to hear it that, it helped. I'm glad to help you. If have any problem just let me know it. I will help you.
Click to expand...
Click to collapse
My Android One is bricked. Whenever I try to flash any custom recovery or ROM, it shows "Partition Table does not exist", but I want to try your method. I have MarshMallow Stock ROM and CM13. Tell me how do I get all these required image files as I am not able to find them. Please reply asap [Puppy eyes, if they help :fingers-crossed: ]
AgentJT said:
My Android One is bricked. Whenever I try to flash any custom recovery or ROM, it shows "Partition Table does not exist", but I want to try your method. I have MarshMallow Stock ROM and CM13. Tell me how do I get all these required image files as I am not able to find them. Please reply asap [Puppy eyes, if they help :fingers-crossed: ]
Click to expand...
Click to collapse
In this case u need factory image of the stock rom. Unfortunately the factory image of the Android 6.0 for Android One isn't still available. But u can flash android 5.1 factory image.
With all the above code just add " fastboot flash bootloader bootloader.img "
I am providing the link of the factory image of android 5.1
https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
Soon I will be releasing a Android One flashing tool. Stay tuned.
Happy flashing.
androidoverdoze said:
Bricked your Android one?? Can't install or phone not getting detected by SP Flash tool? Don't worry. This is the common problem for many users including me. My phone was not getting detected by SP flash tool. I tried many ways so that my phone gets detected, but I failed. Then I read about the 'Fastboot' method and got success. Now I am sharing the whole method with you all.
At first you will need the Adb fastboot Programs only, Adb Driver, The device driver and the Stock ROM of android one.
Last but not the least, an android one with the bootloader unlocked.
Now you are ready lets begin with the procedure.
1) Extract the 'Adb fastboot Programs only' in a folder any where in the PC (Better make a folder in the desktop and extract there).
2) Install the drivers.
3) Extract the rom and then copy the 'system.img', 'userdata.img', 'boot.img', 'recovery.img' and 'cache.img' to the 'Adb fastboot Programs only' folder.
4) Now turn on the phone by pressing the volume up and the power button simultaneously, which will bring you to the bootloader menu. There go to the fastboot option by pressing the volume up button and selecting it by pressing the volume down button. This will activate fastboot mode. Now connect the phone with the PC via USB.
5) Open the 'Adb fastboot Programs only' folder. There press shift key and right click and select 'Open command window here' option. Command prompt will open. Now there follow these simple commands.
6) i)
Code:
fastboot flash system system.img
press enter. When it completes........
ii)
Code:
fastboot flash userdata userdata.img
press enter. When it completes........
iii)
Code:
fastboot flash boot boot.img
press enter. When it completes........
iv)
Code:
fastboot flash recovery recovery.img
press enter. When it completes........
v)
Code:
fastboot erase cache
press enter. When it completes........
vi)
Code:
fastboot flash cache cache.img
press enter. When it completes........
vii)
Code:
fastboot reboot
press enter.
7) Now you are done. Wait for at least 10 mins. as the initial boot takes time.
If there is any problem let me know.
If I helped you press the "Thanks' button.
Click to expand...
Click to collapse
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
androidoverdoze said:
In this case u need factory image of the stock rom. Unfortunately the factory image of the Android 6.0 for Android One isn't still available. But u can flash android 5.1 factory image.
With all the above code just add " fastboot flash bootloader bootloader.img "
I am providing the link of the factory image of android 5.1
https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
Soon I will be releasing a Android One flashing tool. Stay tuned.
Happy flashing.
Click to expand...
Click to collapse
where to use this zip file i hv dowloaded it plz help my phone is bricked
stan1996 said:
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
where to use this zip file i hv dowloaded it plz help my phone is bricked
Click to expand...
Click to collapse
If I am not wrong your present rom is Android 6.
In this case you need to copy the bootloader.img too and add one more command
fastboot flash bootloader bootloader.img
Now it will boot.
I have released Android one flash tool. Download it from here http://forum.xda-developers.com/crossdevice-dev/android-one-general/android-one-flashtool-one-click-flash-t3339494/post65921661#post65921661
stan1996 said:
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
where to use this zip file i hv dowloaded it plz help my phone is bricked
Click to expand...
Click to collapse
I have released the Android one flash tool.
Visit this page http://forum.xda-developers.com/cro...lick-flash-t3339494/post65921661#post65921661
stan1996 said:
its not working it is just showing the micromax s logo and nothing else i waited for 30 minutes
---------- Post added at 01:42 PM ---------- Previous post was at 01:37 PM ----------
where to use this zip file i hv dowloaded it plz help my phone is bricked
Click to expand...
Click to collapse
I have released the Android one flash tool.
Visit this. http://forum.xda-developers.com/crossdevice-dev/android-one-general/android-one-flashtool-one-click-flash-t3339494/post65921661#post65921661
androidoverdoze said:
If I am not wrong your present rom is Android 6.
In this case you need to copy the bootloader.img too and add one more command
fastboot flash bootloader bootloader.img
Now it will boot.
I have released Android one flash tool. Download it from here http://forum.xda-developers.com/crossdevice-dev/android-one-general/android-one-flashtool-one-click-flash-t3339494/post65921661#post65921661
Click to expand...
Click to collapse
ihv downloaded your android one flash tool its very useful thanks
my phone is still not booting up
stan1996 said:
ihv downloaded your android one flash tool its very useful thanks
my phone is still not booting up
Click to expand...
Click to collapse
Did u download the rom? If not, then download the rom and extract it to the AOnePro installation folder. Then boot your phn to the bootloader and activate fastboot mode and one by one flash the files. Link for rom https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
androidoverdoze said:
Did u download the rom? If not, then download the rom and extract it to the AOnePro installation folder. Then boot your phn to the bootloader and activate fastboot mode and one by one flash the files. Link for rom https://drive.google.com/uc?id=0B6u4uzyz6jM3NWZNb2l4dkxDNzg
Click to expand...
Click to collapse
where is the AOnePro installation folder??
stan1996 said:
where is the AOnePro installation folder??
Click to expand...
Click to collapse
It is the folder where the AOnePro gets installed. C: -> Program files (x86) -> ZedSofts -> AOnePro
Help Guys....
Yesterday, I was flashing twrp recovery from android one toolkit.
Before I was using Philz touch recovery.
after Installing twrp, whenever I tried to boot my device it directed to recovery mode and the image of twrp stucks.
even If I open reccovery mode from an alternative way...it stucks in the twrp screen "teamwin".
Help guys how to get my phone back.
will the given method will work for it?
I yes, can I use AndroidOne Toolkit for using installing recovery again?
---------- Post added at 03:03 PM ---------- Previous post was at 03:00 PM ----------
Can I use this method on cm13 rom?

flash G6-U10

hey
i was working on boot.img for add TWRP 2.7 Recovery
after i flashed boot.img from here
How to Install TWRP 2.7 Recovery:
TWRP 2.7 works only with the Android 4.4.2 KitKat powered Huawei Ascend P6.
You must have installed Android ADB & Fastboot drivers on your PC. Get the Fastboot folder using the guide.
Once done with the ADB and Fastboot installation, download TWRP 2.7 Recovery.img file.
Rename the downloaded file to boot.img.
Enable USB debugging mode on your Huawei Ascend P6 and connect it to your PC.
Now open the Fastboot folder that you created using our ADB & Fastboot guide.
Press and hold the shift key and then right click on an empty area inside the Fastboot folder, now click on “Open Command Window Here”.
Now in command prompt type “adb reboot bootloader”.
It should reboot your phone into the bootloader mode, now push this command in command window
“fastboot flash boot boot.img”
This will quickly flash the TWRP 2.7 recovery in your device.
Once done, reboot your device.
Boot into recovery by pressing Volume Up or Down Key as soon as you see the Red LED while booting up your phone.
You should see the TWRP recovery interface now.
That’s all with the recovery installation on the Huawei Ascend P6. In case you got any queries or your facing any problems regarding this post, feel free to stop by the comment box below and reach us. Thanks all.
Click to expand...
Click to collapse
phone wont start only fastboot mode
please help me guys to reinstall system again
You nee to Flash stock boot.img or all rom...

[twrp][recovery][root][hs3]micromax infinity pro hs3 twrp recovery and root

Hello Guys
this is my first threads
my english is not good so if you have any questions pls ask in hindi if possible
here i present TWRP RECOVERY FOR MICROMAX INFINITY PRO HS3
STEPS TO FLASH
1- UNLOCK BOOT LOADER
POWER OFF THE PHONE
BATTERY AT LEAST 60%
PRESS AND HOLD POWER KEY AND VOLUME UP
IT ASK YOU ---VOLUME UP-RECOVERY
VOLUME DOWN-FASTBOOT
PRESS VOLUME DOWN AND ITS BOOT INTO FASTBOOT MODE THEN
OPEN ADB AND FASTBOOT FOLDER
ON KEYBOARD PRESS SHIFT AND MOUSE RIGHT CLICK TOGETHER
NOW GO TO OPEN COMMAND WINDOW HERE OPTION
fastboot flashing unlock
or
fastboot oem unlock-go{UNLOCKING BOOTLOADER YOU LOST YOUR HOLE DATA SO FIRST BACKUP YOUR DATA}
2- AFTER UNLOCK ITS TAKE 5-10 MIN TO BOOT {ALERT----XDA AND IM NOT RESPONCIBLE FOR ANY KIND OF DAMAGE YOUR DEVICE SO BE CARE AND BACKUP YOUR DATA}
3-FLASH RECOVERY
fastboot flash recovery recovery.img
4-THEN REBOOT
fastboot reboot
*******WHEN YOU FLASH RECOVERY AND REBOOT WITH CMD {fastboot reboot} ENTER THEN PRESS VOLUME TO GO TWRP AND IN TWRP PRESS REBOOT***********
DOWNLOAD LINK
FASTBOOT FOLDER
[url]http://www.mediafire.com/file/gdd94yv78wen99m/fastboot_folder.zip[/URL]
HS3 RECOVERY
http://www.mediafire.com/file/bfx3cu8un6h9fkl/hs3recovery.img
SUPER SU
http://www.mediafire.com/file/n8uw77pm0v4ru8x/SuperSU-v2.82-201705271822.zip
SUPER SU FLASHING
COPY SUPER SU ZIP IN YOUR INTERNAL STORAGE
SWITCH OFF HS3 AND REBOOT IN RECOVERY WITH VOLUME UP
TAP INSTALL
AND ISNTALL SUPER SU
:victory::victory::victory:ROOT:victory::victory:
vedio link
MOD Edit -Links Removed
recovery not working...could you mail at [email protected]
i want to install oreo updates in micromax infinity but i didn't get rom
can i install rom of anyother android in my phone
please reply me ........
neeraj sharma.... said:
i want to install oreo updates in micromax infinity but i didn't get rom
can i install rom of anyother android in my phone
please reply me ........
Click to expand...
Click to collapse
sorry for late reply
dont try anyother rom untill it ported for this device
Thanks
Thanks
Will this work on any phone?

Xiaomi redmi 3/32gb chinese version root.

Xiaomi redmi 3/32gb chinese version root. miui 9.6
How can i root this thing? all the things i need and the steps. sorry super newbie. Thank youu!
1st of all have you unlocked BL?
Steps are:
1. Unlock BL
2. flash TWRP with adb
3. Flash magisk with twrp
I already unlock the bootloader now. but the problem is i cant fastboot reboot recovery ( it seems nothing is happening )
You have to use volume buttons several Times to Switch on the screenshots recovery.
bilatche said:
You have to use volume buttons several Times to Switch on the screenshots recovery.
Click to expand...
Click to collapse
So instead of using this command " fastboot reboot recovery" i just instead i just press volume up + power button so that I can go to TWRP recovery right?? some time i was stuck in the mi boot loading screen
jomz878 said:
So instead of using this command " fastboot reboot recovery" i just instead i just press volume up + power button so that I can go to TWRP recovery right?? some time i was stuck in the mi boot loading screen
Click to expand...
Click to collapse
Hello.
I will tell you how.
First, unlock bootloader of course.
Get your twrp recovery file.
In command line (If cmd doesnt work do it in Windows POWERSHELL)
adb reboot bootloader
fastboot flash recovery twrp.img
once finished
fastboot boot twrp.img
and after typing this just keep holding VOL UP.
Until screen is black for like 10 seconds press power button twice(or once) and twrp will show up
TanRayCz said:
Hello.
I will tell you how.
First, unlock bootloader of course.
Get your twrp recovery file.
In command line (If cmd doesnt work do it in Windows POWERSHELL)
adb reboot bootloader
fastboot flash recovery twrp.img
once finished
fastboot boot twrp.img
and after typing this just keep holding VOL UP.
Until screen is black for like 10 seconds press power button twice(or once) and twrp will show up
Click to expand...
Click to collapse
Ohhh ok ok thank you so much sir! will try again and give feedback asap! thank you so much!
jomz878 said:
Ohhh ok ok thank you so much sir! will try again and give feedback asap! thank you so much!
Click to expand...
Click to collapse
No problem man! If you encounter any problems i will try to help
Good luck
Also in the twrp flash Magisk of course.

Categories

Resources