My device is plugged in with the stock cable and it is booted into bootloader via adb reload bootloader.
I've tried both fastboot -i 0x2b4c flash unlock unlock_bootloader.img and fastboot -i 0x2b4c flash unlock unlock_bootloader.img, both result in stuck on waiting.
SachK2 said:
My device is plugged in with the stock cable and it is booted into bootloader via adb reload bootloader.
I've tried both fastboot -i 0x2b4c flash unlock unlock_bootloader.img and fastboot -i 0x2b4c flash unlock unlock_bootloader.img, both result in stuck on waiting.
Click to expand...
Click to collapse
I had a similar thing happen to me when I did my unlocking, fastboot doesn't recognise your phone, what happens if you send "fastboot -i 0x2b4c devices"?
Eventually I did figure it out but I can't remember the solution, but one thing that did work all the time was mauronofrio's multi-tool. https://forum.xda-developers.com/zu...ol-tool-one-driversunlocktwrpfactory-t3432782
Have a go, see if that works.
SachK2 said:
My device is plugged in with the stock cable and it is booted into bootloader via adb reload bootloader.
I've tried both fastboot -i 0x2b4c flash unlock unlock_bootloader.img and fastboot -i 0x2b4c flash unlock unlock_bootloader.img, both result in stuck on waiting.
Click to expand...
Click to collapse
Hi, SachK2.
When I faced the same issue, installing the custom USB drivers that are usually attached to the bootloader unlock topic did the trick to me.
I tried the multi-tool but it gets stuck and crashes on the command window. I cant find the custom drivers download.
SachK2 said:
I tried the multi-tool but it gets stuck and crashes on the command window. I cant find the custom drivers download.
Click to expand...
Click to collapse
posting the links to another forum is disallowed here, though if I were in your shoes, I'd go on 4pda, search there zuk z2 pro topic and download the drivers there - wasn't able to find those drivers within xda yet
I'll also PM you the direct link so that you can check [the registration might be needed to be able to view and download the files]
Related
Hey,
My phone is stuck in the fastboot mode, without any OS, nothing works... no Recovery ,...
S-ON, no-debugging usb, Bootloader locked and can't unlock him... I already tried with htc-dev, everything works but nothing appair on my screen to confirm the unlocking.
I'm really stuck, searched lot of things on google, ....
I used fastboot, and ADB, the first one recognize my device, but the last one not. I can't boot on RUU mode neither.
Any ideas?
AzweL said:
My phone is stuck in the fastboot mode, without any OS, nothing works... no Recovery ,...
Click to expand...
Click to collapse
The very first thing I recommend you to do, is to download the right recovery and install it via command
Code:
fastboot flash recovery recovery.zip
Let me know if you run into any further troubles.
AzweL said:
Hey,
My phone is stuck in the fastboot mode, without any OS, nothing works... no Recovery ,...
S-ON, no-debugging usb, Bootloader locked and can't unlock him... I already tried with htc-dev, everything works but nothing appair on my screen to confirm the unlocking.
I'm really stuck, searched lot of things on google, ....
I used fastboot, and ADB, the first one recognize my device, but the last one not. I can't boot on RUU mode neither.
Any ideas?
Click to expand...
Click to collapse
Hi,
Frist in boot loader check your OS version it should be something like 2.19.401.2 or lower than this.
NB: ALWAYS TRY WITH MORE THAN 75% BATTERY, AND THAT FOR ANY CODE TO WORK PROPERLY, MAKE SURE TO SELECT FASTBOOT BY POWER KEY IN BOOTLOADER
Anyway, if you can enter fastboot, then you have some chance of recovering your device and because you have S-Off it is going to be a bit difficult.
First download this stock boot file : https://mega.nz/#!lEAVwRSL!wrP2hi6GEYLeJaPf2ssZo9wCtSi7E4yfyUHgh3Q3XSs
Then place this file in the ADB folder, then run command :
To flash boot file command is:
Code:
- Fastboot Devices (this command is important to know if the device is connected and accepting and responding commands)
- fastboot flash boot boot_signed.mg (assuming this is the name you saved the file with)
- fastboot reboot bootloader
Also download Stock Recovery: https://mega.nz/#!gVJE1Bxa!6SwXStAD8p-XlnQiPkRcdNo_ITFD1ykn-tN6wIBVi1I
Place this in ADB folder and run command:
Code:
fastboot flash recovery stockrec.img // (assuming that is the name you have saved the file with), only after flashing this you will know if the device has any OS, if OS exists it will boot up.
fastboot erase cache
Attempt and let us know how it went...Good Luck
I want to flash custom recovery in my phone but it shows
remote: command not allowed
In bootloader, it shows that it is unlocked.
i get the same error when I type
fastboot oem devices-info
remote: command not allowed
I tried
fastboot oem unlock XXXXXXX(huawei code)
and it shows my phone already unlocked
and I tried
fastboot oem relock XXXXXXX
it shows
remote root type is risk
and I tried
fastboot oem lock
it shows
remote command not allowed
The recovery is still Huawei e-recovery, it asked me to download the update but it always failed when it comes to download package.
What should I do now?
hjaxuan said:
I want to flash custom recovery in my phone but it shows
remote: command not allowed
In bootloader, it shows that it is unlocked.
i get the same error when I type
fastboot oem devices-info
remote: command not allowed
I tried
fastboot oem unlock XXXXXXX(huawei code)
and it shows my phone already unlocked
and I tried
fastboot oem relock XXXXXXX
it shows
remote root type is risk
and I tried
fastboot oem lock
it shows
remote command not allowed
The recovery is still Huawei e-recovery, it asked me to download the update but it always failed when it comes to download package.
What should I do now?
Click to expand...
Click to collapse
Connect to pc, issue unlock command, then
Fastboot flash recovery xxxxx.img
Where xxxxx is the name of custom recovery file. Take a picture of the error, if any and share here
muradulislam said:
Connect to pc, issue unlock command, then
Fastboot flash recovery xxxxx.img
Where xxxxx is the name of custom recovery file. Take a picture of the error, if any and share here
Click to expand...
Click to collapse
as i said, it shows that the phone already unlocked.
I able to flash the recovery successfully but when i tried to boot my recovery
it will show
remote command not allowed
hjaxuan said:
as i said, it shows that the phone already unlocked.
I able to flash the recovery successfully but when i tried to boot my recovery
it will show
remote command not allowed
Click to expand...
Click to collapse
To boot your recovery, disconnect from pc, press and hold power, vol up until a reboot, let go of power but keep the other pressed for about 5,6 sec more.
muradulislam said:
To boot your recovery, disconnect from pc, press and hold power, vol up until a reboot, let go of power but keep the other pressed for about 5,6 sec more.
Click to expand...
Click to collapse
Even though I had flash the recovery, when i enter recovery mode using this method, it is still showing huawei e recovery
hjaxuan said:
Even though I had flash the recovery, when i enter recovery mode using this method, it is still showing huawei e recovery
Click to expand...
Click to collapse
Did you disconnect it from PC before pressing and holding power, Vol up?
Just making sure...
muradulislam said:
Did you disconnect it from PC before pressing and holding power, Vol up?
Just making sure...
Click to expand...
Click to collapse
Yes and it show the fastboot
It shows that Phone Unlocked in red colour and FRP unlocked
hjaxuan said:
Yes and it show the fastboot
It shows that Phone Unlocked in red colour and FRP unlocked
Click to expand...
Click to collapse
And power + vol down also boots to fastboot mode?
If this is the case then I am of no help to you at all. Another user is facing the same problem and no solution there till now.
hjaxuan said:
Yes and it show the fastboot
It shows that Phone Unlocked in red colour and FRP unlocked
Click to expand...
Click to collapse
Phone off, disconnect cable to PC, vol+ and power - enter to recovery
DRUGER said:
Phone off, disconnect cable to PC, vol+ and power - enter to recovery
Click to expand...
Click to collapse
Yes I managed to enter huawei e recovery, the problem is i wan to flash the recovery but it show
remote command not allowed
hjaxuan said:
Yes I managed to enter huawei e recovery, the problem is i wan to flash the recovery but it show
remote command not allowed
Click to expand...
Click to collapse
Try to unlock bootloader again using
Fastboot OEM unlock xxxxxxxxxxxxxxxx
And then try flashing twrp again using
Fastboot flash recovery2 xxxxxx.img
muradulislam said:
Try to unlock bootloader again using
Fastboot OEM unlock xxxxxxxxxxxxxxxx
And then try flashing twrp again using
Fastboot flash recovery2 xxxxxx.img
Click to expand...
Click to collapse
I tried
fastboot oem unlock XXXXXXX
and it shows my phone already unlocked
and I tried
fastboot oem relock XXXXXXX
it shows
remote root type is risk
and I tried
fastboot oem lock XXXXXX
it shows
remote command not allowed
hjaxuan said:
I tried
fastboot oem unlock XXXXXXX
and it shows my phone already unlocked
and I tried
fastboot oem relock XXXXXXX
it shows
remote root type is risk
and I tried
fastboot oem lock XXXXXX
it shows
remote command not allowed
Click to expand...
Click to collapse
Just try
Fastboot OEM unlock xxxxxx
Followed by
Fastboot flash recovery xxxxxx.img
Many users reported that this worked. Don't do anything in between.
hjaxuan said:
Yes I managed to enter huawei e recovery, the problem is i wan to flash the recovery but it show
remote command not allowed
Click to expand...
Click to collapse
build number your firmware???
druger said:
build number your firmware???
Click to expand...
Click to collapse
nem-l22c636b140
hjaxuan said:
nem-l22c636b140
Click to expand...
Click to collapse
You may put screenshot comand line whith comand flashboot
Also try this TWRP https://drive.google.com/file/d/0B1Ez6wAY1mj6c0xxaTBUWmZVN1k/view?usp=sharing (Chinese)
Huawei E-Recovery is a secondary recovery. Try adb reboot recovery.
Sent from my honor 5X using XDA Labs
DRUGER said:
build number your firmware???
Click to expand...
Click to collapse
U don't have proper drivers installed.
Hi all ! I had exactly the same issue... The problem was solved by using the TWRP-CN image pointed by Druger ! (thank you mate) Any other attempt resulted into a fail. Twrp is of course in chinese language but follow this, and your life will be a bed of roses : youtube.com/watch?v=KOhR92EKD7A
Hope this will help
Note : Chinese NEM-AL10 2gigs ram model.
Huawei honor 5c
Can somebody help me my huawei (5c) i tried to install twrp on phone and it say command is not allowed. Im unlocked bootloader, i writed adb reboot bootloader, adb fastboot flash recovery xxxx.img and then it says command not allowed. Ps my file name is twrp and i try twrp.img on flashing
Hey people, first time in this section so I'm gonna go straight to the chase...
I've been having some troubles unlocking this phone's bootloader
http://www.gsmarena.com/asus_zenfone_go_zb452kg-8097.php
Here's the thing
I've already enabled "Enable OEM unlock" in Developer Options
I've already unlocked many devices and this is the first time i got this problem
When going in bootloader and doing
Code:
fastboot oem unlock
It's stuck in
Code:
...
waited for 5 mins... NONE, still stuck
Reboot and did nothing, bootloader still locked
So I'm gonna need some help in this freakin phone :fingers-crossed:
How were you able to "Enable OEM Unlock"?
My ZB452KG has the developer mode activated, but there's no option to Enable OEM Unlock...
BallisticSmith said:
How were you able to "Enable OEM Unlock"?
My ZB452KG has the developer mode activated, but there's no option to Enable OEM Unlock...
Click to expand...
Click to collapse
Downgrade to the very first firmware version
veez21 said:
Downgrade to the very first firmware version
Click to expand...
Click to collapse
Yeah, i tried doing that through adb, but the phone don't let me install an older ROM version on top of this one
BallisticSmith said:
Yeah, i tried doing that through adb, but the phone don't let me install an older ROM version on top of this one
Click to expand...
Click to collapse
flash the very first stock recovery(find it in facebook groups) through flashify and then flash the very first firmware
veez21 said:
flash the very first stock recovery(find it in facebook groups) through flashify and then flash the very first firmware
Click to expand...
Click to collapse
if I can download the very first firmware Asus Zenfone Go ZB452KG from the website ASUSTek?
Sorry for my bad english
Str1kman said:
if I can download the very first firmware Asus Zenfone Go ZB452KG from the website ASUSTek?
Sorry for my bad english
Click to expand...
Click to collapse
You can download it, then flash(needs root) the very first stock recovery and then you can flash the firmware?
this thread has continued to be unaswered for several years now.
only tested 2 phones... and it seems they both have bootloader status is unknown. i can do fastboot and recovery mode on the 2 phones but on fastboot mode.. only shows blank screen... idk why it's like that. i downgraded both phones to 12.2.0 version. and bootloader status is still unknown. it can be recognized by the computer in fastboot mode using fastboot devices command but you can't do anything to it. fastboot oem device-info does not work only shows .......... , fastboot oem unlock ....., only one working is fastboot adb_enable .. kinda useless. .. i gave up on unlocking the bootloader for this phone.. im too noob for this.
yankee77 said:
this thread has continued to be unaswered for several years now.
only tested 2 phones... and it seems they both have bootloader status is unknown. i can do fastboot and recovery mode on the 2 phones but on fastboot mode.. only shows blank screen... idk why it's like that. i downgraded both phones to 12.2.0 version. and bootloader status is still unknown. it can be recognized by the computer in fastboot mode using fastboot devices command but you can't do anything to it. fastboot oem device-info does not work only shows .......... , fastboot oem unlock ....., only one working is fastboot adb_enable .. kinda useless. .. i gave up on unlocking the bootloader for this phone.. im too noob for this.
Click to expand...
Click to collapse
I opened this thread when I was still "noob-ish". The device's bootloader can't be unlocked. Unless someone hacks into it's bootloader (like LG L Fino), it might be possible.
Mr.haikal
veez21 said:
I opened this thread when I was still "noob-ish". The device's bootloader can't be unlocked. Unless someone hacks into it's bootloader (like LG L Fino), it might be possible.
Click to expand...
Click to collapse
I found a way to unlock bootloader on this device. Just run this commands:
Code:
fastboot oem adb_enable 1
fastboot reboot-bootloader
fastboot oem unlock
Also compiled a TWRP recovery:
TWRP: https://github.com/Displax/android_.../download/3.2.3-0/twrp-3.2.3-0-ASUS_X014D.img
Sources: https://github.com/Displax/android_device_asus_ASUS_X014D
Displax said:
I found a way to unlock bootloader on this device. Just run this commands:
Also compiled a TWRP recovery:
TWRP: https://github.com/Displax/android_...s/download/master/twrp-3.2.1-0-ASUS_X014D.img
Source: https://github.com/Displax/android_device_asus_ASUS_X014D
Click to expand...
Click to collapse
Cool, I'll try it when I get the device on my hands. I don't have it anymore.
EDIT: It works wew ?
Displax said:
I found a way to unlock bootloader on this device. Just run this commands:
Code:
fastboot oem adb_enable 1
fastboot reboot-bootloader
fastboot oem unlock
Also compiled a TWRP recovery:
TWRP: https://github.com/Displax/android_.../download/3.2.3-0/twrp-3.2.3-0-ASUS_X014D.img
Sources: https://github.com/Displax/android_device_asus_ASUS_X014D
Click to expand...
Click to collapse
+1 worked after i installed the drivers from Asus PCLink. Anyone has a custom kernel or ...
BallisticSmith said:
Yeah, i tried doing that through adb, but the phone don't let me install an older ROM version on top of this one
Click to expand...
Click to collapse
I got root access with KingRoot and then flashed TWRP with Flashify.
Somehow that gave me access to bootloader without the necessity to downgrade the firmware.
Short story: my phone bootloops (shows the Android One screen for 3 seconds, then reboots), and I cannot unlock the flash in fastboot. fastboot oem unlock fails, fastboot flashing unlock fails, fastboot flashing critical_unlock fails.
What can I do, is my phone definitely bricked?
Long story: I installed september OTA and then rooted with Magisk using the image patch method. Now I wanted to get October OTA, so uninstalled Magisk to recover the unpatched bootloader, but the OTA refused to install. So I tried the flash_all method, but it failed because I did not do the critical unlock. So I tried the fastboot flash critical_unlock, but it continuously refused to work.
So I decided to agan lock flash, and do the oem lock, to restart the unlock procedure from the beginning. But after locking, the phone does not boot anymore (and it was booting fine before!). On top of that, I cannot oem unlock anymore, fastboot oem unlock always fails.
Is there any way to recover the phone?
Try fastboot oem edl
then use mi flash
Thanks for help.
Unfortunately fastboot oem edl fails:
Code:
# fastboot oem edl
FAILED (remote: Device is already locked!)
Finished. Total time: 0.001s
And as fastboot oem unlock also fails, I cannot unlock the bootloader.
doragasu said:
Thanks for help.
Unfortunately fastboot oem edl fails:
And as fastboot oem unlock also fails, I cannot unlock the bootloader.
Click to expand...
Click to collapse
I'll need more info than that
what's the error you get when using oem unlock or unlock_critical?
are you using minimal adb? If so, don't, use this instead https://developer.android.com/studio/releases/platform-tools
Are you using a usb 3.0 port? Switch to a usb 2.0 if you are
I am working from Linux, and I have the full Android Studio installed. I cannot use adb, since I cannot boot the phone (and as far as I know, adb does not work on fastboot, but I might be wrong).
I will try with the one you linked and come back with the results.
doragasu said:
I am working from Linux, and I have the full Android Studio installed. I cannot use adb, since I cannot boot the phone (and as far as I know, adb does not work on fastboot, but I might be wrong).
I will try with the one you linked and come back with the results.
Click to expand...
Click to collapse
Minimal adb includes fastboot, if you have minimal adb or you installed it from the repo then it's outdated, use the one I linked
Nothing was working for me, so finally I recovered the phone by opening it and using the deep flash method.
i tried rooting my device but something went wrong after flashing the boot.img
now the device is stuck and i can only access fastboot.
i tried accessing the recovery but i get the same error msg.
i tried flashing every recovery img that exist for the red magic 3 but with no success
Flashing Unlock
Hey, make sure that you have first unlocked the bootloader with the fastboot command: "fastboot flashing unlock". Try it. It will erase all your data and do a reset factory and then you should be able to reboot your device normally. Also, it will let you flash the boot.img for root your device.
Perseo99 said:
Hey, make sure that you have first unlocked the bootloader with the fastboot command: "fastboot flashing unlock". Try it. It will erase all your data and do a reset factory and then you should be able to reboot your device normally. Also, it will let you flash the boot.img for root your device.
Click to expand...
Click to collapse
when i type "fastboot flashing unlock" in cmd it shows nothing .. just showing what commands i can do with fastboot
mashkalny said:
when i type "fastboot flashing unlock" in cmd it shows nothing .. just showing what commands i can do with fastboot
Click to expand...
Click to collapse
Did you let unlock bootloader and permitted the USB debbugin on the developers option before flash the boot.img?
Make sure you are using a USB 2.0 to connect your device to the PC. See if you PC recognizes the device into the fastboot menu with "fastboot devices", if doesn't, try reboot another phone with "adb rebbot bootloader", then enter "fastboot devices", your device should be listed into de the devices attached. Then try again entering "fastboot flashing unlock".
Perseo99 said:
Did you let unlock bootloader and permitted the USB debbugin on the developers option before flash the boot.img?
Make sure you are using a USB 2.0 to connect your device to the PC. See if you PC recognizes the device into the fastboot menu with "fastboot devices", if doesn't, try reboot another phone with "adb rebbot bootloader", then enter "fastboot devices", your device should be listed into de the devices attached. Then try again entering "fastboot flashing unlock".
Click to expand...
Click to collapse
i believe i forgot to unlock the bootloader when i tried to root. now i cant access anything in the fastboot mode.
mashkalny said:
i believe i forgot to unlock the bootloader when i tried to root. now i cant access anything in the fastboot mode.
Click to expand...
Click to collapse
Oh, that could be a problem. Try to use this tool. I hope you can get your phone working again. If this doesn't works, try to flash the original boot.img of your firmware version.
https://forum.xda-developers.com/re.../tool-nubia-red-magic-3-unbirck-tool-t3965044