Bricked and recovery dissapeared - Onetouch Idol 3 Q&A, Help & Troubleshooting

Hi everyone, i hope some people still using the 6039 or 6045, or maybe somebody can help me, i tried to update recovery by flashing .img via twrp 3.0, the version that i was trying to install maybe was broken or something... the deal is now:
.i can´t enter recovery mode no more (Vol UP+ power)
-no fastboot mode was activated before so i cant reflash with ADB and pc
-only can access to download mode.
I tried to downgrade with mobile upgrade Q (4.8 to 5.0 versions) and it did not pass the 20% that the phone reboot(in download mode) and cancel the proccess, is any another way to flash recovery.img no adb?
my cellphone is the 6039 version, i was runing RR rom, bootloader unlocked boot no fastboot connected with PC. By the way thx everyone and i will wait for an aswer.
Greets from Argentina.

In download mode, try this option to install TWRP https://forum.xda-developers.com/idol-3/development/tool-sahara-firehose-test-alcatel-t3454855

Related

stuck in fastboot mode!

after lots of reading i decided to try out cyanogenmod 12!
after full backup (even ta-partition) i downgraded my z3 to .93 and then root it succsesfully with giefroot!
everything went fine until i tryd to install the boot.img over fastboot....
i dont know exactly what went wrong but now the normal boot hangs on the sony sign and if i want to boot into flashmode (vol+ & power on button) it just throws me into fastboot mode! so i kinda stuck here and dont know what to do
how can i get out of fastboot mode? what did i wrong?
please help!
a fastboot devices gives me a device back
an adb not
i hope there is some recovery option from fastboot
It sounds like you didn't unlock your bootloader? If so either try to unlock it with flashtool (just search for a tutorial on XDA) or reflash an official fw with flash tool to recover your device.
You should be able to enter flash mode by just pressing volume down (powered off device) while plugging in the USB port.
n1ete said:
after lots of reading i decided to try out cyanogenmod 12!
after full backup (even ta-partition) i downgraded my z3 to .93 and then root it succsesfully with giefroot!
everything went fine until i tryd to install the boot.img over fastboot....
i dont know exactly what went wrong but now the normal boot hangs on the sony sign and if i want to boot into flashmode (vol+ & power on button) it just throws me into fastboot mode! so i kinda stuck here and dont know what to do
how can i get out of fastboot mode? what did i wrong?
please help!
a fastboot devices gives me a device back
an adb not
i hope there is some recovery option from fastboot
Click to expand...
Click to collapse
Not only does it sound like you have not unlocked the bootloader, but you probably have not backed up your TA, as you said you did that before you downgraded and rooted, however, you have to backup the TA partition AFTER rooting and BEFORE unlocking

Honor 6 - Unable to access recovery mode. Stuck at boot screen (honor logo)

