Cannot boot into recovery but can boot into fastboot - Android Q&A, Help & Troubleshooting

Hi all.
I own a Xolo Play T1000 with TWRP installed and accidentls wiped out the OS. Now I can't boot into recovery but I am able to boot into fastboot and use adb and successfully install TWRP. Holding Power+Volume Up buttons bots to recovery. I will be able to install a ROM if I can get into recovery mode. How can I boot to recovery mode? Is there a way to install a ROM without booting into Recovery (the custom recovey is installed but I can't boot into it)?
Any help would be appreciated.
Thanks.

kanishk509 said:
Hi all.
I own a Xolo Play T1000 with TWRP installed and accidentls wiped out the OS. Now I can't boot into recovery but I am able to boot into fastboot and use adb and successfully install TWRP. Holding Power+Volume Up buttons bots to recovery. I will be able to install a ROM if I can get into recovery mode. How can I boot to recovery mode? Is there a way to install a ROM without booting into Recovery (the custom recovey is installed but I can't boot into it)?
Any help would be appreciated.
Thanks.
Click to expand...
Click to collapse
If you have access to fastboot and a TWRP recovery image, you can try "fastboot boot TWRP.img"
That should boot straight into your recovery

NetworkAuditor said:
If you have access to fastboot and a TWRP recovery image, you can try "fastboot boot TWRP.img"
That should boot straight into your recovery
Click to expand...
Click to collapse
Thanks! It worked!

kanishk509 said:
Thanks! It worked!
Click to expand...
Click to collapse
No problem amigo <3

Related

[Q] cant restart my device

ok i flashed TWRP 2.5 and after that everytime when i reboot my phone it opens recovery...tried to change the recovery but TWRP is still there
any help would be appreciated !
mrpeev said:
ok i flashed TWRP 2.5 and after that everytime when i reboot my phone it opens recovery...tried to change the recovery but TWRP is still there
any help would be appreciated !
Click to expand...
Click to collapse
Are you sure you flashed it on recovery partition and not boot? "fastboot flash recovery recovery.img"
xpirt
xpirt said:
Are you sure you flashed it on recovery partition and not boot? "fastboot flash recovery recovery.img"
xpirt
Click to expand...
Click to collapse
fastboot flash boot recovery.img....OMG so stupid

[Q] how to uninstall twrp and cwm recovery?

Hello Friends,
I have got twrp and cwm recovery installed in my phone.When i start my phone in recovery it runs in cwm recovery and when i reboot my phone iit runs twrp instead of my rom.I tried wiping the data through cwm recovery, but with no success.I have got stock jb installed on my phone. Please help.
You saying that phone cant boot ? Try to flash again the recovery you want (Flash the right recovery! For Hboot 1.24 flash ics, for 1.25 flash jb) then go to recovery) Or just flash the stock recovery ? You can find it in the forum.
Sent from my Desire X using Tapatalk
Sounds to me like you flashed JB recovery on ICS hboot.
mefistoreyon said:
You saying that phone cant boot ? Try to flash again the recovery you want (Flash the right recovery! For Hboot 1.24 flash ics, for 1.25 flash jb) then go to recovery) Or just flash the stock recovery ? You can find it in the forum.
Sent from my Desire X using Tapatalk
Click to expand...
Click to collapse
yes i can boot my phone in twrp only.When i switch on my phone it enters into twrp directly instead of rom and when i start it in recovery it enters in to cwr.i installed stock recovery also which replaced cwr but with no success.my phone still boots in twrp
nightwalkerkg said:
Sounds to me like you flashed JB recovery on ICS hboot.
so wat happens when one does that??
i mean does my problem looks the same??
wat to do please help me
Click to expand...
Click to collapse
amzyaamir said:
yes i can boot my phone in twrp only.When i switch on my phone it enters into twrp directly instead of rom and when i start it in recovery it enters in to cwr.i installed stock recovery also which replaced cwr but with no success.my phone still boots in twrp
Click to expand...
Click to collapse
You installed twrp to boot partition, that's why it boots directly into twrp (using fastboot flash boot twrp.img) You need to flash TWRP to recovery partition (using fastboot flash recovery twrp.img). Then enter recovery, install ROM, and flash boot image to boot partition (fastboot flash boot boot.img).
dansou901 said:
You installed twrp to boot partition, that's why it boots directly into twrp (using fastboot flash boot twrp.img) You need to flash TWRP to recovery partition (using fastboot flash recovery twrp.img). Then enter recovery, install ROM, and flash boot image to boot partition (fastboot flash boot boot.img).
Click to expand...
Click to collapse
thank you for your help.i flash boot boot.img file and twrp got replaced.but i have come up with a new problem now.my phone is s- on and its not accepting the rom which i downloaded from here(2.20.401.5_Deodexed). i thought because my phone is s-on it might accept the original jb rom(ROM_JB_STOCK_HTC_DESIRE_X_INDIA_HTC__038) but still even this version is not installing. so now my phone is not having any rom.what should i do???

