Hi Guys ;
I have unlocked the bootloader of my HTC one and now inside fastboot it shows UNLOCKED. I have also tried to flash both TWRP and CWM recoveries using fastboot method and both finishes with success with no error messages.
but the problem is that I can not boot into recovery. I dont know what happens exactly but seems rebooting into recovery fails and phone reboots again into normal mode so I see the htc boot screen twice and then I am in normal mode.
Do you have any ideas ?
Regards
I finally managed to install TWRP. the trick was to disable fast boot in power settings , then turn off the phone completely and enter hboot and then fastboot.
I was entering fastboot directly through adb and it was not working ! it should be a bug inside bootloader. it should not matter how you enter fastboot , but in this case it does matter ! I hope it helps someone.
Hey there. I'm having a bit of an issue regarding the recovery on my phone. I rooted it quite some time ago but now I'd like to upgrade it to Kitkat 4.4.4 but when I try to enter recovery mode, it just boots normally. I have installed ROM Manager some time ago and I believe I may have changed my recovery, but it was either CWM or TWRP so there's nothing else. I tried using the "Boot into recovery" option but the phone won't go into recovery. I tried many different combinations upon boot but none have worked. Can someone help me, I'm running 4.3 9.2.A.1.210. I have USB Debugging enabled.
Cheers.
Most (or even all) of the custom roms have built-in recovery. So, if you want to flash some custom rom, you extract the "boot.img" from the zip and flash it via FlashTool using fastboot mode (to put Xperia V into fastboot mode hold volume up button while connecting the phone to tbe pc and the led should turn blue. If it turns green then try holding the other volume button.). And then you just select the lightning icon in FlashTool, choose fastboot mode, on the right side in the middle is an option to flash kernel and just find the boot.img you extracted and select it. Keep in mind that your bootloader must be UNLOCKED and you must install fastboot drivers before doing this.
Btw...your phone will stay in the fastboot mode only for a couple of seconds so you have to be quick...I always find the boot.img first, then put my phone into fastboot mode and then just select the image to flash it.
Sent from my Xperia V using XDA Free mobile app
Hi,
I can't boot into recovery mode.
LED notifications light doesn't turn on at all at the beginning so I can't do prower+volume down/up thing at the beginning.
When I do
Code:
adb reboot recovery
I get normal reboot, not recovery.
So I've found at this forum suggestions to restore first version of Android 4.4.4 and so I did it. But it didn't help - still no LED at booting.
Next I've found suggestion (also at this forum) to flash through fastboot recovery image, so I downloaded this recovery mode:
http://forum.xda-developers.com/z3-...58xx-cwm-based-recovery-6-0-4-7-root-t2890231
With success I've done:
Code:
fastboot flash recovery Z3c_DooMLoRD_AdvStkKernel_v01_FW-105.img
Next rebooted phone.... and still nothing.
What should I do next?
crott said:
Hi,
I can't boot into recovery mode.
LED notifications light doesn't turn on at all at the beginning so I can't do prower+volume down/up thing at the beginning.
When I do
Code:
adb reboot recovery
I get normal reboot, not recovery.
So I've found at this forum suggestions to restore first version of Android 4.4.4 and so I did it. But it didn't help - still no LED at booting.
Next I've found suggestion (also at this forum) to flash through fastboot recovery image, so I downloaded this recovery mode:
http://forum.xda-developers.com/z3-...58xx-cwm-based-recovery-6-0-4-7-root-t2890231
With success I've done:
Code:
fastboot flash recovery Z3c_DooMLoRD_AdvStkKernel_v01_FW-105.img
Next rebooted phone.... and still nothing.
What should I do next?
Click to expand...
Click to collapse
did you unlock bootloader?
Hello, I wanted to install TWRP and ROOT my phone. I flashed TWRP using adb terminal. But when I tried to boot into TWRP it was stuck on "Your device is booting now..". Then if I held the power button for few secs it rebooted normally. So I tried to google it and I found adb command that reboots to recovery
Code:
adb reboot recovery
. When I executed the command it rebooted to the "Your device is booting now.." screen and it stays like this forever. No button combination works to reboot the phone if i hold power button it reboots shows honor logo and then shows the "Your device is booting now.." screen. I waited for the battery to drain and then i put the phone on charger and when I tried to boot it, it was the same. Now when I try to reboot the phone it shows ultra low baterry symbol and then boots to "Your device..." screen.
NEM-L21; EMUI 5.0; 7.0 Nougat
Which twrp you flashed? Check the correct twrp in my signature for honor 5C repository.
TassiloBalbo said:
Hello, I wanted to install TWRP and ROOT my phone. I flashed TWRP using adb terminal. But when I tried to boot into TWRP it was stuck on "Your device is booting now..". Then if I held the power button for few secs it rebooted normally. So I tried to google it and I found adb command that reboots to recovery . When I executed the command it rebooted to the "Your device is booting now.." screen and it stays like this forever. No button combination works to reboot the phone if i hold power button it reboots shows honor logo and then shows the "Your device is booting now.." screen. I waited for the battery to drain and then i put the phone on charger and when I tried to boot it, it was the same. Now when I try to reboot the phone it shows ultra low baterry symbol and then boots to "Your device..." screen.
NEM-L21; EMUI 5.0; 7.0 Nougat
Click to expand...
Click to collapse
I think you have flashed wrong twrp.download correct twrp and flash it via adb fastboot
hassanjavaid8181 said:
I think you have flashed wrong twrp.download correct twrp and flash it via adb fastboot
Click to expand...
Click to collapse
Hi hassanjavaid8181
I think I have the same issue here, phone is stuck on "your device..." screen forever and it's impossible to do anything else (reboot ends up on the same screen).
How is it possible to flash twrp or stock recovery if we are stuck on this screen ? Fastboot doesn't see the phone...
Crocni said:
Hi hassanjavaid8181
I think I have the same issue here, phone is stuck on "your device..." screen forever and it's impossible to do anything else (reboot ends up on the same screen).
How is it possible to flash twrp or stock recovery if we are stuck on this screen ? Fastboot doesn't see the phone...
Click to expand...
Click to collapse
Meaning you can boot to fastboot but your pc doesn't recognise it?
Crocni said:
Hi hassanjavaid8181
I think I have the same issue here, phone is stuck on "your device..." screen forever and it's impossible to do anything else (reboot ends up on the same screen).
How is it possible to flash twrp or stock recovery if we are stuck on this screen ? Fastboot doesn't see the phone...
Click to expand...
Click to collapse
Did you try all method to going in fastboot.by adb fastboot command or by pressing vol- and power button?
Hi guys, thanks for your replies.
I somehow managed to boot to fastboot after waiting for the battery to go out completely. From there I used the following commands in ADB from the extract of a stock update.img :
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot reboot
And it worked ! The first boot was veeery long and now it's normal again.
Now my last concern is that I still have bootloader unlocked. As I wish to come back to factory state and avoid the warning message on boot, do you guys think it's safe to re-lock bootloader ?
I'm kind of scared to try anything else and screw the whole thing now
Thanks again for your support
Crocni said:
Hi guys, thanks for your replies.
I somehow managed to boot to fastboot after waiting for the battery to go out completely. From there I used the following commands in ADB from the extract of a stock update.img :
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot reboot
And it worked ! The first boot was veeery long and now it's normal again.
Now my last concern is that I still have bootloader unlocked. As I wish to come back to factory state and avoid the warning message on boot, do you guys think it's safe to re-lock bootloader ?
I'm kind of scared to try anything else and screw the whole thing now
Thanks again for your support
Click to expand...
Click to collapse
Glad that you fix your device.
If it is not bothering you let it be and enjoy using your phone.
Crocni said:
Hi guys, thanks for your replies.
I somehow managed to boot to fastboot after waiting for the battery to go out completely. From there I used the following commands in ADB from the extract of a stock update.img :
fastboot flash boot boot.img
fastboot flash recovery recovery.img
fastboot flash system system.img
fastboot reboot
And it worked ! The first boot was veeery long and now it's normal again.
Now my last concern is that I still have bootloader unlocked. As I wish to come back to factory state and avoid the warning message on boot, do you guys think it's safe to re-lock bootloader ?
I'm kind of scared to try anything else and screw the whole thing now
Thanks again for your support
Click to expand...
Click to collapse
Can you please explain to me how did you managed to boot into fastboot? I tried waiting for the battery to drain completely. Now I can't fully charge my phone. When i connect it with charger. It starts normally charging like it would with 0% battery then after a few moments the honor logo shows up and then the screen "Your device.." shows. When I try vol- and powerbutton it vibrates and shows the red lightbolt then after few moments it boots the same way into the your device screen. When I connect it to the pc it doesn't react. I don't even hear the classic windows beep sound.
TassiloBalbo said:
Can you please explain to me how did you managed to boot into fastboot? I tried waiting for the battery to drain completely. Now I can't fully charge my phone. When i connect it with charger. It starts normally charging like it would with 0% battery then after a few moments the honor logo shows up and then the screen "Your device.." shows. When I try vol- and powerbutton it vibrates and shows the red lightbolt then after few moments it boots the same way into the your device screen. When I connect it to the pc it doesn't react. I don't even hear the classic windows beep sound.
Click to expand...
Click to collapse
Try removing the usb cable and then try to biot to fastboot. What about erecovery
shashank1320 said:
Try removing the usb cable and then try to biot to fastboot. What about erecovery
Click to expand...
Click to collapse
When I remove the usb cable it's still the same. When i try to press the power button it vibrates shows the low battery red lightbolt and dies. If you mean by erecovery emui recovery, then it looks like it's not installed.
TassiloBalbo said:
When I remove the usb cable it's still the same. When i try to press the power button it vibrates shows the low battery red lightbolt and dies. If you mean by erecovery emui recovery, then it looks like it's not installed.
Click to expand...
Click to collapse
You need to press power + volume down key to boot into fastboot. Keep trying 4-5 times sometimes it takes due to wrong press
shashank1320 said:
You need to press power + volume down key to boot into fastboot. Keep trying 4-5 times sometimes it takes due to wrong press
Click to expand...
Click to collapse
So I managed to get into the fastboot. Where can I get boot.img, recovery.img and system.img? I have downloaded some update.zip files from this russian site (first 5) http://hwmt.ru/hwmtsite/firmware-database/?firmware_model=NEM-L21&firmware_page=0. But I don't have boot, recovery and system images in these zips.
I also tried reboot in fastboot but its still the same:
fastboot devices
8SC4C16A13006909 fastboot
fastboot reboot
rebooting...
finished. total time: 0.026s[/CODE]
TassiloBalbo said:
So I managed to get into the fastboot. Where can I get boot.img, recovery.img and system.img? I have downloaded some update.zip files from this russian site (first 5) http://hwmt.ru/hwmtsite/firmware-database/?firmware_model=NEM-L21&firmware_page=0. But I don't have boot, recovery and system images in these zips.
I also tried reboot in fastboot but its still the same:
fastboot devices
8SC4C16A13006909 fastboot
fastboot reboot
rebooting...
finished. total time: 0.026s[/CODE]
Click to expand...
Click to collapse
Meaning the fastboot is accessible.
Now you have firmware zip, extract it amd you will get few files. Use dload method as given in my signature and you are good to go.
Else use Huawei extractor and browse to update.app you just got in above downloaded zip. You will get boot, recovery, system img you need.
I downloaded some firmware versions and extracted them. I don't know which is for my device. So I tried one of them. I flashed boot.img and recovery.img but I din't flashed the system.img, becouse it was too big. When I tried to reboot the phone it was the same. The fastboot was no longer accessible. I put the phone into servis but they didn't fixed it. it's the same but I can enter erecovery
TassiloBalbo said:
I downloaded some firmware versions and extracted them. I don't know which is for my device. So I tried one of them. I flashed boot.img and recovery.img but I din't flashed the system.img, becouse it was too big. When I tried to reboot the phone it was the same. The fastboot was no longer accessible. I put the phone into servis but they didn't fixed it. it's the same but I can enter erecovery
Click to expand...
Click to collapse
Please flash only files for your device and nothing else. Did you try dload method?
Give me model and build number, will get the correct files for you
shashank1320 said:
Please flash only files for your device and nothing else. Did you try dload method?
Give me model and build number, will get the correct files for you
Click to expand...
Click to collapse
NEM-L31 but I don't know the build number
TassiloBalbo said:
NEM-L31 but I don't know the build number
Click to expand...
Click to collapse
Build number is necessary to get right files..
hassanjavaid8181 said:
Build number is necessary to get right files..
Click to expand...
Click to collapse
I know. So do you think it's dead?
TassiloBalbo said:
I know. So do you think it's dead?
Click to expand...
Click to collapse
You should try huawei service center....
I have an honor 9 lld-l21 with unlocked bootloader and i had twrp and magiskintalled but i wanted to update to the latest version so i tried updating without changing anything and i would get errors in twrp so i flashed the stock ramdisk and nothing happened then used huawei update extractor And extracted recovery_ramdis.img and it WAS written like recovery_ramdis.img and i patched recovery ramdisk in twrp with this file then rebooted the phone it boots normally and i can do whatever i want inside the phone but when i tried updating it downloaded the update powered off and then tried to get in recovery but it couldn't and booted in to the phone and said update failed i tried factory reseting my phone but same thing happenes, it shuts down tries to open recovery, it cant then boots to normal phone and says factory reset failed. I tried using adb to reboot to recovery or fastboot but it cant, it shuts down the phone, goes to open recovery or fastboot then opens the phone normally. So i cant patch the phone with any stock firmware or anything like that because i cant load into fastboot. I tried using hisuite and using the system recovery option there and it tells me theres nothing wrong with my phone. Its like i deleted fastboot and recovery from my phone.
Note : i am not in a bootloop i can enter the phone fine and do whatever inside infact im posting this with my phone i just cant enter fastboot or recovery or erecovery or anyhting.
Please help. :crying:
How are you trying to enter recovery?
How are you trying to enter fastboot?
Other that ADB obviously.
Sparkrite said:
How are you trying to enter recovery?
How are you trying to enter fastboot?
Other that ADB obviously.
Click to expand...
Click to collapse
i tried entering using the buttons (closing the phone and holding down power and vol up) and it used to work before and it would open recovery but it doesnt work anymore
OK you have knackered your recovery, you still haven't told me how you try to enter fastboot.
Try this to enter fastboot, from phone off while holding Vol Down connect to PC with USB lead.
Should enter fastboot where you can then flash a new recovery partition.
Sparkrite said:
OK you have knackered your recovery, you still haven't told me how you try to enter fastboot.
Try this to enter fastboot, from phone off while holding Vol Down connect to PC with USB lead.
Should enter fastboot where you can then flash a new recovery partition.
Click to expand...
Click to collapse
THANK YOU, the fastboot worked and then i just flashed stuff and updated my phone and its fixed now.
Bilal-T said:
THANK YOU, the fastboot worked and then i just flashed stuff and updated my phone and its fixed now.
Click to expand...
Click to collapse
Excellent, don't forget the "Thanks" button.