Hi,
My Honor 6 (Indian Version) was stuck in boot loop post OTA upgrade from B822 to B831. In order to fix this issue, I went through many forums available online and then decided to use the Multi Tool to downgrade to Android L & EMUI 3.1.
To get this done I have followed the below steps:
1. Unlock bootloader
2. Extract BOOT, CUST, RECOVERY and SYSTEM files from the update package downloaded from Honor.in site. //(Honor 6_Firmware_H60-L04_Android 5.1.1_EMUI 3.1_C675B570_India_Flipkart)//
3. Used Multi Tool to unbrick.
Post this the phone is not able to get into recovery mode; it's stuck at the logo screen. It doesnot recognise the 3 button command to boot into recovery mode.
I have tried using the 'boot to recovery' command in Multi Tool but it throws error "daemon not running starting on port 5037".
I have also tried adb command but for some reason my computer does not recognise my mobile.
i.e. adb devices --> doesnot show my device. (yes, I have updated the abb drivers). So I am not able to use any adb commands.
Then i tried installing/flashing CWM & TWRP recovery. None helped. :crying:
Now I am here, out of options and do not know how to proceed.
Could someone in this forum help me fix the current issue? Please.
In addition, I would like to know a few things:
a. How to install a new OS/ROM on a dead phone? (Healthy hardware with corrupt software)
b. How to format any phone and start a fresh installation?
c. How to read internal memory of a phone which has no ROM or corrupt software?
I am new to all this. Please bear with me.
Thanks,
Sampath
sampathnayak09 said:
Hi,
My Honor 6 (Indian Version) was stuck in boot loop post OTA upgrade from B822 to B831. In order to fix this issue, I went through many forums available online and then decided to use the Multi Tool to downgrade to Android L & EMUI 3.1.
To get this done I have followed the below steps:
1. Unlock bootloader
2. Extract BOOT, CUST, RECOVERY and SYSTEM files from the update package downloaded from Honor.in site. //(Honor 6_Firmware_H60-L04_Android 5.1.1_EMUI 3.1_C675B570_India_Flipkart)//
3. Used Multi Tool to unbrick.
Post this the phone is not able to get into recovery mode; it's stuck at the logo screen. It doesnot recognise the 3 button command to boot into recovery mode.
I have tried using the 'boot to recovery' command in Multi Tool but it throws error "daemon not running starting on port 5037".
I have also tried adb command but for some reason my computer does not recognise my mobile.
i.e. adb devices --> doesnot show my device. (yes, I have updated the abb drivers). So I am not able to use any adb commands.
Then i tried installing/flashing CWM & TWRP recovery. None helped. :crying:
Now I am here, out of options and do not know how to proceed.
Could someone in this forum help me fix the current issue? Please.
In addition, I would like to know a few things:
a. How to install a new OS/ROM on a dead phone? (Healthy hardware with corrupt software)
b. How to format any phone and start a fresh installation?
c. How to read internal memory of a phone which has no ROM or corrupt software?
I am new to all this. Please bear with me.
Thanks,
Sampath
Click to expand...
Click to collapse
First of all hold and press power + vol down to boot into bootloader mode and type
Fastboot devices
After connecting your phone to PC and opening a command window in platform-tools. Your device should be listed.
adb devices works only when your phone is already booted into Android or running twrp.
Copy and paste the four image files to platform-tools folder and fire these commands
Fastboot flash boot boot.img
Fastboot flash recovery recovery.img
Fastboot flash system system.img
Fastboot flash cust cust.img
And then use the 3 button command.
(Platform-tools folder can be downloaded after installing latest Android SDK software)
How to return back to Stock Recovery & Install Stock Rom.
muradulislam said:
First of all hold and press power + vol down to boot into bootloader mode and type
Fastboot devices
After connecting your phone to PC and opening a command window in platform-tools. Your device should be listed.
adb devices works only when your phone is already booted into Android or running twrp.
Copy and paste the four image files to platform-tools folder and fire these commands
Fastboot flash boot boot.img
Fastboot flash recovery recovery.img
Fastboot flash system system.img
Fastboot flash cust cust.img
And then use the 3 button command.
(Platform-tools folder can be downloaded after installing latest Android SDK software)
Click to expand...
Click to collapse
I am in a bit different situation, let me explain.
Till day before yesterday I was on B570 Rom, then I upgraded over OTA to B831, then Unlocked Bootloader, Rooted, Installed Latest TWRP Recovery & Installed Latest Xposed Framework, everything went successfull & My phone is running fine.
But the question that arises to me is that none of the Stock Marshmallow update for Honor 6 - H60-L04 has been stable as compared to Lollipop Version & I found B570 super stable & the possibility of myself reverting back to B570 is more. What would be the procedure to revert back to B570.. I think first of all I would have to revert back to stock recovery & then flash the rom package, but how to do this successfully.
Kindly advice.
muradulislam said:
First of all hold and press power + vol down to boot into bootloader mode and type
Fastboot devices
After connecting your phone to PC and opening a command window in platform-tools. Your device should be listed.
adb devices works only when your phone is already booted into Android or running twrp.
Copy and paste the four image files to platform-tools folder and fire these commands
Fastboot flash boot boot.img
Fastboot flash recovery recovery.img
Fastboot flash system system.img
Fastboot flash cust cust.img
And then use the 3 button command.
(Platform-tools folder can be downloaded after installing latest Android SDK software)
Click to expand...
Click to collapse
Thank you for your response. :good:
I have flashed all the files using the fastboot mode, but my phone does not recognise the 3 button command.
It either displays the Honor logo or restarts with a quick vibration. the only command it recognised is 'Vol Down + USB plugged into a computer' (for fastboot).
When flashed with Honor Custom or CWM recovery the phone does not recognise:
1. Vol up + Vol down + Power - for recovery mode
2. Vol down + Power - for hard reset/clear cache partition
When flashed with TWRP recovery the phone only recognises: Power + Vol Up button which boots into recovery mode; however this works only when connected to a power source, the moment I disconnect the power cable the phone switches off.
I tried to install Honor 6 custom ROM EMUI4.0 using TWRP. Need guidance on the below two scenarios.
1. TWRP only recognises .zip files. HONOR custom ROMs are in .app format. What should I do?
2. As a work around, I have downloaded 'Honor 6_Firmware_H60-L04_Andriod 6.0_EMUI 4.0_C432B820_Channel-Others.zip' from xda forum and tried installing it, but TWRP throws a 'no md5 file found' error.
To address this I tried using WinMD5.exe to get the MD5 code and manually created a .MD5 file, but TWRP did not recognise it. Please guide.
Thanks,
Sampath
sampathnayak09 said:
Thank you for your response. :good:
I have flashed all the files using the fastboot mode, but my phone does not recognise the 3 button command.
It either displays the Honor logo or restarts with a quick vibration. the only command it recognised is 'Vol Down + USB plugged into a computer' (for fastboot).
When flashed with Honor Custom or CWM recovery the phone does not recognise:
1. Vol up + Vol down + Power - for recovery mode
2. Vol down + Power - for hard reset/clear cache partition
When flashed with TWRP recovery the phone only recognises: Power + Vol Up button which boots into recovery mode; however this works only when connected to a power source, the moment I disconnect the power cable the phone switches off.
I tried to install Honor 6 custom ROM EMUI4.0 using TWRP. Need guidance on the below two scenarios.
1. TWRP only recognises .zip files. HONOR custom ROMs are in .app format. What should I do?
2. As a work around, I have downloaded 'Honor 6_Firmware_H60-L04_Andriod 6.0_EMUI 4.0_C432B820_Channel-Others.zip' from xda forum and tried installing it, but TWRP throws a 'no md5 file found' error.
To address this I tried using WinMD5.exe to get the MD5 code and manually created a .MD5 file, but TWRP did not recognise it. Please guide.
Thanks,
Sampath
Click to expand...
Click to collapse
@DigiGoon
@sampathnayak09
You need to flash stock recovery first, by executing this command:
Code:
fastboot flash recovery recovery.img
@sampathnayak09
Make sure your power button is working correctly. If the files can be flashed successfully, you should be able to boot into recovery.
Honor firmware can only be flashed using three button method. You can search online for making .zip from .app but I am not sure that will solve your problem.
---------- Post added at 04:10 AM ---------- Previous post was at 04:06 AM ----------
mahadikrs said:
I am in a bit different situation, let me explain.
Till day before yesterday I was on B570 Rom, then I upgraded over OTA to B831, then Unlocked Bootloader, Rooted, Installed Latest TWRP Recovery & Installed Latest Xposed Framework, everything went successfull & My phone is running fine.
But the question that arises to me is that none of the Stock Marshmallow update for Honor 6 - H60-L04 has been stable as compared to Lollipop Version & I found B570 super stable & the possibility of myself reverting back to B570 is more. What would be the procedure to revert back to B570.. I think first of all I would have to revert back to stock recovery & then flash the rom package, but how to do this successfully.
Kindly advice.
Click to expand...
Click to collapse
There are rollback packages for going back. I have read those threads on XDA but could not find them again. Will look for them and will send you a link as soon as I found one.
muradulislam said:
@sampathnayak09
Make sure your power button is working correctly. If the files can be flashed successfully, you should be able to boot into recovery.
Honor firmware can only be flashed using three button method. You can search online for making .zip from .app but I am not sure that will solve your problem.
---------- Post added at 04:10 AM ---------- Previous post was at 04:06 AM ----------
There are rollback packages for going back. I have read those threads on XDA but could not find them again. Will look for them and will send you a link as soon as I found one.
Click to expand...
Click to collapse
Thanks for the reply.
If I extract the recovery.img from the B831 Rom Package & flash the same using the below command will it give me back my stock recovery.
fastboot flash recovery recovery.img
And if once I am on Stock Recovery I hope I can again Install a full fresh copy of the B831 Package which will be with Stock Recovery i.e NO TWRP Recovery & root free. And after that when I get the rollback package I can revert back to B570. Pls advice am I going right or is there any possibility that I will brick my phone.
sampathnayak09 said:
Thank you for your response. :good:
I have flashed all the files using the fastboot mode, but my phone does not recognise the 3 button command.
It either displays the Honor logo or restarts with a quick vibration. the only command it recognised is 'Vol Down + USB plugged into a computer' (for fastboot).
When flashed with Honor Custom or CWM recovery the phone does not recognise:
1. Vol up + Vol down + Power - for recovery mode
2. Vol down + Power - for hard reset/clear cache partition
When flashed with TWRP recovery the phone only recognises: Power + Vol Up button which boots into recovery mode; however this works only when connected to a power source, the moment I disconnect the power cable the phone switches off.
I tried to install Honor 6 custom ROM EMUI4.0 using TWRP. Need guidance on the below two scenarios.
1. TWRP only recognises .zip files. HONOR custom ROMs are in .app format. What should I do?
2. As a work around, I have downloaded 'Honor 6_Firmware_H60-L04_Andriod 6.0_EMUI 4.0_C432B820_Channel-Others.zip' from xda forum and tried installing it, but TWRP throws a 'no md5 file found' error.
To address this I tried using WinMD5.exe to get the MD5 code and manually created a .MD5 file, but TWRP did not recognise it. Please guide.
Thanks,
Sampath
Click to expand...
Click to collapse
If the phone keeps going off you tried charging for a while? Battery might not be charging due to no OS.
Sent from my H60-L04 using XDA Labs
mahadikrs said:
Thanks for the reply.
If I extract the recovery.img from the B831 Rom Package & flash the same using the below command will it give me back my stock recovery.
fastboot flash recovery recovery.img
And if once I am on Stock Recovery I hope I can again Install a full fresh copy of the B831 Package which will be with Stock Recovery i.e NO TWRP Recovery & root free. And after that when I get the rollback package I can revert back to B570. Pls advice am I going right or is there any possibility that I will brick my phone.
Click to expand...
Click to collapse
Try out this thread...
http://forum.xda-developers.com/hon...wngrade-eu-h60-l04-indian-b810-t3367031/page1
My honor 6 bricked about a month ago so can not verify this method but to get out of bootloop, always keep a nandroid backup of your device somewhere safe.
You can make a nandroid backup using twrp. Save it to SD card and then copy it to your PC to keep it safe.
muradulislam said:
Try out this thread...
http://forum.xda-developers.com/hon...wngrade-eu-h60-l04-indian-b810-t3367031/page1
My honor 6 bricked about a month ago so can not verify this method but to get out of bootloop, always keep a nandroid backup of your device somewhere safe.
You can make a nandroid backup using twrp. Save it to SD card and then copy it to your PC to keep it safe.
Click to expand...
Click to collapse
Thanks for your response.
I was able to do as per the steps I mentioned in my earlier post & now I have successfully Downgraded to B570, With Unlocked Bootloader, Rooted, TWRP & Xposed Installed. So its time for me to change my signature.
P.s : Also Updated TWRP to the Latest Version i.e TWRP 3.0.2-0
DigiGoon said:
@sampathnayak09
You need to flash stock recovery first, by executing this command:
Code:
fastboot flash recovery recovery.img
Click to expand...
Click to collapse
Hi,
I did flash the stock recovery, but my phone keeps rebooting and doesn't get into recovery mode.
I am sure it has sufficient battery charge. (Close to 90%).
Is there a way to do a clean install on Android phones? Like the way we install Windows OS on computers. Format hard disks, create partitions and then install a fresh OS?
Thanks
mahadikrs said:
Thanks for your response.
I was able to do as per the steps I mentioned in my earlier post & now I have successfully Downgraded to B570, With Unlocked Bootloader, Rooted, TWRP & Xposed Installed. So its time for me to change my signature.
P.s : Also Updated TWRP to the Latest Version i.e TWRP 3.0.2-0
Click to expand...
Click to collapse
Hi,
Could you please provide links to
1. The downgrade transition package.
2. Latest TWRP version.
Also plz help me understand the benifits of TWRP when it cannot be used to install the stock ROM?
sampathnayak09 said:
Hi,
Could you please provide links to
1. The downgrade transition package.
2. Latest TWRP version.
Also plz help me understand the benifits of TWRP when it cannot be used to install the stock ROM?
Click to expand...
Click to collapse
Find attached below the required links for Rollback package & TWRP.
1) https://club.hihonor.com/in/honor6.217/downgrade-link-from-marshmallow-b831-to-lollipop-b570.7935
2) https://twrp.me/devices/huaweihonor6.html
Regarding TWRP, it lets you install custom roms & other apps which cannot be installed thru stock recovery e.g Xposed Framework. Further TWRP is useful for restoring the phone as it allows to restore the phone by using Nandroid backups taken earlier, provided the Nandroid backups are stored in SD Card. There may be more advantages which I am still trying to find out.
mahadikrs said:
Find attached below the required links for Rollback package & TWRP.
1) https://club.hihonor.com/in/honor6.217/downgrade-link-from-marshmallow-b831-to-lollipop-b570.7935
2) https://twrp.me/devices/huaweihonor6.html
Regarding TWRP, it lets you install custom roms & other apps which cannot be installed thru stock recovery e.g Xposed Framework. Further TWRP is useful for restoring the phone as it allows to restore the phone by using Nandroid backups taken earlier, provided the Nandroid backups are stored in SD Card. There may be more advantages which I am still trying to find out.
Click to expand...
Click to collapse
Thank you for providing the links. Let me try installing these.
muradulislam said:
First of all hold and press power + vol down to boot into bootloader mode and type
Fastboot devices
After connecting your phone to PC and opening a command window in platform-tools. Your device should be listed.
adb devices works only when your phone is already booted into Android or running twrp.
Copy and paste the four image files to platform-tools folder and fire these commands
Fastboot flash boot boot.img
Fastboot flash recovery recovery.img
Fastboot flash system system.img
Fastboot flash cust cust.img
And then use the 3 button command.
(Platform-tools folder can be downloaded after installing latest Android SDK software)
Click to expand...
Click to collapse
goldfinv said:
If the phone keeps going off you tried charging for a while? Battery might not be charging due to no OS.
Sent from my H60-L04 using XDA Labs
Click to expand...
Click to collapse
Phone has 75% + charge as shown in TWRP recovery.
sampathnayak09 said:
Phone has 75% + charge as shown in TWRP recovery.
Click to expand...
Click to collapse
Maybe try flashing one of the custom EMUI ROMs via TWRP?
Sent from my H60-L04 using XDA Labs
@mahadikrs @muradulislam @goldfinv
Thank you for your input guys. I am now able to enter stock recovery mode (3 button mode); however, the installation stops at 5%.
Any suggestions?
sampathnayak09 said:
@[email protected]@goldfinv
Thank you for your input guys. I am now able to enter stock recovery mode (3 button mode); however, the installation stops at 5%.
Any suggestions?
Click to expand...
Click to collapse
Give it a couple of tries. Users have suggested that it usually gets stuck somewhere but trying for 2,3 times gets the job done.
Sent from my PLK-L01 using XDA Labs
sampathnayak09 said:
@mahadikrs @muradulislam @goldfinv
Thank you for your input guys. I am now able to enter stock recovery mode (3 button mode); however, the installation stops at 5%.
Any suggestions?
Click to expand...
Click to collapse
Let me know which Rom version is your phone running now & which version you are trying to migrate to.
Also if 3 button Force update is not working then you can try the project menu option.
But first let me know what state your phone is currently in.

