Fastboot/Bootloader mode inaccessible to root ZTE Blade a5 - Android Q&A, Help & Troubleshooting

Hello i wanted to ask about this since i dont see any other thread related to my issue, im trying to install magisk root and im at the stage of accessing fastboot/bootloader, when i go to recovery mode and select "reboot to bootloader" it just restarts the phone, i have tried adb commands didnt work either, same result, just restarts. The "unlock oem" option under developer options is enabled, i could flash another firmware of the same phone with SPD upgrade tool and its still not letting me get into bootloader, (to do this i must press down vol down and connect the usb while the program is on, and it is detected, otherwise it just restarts adb and fastboot tools will not detect it as download mode) any idea or suggestions on how I could root the phone, been thinking about twrp but not sure it would let me install that, looked into many pages about rooting this device and none show anything related maybe its not possible, i saw there are phones with blocked bootloader. the phone is android 9

Have you tried to
- flash the boot.img from the stockfirmware;
- install a recovery (twrp, orangefox, etc.) and rebooted to fastboot from recovery?

wenyendev said:
Have you tried to
- flash the boot.img from the stockfirmware;
- install a recovery (twrp, orangefox, etc.) and rebooted to fastboot from recovery?
Click to expand...
Click to collapse
TWRP and orangefox dont support my phone, there may be something unnoficial for twrp as i search and im not sure i can flash the phone with a specific boot file since to flash i use a single .pac file that contains the rom ill look into this

For now im not able to flash the phone with custom boot.img or recovery.img maybe i need to pack specific files i dont know about i give up for today

Sorry to hear that...
Have you tried the following command?
Apache config:
adb reboot bootloader

wenyendev said:
Sorry to hear that...
Have you tried the following command?
Apache config:
adb reboot bootloader
Click to expand...
Click to collapse
yes both that and adb reboot fastboot just restart the phone

Have you tried the method in the following page?
Hold volume up & power buttons. Otherwise, try volume down & power buttons.
How to get into fastboot and How to exit fastboot ZTE Blade A5 PRO? - HardReset.info
The Fastboot Tutorial will show you the easiest way to access the hidden model called fastboot. Check out the secret combination of keys that will boot your device into fastboot.
www.hardreset.info

wenyendev said:
Have you tried the method in the following page?
Hold volume up & power buttons. Otherwise, try volume down & power buttons.
How to get into fastboot and How to exit fastboot ZTE Blade A5 PRO? - HardReset.info
The Fastboot Tutorial will show you the easiest way to access the hidden model called fastboot. Check out the secret combination of keys that will boot your device into fastboot.
www.hardreset.info
Click to expand...
Click to collapse
This is not my phone model, its zte blade a5 plus 2020, vol up and power restarts the phone normally

Related

[Q]Can I fix my soft-bricked LG Optimus Fuel

