Related
Hello.
I was in the process of upgrading my HTC One from 4.2 and successfully unlocked the bootloader. But thereafter my phone just constantly reboots. It shows the HTC splash screen for about 10 seconds and the reboots again.
I am able to go into the fastboot screen (see screen shot). But when I select Recovery, the phone gors to the next screen - displays "Entering Recovery" - and nothing else happens thereafter.
Can anyone please help? Have looked at other such questions and tried but nothing has helped.
Thanks
sjgoel said:
Hello.
I was in the process of upgrading my HTC One from 4.2 and successfully unlocked the bootloader. But thereafter my phone just constantly reboots. It shows the HTC splash screen for about 10 seconds and the reboots again.
I am able to go into the fastboot screen (see screen shot). But when I select Recovery, the phone gors to the next screen - displays "Entering Recovery" - and nothing else happens thereafter.
Can anyone please help? Have looked at other such questions and tried but nothing has helped.
Thanks
Click to expand...
Click to collapse
I'm not sure you did ever flash a custom recovery!
1. Put your phone in fastboot from the bootloader meny. You already did this while rooting, so you got it already!
2. In your "SDK-tools" folder that you used while unlocking the device, put [nameofyourrecovery].img I recommend you to install TWRP 2.6.3.3, as it is the best one for flashing kitkat and lets you do this if you wish I cannot give you a link as I am a new member, but search google for TWRP 2.6.3.3 and you will find it. Make sure it is .img and not .zip!
3. While in fastboot, open a command prompt in the ADB folder.
4. To flash your custom recovery, type
fastboot flash recovery [nameofyourrecovery].img
Click to expand...
Click to collapse
Now give it another go
THeHopelessPainter said:
I'm not sure you did ever flash a custom recovery!
1. Put your phone in fastboot from the bootloader meny. You already did this while rooting, so you got it already!
2. In your "SDK-tools" folder that you used while unlocking the device, put [nameofyourrecovery].img I recommend you to install TWRP 2.6.3.3, as it is the best one for flashing kitkat and lets you do this if you wish I cannot give you a link as I am a new member, but search google for TWRP 2.6.3.3 and you will find it. Make sure it is .img and not .zip!
3. While in fastboot, open a command prompt in the ADB folder.
4. To flash your custom recovery, type
Now give it another go
Click to expand...
Click to collapse
Does not help. Used 2.6.3.3, the flash process went fine, then Recovery displays "Entering Recovery" - and then again bot loop.
sjgoel said:
Does not help. Used 2.6.3.3, the flash process went fine, then Recovery displays "Entering Recovery" - and then again bot loop.
Click to expand...
Click to collapse
You have an M7CDWG, twrp is for M7_U & M7_UL models, if i'm not mistaken. Start googling for M7CDWG, it's a completely different phone than the U / UL phones.
and you need to "fastboot erase cache" after flashing recovery
nkk71 said:
You have an M7CDWG, twrp is for M7_U & M7_UL models, if i'm not mistaken. Start googling for M7CDWG, it's a completely different phone than the U / UL phones.
and you need to "fastboot erase cache" after flashing recovery
Click to expand...
Click to collapse
Dear nkk71
Many thanks. I used your suggestion and rooted as per #9 in this post:
http://forum.xda-developers.com/showthread.php?p=45427332
I installed Chinese recovery followed by TWRP recovery. I was abe to Recover and reach TWRP manager 2.6.0.0.
Can you please suggest what next to instal?
If I reboot I still go into reboot loop, but can now reach TWRP manager.
Thanks
sjgoel said:
Dear nkk71
Many thanks. I used your suggestion and rooted as per #9 in this post:
http://forum.xda-developers.com/showthread.php?p=45427332
I installed Chinese recovery followed by TWRP recovery. I was abe to Recover and reach TWRP manager 2.6.0.0.
Can you please suggest what next to instal?
If I reboot I still go into reboot loop, but can now reach TWRP manager.
Thanks
Click to expand...
Click to collapse
Not really, don't know much about your model. You'll need to find a ROM compatible with your device; if it doesnt specifically say it's for your device, then most likely it isn't!!
I think there's a Maximus HD ROM for your version, but i have no idea where.
Did you..
Aside from flashing a recovery and rooting your phone, did you make any other modifications or flash any other partitions?
If no, then wipe Dalvek cache from TWRP. Boot into TWRP and select Wipe. Select advanced. Select Dalvek and Cache. Wipe power down. then power on and see if it will boot.
nkk71 said:
Not really, don't know much about your model. You'll need to find a ROM compatible with your device; if it doesnt specifically say it's for your device, then most likely it isn't!!
I think there's a Maximus HD ROM for your version, but i have no idea where.
Click to expand...
Click to collapse
Dear nkk71
Yes, Maximus has a ROM for dual SIM, Flashed, all went well, but the reboot loop still exists.
Thanks
Jcc1dls said:
Aside from flashing a recovery and rooting your phone, did you make any other modifications or flash any other partitions?
If no, then wipe Dalvek cache from TWRP. Boot into TWRP and select Wipe. Select advanced. Select Dalvek and Cache. Wipe power down. then power on and see if it will boot.
Click to expand...
Click to collapse
Dear Jcc1dls
Did as you mentioned - all went fine. But the reboot loop simply does not go away.
Thanks
sjgoel said:
Dear Jcc1dls
Did as you mentioned - all went fine. But the reboot loop simply does not go away.
Thanks
Click to expand...
Click to collapse
i had a similar problem last week with a One, a friend bricked his One by flashing "???" Dont know exactly whar he has done.
The phone had boot loops all the time.
my solution was:
- connecting the phone with the usb cable to my pc.
- started the phone into fastboot usb mode
- started cmd at my notebook
- change to the directory which contains adb and fastboot
- execute: fastboot erase cache
- restarted the phone
the phone starts normally into ARHD 40.3
perhaps it works ...
I just got my Moto X and am experiencing an issue with TWRP recovery on the phone. I'm able to install the recovery in fastboot using adb. However when the device restarts, TWRP is gone and i get the little Android guy error.
Steps i took to load:
1) unlocked phone
2) downloaded TWRP version 2.8 .1.0-victara
3) placed image file in android adb folder
4) put phone in fastboot mode and connected to computer
5) opened command line in adb folder and typed command "fastboot boot openrecovery-twrp-2.8.1.0-victara.img
6) phone will reboot to TWRP as expected
7) however once phone is rebooted TWRP is gone
Did my steps above not install the recovery, just boot it up temporarily?
Any info or suggestions would be appreciated.
Thanks,
Rick
You are only booting TWRP, not flashing it. The correct command is "fastboot flash recovery [recoveryname].img".
Thanks Metalhead. You sre right. I figured it iut last night. Now if i could only get exchange to work on gmail for my work account.
Rick
So I came from a stock lollipop Tmobile h811 non rooted
To stock MM v20i.
Ive tried flashing twrp 3.0 for cm13, and no matter what,
I get failed: (remote unknown command at the end after it sends recovery.
Its already unlocked(bootloader)
Thanks.
[email protected] said:
So I came from a stock lollipop Tmobile h811 non rooted
To stock MM v20i.
Ive tried flashing twrp 3.0 for cm13, and no matter what,
I get failed: (remote unknown command at the end after it sends recovery.
Its already unlocked(bootloader)
Thanks.
Click to expand...
Click to collapse
Type: fastboot boot (path goes here)
You can drag and drop the twrp img into the command window. This will ensure you have the correct path
[email protected] said:
So I came from a stock lollipop Tmobile h811 non rooted
To stock MM v20i.
Ive tried flashing twrp 3.0 for cm13, and no matter what,
I get failed: (remote unknown command at the end after it sends recovery.
Its already unlocked(bootloader)
Thanks.
Click to expand...
Click to collapse
Follow this instruction
http://forum.xda-developers.com/tmobile-g4/development/stock-h811-20i-images-kdz-flashable-t3308227
mingkee said:
Follow this instruction
http://forum.xda-developers.com/tmobile-g4/development/stock-h811-20i-images-kdz-flashable-t3308227
Click to expand...
Click to collapse
That link doesn't really solve the OP's issue. I have the same issue. BUT - your link did show me that I can BOOT the .img file, I can't flash the .img file. I've verified the bootloader is unlocked by the fastboot getvar command.
I'm not sure what to do next. Installing OpenGapps causes a boot loop and the only thing I can do at this point is a factory reset with the OEM recovery since in the boot loop adb is unresponsive.
joesee said:
That link doesn't really solve the OP's issue. I have the same issue. BUT - your link did show me that I can BOOT the .img file, I can't flash the .img file. I've verified the bootloader is unlocked by the fastboot getvar command.
I'm not sure what to do next. Installing OpenGapps causes a boot loop and the only thing I can do at this point is a factory reset with the OEM recovery since in the boot loop adb is unresponsive.
Click to expand...
Click to collapse
The instruction shows how to flash recovery.img with TWRP though I have no clue how to do it.
I got that error the first time I did it, it was because of a misspelling of the command.
If you already unlocked the bootloader, while in fastboot, you only type "fastboot boot" + "path to twrp img on computer" OR instead of typing out the path, you may drag and drop the file into the command window.
Once it boots to twrp, flash twrp from within the booted img. That ensures you have permanent twrp.
If you were able to unlock your bootloader, the only thing stopping you from loading twrp is improper spelling and path to the img. Almost every error I have seen is from not following the directions.
Vseprz said:
If you already unlocked the bootloader, while in fastboot, you only type "fastboot boot" + "path to twrp img on computer" OR instead of typing out the path, you may drag and drop the file into the command window.
Once it boots to twrp, flash twrp from within the booted img. That ensures you have permanent twrp.
If you were able to unlock your bootloader, the only thing stopping you from loading twrp is improper spelling and path to the img. Almost every error I have seen is from not following the directions.
Click to expand...
Click to collapse
OK, just so I understand correctly, the proper sequence of events is to use fastboot to boot TWRP (which I can do) then, once in TWRP, I can then flash the twrp .zip file, right? Does anyone know if the LG's bootloader overwrites the recovery partition upon boot (in other words, do I have to boot straight to recovery after I flash to ensure it sticks?)
Sorry for the obtuse questions, I've got a lot of experience with Samsung flashing back in the KK and LP days, but not MM.
Thanks in advance!!
joesee said:
OK, just so I understand correctly, the proper sequence of events is to use fastboot to boot TWRP (which I can do) then, once in TWRP, I can then flash the twrp .zip file, right? Does anyone know if the LG's bootloader overwrites the recovery partition upon boot (in other words, do I have to boot straight to recovery after I flash to ensure it sticks?)
Sorry for the obtuse questions, I've got a lot of experience with Samsung flashing back in the KK and LP days, but not MM.
Thanks in advance!!
Click to expand...
Click to collapse
So you have flashed 20i which overwrites twrp with the stock recovery.
You then go through the steps for unlocking the boot loader.
After the boot loader is unlocked, you may boot into twrp with the fastboot boot command.
When that boots into twrp, flash twrp from within that to have it stick.
Have a question and maybe someone can help. Me getting carried away installed twrp from external partition. Now i cannot boot into recovery. Tried flashing using flashify and twrp manager. but flashify does not install after reboot and there is no option for h811 in twrp manager. Anyway to fix this?
Sent from my LG-H811 using Tapatalk
Vseprz said:
So you have flashed 20i which overwrites twrp with the stock recovery.
You then go through the steps for unlocking the boot loader.
After the boot loader is unlocked, you may boot into twrp with the fastboot boot command.
When that boots into twrp, flash twrp from within that to have it stick.
Click to expand...
Click to collapse
Yes, that's exactly the steps I do. I've flashed 20i. I used fastboot to boot into twrp. I then "install" the twrp zip file. Says it flashes with no issues. I then reboot the phone. Still has stock recovery.
I've confirmed my bootloader is unlocked with the fastboot getvar all. I've also tried all three versions of twrp available (.1, .2 and .3) and still doesn't work. Yet twrp works fine if I boot it.
joesee said:
Yes, that's exactly the steps I do. I've flashed 20i. I used fastboot to boot into twrp. I then "install" the twrp zip file. Says it flashes with no issues. I then reboot the phone. Still has stock recovery.
I've confirmed my bootloader is unlocked with the fastboot getvar all. I've also tried all three versions of twrp available (.1, .2 and .3) and still doesn't work. Yet twrp works fine if I boot it.
Click to expand...
Click to collapse
How did you confirm you have stock recovery? Did you use adb reboot recovery? Or did you use hardware keys to boot to it? Because if you use hardware keys you still get the initial confirm factory reset. You just have to accept then it boots to twrp.
---------- Post added at 10:44 AM ---------- Previous post was at 10:22 AM ----------
99problemz said:
Have a question and maybe someone can help. Me getting carried away installed twrp from external partition. Now i cannot boot into recovery. Tried flashing using flashify and twrp manager. but flashify does not install after reboot and there is no option for h811 in twrp manager. Anyway to fix this?
Sent from my LG-H811 using Tapatalk
Click to expand...
Click to collapse
If boot loader is unlocked you should load twrp from fastboot.
Vseprz said:
How did you confirm you have stock recovery? Did you use adb reboot recovery? Or did you use hardware keys to boot to it? Because if you use hardware keys you still get the initial confirm factory reset. You just have to accept then it boots to twrp.
---------- Post added at 10:44 AM ---------- Previous post was at 10:22 AM ----------
If boot loader is unlocked you should load twrp from fastboot.
Click to expand...
Click to collapse
Hahaha now that's funny!! I bet I've been through 50 blog posts on various sites to try to figure this out. Having successfully installed Viper I didn't want to take the chance and pass that confirm wipe factory question.
I feel like a complete tool. Seriously, thank you for taking the time to respond to me!
joesee said:
Hahaha now that's funny!! I bet I've been through 50 blog posts on various sites to try to figure this out. Having successfully installed Viper I didn't want to take the chance and pass that confirm wipe factory question.
I feel like a complete tool. Seriously, thank you for taking the time to respond to me!
Click to expand...
Click to collapse
I'm glad it all worked out! :good:
finding I have to re-flash with flashify each time
using twrp-2.8.7.1, I get only the first reboot from there with hardware keys letting me into twrp after accepting the first factory reset prompt and denying the second. After that cant do it again unless I re-flash. Same thing happens if I flash it from within twrp. Can use terminal, su, boot recovery and I am in., or ADB/fatsboot Primarily worried about a soft brick condition. H-811, v1 20i stock, unlocked bootloader and rooted. DE-bloated,
Any Ideas, Thanks
jdoebean said:
using twrp-2.8.7.1, I get only the first reboot from there with hardware keys letting me into twrp after accepting the first factory reset prompt and denying the second. After that cant do it again unless I re-flash. Same thing happens if I flash it from within twrp. Can use terminal, su, boot recovery and I am in., or ADB/fatsboot Primarily worried about a soft brick condition. H-811, v1 20i stock, unlocked bootloader and rooted. DE-bloated,
Any Ideas, Thanks
Click to expand...
Click to collapse
You drop the twrp file
In fastboot folder open command prompt and flash twrp first just rename it simply to recovery.img while in the fastboot folder
Type fastboot flash recovery recovery.img
Or just fastboot flash recovery.img
Then it should boot you into twrp
Once booting into twrp flash the supersu zip in your internal sd
Once you have root and reboot all you have to do is use flashify app and download twrp from the app and flash it Twrp sticks from there.
Sent from my LGMS631 using XDA Free mobile app
Hey guys so I'm a complete noob when it comes to this sort of stuff but I've been following a guide to root my phone which I can't link here because newbie.
But after trying to boot the phone into recovery mode with "fastboot boot twrp.img" the phone gets stuck on the TWRP splash screen.
I'm kind of stuck here guys and any help would be appreciated, thanks in advance.
stefinho said:
Hey guys so I'm a complete noob when it comes to this sort of stuff but I've been following a guide to root my phone which I can't link here because newbie.
But after trying to boot the phone into recovery mode with "fastboot boot twrp.img" the phone gets stuck on the TWRP splash screen.
I'm kind of stuck here guys and any help would be appreciated, thanks in advance.
Click to expand...
Click to collapse
Just popping in right quick, but your command is wrong.
It should be "fastboot flash recovery recovery.img" (no ") The 2nd recovery in that string is going to be the name of your recovery. If it is twrp.img, then use that. If it is Mondaysux, then it'll be mondaysux.img.
Woody said:
Just popping in right quick, but your command is wrong.
It should be "fastboot flash recovery recovery.img" (no ") The 2nd recovery in that string is going to be the name of your recovery. If it is twrp.img, then use that. If it is Mondaysux, then it'll be mondaysux.img.
Click to expand...
Click to collapse
Yeah I already input that command first as the guide said followed by the command that I stated to boot it, thanks though
What version of TWRP are you using?
I'm assuming you're on OOS 4.0+ and are still encrypted? If so, use the latest unreleased official version.
Anova's Origin said:
What version of TWRP are you using?
I'm assuming you're on OOS 4.0+ and are still encrypted? If so, use the latest unreleased official version.
Click to expand...
Click to collapse
I tried using an older version first as that was the one that the guide linked me to but after it didn't work I found that version you linked myself and tried it but I'm getting the same result
Also, the command to reboot to recovery is "fastboot reboot recovery"
Putting boot into anything is making the fastboot drivers think you are trying to flash a kernel (boot.img)
Edit: Also what root version (specifically) did you use?
Try using fastboot to wipe the recovery partition before flashing twrp again.
The commands are:
fastboot erase recovery
fastboot flash recovery [twrp file name].img
Then reboot to recovery
stefinho said:
Hey guys so I'm a complete noob when it comes to this sort of stuff but I've been following a guide to root my phone which I can't link here because newbie.
But after trying to boot the phone into recovery mode with "fastboot boot twrp.img" the phone gets stuck on the TWRP splash screen.
I'm kind of stuck here guys and any help would be appreciated, thanks in advance.
Click to expand...
Click to collapse
Why not use the volume keys from bootloader to go to recovery
And using system in f2fs format twrp takes time to reach main menu
So I suggest after flashing latest recovery as suggested by other members wait for 5 to 7 minutes
Anova's Origin said:
Try using fastboot to wipe the recovery partition before flashing twrp again.
The commands are:
fastboot erase recovery
fastboot flash recovery [twrp file name].img
Then reboot to recovery
Click to expand...
Click to collapse
Tried that but still getting the same result
How long are you waiting while on the splash screen and how much of the phone's internal storage have you used? As mentioned above, TWRP will take longer to boot while you use the phone's default f2fs storage system. The more space you use on the phone, the longer it takes to boot.
kunal1540 said:
Why not use the volume keys from bootloader to go to recovery
And using system in f2fs format twrp takes time to reach main menu
So I suggest after flashing latest recovery as suggested by other members wait for 5 to 7 minutes
Click to expand...
Click to collapse
Okay so going into recovery with the volume buttons instead actually worked and I feel really dumb, thanks you very much though
I tried to unlock bootloader and installing the twrp in micromax bharat 4. Unlocking was success and then i installed twrp using 'fastboot flash recovery twrp.img'. then i tried flashing magisk on to it. There i made a mistake in the code. I used 'fastboot flash recovery \magisk_patched.img' instead of 'fastboot flash boot \magisk_patched.img'. all the process are showed as succeasfully completed. After that when i reboot the phone, it was stuck at 'powered by android' screen. It is not showing any logos or anything. I also cant access bootloader or fastboot mode.
Anyone please help!
Thanks in advance.
A bad flash to the recovery partition should normally not mess up the bootloader (which is fastboot mode, same thing). To get everything back up and running again you'd have to be able to enter the bootloader though, so you're going to have to figure that one out.
There's a pretty active Bharat 4 thread here that might be a good place to ask for help:
https://forum.xda-developers.com/an...p-root-micromax-bharat-4-q440-cg-sky-t4001911
Thanks for the help. I read the entire forum but didnt find the relevant solution for me. The problem is that i cannot access the fastboot mode micromax bharat 4