Trend plus s7580 bootloader

I want unlock bootloader on S.trend plus- s7580 i have adb and fastboot. Adb detecting my phone and this commend works "adb reboot bootloader" phone restarting only problem is that not boot in fastboot mode. And fastboot can't detect phone (waiting for device).
With odin 3.10.7 I installed TWRP(maybe older version file type tar text mode no buttons),with TWRP i tried install supersu 1.34 it's installing but after restart still dont have root.
There is one more problem i cant use buttons on phone to set download mode or fastboot mode, bottons just doesn't work i tried many times and nothing phone starting normal. So to use download mode i use "tool samsung 300k tool"or to boot in with TWRP i need use commend "adb reboot recovery". I don't know how push this phone to boot in fastboot mode to unlock bootloader(vol up/down +power +home doesn't work).
I would like enable root to have posibility to overclock cpu etc. And i would like to install newer android 5.1 or 6.
So can you help me and tell me what to do step by step. The phone is branded maybe this is problem ?
1 more queston if i would like delete TWRP and back to stock what need to do ? Install orginal rom ?
Samsung phones use Odin instead of fastboot, fastboot are not exist on Samsung phones

Huawei P9 Brick( The easiest way to unbrick)

1. First Turn off your Device (If you can't then Drain The Battery)
2. HOLD Volume Down & Connect to USB ( Now your phone will boot to fastboot )
3. DOWNLOAD ADB & Fastboot on your Computer. Link - https://mega.nz/#F!sSZDmYiA!RnMmcG88-nvqQj7UNPrPZw
4. Extract your stock firmware via Huawei UPDATE.app Extractor Software (Recovery only)
If you're on Marshmallow Before then extract Marshmallow Firmware
If you're on Nougat Before then extract Nougat Firmware
Huawei UPDATE.app Extractor Software
Link - https://mega.nz/#F!JGh2QLYD!Z1OG8HtbWt1i4XvL6WOt3Q
Now Copy Recovery AND paste into ADB & Fastboot FOLDER
Now DOWNLOAD TWRP
If you're on Marshmallow Before than DOWNLOAD From this link
https://dl.twrp.me/eva/twrp-3.1.1-0-eva.img.html
If you're on Nougat Before than DOWNLOAD From this link
https://mega.nz/#!1HoVmDoa!9ifPg7yfEKfCRfbVI04Qvsbt49PAjA3MO72RoD4EPnc
Now Copy twrp AND paste into ADB & Fastboot FOLDER & Rename twrp
5. Open ADB & Fastboot FOLDER
6. HOLD Shift Key & Right Click on empty place of this FOLDER
7. Click on OPEN COMMAND WINDOW HERE
8. Type - fastboot oem unlock (UNLOCK KEY) --- Skip this step if your BOOTLOADER is UNLOCKED
Now press Enter Key
9. Type - fastboot flash recovery Recovery.img
Now press Enter Key
10. Type - fastboot flash recovery twrp.img
Now press Enter Key
11. Now HOLD Volume Up & Power Button AND Release Volume Up Button when you see Huawei Logo & Just HOLD Vol Up
12. Now flash custom rom
If you're on Marshmallow Before than DOWNLOAD From this link
https://www.androidfilehost.com/?fid=457095661767122613
If you're on Nougat Before than DOWNLOAD From this link
https://www.androidfilehost.com/?fid=889764386195922724
13. Now DOWNLOAD Stock firmware (If you ALREADY DOWLOAD it then skip this step)
14. Extract Your Firmware Copy dload FOLDER & Paste into root Directory of your Memory CARD
15. Go to twrp - wipe - swipe to factory
16. Turn off your phone
17. HOLD Volume Up & Down also Power Button until your Device boot to DOWNLOAD MODE
Now your stock firmware will be installED
Enjoy you unbrick your Huawei P9
Hit the thanks :good: button if you Happy to My Work
Note — If you didn't to use Huawei UPDATE.app extractor Software then check this link
If you didn't now how to flash a custom rom then you should learn it before flashing
Hi,
I was on B386 before (Nougat)
Flashing RR-N-v5.8.4 gives this error:
Can't install this package on top of incompatible data. Please try another package or run a factory reset.
Updater process ended with ERROR 7
Any idea ?
Thanks !
PS : This error also prevents me to install B390, B383, B182. Only B360 can be installed from TWRP.
XavierP56 said:
Hi,
I was on B386 before (Nougat)
Flashing RR-N-v5.8.4 gives this error:
Can't install this package on top of incompatible data. Please try another package or run a factory reset.
Updater process ended with ERROR 7
Any idea ?
Thanks !
PS : This error also prevents me to install B390, B383, B182. Only B360 can be installed from TWRP.
Click to expand...
Click to collapse
Try to install Lineage 14.1
problem
my p9 i do the things as you saying but it when it goes on fastboot stack on screen your devise is booting now...wont open and at adb says waiting for devise nothing else what to do ?
To get into fastboot mode you keep the phone plugged into computer and hold power and volume down until you get to the white fastboot screen.
There is no need to wait for the battery to drain as you can just force shut down a phone using power + volume down holding.
Huawei p9 EVA-L09
Hi there, i am having an issue when flashing RECOVERY or any .IMG into my phone... It is in fastboot mode And i am getting an error when flashing img file , Error : Command Not allowed ...... YES i know what ur going to say (Enable OEM unlock)or(Enable usb debugging in setting) But the problem is that I cannot boot into OS nor recovery, I am stuck on the (Your Device is unlocked and can't be trusted (1)Press power key to continue ECT..... Is there any way Beside Enabling OEM unlock method to fix this or enabling me to gain access to flash recovery or any img file without Command not allowed error ?Ive recently Installed this rom https://forum.xda-developers.com/p9/development/rom-ncs-rom-v1-1-08-16-2016-t3440269 idk if that is part of the Issue Would be Much appreciated for the help
Forgot to mention that doing the 3 buttom method to restore using DLOAD , I get stuck on the HUAWEI logo and doesnt seem to boot into the Updating state.
Follow my guide, post #7! Leave feedback and a thanks!
https://forum.xda-developers.com/showpost.php?p=74169408
phone is booting but screen doesnt turn on
the phone is booting and dload method is working but the issue is the screen is just blank after huawei logo but is not in loop as it is not booting continuosly its blank forever
nothing helps
Hi
I came here because i tried to install miui on my P9 via trwp , somehow it wasnt mountable and after searching the internet i found the solution was to change the filetype.
Sadly i forgot that this would delete my backup, which happened and the miui still wasnt mountable.
I tried your method but after a few miliseconds of the forced update it gets an error and stops.
Or lets say i tried your method while being in trwp recovery mode because otherwise no devices are being detected by adb tool.
i tried to install a p9 stock rom but i cant even mount that one, somehow nothing works.
I seriously dont know what to do anymore.
Try this...
Try to flash downgrade firmware...
Rollback Instructions
Step 1. Download the appropriate rollback firmware
Step 2. Copy the extracted dload folder to the external storage of your phone (micro sd card).
Step 4. Disconnect the USB cable and turn your phone off.
Step 5. Now hold Volume up + Volume down + Power buttons until the installation screen appears.
Step 6. When the phone restarts after completing the installation, your firmware version should now be “B300”.
Step 7. Try to find oldest marshmallow firmware and flash it using same way...
I want to android 6.0 as twrp. How ? Pls
That is only for unlocked bootloader??
Link in Step 12 for Nougat s broken
JaayTee said:
Hi there, i am having an issue when flashing RECOVERY or any .IMG into my phone... It is in fastboot mode And i am getting an error when flashing img file , Error : Command Not allowed ...... YES i know what ur going to say (Enable OEM unlock)or(Enable usb debugging in setting) But the problem is that I cannot boot into OS nor recovery, I am stuck on the (Your Device is unlocked and can't be trusted (1)Press power key to continue ECT..... Is there any way Beside Enabling OEM unlock method to fix this or enabling me to gain access to flash recovery or any img file without Command not allowed error ?Ive recently Installed this rom https://forum.xda-developers.com/p9/development/rom-ncs-rom-v1-1-08-16-2016-t3440269 idk if that is part of the Issue Would be Much appreciated for the help
Forgot to mention that doing the 3 buttom method to restore using DLOAD , I get stuck on the HUAWEI logo and doesnt seem to boot into the Updating state.
Click to expand...
Click to collapse
Same problem plzzzzzzzzzz help!!!!
I can't access anything but "your device is booting now" screen - after this phone automaticly shuts down
pls help!!!
Trying to follow the guide but cannot even get to fastboot mode.
Trying to follow the guide but cannot even get to fastboot mode.
With phone off and pressing down-vol and power, it gets straight to:
Func NO: 11 (recovery image) Error NO: 2 (load failed!)
Am i doing something wrong? Help appreciated.
Cheers
Bricked p9
Blak Rider said:
Same problem plzzzzzzzzzz help!!!!
Click to expand...
Click to collapse
JaayTee said:
Hi there, i am having an issue when flashing RECOVERY or any .IMG into my phone... It is in fastboot mode And i am getting an error when flashing img file , Error : Command Not allowed ...... YES i know what ur going to say (Enable OEM unlock)or(Enable usb debugging in setting) But the problem is that I cannot boot into OS nor recovery, I am stuck on the (Your Device is unlocked and can't be trusted (1)Press power key to continue ECT..... Is there any way Beside Enabling OEM unlock method to fix this or enabling me to gain access to flash recovery or any img file without Command not allowed error ?Ive recently Installed this rom https://forum.xda-developers.com/p9/development/rom-ncs-rom-v1-1-08-16-2016-t3440269 idk if that is part of the Issue Would be Much appreciated for the help
Forgot to mention that doing the 3 buttom method to restore using DLOAD , I get stuck on the HUAWEI logo and doesnt seem to boot into the Updating state.
Click to expand...
Click to collapse
Hello
I have exactly the same problem.
OTA with dload doesnt work - dont load ota recovery,just huawei logo loop
fastboot recovery is booted, but when I try steps in main thread I getting Error : Command Not allowed even if I try unlock the bootloader.
Do have somebody solution for it? Every idea is good. I dont want to put this phone to the trash
Thank You
mdoom said:
Hello
I have exactly the same problem.
OTA with dload doesnt work - dont load ota recovery,just huawei logo loop
fastboot recovery is booted, but when I try steps in main thread I getting Error : Command Not allowed even if I try unlock the bootloader.
Do have somebody solution for it? Every idea is good. I dont want to put this phone to the trash
Thank You
Click to expand...
Click to collapse
In Fastboot, is it FRP locked and/or Bootloader locked?
zgfg said:
In Fastboot, is it FRP locked and/or Bootloader locked?
Click to expand...
Click to collapse
both are locked.
When i try to unlock bootloader,i getting the error message.
FRP lock is not possible to unlock becouse phone dont wont start.
any chance?
mdoom2 said:
both are locked.
When i try to unlock bootloader,i getting the error message.
FRP lock is not possible to unlock becouse phone dont wont start.
any chance?
Click to expand...
Click to collapse
That's the problem, when playing with ROMs you must take carw that you keep OEM Unlocked.
Maybe DC-Unlocker (paid) can help
https://www.dc-unlocker.com/DC-Phoenix-flash-repair-tutorial

w200a stuck on fastboot menu after WEAR 2 OTA Update

hi guys
my urbane 2 stuck in fastboot mode without any option to go to recovery .
when i try to choose recovery it just restart it in same fastboot menu.
i cant install the OS since i have to it in ADB or via recovery and i cant do both of them
any idea?
anyone ): ?
sagiag said:
hi guys
my urbane 2 stuck in fastboot mode without any option to go to recovery .
when i try to choose recovery it just restart it in same fastboot menu.
i cant install the OS since i have to it in ADB or via recovery and i cant do both of them
any idea?
Click to expand...
Click to collapse
The only way I can say is to re-flash everything it will take you back to factory. Just download what I uploaded to AFH FACTORY IMAGE. As long as you are in fastboot run the file that has .bat as the extension. It will flash everything including bootloader so soon after you setup your watch again it will update everything back to 2.0+. I don't recall whether you need platform tools or not, because I think it is self-contained, but if it doesn't work just search for platform tools extract everything into the platform tools folder and start the .bat file.
| SOLVED | The solution to the exact same problem I described here:
http://4pda.ru/forum/index.php?showtopic=703245&view=findpost&p=84936903
Sorry, I don't know English well.
Hey bro i have the same problem , everytime i try to update the watch OTA to 2.0 it ends me up at bootloader!! So i reflashed the stock image once again and it starts stuck at bootloader again even if i try to flash the 2.0 by TWRP!! So any solution please
Did you solve it bro?

Categories

Resources