I was messing with my old tracfone and trying to install a custom ROM on it. I pressed wipe on TWRP and selected advance wipe and selected everything for factory defaults. After this, I restarted and my phone is stuck on the LG logo and won't go past it. I can't even get back into TWRP by spamming the volume up button. I also have a backup image, but what's the point if I can't access TWRP? Any help is appreciated.
Thanks
Wipe doesn't restore factory defaults, it removes everything. If you wiped system partition there's no Android on your phone, thus no system to boot. If that's the case, you can try to reflash twrp or install original firmware
minimale_ldz said:
Wipe doesn't restore factory defaults, it removes everything. If you wiped system partition there's no Android on your phone, thus no system to boot. If that's the case, you can try to reflash twrp or install original firmware
Click to expand...
Click to collapse
I'm not sure how to reflash TWRP because I used android terminal to install it.
kchesley said:
I'm not sure how to reflash TWRP because I used android terminal to install it.
Click to expand...
Click to collapse
If so, you need a PC, if it's Windows then download this tool - it's a system-wide fastboot that lets you flash software on your phone. It should also download drivers.
If everything goes OK, boot your phone into bootloader (you need to find the right key combination to do that, could be (phone off) power button+ volume down held for about 5-10 seconds, but I don't really know how it's like with this particular phone).
Go to the folder where you've got your TWRP, hold shift and press right mouse button. From context menu choose "open command window here"
In command window enter:
Code:
fastboot devices
if it returns your phones serial number it's OK, if it doesn't - you probably don't have proper drivers so look for them
If everything is OK enter:
Code:
fastboot flash recovery your-twrp-image-name.img
If this step is OK you can reboot:
Code:
fastboot reboot-bootloader
In the bootloader there should be an option to enter recovery mode which is now TWRP. From there you can flash some ROM.
Alternatively you can get ffactory firmware and flash it with fastboot (that's actually a better option to start with).
I hope that helps
minimale_ldz said:
If so, you need a PC, if it's Windows then download this tool - it's a system-wide fastboot that lets you flash software on your phone. It should also download drivers.
If everything goes OK, boot your phone into bootloader (you need to find the right key combination to do that, could be (phone off) power button+ volume down held for about 5-10 seconds, but I don't really know how it's like with this particular phone).
Go to the folder where you've got your TWRP, hold shift and press right mouse button. From context menu choose "open command window here"
In command window enter:
Code:
fastboot devices
if it returns your phones serial number it's OK, if it doesn't - you probably don't have proper drivers so look for them
If everything is OK enter:
Code:
fastboot flash recovery your-twrp-image-name.img
If this step is OK you can reboot:
Code:
fastboot reboot-bootloader
In the bootloader there should be an option to enter recovery mode which is now TWRP. From there you can flash some ROM.
Alternatively you can get ffactory firmware and flash it with fastboot (that's actually a better option to start with).
I hope that helps
Click to expand...
Click to collapse
Thanks for the help, but unfortunately, I think that the phone is junk. My phone can't get into boot-loader for whatever reason, and I heard some people post that the phone was designed to make the boot-loader non-accessible. I already tried to flash it with ADB while it starts up, but no device is detected (no USB debugging I guess). So unless I can flash the phone while It's on the LG logo, I can't do nothing.

Newly rooted Moto G4 cannot enter bootloader or recovery, please help!

I am very new to this, I rooted my Moto G4 and now I need to download SUHide in order to play Pokemon Go. When I try to enter recovery via my fastboot/abd folder I get a < waiting for any device > message. When I hold down the power + volume down button my phone just turns on as normal without entering bootloader even though my bootloader is unlocked. I tried downloading an app that loads recovery for me but when I tried that I got a "no command" screen with a little green robot.
From what I've read, it's possible I didn't flash my trwp properly? I don't know how this is possible since I just rooted my phone. I would appreciate some help, I'm afraid to take any random guesses at the risk of ruining my phone. Sorry if I'm missing something obvious or not giving enough info, I'm not very tech savvy.
levijoseph said:
I am very new to this, I rooted my Moto G4 and now I need to download SUHide in order to play Pokemon Go. When I try to enter recovery via my fastboot/abd folder I get a < waiting for any device > message. When I hold down the power + volume down button my phone just turns on as normal without entering bootloader even though my bootloader is unlocked. I tried downloading an app that loads recovery for me but when I tried that I got a "no command" screen with a little green robot.
From what I've read, it's possible I didn't flash my trwp properly? I don't know how this is possible since I just rooted my phone. I would appreciate some help, I'm afraid to take any random guesses at the risk of ruining my phone. Sorry if I'm missing something obvious or not giving enough info, I'm not very tech savvy.
Click to expand...
Click to collapse
Try power plus volume up button to go to fastboot mode.
If it not working then connect your android to pc and enable adb. Type "adb devices" enter then type "adb reboot bootloader" and enter. It boots your android in fastboot mode.
If adb commands not working then install adb and fastboot drivers and try again.
https://forum.xda-developers.com/showthread.php?t=2317790
In most devices, volume up + power boots up the recovery options, volume down + power boots the device into fastboot mode (volume buttons first plus power, pressing power button first would boot the device normally).
levijoseph said:
When I try to enter recovery via my fastboot/abd folder I get a < waiting for any device > message. When I hold down the power + volume down button my phone just turns on as normal without entering bootloader even though my bootloader is unlocked.
Click to expand...
Click to collapse
How did you install the custom recovery? Try flashing the recovery.img again (I'm guessing, since you have root, that you did not "flash" (fastboot flash recovery recovery.img) TWRP but just "boot" (fastboot boot recovery.img) it and installed SuperSU).
Ashwinrg said:
Try power plus volume up button to go to fastboot mode.
If it not working then connect your android to pc and enable adb. Type "adb devices" enter then type "adb reboot bootloader" and enter. It boots your android in fastboot mode.
If adb commands not working then install adb and fastboot drivers and try again.
https://forum.xda-developers.com/showthread.php?t=2317790
Click to expand...
Click to collapse
Okay, so that did work, and I was able to enter fastboot mode. However, once I scrolled down to "recovery mode" and tried to enter, I got the same "no command" screen.
rolland.arriza said:
In most devices, volume up + power boots up the recovery options, volume down + power boots the device into fastboot mode (volume buttons first plus power, pressing power button first would boot the device normally).
How did you install the custom recovery? Try flashing the recovery.img again (I'm guessing, since you have root, that you did not "flash" (fastboot flash recovery recovery.img) TWRP but just "boot" (fastboot boot recovery.img) it and installed SuperSU).
Click to expand...
Click to collapse
I used the official moto g4 root guide on this website to root my phone and I'm pretty sure I booted, not flashed, the recovery img (mine is named twrp-3.0.2-0-athene). So, I tried using the command you provided to flash the recovery img and I got a < waiting for any device > message in the command prompt. My phone is plugged in and my recovery img is in the adb / fastboot folder. Any idea what this means? Thank you for the help guys
edit: If it helps to know this, my phone has usb debugging enabled and it is recognized by my pc. I type adb devices and my moto g4 serial number does indeed show up.
levijoseph said:
I am very new to this, I rooted my Moto G4 and now I need to download SUHide in order to play Pokemon Go. When I try to enter recovery via my fastboot/abd folder I get a < waiting for any device > message. When I hold down the power + volume down button my phone just turns on as normal without entering bootloader even though my bootloader is unlocked. I tried downloading an app that loads recovery for me but when I tried that I got a "no command" screen with a little green robot.
From what I've read, it's possible I didn't flash my trwp properly? I don't know how this is possible since I just rooted my phone. I would appreciate some help, I'm afraid to take any random guesses at the risk of ruining my phone. Sorry if I'm missing something obvious or not giving enough info, I'm not very tech savvy.
Click to expand...
Click to collapse
If you are trying to flash twrp recovery on your android then rename your twrp to recovery.
Boot your android in fastboot mode,
Navigate to folder that you have recovery. Press shift and right click and click on open command here and type "fastboot devices" and enter
"fastboot flash recovery recovery.img
It flash your recovery to your android.
Ashwinrg said:
If you are trying to flash twrp recovery on your android then rename your twrp to recovery.
Boot your android in fastboot mode,
Navigate to folder that you have recovery. Press shift and right click and click on open command here and type "fastboot devices" and enter
"fastboot flash recovery recovery.img
It flash your recovery to your android.
Click to expand...
Click to collapse
Did all that, getting:
(bootloader) slot-count: not found
(bootloader) slot-suffixes: not found
(bootloader) slot-suffixes: not found
(bootloader) has-slot:recovery: not found
error: cannot load 'recovery.img'
Also, per the suggestion of other users on these forums, I tried to hold down power and press volume up during the "no command" screen after attempting to enter recovery. That sent me into Android Recovery but it's not the twrp platform I used when originally rooting my phone.
How did you unlock the bootloader? have you tried: fastboot oem unlock?
You need to "allow oem unlocking" on developer options (which I guess you already did). Then reboot in bootloader: (a) adb reboot bootloader. In fastboot, you need to unlock the bootloader first: (b) fastboot oem unlock (or unlock-go). Then you can try to flash that recovery.img: (c) fastboot flash recovery "name of the file.img"
edit: fastboot oem unlock restores the device to factory settings. You need to configure and enable again "usb debugging" and "oem unlocking" (which are disabled by default). You can then proceed to fastboot flash

Fastboot commands not recognized after installing RR rom

So I want access the TWRP through fastboot command( since volume up + power botton wont work) but it's not reconizing the device.
I have USB debug on and I don't know if i have OEM unlock mode on because I can't find it in the developer tab.
I only want to root the device so I can install the google cam.
Any suggestions ?
Tiigs said:
So I want access the TWRP through fastboot command( since volume up + power botton wont work) but it's not reconizing the device.
I have USB debug on and I don't know if i have OEM unlock mode on because I can't find it in the developer tab.
I only want to root the device so I can install the google cam.
Any suggestions ?
Click to expand...
Click to collapse
RR should also have advanced reboot in developer options. You can than simply reboot into recovery.
Noter2017 said:
RR should also have advanced reboot in developer options. You can than simply reboot into recovery.
Click to expand...
Click to collapse
Thanks for the reply.
The problem is that I have no way of reaching TWRP , If I do the Power+ volume up I will go to the MI-recovery 3.0.
What I do is, I restart the phone and only hold down the volume up button after the screen goes black. That always gets me into TWRP. But I usually use the advanced power menu because that's way easier.
Fixed the fastboot not get recognized on my computer.
I had to disable driver signature verification. Then I installed the proper TWRP version. Now the Volume up + power goes strait to the TWRP.
I am just posting here someone might find useful.
ty all for the help.
Tiigs said:
Fixed the fastboot not get recognized on my computer.
I had to disable driver signature verification. Then I installed the proper TWRP version. Now the Volume up + power goes strait to the TWRP.
I am just posting here someone might find useful.
ty all for the help.
Click to expand...
Click to collapse
Did you forget to boot into your recovery.img after flashing TWRP via fastboot? "fastboot boot recovery.img". A lot of guides stupidly leave that out.
sk8223 said:
Did you forget to boot into your recovery.img after flashing TWRP via fastboot? "fastboot boot recovery.img". A lot of guides stupidly leave that out.
Click to expand...
Click to collapse
No my problem was that I could not even call fastboot through console because my computer wont recognize the device. If i called "fastboot devices" on the console it would not show any answer. Disabling driver signature verification made my computer recognize the smartphone usb , so all the fastboot commands worked as intended again .
You have driver problems, donwload the latest adb or install a virtual machine with Ubuntu or Debian, after that install android-tools-adb and android-tools-fastboot. Then connect your phone to the virtual machine and access adb from there.

ZTE Blade v9 no Fastboot only Ftm

I want to unlock the bootloader on my ZTE Blade v9 but i can only boot normal in recovery mode and in ftm (Factory Test Mode). In Ftm i can use adb but not with root and without fastboot. If i type in adb "adb reboot bootloader" , its just an normal reboot. When i select reboot to bootloader in the recovery mode too. I can go in Edl on my phone too when i press both volume buttons. So is there a way to go in fastboot? Sorry for my bad english i am german.
Fastboot commands basicallly only work if device's bootloader is unlocked. You do this via enabling in Android Settings -> Developer options -> "OEM unlock", restart device, and run commands
Code:
fastboot devices
fastboot flashing unlock
and again restart device.
The thing is I can't boot into fastboot.
The thing is i can't boot into fastboot.
Kiwilikecookies said:
The thing is i can't boot into fastboot.
Click to expand...
Click to collapse
What do you want to express with this? Do you mean you can't boot into device's bootloader mode?
Code:
adb devices
adb reboot fastboot
What error message do you get when doing what?
Please clarify.
Kiwilikecookies said:
I want to unlock the bootloader on my ZTE Blade v9 but i can only boot normal in recovery mode and in ftm (Factory Test Mode). In Ftm i can use adb but not with root and without fastboot. If i type in adb "adb reboot bootloader" , its just an normal reboot. When i select reboot to bootloader in the recovery mode too. I can go in Edl on my phone too when i press both volume buttons. So is there a way to go in fastboot? Sorry for my bad english i am german.
Click to expand...
Click to collapse
At 4pda is instructions, using service firmware's aboot
ZTE Blade V9 - Обсуждение - 4PDA
ZTE Blade V9 - Обсуждение, Смартфон, 5.7"
4pda.ru
Mentioned here: https://romprovider.com/zte-blade-v9-twrp/
jwoegerbauer said:
What do you want to express with this? Do you mean you can't boot into device's bootloader mode?
Code:
adb devices
adb reboot fastboot
What error message do you get when doing what?
Please clarify.
Click to expand...
Click to collapse
It's only a normal reboot
CXZa said:
At 4pda is instructions, using service firmware's aboot
ZTE Blade V9 - Обсуждение - 4PDA
ZTE Blade V9 - Обсуждение, Смартфон, 5.7"
4pda.ru
Mentioned here: https://romprovider.com/zte-blade-v9-twrp/
Click to expand...
Click to collapse
Thanks i am going to check it out now
Kiwilikecookies said:
Thanks i am going to check it out now
Click to expand...
Click to collapse
I am not able to download the tools.zip file. So what can i do then?
Kiwilikecookies said:
It's only a normal reboot
Click to expand...
Click to collapse
Have you ever tried this?
jwoegerbauer said:
Have you ever tried this?
Click to expand...
Click to collapse
I saw that so often there is not physical camera button or home button. Only a normal camera and with Android a navigation bar. and with Volume + i get in recovery mode and with Volume - i get in Ftm.
Kiwilikecookies said:
I am not able to download the tools.zip file. So what can i do then?
Click to expand...
Click to collapse
Good luck! (and remember to make a backup first.)
Thanks
CXZa said:
Good luck! (and remember to make a backup first.)
Click to expand...
Click to collapse
I cannot speak russian so I use a translator but i don't understand it clearly. Did someone the guide and explain me how to do it.
If I have understood correctly, OP has a problem with Fastboot Mode (Bootloader Mode) and not with Recovery Mode. Wonder why OP should install a CR ( TWRP ) to solve his problem?
@Kiwilikecookies
A CR replaces device's Stock Recovery, what can't be undone. Do you really want this?
jwoegerbauer said:
If I have understood correctly, OP has a problem with Fastboot Mode (Bootloader Mode) and not with Recovery Mode. Wonder why OP should install a CR ( TWRP ) to solve his problem?
@Kiwilikecookies
A CR replaces device's Stock Recovery, what can't be undone. Do you really want this?
Click to expand...
Click to collapse
I want to unlock the bootloader to install Cr or Twrp with EDL and when i can backup it i do(wich is not importent for me), root my device and install a custom rom because there are no more official updates.
How Fastboot is implemented on a mobile device if at all ( Note: The fastboot mode is available on a lot of devices but not on all the devices out there ) varies from OEM to OEM. It's on you to find out this.
I know that from my old broken phone where i had a bootloop and had to reinstall android but i want to unlock the bootloader and my phone hasn't fastboot. So i have only recovery, ftm and EDL wich i can boot into it. I only want to unlock the bootloader i know then how to flash twrp (with edl).
Hello, i bricked my V9 . Cant communicate via ADB anymore. It shows me DFU5 COM5 under Windows and when i use ZTE Terminal i can change it it to QDLoader 9008 COM6 but still no communication via ADB possible. The only thing that works is Recovery Mode but can't install update.zip (OEM unlock not enabled, Bootloader is unlocked) and Sideload also not working (adb: sideload connection failed: no devices/emulators found). And it's not a USB, Drivers or ADB problem. Another phone works. Qfil can't communicate with COM6 and in COM5 Mode it says "Switch to EDL Fail". What i can do now?
XTA4235 said:
Hello, i bricked my V9 . Cant communicate via ADB anymore. It shows me DFU5 COM5 under Windows and when i use ZTE Terminal i can change it it to QDLoader 9008 COM6 but still no communication via ADB possible. The only thing that works is Recovery Mode but can't install update.zip (OEM unlock not enabled, Bootloader is unlocked) and Sideload also not working (adb: sideload connection failed: no devices/emulators found). And it's not a USB, Drivers or ADB problem. Another phone works. Qfil can't communicate with COM6 and in COM5 Mode it says "Switch to EDL Fail". What i can do now?
Click to expand...
Click to collapse
check params.cmd

unable to connect mobile with pc in bootloader

Hi guys I am having an interested issue,
I want to install custom rom in my phone
I have downloaded in depth test and applied for un depth test
my mobile do connect to computer when it prompt to select mod I do select file transfer and my mobile do connect to laptop
and it shows in "adb devices" but when it goes into bootloader mod my mobile gets disconnected I have done everything I could
I have install every possible driver i got from articles but non worked is it the issue with my windows 10 ? or driver issue I have spent my whole night on this but couldn't find the way
fastboot devices
0purple said:
fastboot devices
Click to expand...
Click to collapse
what does it mean ?
when i connect my phone it prompt me with this and usb debugging is on
i tried adb devices but it didn't showed anything but when i chose transfer file it do connect to the laptop and shows in adb devices
najam489 said:
what does it mean ?
Click to expand...
Click to collapse
Try it once you are in fastboot
wow its showing
najam489 said:
wow its showing
Click to expand...
Click to collapse
0purple said:
Try it once you are in fastboot
Click to expand...
Click to collapse
i have another problem now my device is showing with fastboot devices but my devices status is locked when i tried this command "fastboot flash recovery recovery.img" it didnt work i am follwing this article https://www.guidetoroot.com/root-realme-3-pro/
thank you for your help my bootloader wasn't unlock it is now thanks a lot
It appears your device's bootloader is locked. Try:
fastboot oem unlock
fastboot flashing unlock
If that doesn't help, search for a guide on how to unlock bootloader for your specific brand.
It also looks like don't really know what you are doing. Make sure you are following trusted guide. If no, I'll be happy to help.
0purple said:
It appears your device's bootloader is locked. Try:
fastboot oem unlock
fastboot flashing unlock
If that doesn't help, search for a guide on how to unlock bootloader for your specific brand.
It also looks like don't really know what you are doing. Make sure you are following trusted guide. If no, I'll be happy to help.
Click to expand...
Click to collapse
well i did installed custom roms few time but i dont know much, i did unlock bootloader now the problem is i do install custom recovery twrp and it do installed and rom manager shows that custom recovery is installed but pressing volume down + power button just shows fastboot logo and it restart my phone, and with command "
adb reboot bootloader" i am able to boot into fastboot mood and when i go to recovery from their it open stock recovery instead of twrp
Stolen from my guide:
7. Go into fastboot mode
8. fastboot flash recovery recovery.img
9. fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
10. fastboot reboot recovery
12. Sometimes recovery doesn't want to stick as a permanent one. To test it, hold the power button and select "Reboot to recovery". If you reboot to TWRP, you can move on, but if you reboot to stock one, flash recovery using fastboot again and from recovery flash recovery again (sounds crazy, right?). I won't give you instructions on this, research it yourself. Make sure guide you will find is for your device and your recovery.

Categories

Resources