Hi all. I flashed the full system image of KRT16O when it was released. I then flashed with fastboot the CWM 6.0.4.3 recovery image. I then got the OTA to update to KRT16S. I read online that I didnt have to unroot or go back to the stock recovery so I just let it update like normal. It updated fine, loaded up fine, etc. So I then went to use fastboot to reflash the CWM recovery image however all I get is the android on his back with the red triangle.
Am I doing something wrong? Could my recovery partition be screwed? How do I fix it. Thanks!
i should also mention that when I use fastboot to flash the recovery image, it says it was copied/flashed successfully - but it doesn't work.
You didn't flashed recovery or didn't do it correctly. What you saw is stock recovery.
And remember to flash recovery to the correct partition: fastboot flash recovery cwm.img
yea i dont think u flashed it correctly either.
go to clockworkmod, download the latest.... copy it to the platform tools folder. then fastboot flash it again...
thanks guys. Im familiar with the process - when I flashed the factory image KRT16O I then used fastboot to flash CWM just a few days prior without a hitch. But on Friday it just wouldnt "stick". I tried three times, each time it said successful but then after a reboot it would be gone. On the third time though after I flashed it, and it said success, I then went into recovery from the bootloader screen and it was there, so I rebooted and went back and this time it had stayed. strange.
Side note - does debugging need to be on to use fastboot?
I am having the same problem.
After the OTA, CWM won't stick. I get a red triangle.
fastboot screen shows that I have a secure boot, whereas the phone shows the lock as unlocked.
burnski said:
Side note - does debugging need to be on to use fastboot?
Click to expand...
Click to collapse
USB debugging box should be checked in order to use fastboot.
---------- Post added at 01:53 PM ---------- Previous post was at 01:49 PM ----------
yaronkle said:
I am having the same problem.
After the OTA, CWM won't stick. I get a red triangle.
fastboot screen shows that I have a secure boot, whereas the phone shows the lock as unlocked.
Click to expand...
Click to collapse
try to root the phone again and making sure before flashing the CWM, you should erase the old one, use command in fastboot:
fastboot erase recovery
and then
fastboot flash recovery nameofrecovery.img
I got CWM working again. Not sure how.
I disabled ART, reboot and CWM worked.
Enabled ART and CWM still works, just that it asks if I want to install SU again before booting.
Hi all, I've just flashed latest paranoid custom rom from there official website, using all the neccessary instructions. My phone was rooted, I even made a backup using titanium backup application.
But after flashing it, I'm stuck at the boot logo screen. I can't even go to recovery mode except fastboot mode.
I tried to boot into recovery mode by using command:
fastboot boot twrp.img
or
fastboot flash recovery twrp.img
but I'm getting remote device locked message. After I tried to unlock by using command:
fastboot unlock oem
I'm getting unlock lock is disabled message. By going through online I read that I need to enable developer options for this, but as my device is stuck on boot screen, how I would do that?
Flash Hybrid recovery from here http://forum.xda-developers.com/oneplus-2/general/recovery-twrp-3-0-2-hybrid-supports-oos-t3362904
Then install http://get.aospa.co/official/oneplus2
After that install Gapps. It will work..
If you have any problems in Root, TWRP, Unlock bootloader visit this site https://forums.oneplus.net/threads/...-custom-recovery-root-efs-backup-more.345478/
---------- Post added at 10:23 PM ---------- Previous post was at 10:13 PM ----------
And try this https://forums.oneplus.net/threads/...ck-guide-for-a-hard-bricked-oneplus-2.347607/
It will replace your recovery to Default then you install OOS, after that you can change in Developer Options. Use Method 1
Same there
Same problem there. After Flash Oxygen 3.0.2 . Phone Stuck at boot and cant do anything. Cant Flash recovery. Bootloader Locked . When i tried to unlock using commands at adb and phone reboot still stuck at boot ONE PLUS SYMBOL, POWERED BY ANDROID and unlock not works.
Pawan Arora said:
Hi all, I've just flashed latest paranoid custom rom from there official website, using all the neccessary instructions. My phone was rooted, I even made a backup using titanium backup application.
But after flashing it, I'm stuck at the boot logo screen. I can't even go to recovery mode except fastboot mode.
I tried to boot into recovery mode by using command:
fastboot boot twrp.img
or
fastboot flash recovery twrp.img
but I'm getting remote device locked message. After I tried to unlock by using command:
fastboot unlock oem
I'm getting unlock lock is disabled message. By going through online I read that I need to enable developer options for this, but as my device is stuck on boot screen, how I would do that?
Click to expand...
Click to collapse
My phone is unlocked and I had installed TWRP. I restored from previous backup because I was not satisfied with latest global developer ROM. after restoring I am not able to reboot into recovery. when I boot into recovery, my phone starts normally without going into recovery. i tried flashing twrp again and it works only once. phone boots normally without going into recovery. i have to flash twrp everytime i need to use recovery. any solutions?
Do you confirm the thing TWRP asks you on first boot (something about allowing system modifications or what)? Otherwise system may remove it on boot. Do you use command 'fastboot boot 'recoveryname'' after flashing (I don't know why is it necessary, but it's in every guide for R3S)?
Send from my Redmi 3S
Make sure 'OEM unlocking' is checked in developers mode.
Pwr + vol+ + vol- until it vibrates, then release pwr, but keep both vol-keys pressed.
---------- Post added at 12:37 PM ---------- Previous post was at 12:33 PM ----------
Another option is adb: Use "adb reboot recovery". If you don't know how, ask me!
Find the solution here
https://forum.xda-developers.com/xiaomi-redmi-3s/help/boot-twrp-t3606570
run miflash unlocker and unlock bootloader i know this problem and i fixed it
Hi friends, i have followed instructions as per youtube video (official oneplus),struck on rebooting ..now i am able to fastboot,twrp recovery menu,have backed up using twrp backup.But not able to reboot to system.The boot logo after one plus symbol kept on rotating infinitely.Please help me.
Do a factory reset
Sent from my ONE A2005 using Tapatalk
My phone is not getting power on,though i have done factory reset from twrp 3.000 recovery.Still no go struck in boot menu with rotating logo after 1+ symbol..
Hello . Firstly try get your phone into fastboot mode. Once you have get up adb. (if you don't have adb, or find it really confusing to install, get wugfreshs root tool kit has built in adb terminal)
Open up your terminal plug in your phone and type
Code:
fastboot devices
Something should come up .
Once you done that grab the latest twrp for your device. Then FLASH! AAHHHHHHH, PROTECTOR OF THE UNIVERSE. In fastboot
Code:
fastboot flash recovery twrp.img
Once that's done type
Code:
fastboot boot recovery twrp.img
The it should boot into recovery from. Here your computer should recognize your device . You should be able to easily drag and drop a new rom and gaps on to your device
---------- Post added at 08:52 AM ---------- Previous post was at 08:50 AM ----------
Brandon Indar said:
Do a factory reset
Click to expand...
Click to collapse
Also factory reset only works on a rom level. So if roms wrong. It won't do anything
So, I had the same problem and here is my fix for it.
I am not sure, but I think you will lost all your data on this way :/
You can Skip the first 2 lines, because when you installed TWRP you already done this
1. Go to a Computer and install Adb
2. Download Minimal Adb and Fastboot
3. Download the offical Rom on the OP2 Site and copy the .zip file into the Fastboot folder
4. Rename the .zip into rom.zip
5.Connect your phone to the Computer
6. Start into Twrp, go to advanced, click on adb Sideload
6. Now go to your computer, into the Fastboot Folder and start the command line and type: adb sideload /path/to/rom.zip
7. It should now take some minutes to install the Rom, you will see how many percentages on the Screen (It will only show until 50%, don't worry about that)
8. Voila, your Phone should now work again
To root it again, there are some modified UpdateSu-Files specially for your current Rom.Version. When you are on 3.5.6 you can use the attached file
I'm stuck in an infinite eRecovery loop. No matter what I try or what I do I can't get the phone to boot back into the OS. Anyone have any tips or tricks? Huawei is going to do an rma for me but I'm flying out on business for 2 weeks and really need this phone with me. It's an MLA-L03 that is oem unlocked (which is what I'm thinking is causing me the most issues as I can't do the normal button presses to get to certain things but I can't relock it as it says it can't be trusted or whatever)
I did manage to get to a point where I have full access to /data/ but no matter what rom I try to flash it fails with failing to mount /cust/
If I put an update.app it will get to 5% and hang until it fails when I do the button press to force an update. I cannot get to the emui factory reset screen.
PS, yes I know I'm a dumbass, so be gentle lol. I'm really desperate and have nothing to lose at this point so will to try anything.
I did try everything here with no luck (other than getting full access to /data/ lol):
https://forum.xda-developers.com/nova-plus/help/help-nova-plus-mla-l03-bricked-t3573234
Im not a pro either but,have you try to recover phone via HiSuite ?
in hisuite,main screen,bottom right tab...
I did try that but it says my phone is not compatible (or something to that effect).
rednekcowboy said:
I did try that but it says my phone is not compatible (or something to that effect).
Click to expand...
Click to collapse
sadly,i cant help more...i did not installed that erecovery thing/unlocked or rooted my device so.....
hope someone will join to help you
the erecovery thing is a huwaei emui feature, not something I installed but thanks anyways for the suggestion.
rednekcowboy said:
the erecovery thing is a huwaei emui feature, not something I installed but thanks anyways for the suggestion.
Click to expand...
Click to collapse
my bad hehehe...i wanted to say the twrp :silly:
Ok so you'll have to flash firmware with fastboot.
You need to download and install fastboot, firmware finder and huawei extract tool.
https://forum.xda-developers.com/showthread.php?t=2588979 (fastboot), https://forum.xda-developers.com/tools/general/huawei-firmware-finder-team-mt-t3469146 (firmware finder), https://forum.xda-developers.com/showthread.php?t=2433454 (huawei extract tool).
So install adb and fastboot, extract firmware finder and huawei extract tool. Open firmware finder hit common base, on model for find enter mla-l03 and download a full ota, form firmware you just downloaded extract update.app. Now open huawei extract tool and load your update.app you've just extracted and extract from there boot.img, recovery.img and system.img by using the right click (extract them on the same folder where is located fastboot, for example I got fastboot installed on local C/adb).
If you have twrp installed boot in fastboot mode by using twrp, if not you can boot in fastboot mode with the phone turned off by pressing volume - while plugging the usb cable.
Open cmd and write cd /adb (between cd and / is space) and hit enter than write fastboot flash boot BOOT.IMG and hit enter, fastboot flash recovery RECOVERY.IMG and hit enter, fastboot flash system SYSTEM.IMG and hit enter, after finally writing the system write fastboot reboot and hit enter and wait till phone reboots.
Thanks, I've done all that already and it did not fix it but will try again once I get home.
mArIuS% said:
Ok so you'll have to flash firmware with fastboot.
You need to download and install fastboot, firmware finder and huawei extract tool.
https://forum.xda-developers.com/showthread.php?t=2588979 (fastboot), https://forum.xda-developers.com/tools/general/huawei-firmware-finder-team-mt-t3469146 (firmware finder), https://forum.xda-developers.com/showthread.php?t=2433454 (huawei extract tool).
So install adb and fastboot, extract firmware finder and huawei extract tool. Open firmware finder hit common base, on model for find enter mla-l03 and download a full ota, form firmware you just downloaded extract update.app. Now open huawei extract tool and load your update.app you've just extracted and extract from there boot.img, recovery.img and system.img by using the right click (extract them on the same folder where is located fastboot, for example I got fastboot installed on local C/adb).
If you have twrp installed boot in fastboot mode by using twrp, if not you can boot in fastboot mode with the phone turned off by pressing volume - while plugging the usb cable.
Open cmd and write cd /adb (between cd and / is space) and hit enter than write fastboot flash boot BOOT.IMG and hit enter, fastboot flash recovery RECOVERY.IMG and hit enter, fastboot flash system SYSTEM.IMG and hit enter, after finally writing the system write fastboot reboot and hit enter and wait till phone reboots.
Click to expand...
Click to collapse
Really?
I got my phone in the same state and was the only method witch helped me.
Did you successfully flashed boot, recovery and system and still not working? phone get stuck on the huawei logo? After you flash them, boot into recovery and do a factory reset and wipe cache.
yup, everything flashed successfully. I can't get into the recovery to do a factory reset. I have 4 options at my disposal:
1. fastboot
2. Huawei eRecovery
3. TWRP
4. force update where it always fails at 5%
I think the biggest thing that is screwing me is the fact that it's unlocked and I can't relock it. I'm almost 100% positive if I could relock it, I would have no issues with it.
And woh do you boot into twrp? Since you can boot into twrp you must be able to boot in stock recovery. Use huawei multi tool by black team too go into recovery.
---------- Post added at 07:04 PM ---------- Previous post was at 07:01 PM ----------
rednekcowboy said:
yup, everything flashed successfully. I can't get into the recovery to do a factory reset. I have 4 options at my disposal:
1. fastboot
2. Huawei eRecovery
3. TWRP
4. force update where it always fails at 5%
I think the biggest thing that is screwing me is the fact that it's unlocked and I can't relock it. I'm almost 100% positive if I could relock it, I would have no issues with it.
Click to expand...
Click to collapse
I got the bootloader unlocked too, and it's working via fastboot....
Huawei multi tool have the option to relock the bootloader.
mArIuS% said:
And woh do you boot into twrp? Since you can boot into twrp you must be able to boot in stock recovery. Use huawei multi tool by black team too go into recovery.
---------- Post added at 07:04 PM ---------- Previous post was at 07:01 PM ----------
I got the bootloader unlocked too, and it's working via fastboot....
Huawei multi tool have the option to relock the bootloader.
Click to expand...
Click to collapse
Thanks I'll try that.
It's weird. I flash TWRP, do what I need to do, then reflash the recovery.img. However it just does a continuous loop to eRecovery when I do that unless I try to force it to update.
I'll try using the fastboot that you linked to and see if that makes a difference. Right now I'm using the minimal adb and fastboot install.
EDIT: Same result when trying to relock the bootloader--device cannot be trusted.
EDIT2: Do you have the cust.img file? None of the firmwares I've downloaded has it in it.
rednekcowboy said:
Thanks I'll try that.
It's weird. I flash TWRP, do what I need to do, then reflash the recovery.img. However it just does a continuous loop to eRecovery when I do that unless I try to force it to update.
I'll try using the fastboot that you linked to and see if that makes a difference. Right now I'm using the minimal adb and fastboot install.
EDIT: Same result when trying to relock the bootloader--device cannot be trusted.
EDIT2: Do you have the cust.img file? None of the firmwares I've downloaded has it in it.
Click to expand...
Click to collapse
I have a cust.img but is for can-l01...and won't help you.
Sorry i'm out ideas.
mArIuS% said:
I have a cust.img but is for can-l01...and won't help you.
Sorry i'm out ideas.
Click to expand...
Click to collapse
When your device reboots and you get to the warning screen about your device being unlocked, what buttons do you press to get into the normal (ie not eRecovery) recovery where you can do a factory reset? When I have TWRP installed, I have to hold volume + and volume - at the same time to go into TWRP. If I do the same thing after I reflash recovery.img, then it goes straight into the forced update which stalls and fails at 5%. Volume - reboots and goes back to fastboot. Volume + takes me to eRecovery. Doing nothing, the phone reboots and goes to eRocovery on the reboot. Holding down all 3 buttons also goes to the forced update screen.
I'm assuming that I'm missing something super simple and stupid so I'm going to go over everything again, step by step very carefully.
rednekcowboy said:
When your device reboots and you get to the warning screen about your device being unlocked, what buttons do you press to get into the normal (ie not eRecovery) recovery where you can do a factory reset? When I have TWRP installed, I have to hold volume + and volume - at the same time to go into TWRP. If I do the same thing after I reflash recovery.img, then it goes straight into the forced update which stalls and fails at 5%. Volume - reboots and goes back to fastboot. Volume + takes me to eRecovery. Doing nothing, the phone reboots and goes to eRocovery on the reboot.
I'm assuming that I'm missing something super simple and stupid so I'm going to go over everything again, step by step very carefully.
Click to expand...
Click to collapse
To enter in normal recovery you have to press and hold at the same time volume - and power button.
mArIuS% said:
To enter in normal recovery you have to press and hold at the same time volume - and power button.
Click to expand...
Click to collapse
That just reboots me and then puts me in fastboot unfortunately. I'm going to try loading twrp and removing anything in /dload/ and see if it will boot to normal recovery. Last time I checked there was an update.app file there so maybe it's just bypassing recovery and trying to install that.
rednekcowboy said:
That just reboots me and then puts me in fastboot unfortunately. I'm going to try loading twrp and removing anything in /dload/ and see if it will boot to normal recovery. Last time I checked there was an update.app file there so maybe it's just bypassing recovery and trying to install that.
Click to expand...
Click to collapse
Sorry it is volume up + and power button
And that brings me to eRecovery
mArIuS% said:
Sorry it is volume up + and power button
Click to expand...
Click to collapse
I'm driving and it's a bit hard to write did you tried another recovery? You can flsh twrp, put the stock recovery on sdcard, boot into twrp and flash recovery from there and reboot phone from twrp into recovery....
No worries, I really appreciate all the help. Now stop texting and driving. Your life is more important than my phone!!