[Q] How to boot into recovery from LG download mode?

I have the LG K7 I have found NO way to boot into recovery without using ADB. There is currently no known button combo to boot into recovery. So does anyone know how to send a command through download mode to reboot to recovery. I haven't bricked the phone yet. But if I do I want to be able to boot into recovery.
Billybobjoe13245 said:
I have the LG K7 I have found NO way to boot into recovery without using ADB. There is currently no known button combo to boot into recovery. So does anyone know how to send a command through download mode to reboot to recovery. I haven't bricked the phone yet. But if I do I want to be able to boot into recovery.
Click to expand...
Click to collapse
Tried fastboot recovery?
tj246977 said:
Tried fastboot recovery?
Click to expand...
Click to collapse
Sorry but this problem has already been solved. There's a new version of TWRP https://twrp.me/devices/lgk7.html

Problem with recovery installation (Kate) (Official unlock)

Hey!
I Have a Kate running latest global developer that i unlocked officially through the mi unlock program.
I have been trying to install TWRP ( unoffical twrp, Alka, coffee) through ADB ( fastboot flash recovery twrp.img) for some days now but i wont work!!
ADB dont displays any errors and says everything finished but when i try to boot to recovery it's still stock xiaomi recovery??
What might be the problem and how do i fix it?
BTW, adb reports that the phone is unlocked (fastboot oem device-info).
Are you trying to boot TWRP straight after flashing it. If your booting the official rom first, then that is restoring stock recovery.
After flashing TWRP, manually boot the device with Vol + and Power button.
Alternatively boot TWRP with "fastboot boot <twrp.img>" and from TWRP reboot to recovery again so you actually boot the version on the device.
the newest dev rom has "feature" to revert your recovery back to stock when you boot the OS. so be prepared. after you flash your twrp, immediately boot to TWRP and wipe /system to install other OS.
corkiejp said:
Are you trying to boot TWRP straight after flashing it. If your booting the official rom first, then that is restoring stock recovery.
After flashing TWRP, manually boot the device with Vol + and Power button.
Alternatively boot TWRP with "fastboot boot <twrp.img>" and from TWRP reboot to recovery again so you actually boot the version on the device.
Click to expand...
Click to collapse
IvanKurnia said:
the newest dev rom has "feature" to revert your recovery back to stock when you boot the OS. so be prepared. after you flash your twrp, immediately boot to TWRP and wipe /system to install other OS.
Click to expand...
Click to collapse
THANKS! That was the problem. Now everything works.

Can't Flash TWRP

Can someone please help me?
I flashed TWRP Treble via ADB
But when I go to Recovery Mode... Still open Mi Recovery
Plz help... What should I do???
Sorry for my Bad English!
---account closed
You have to go into recovery just after flashing it. If you go to system and then to recovery, it will be the mi recovery.
Fran Montero said:
You have to go into recovery just after flashing it. If you go to system and then to recovery, it will be the mi recovery.
Click to expand...
Click to collapse
Can you tell me Command for Recovery?
azhark193 said:
Can you tell me Command for Recovery?
Click to expand...
Click to collapse
fastboot flash recovery twrp-2.8.x.x-xxx.img(the .img file name )
to boot into twrp Press the volume up+power button the same time until mi logo appears (stop pressing them when you see the loglo)
Commands
fastboot flash recovery xxxx.xxx
fastboot boot xxxx.xxx
Then it will automatically boot into twrp but remember that you will face bootloop .
So I recommend flashing redwolf recovery .
There is no RedWolf recovery for Vince as up today(2018-06-14).
aikhhk8 said:
Commands
fastboot flash recovery xxxx.xxx
fastboot boot xxxx.xxx
Then it will automatically boot into twrp but remember that you will face bootloop .
So I recommend flashing redwolf recovery .
Click to expand...
Click to collapse

Categories

Resources