How to enter fastboot (download) mode on the AT&T Alcatel Ideal (4060A)? - Android Q&A, Help & Troubleshooting

I can't seem to find how to enter fastboot mode in this phone. The standard adb reboot-bootloader doesn't work.
I can enter recovery mode and i got TWRP installed and now it's rooted with supersu.
Anyone knows how to do this?

franciscojavierleon said:
I can't seem to find how to enter fastboot mode in this phone. The standard adb reboot-bootloader doesn't work.
I can enter recovery mode and i got TWRP installed and now it's rooted with supersu.
Anyone knows how to do this?
Click to expand...
Click to collapse
I thought that the fastboot its only enabled in the Samsung phones.

franciscojavierleon said:
I can't seem to find how to enter fastboot mode in this phone. The standard adb reboot-bootloader doesn't work.
I can enter recovery mode and i got TWRP installed and now it's rooted with supersu.
Anyone knows how to do this?
Click to expand...
Click to collapse
https://forums.att.com/t5/Android/How-to-boot-into-download-mode-on-your-alcatel-ideal/td-p/4991357

Read this might help you
https://forum.xda-developers.com/showpost.php?p=74577706&postcount=206

Related

Sharp Aquos S2 stucked in Download mode

Hi:
My unlocked bootloader SS2 phone got stucked in Download Mode after successfully installed/flashed AICP ROM
It booted once and when i rebooted to enter recovery got stucked. Tried pushing buttons combos but still stucked in Dmode.
Have no access to fastboot from Windows but can get limited access to fastboot in Debian: can flash several twrp recoveries, can flash
AICP ROM again but can not get fastboot oem commands working.
Can't enter to recovery because phone never turn off.
Tried also to come back to Nougat but can't enter recovery to flash ss2_old_bootloader.
I do not know what to do.
Any help?
Also have this problem... any help?
have u try to connect into computer, use adb, and use this command :
Code:
fastboot reboot
what's the result with that?
No connection.
But i have reinstalled OST Treble ROM and phone now working.
gsausalito said:
Hi:
My unlocked bootloader SS2 phone got stucked in Download Mode after successfully installed/flashed AICP ROM
It booted once and when i rebooted to enter recovery got stucked. Tried pushing buttons combos but still stucked in Dmode.
Have no access to fastboot from Windows but can get limited access to fastboot in Debian: can flash several twrp recoveries, can flash
AICP ROM again but can not get fastboot oem commands working.
Can't enter to recovery because phone never turn off.
Tried also to come back to Nougat but can't enter recovery to flash ss2_old_bootloader.
I do not know what to do.
Any help?
Click to expand...
Click to collapse
I also have problem after flashing to AICP and sometimes phone (after power off) stuck in Download mode.
Just enter:
fastboot --set-active=a reboot
rgr1 said:
I also have problem after flashing to AICP and sometimes phone (after power off) stuck in Download mode.
Just enter:
fastboot --set-active=a reboot
Click to expand...
Click to collapse
I have the same problem. I tried to follow your advice, but fastboot in my PC doesn't recognize the parameter (all I get is fastboot help page).
Regards.
EDIT: reinstalled treble v3.1 via OST and it fixed the download mode issue.
thanks!
hi,
got the same problem, stuck at download mode but phones can`t to pc via usb so I am unable to use fastreboot.
Any other suggestions how to fix it ?
internety1 said:
hi,
got the same problem, stuck at download mode but phones can`t to pc via usb so I am unable to use fastreboot.
Any other suggestions how to fix it ?
Click to expand...
Click to collapse
in my xperience is connect your phone to the PC then open cmd ... make sure in folder of adb and fastboot .exe stored ...
type:
Code:
fastboot continue
longu said:
I have the same problem. I tried to follow your advice, but fastboot in my PC doesn't recognize the parameter (all I get is fastboot help page).
Regards.
EDIT: reinstalled treble v3.1 via OST and it fixed the download mode issue.
Click to expand...
Click to collapse
Maybe use other fastboot.
Sometimes you must enter:
Code:
fastboot --set-active=_a reboot
("_a" instead of "a")
BTW. My Aquos sometimes stuck in download mode after installing AICP.
I fixed this by entering:
Code:
adb shell
bootctl mark-boot-successful
Hello, i have the same exact problem. I tried to use adb program to fix this problem, but my laptop couldn't recognize my device. Any other solutions would be helpful. Thanks for your attention! (I'm a beginner in technology, so please forgive me)

Lg velvet 900um1

I cannot get adb to recognize my device in download mode. I have installed all the necessary drivers, got usb debugging enabled and even switched out cables. If anybody has a solution to this it would be greatly appreciated. I'm trying to falsh a boot img with magisk to root my device, but download mode is not recognized.
ADB doesn't work in Fastboot ( AKA Download and/or Bootloader ) mode: you have to use
Code:
fastboot devices
fastboot <FASTBOOT-SUBCOMMAND-HERE>
jwoegerbauer said:
ADB doesn't work in Fastboot ( AKA Download and/or Bootloader ) mode: you have to use
Code:
fastboot devices
fastboot <FASTBOOT-SUBCOMMAND-HERE>
Click to expand...
Click to collapse
unfortunately the fastboot command ain't working either. everything works fine when the phone is on it's just when I enter download mode it ain't recognized
Cat_tails said:
unfortunately the fastboot command ain't working either. everything works fine when the phone is on it's just when I enter download mode it ain't recognized
Click to expand...
Click to collapse
Why you enter the download mode - that is LAF mode - at all?
Normally there is no adb nor fastboot in that mode...

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

Why is fastboot rebooting the phone automatically?

I am trying to root my OPPO A72. After successfully configuring the adb and USB Debugging I was trying to fastboot it using 'adb reboot bootloader', because 'adb reboot fastboot' reboots it to recovery, which I do not want. After rebooting the phone using 'adb reboot bootloader' for half a second there is chinese text with the text 'FASTBOOT', then it just reboots the phone into android. The OEM Unlocking option does not help. Any ideas why that is / how to fix?
randomizedhex said:
I am trying to root my OPPO A72. After successfully configuring the adb and USB Debugging I was trying to fastboot it using 'adb reboot bootloader', because 'adb reboot fastboot' reboots it to recovery, which I do not want. After rebooting the phone using 'adb reboot bootloader' for half a second there is chinese text with the text 'FASTBOOT', then it just reboots the phone into android. The OEM Unlocking option does not help. Any ideas why that is / how to fix?
Click to expand...
Click to collapse
The A72 cannot be rooted at the moment.
with phone on if you enter adb reboot fastboot , it takes you too a screen similar to the recovery screen but you can access phone by fastboot devices etc ... BUT it's a very limited fastboot and hardly any use at all , and will not allow you to unlock bootloader.
linccracker said:
The A72 cannot be rooted at the moment.
with phone on if you enter adb reboot fastboot , it takes you too a screen similar to the recovery screen but you can access phone by fastboot devices etc ... BUT it's a very limited fastboot and hardly any use at all , and will not allow you to unlock bootloader.
Click to expand...
Click to collapse
I can't even get into this limited fastboot. Any idea why?
Bobgle said:
I can't even get into this limited fastboot. Any idea why?
Click to expand...
Click to collapse
Have you tried adb reboot fastboot
linccracker said:
Have you tried adb reboot fastboot
Click to expand...
Click to collapse
What happens when you type this command
linccracker said:
What happens when you type this command
Click to expand...
Click to collapse
It reboots immediately. No device detected by fastboot or adb during that.
Bobgle said:
It reboots immediately. No device detected by fastboot or adb during that.
Click to expand...
Click to collapse
What firmware version is it running
linccracker said:
What firmware version is it running
Click to expand...
Click to collapse
v1.2, but I just managed to get into fastbootd mode. It seems like there are no commands available though, just as you said. Is EDL worth anything? What would be the steps to flashing this phone if there is no support by OPPO?

Can My Oppo A16k be rooted?

Can My Oppo A16k be rooted?
Update : so i was able to boot into fastboot mode but when i enter fastboot devices nothing returns so i rebooted my phone and tried to boot into it again but i wasn't able to boot into it
FeelsDankMan65 said:
Can My Oppo A16k be rooted?
Update : so i was able to boot into fastboot mode but when i enter fastboot devices nothing returns so i rebooted my phone and tried to boot into it again but i wasn't able to boot into it
Click to expand...
Click to collapse
Hello! how did you enter Fastboot Mode? whenever I tried to enter fastboot mode it always reboot after 1 second.

Categories

Resources