Fastboot mode disappeared in 10 seconds...How to solve - Xiaomi Redmi Note 4 Questions & Answers

When I'm try to boot in fastboot mode the fastboot mode (volume down+power) will only display for about 10 seconds and then it will reboots itself into charging mode. doesn't matter if i use the key, or even use adb commands to get there. it will still reboot itself in short period of time.
why is this happening? i just want to unlock my bootloader thats all...
Please help me... thanks in advance....

Smart Sujoy said:
When I'm try to boot in fastboot mode the fastboot mode (volume down+power) will only display for about 10 seconds and then it will reboots itself into charging mode. doesn't matter if i use the key, or even use adb commands to get there. it will still reboot itself in short period of time.
why is this happening? i just want to unlock my bootloader thats all...
Please help me... thanks in advance....
Click to expand...
Click to collapse
Your computer is unable to detect the phone in fastboot mode. Uninstall and reinstall the fastboot drivers, the proper ones. If successfully detected it should not be rebooting.
Cheers

ArK96 said:
Your computer is unable to detect the phone in fastboot mode. Uninstall and reinstall the fastboot drivers, the proper ones. If successfully detected it should not be rebooting.
Cheers
Click to expand...
Click to collapse
I just try this...but nothing happened...

Smart Sujoy said:
I just try this...but nothing happened...
Click to expand...
Click to collapse
That ten seconds when phone is turned on in fastboot and connected to computer quickly type this command in command prompt without the quotes
" fastboot devices "​If a device with device number shows up fastboot drivers are installed correctly or else if nothing shows up fastboot drivers are not installed properly..so check them.

Smart Sujoy said:
When I'm try to boot in fastboot mode the fastboot mode (volume down+power) will only display for about 10 seconds and then it will reboots itself into charging mode. doesn't matter if i use the key, or even use adb commands to get there. it will still reboot itself in short period of time.
why is this happening? i just want to unlock my bootloader thats all...
Please help me... thanks in advance....
Click to expand...
Click to collapse
i actually watched this video, to unlock my bootloader
https://youtu.be/dDRC-J-cLlE

Smart Sujoy said:
When I'm try to boot in fastboot mode the fastboot mode (volume down+power) will only display for about 10 seconds and then it will reboots itself into charging mode. doesn't matter if i use the key, or even use adb commands to get there. it will still reboot itself in short period of time.
why is this happening? i just want to unlock my bootloader thats all...
Please help me... thanks in advance....
Click to expand...
Click to collapse
Im having this issue now on my redmi note 4x.
Do you have a solution? Thanks

Man, you need adb bootloader interface installed properly.
Open device manager, and you'll see something popping out when you connect your device to pc on fastboot mode, there you can see what's wrong. So all you need is update that wrong driver (the one that popped out once you connect your device in fastboot mode) and install redmi note 4x driver, just ignore your disappearing fastboot mode in your device, keep install it. You should have your redmi note 4x driver prepared btw, you can google it.
Good luck!

use USB2 port, do not use USB3

Smart Sujoy said:
When I'm try to boot in fastboot mode the fastboot mode (volume down+power) will only display for about 10 seconds and then it will reboots itself into charging mode. doesn't matter if i use the key, or even use adb commands to get there. it will still reboot itself in short period of time.
why is this happening? i just want to unlock my bootloader thats all...
Please help me... thanks in advance....
Click to expand...
Click to collapse
Update your redmi note 4 driver in PC through a software called driver booster.... It's free

AtheistZ said:
Update your redmi note 4 driver in PC through a software called driver booster.... It's free
Click to expand...
Click to collapse
NO ADS!!!!

and2nckiko said:
Im having this issue now on my redmi note 4x.
Do you have a solution? Thanks
Click to expand...
Click to collapse
That is because your computer does not make any connection with your phone. Are you sure that you have all drivers installed. You can install fastboot drivers with mi flash tool but before that write this command in an admin cmd - bcdedit /set TESTSIGNING OFF and reboot. Now you can now install the fastboot driver from mi flash tool and try your luck

ArK96 said:
That ten seconds when phone is turned on in fastboot and connected to computer quickly type this command in command prompt without the quotes
" fastboot devices "​If a device with device number shows up fastboot drivers are installed correctly or else if nothing shows up fastboot drivers are not installed properly..so check them.
Click to expand...
Click to collapse
Bro my bootloader is already unlocked but my phone still restarts after 10 second i did not connected to any usb still it restarts i updated magisk today and now nothing is working in my phone no call incomming and outgoing audio is fully disabled when i turn on audio in any app it crashes or freezes i tried to factory data reset my phone but nothing works plzz help me broo

Leeeop90 said:
Bro my bootloader is already unlocked but my phone still restarts after 10 second i did not connected to any usb still it restarts i updated magisk today and now nothing is working in my phone no call incomming and outgoing audio is fully disabled when i turn on audio in any app it crashes or freezes i tried to factory data reset my phone but nothing works plzz help me broo
Click to expand...
Click to collapse
My root is also lost

JustExperimentingRedmi said:
That is because your computer does not make any connection with your phone. Are you sure that you have all drivers installed. You can install fastboot drivers with mi flash tool but before that write this command in an admin cmd - bcdedit /set TESTSIGNING OFF and reboot. Now you can now install the fastboot driver from mi flash tool and try your luck
Click to expand...
Click to collapse
So drivers are needed for fastboot flashing a xiaomi phone?
Why I didn't need drivers to use fastboot with other phone manufacturers?
In these phones (oppo, op) the phone stays in fastboot mode until you exit or shut it down.
I think xiaomi did a bad move with this.
───────
EDIT: It works in debian without any additional drivers.
Fastboot recognizes the xiaomi phone with "fastboot devices" command.
So it was as you said.

Related

Need help with bricked Redmi Note 3 Pro (Kenzo/Snapdragon)

Dear Community,
I got my Note 3 Pro Snapdragon Version today and I tried unlocking the bootloader, installing root and TWRP.
Unfortunately after I installed TWRP, WiFi didnt work anymore so I wanted to go back to where I was before.
i tried flashing the GlobalRom with the MiFlash Tool but somehow I'm now stuck with a bootloop.
The phone starts up and shows the MI Logo but doesnt go on. I tried booting TWRP temporarily via fastboot commands so that I can try to flash flashable zip files
but it doesnt let me execute "fastboot boot xyz.img" anymore because my device is locked.
I would really love to hear any solutions or ideas. I dont want any root or something anymore. If someone has an idea Im very happy!!!
thanks a lot in advance and tell me if you need any more infos
Paul/shisaya24
1. keep vol + and vol - pressed while connecting USB to enter adb mode
2. check if phone is connected with "adb devices" in command line, if phone shows up, enter "adb reboot edl"
3. now you can flash via MiFlash
Alex3oe said:
1. keep vol + and vol - pressed while connecting USB to enter adb mode
2. check if phone is connected with "adb devices" in command line, if phone shows up, enter "adb reboot edl"
3. now you can flash via MiFlash
Click to expand...
Click to collapse
First of all, HUGE thanks for your fast answer!
Unfortunately I couldnt get this to work. Since I am stuck at the Logog screen here is what I tried:
Pressing both volume buttons while Logo Screen and plugging USB.
Pressing both colume buttons while fastboot screen is up.
These two didnt enter adb mode, I guess because of the bootloop I'm in
I also tried antering recovery mode with volume up + power button. Pressing both volume buttons didnt help either but when I am in recovery like that it shows my device in adb as "sideload" device.
Maybe that helps ? Can you give further advice or am I doomed?
My idea would be: Is it possible to reflash the device completely only usinf fastboot? The only thing I seem to be able to enter is fastboot...
Is there a way from fastboot to "working phone" ?
or maybe through the "adb sideload" state?
thanks a lot in advance!
Paul
EDIT
tried installing via "adb sideload xyz.zip" command but after shortly showing a status bar on phone screen it aborted and said "Total xfer: 0.00x" on PC screen .
Also: I read "adb reboot edl" brings you to download mode so you can flash something. Tried it but the phone just rebooted the normal system, so it stuck on Logo again...
search miui forum for unbrick, there is 2 or 3 method without opening your device
exp: http://en.miui.com/forum.php?mod=viewthread&tid=257227
Unfortunately they all do not work because they always require either a phone in download mode, and i only get to fastboot and adb sideboard or they require flashing something via fastboot but I can't do that either because it says my device is locked if I try...
Any suggestions how to flash a ROM with fastboot only or with adb sideload?
Thanks a lot
Paul
shisaya24 said:
Unfortunately they all do not work because they always require either a phone in download mode, and i only get to fastboot and adb sideboard or they require flashing something via fastboot but I can't do that either because it says my device is locked if I try...
Any suggestions how to flash a ROM with fastboot only or with adb sideload?
Thanks a lot
Paul
Click to expand...
Click to collapse
I Had The Same Issue Brother ! There are only 2 Things which you can do now .
1. Test Point Method to enter EDL
2.Give it to Service Center . I Gave Mine to Service Center ,They Fixed it in 30 mins or less and it was free
Dharani_V said:
I Had The Same Issue Brother ! There are only 2 Things which you can do now .
1. Test Point Method to enter EDL
2.Give it to Service Center . I Gave Mine to Service Center ,They Fixed it in 30 mins or less and it was free
Click to expand...
Click to collapse
Can I do the test point thing myself or is it risky?
What kind of service center? A general mobile phone repair shop or a Xiaomi special one?
shisaya24 said:
First of all, HUGE thanks for your fast answer!
Unfortunately I couldnt get this to work. Since I am stuck at the Logog screen here is what I tried:
Pressing both volume buttons while Logo Screen and plugging USB.
Pressing both colume buttons while fastboot screen is up.
These two didnt enter adb mode, I guess because of the bootloop I'm in
I also tried antering recovery mode with volume up + power button. Pressing both volume buttons didnt help either but when I am in recovery like that it shows my device in adb as "sideload" device.
Maybe that helps ? Can you give further advice or am I doomed?
My idea would be: Is it possible to reflash the device completely only usinf fastboot? The only thing I seem to be able to enter is fastboot...
Is there a way from fastboot to "working phone" ?
or maybe through the "adb sideload" state?
thanks a lot in advance!
Paul
EDIT
tried installing via "adb sideload xyz.zip" command but after shortly showing a status bar on phone screen it aborted and said "Total xfer: 0.00x" on PC screen .
Also: I read "adb reboot edl" brings you to download mode so you can flash something. Tried it but the phone just rebooted the normal system, so it stuck on Logo again...
Click to expand...
Click to collapse
I've been facing the same (or a similar?) problem about a week ago but managed to get out. Knowing me for having a head like a sieve I made some notes, sadly quite rudimentary
Did you try to flash with MiFlash after "adb reboot edl"? If I remember rightly after "adb reboot edl" you got the logo like booting another way, but the light is blinking red. Then I could flash via MiFlash.
I'm quite sure that if you get a "reboot" after entering "adb reboot edl", your phone will be in edl mode.
I will try that this evening when I am at home again and report. Thanks
Alex3oe said:
I've been facing the same (or a similar?) problem about a week ago but managed to get out. Knowing me for having a head like a sieve I made some notes, sadly quite rudimentary
Did you try to flash with MiFlash after "adb reboot edl"? If I remember rightly after "adb reboot edl" you got the logo like booting another way, but the light is blinking red. Then I could flash via MiFlash.
I'm quite sure that if you get a "reboot" after entering "adb reboot edl", your phone will be in edl mode.
Click to expand...
Click to collapse
Unfortunately this doesnt work. Phone reboots and shows MI Logo but red light doesnt blink and MiFlash doesnt recognize any devices.
Do you have another idea? :/
How did you unlock the bootloader, via official permission or that unofficial hack?
Sent from my Moto G using Tapatalk
I didnt use the official way :/ Im so hoping my phone isnt broken. I wish i owuld have been more patient
shisaya24 said:
I didnt use the official way :/ Im so hoping my phone isnt broken. I wish i owuld have been more patient
Click to expand...
Click to collapse
Only options you have right now are:
1) using test points method which is a but cumbersome and voids warranty if you care about that.
2) go to a xiaomi service center of you have any nearby.
It is hard bricked.
So there is absolutely no option to unlock bootlader via adb sideload or fastboot ?
shisaya24 said:
So there is absolutely no option to unlock bootlader via adb sideload or fastboot ?
Click to expand...
Click to collapse
Apparently, no! Whenever using unofficial methods, read precautions carefully and you missed all as I can see. Wait if someone can help you out.
apply official unlock. then unlock your device from fastboot mode.
asaharaSK said:
apply official unlock. then unlock your device from fastboot mode.
Click to expand...
Click to collapse
That sounds nice and easy. I already applied for official unlock.
But: do you know if u can use the official unlock now? I can only access fastboot and adb sideload mode. Is it possible to activate official unlock from there? Or do I need a working ROM rather?
I would have thought that official unlock doesn't work from fastboot /adb sideload...
shisaya24 said:
That sounds nice and easy. I already applied for official unlock.
But: do you know if u can use the official unlock now? I can only access fastboot and adb sideload mode. Is it possible to activate official unlock from there? Or do I need a working ROM rather?
I would have thought that official unlock doesn't work from fastboot /adb sideload...
Click to expand...
Click to collapse
Does anyone know this?
I have the same problem. I made the same mistakes as shisaya24. I have followed every procedure for unbricking and nothing works. I even applied for an unlock code and got it from Xiomi. I used their mi-unlock app which requires fastboot (pwr/vol-) but it gets to 50% and bombs out. It states it can't verify the phone. Can anyone please help me??
smiley1960 said:
I have the same problem. I made the same mistakes as shisaya24. I have followed every procedure for unbricking and nothing works. I even applied for an unlock code and got it from Xiomi. I used their mi-unlock app which requires fastboot (pwr/vol-) but it gets to 50% and bombs out. It states it can't verify the phone. Can anyone please help me??
Click to expand...
Click to collapse
out of sheer desperation I tried MiPhone again and after a few tries, MiPhone started updating the OS. My phone now works again and I have an unlock code as well.

Fastboot mode on Acer A3-A30

Hi!
I recently got my new Acer Tablet A3-A30. After unlocking developer options and activating debugging I was able to use adb. So I rebooted into bootloader to see if fastboot works - it did not! The output of fastboot devices was empty (this and the following commands were typed as root).
So I killed adb with adb kill-server, disconnected it from my computer and turned it off. After a few moments I turned it on by pressing power while holding Vol[-]-Key. Again the tablet booted into fastboot mode. Now I connected it with my computer and hoped fastboot will recognize the device now. Again, the output was empty.
I noticed, that after connecting the tablet, the text fastboot mode on the display didn't change - all other devices I put into fastboot mode showed fastboot usb mode or similar after I connected them with my computer.
I tried different USB ports - nothing changed.
I'm just wondering, since I'm not familiar with acer devices: Is there a hidden key sequence to get into fastboot usb mode?
Thanks,
Tintom1
Tintom1 said:
Hi!
I recently got my new Acer Tablet A3-A30. After unlocking developer options and activating debugging I was able to use adb. So I rebooted into bootloader to see if fastboot works - it did not! The output of fastboot devices was empty (this and the following commands were typed as root).
So I killed adb with adb kill-server, disconnected it from my computer and turned it off. After a few moments I turned it on by pressing power while holding Vol[-]-Key. Again the tablet booted into fastboot mode. Now I connected it with my computer and hoped fastboot will recognize the device now. Again, the output was empty.
I noticed, that after connecting the tablet, the text fastboot mode on the display didn't change - all other devices I put into fastboot mode showed fastboot usb mode or similar after I connected them with my computer.
I tried different USB ports - nothing changed.
I'm just wondering, since I'm not familiar with acer devices: Is there a hidden key sequence to get into fastboot usb mode?
Thanks,
Tintom1
Click to expand...
Click to collapse
I have an a1-830 and it can be a real pain in the ass to get anything working on them. Try this, since you got adb working, adb reboot bootloader, then wait till it says fastboot cmd waiting or something. If that din't work, reply!
RAZERZDAHACKER said:
I have an a1-830 and it can be a real pain in the ass to get anything working on them. Try this, since you got adb working, adb reboot bootloader, then wait till it says fastboot cmd waiting or something. If that din't work, reply!
Click to expand...
Click to collapse
It worked, I got the fastboot mode with fastboot cmd waiting message!
Tintom1 said:
It worked, I got the fastboot mode with fastboot cmd waiting message!
Click to expand...
Click to collapse
Ayyy, hit thanks if I helped
RAZERZDAHACKER said:
Ayyy, hit thanks if I helped
Click to expand...
Click to collapse
But this is what I already got. It says fastboot mode (now with the waiting message), but not fastboot usb, so fastboot still doesn't see the device
Tintom1 said:
But this is what I already got. It says fastboot mode (now with the waiting message), but not fastboot usb, so fastboot still doesn't see the device
Click to expand...
Click to collapse
And fastboot devices shows...?
RAZERZDAHACKER said:
And fastboot devices shows...?
Click to expand...
Click to collapse
Nothing:
# fastboot devices
#
Tintom1 said:
Nothing:
# fastboot devices
#
Click to expand...
Click to collapse
If you are using Linux, try running fastboot with the sudo command. Also, the drivers might not be properly installed, check out this to download them.

I bricked my redmi note 3, please help

I got my redmi note 3 officially unlocked and flashed zcx twrp, but when I tried to flash xiaomi.eu, I deleted the emmc_appsboot.mbn from the rom, it is my mistake. Now my phone cann't start at all.
when I boot into fastboot mode, I can see the bunny but my computer can not find the phone so I can not go to edl mode.
when I turned off the phone and connect it to computer, it shows as 900e instead of 9008 in device manager. I tried the method in http://en.miui.com/thread-274589-1-1.html, but it did not work. Is there anyway I can bring the phone back to live? Thanks.
The only way to save your phone is to flash whole ROM by fastboot ROM.
Following every steps described here and do it carefully: http://en.miui.com/a-234.html
Good luck !
Kris Chen said:
The only way to save your phone is to flash whole ROM by fastboot ROM.
Following every steps described here and do it carefully: http://en.miui.com/a-234.html
Good luck !
Click to expand...
Click to collapse
Thanks, but fastboot does not work on my phone right now.
Hello.
So you can access to fastboot so thats it you just need fastboot to edl command. I actually face the same issue way before and what i did I connect my redmi to pc in fast boot mode and run the command which is in this file.
http://forum.xda-developers.com/and.../guide-how-to-reboot-to-edl-fastboot-t3394292.
Press thank if i help you anyway
Do you know how to make your phone enter fastboot mode ?
1. Power off your phone first
2. Press button of [volume-] + [power] together
If you still cannot enter fastboot mode, that means your phone is dead.
maquechen said:
Thanks, but fastboot does not work on my phone right now.
Click to expand...
Click to collapse
I think you need to open the unit and connect the two points of the battery and it will appear in the device manager 9008. It has tutorials on how to do this.
If your phone able to enter fastboot mode, then you should do:
check your bootloader wether it's locked/unlock. If it's shown locked, try to unlock it using unlock tool.
I am pretty sure your bootloader locked again caused by flashing miui.eu rom without flash lazyflasher afterwards.
If unlock tool can't help you then you need to use reboot to edl app tool and flash it using miflash.
If reboot to edl still can't help, then the safest way is using deep flash cable to unbrick your phone. No need to open your phone to do this.
maquechen said:
Thanks, but fastboot does not work on my phone right now.
Click to expand...
Click to collapse
Mattsantana said:
I think you need to open the unit and connect the two points of the battery and it will appear in the device manager 9008. It has tutorials on how to do this.
Click to expand...
Click to collapse
Thanks, I think so too and already opened the unit. Do you happen to know the exact location of the two points? I found a video about it but it is not very clear.
You can try this
https://www.youtube.com/watch?v=g0xWYvmj4aE
I follow that video and success unbrick my Redmi Note 3.
Pc driver signature enable?
Open cmd
Run in administrator
Type this & enter
bcdedit /set testsigning on
Restart ur pc
Done

Redmi Note 5(INDIAN) Fastboot Mode Not Working Properly

Hello guys,
after entering into fastboot mode , Fastboot logo displays for about 10 seconds and then it will reboots itself into charging mode/Switches OFF. doesn't matter if i use the key, or even use adb commands to get there. it will still reboot itself in short period of time.
why is this happening?
PS: Bootloader is Unlocked , I'm trying to flash TWRP
Sumer_7 said:
Hello guys,
after entering into fastboot mode , Fastboot logo displays for about 10 seconds and then it will reboots itself into charging mode/Switches OFF. doesn't matter if i use the key, or even use adb commands to get there. it will still reboot itself in short period of time.
why is this happening?
PS: Bootloader is Unlocked , I'm trying to flash TWRP
Click to expand...
Click to collapse
That would happen if proper driver is not yet installed in your pc. Search for the drivers, installed first then re-connect phone to pc....

Question Fastboot?

Hello.
Today I updated from the Nord 5G to the Nord 2 5G.
DN2103_11_A.14
I have enabled developer mode, oem unlock and adb debug.
I can't access fastboot properly. And recovery is different from the previous Nord. There is no option to reboot to fastboot.
I use adb reboot-fastboot and I enter a sort of fastboot. It says:
fastboot_unlock_verify ok
The device is in fastboot mode which is only for debug Android devices. if you want to exit fastboot mode, please long press volume up nad power buttons simultaneously.
Phone is recognized in windows when in adb-mode (normal booted), but does not recognize it when in this new fastboot mode. Just an Android with an exclamation mark on.
Halp?
krugm0f0 said:
Hello.
Today I updated from the Nord 5G to the Nord 2 5G.
DN2103_11_A.14
I have enabled developer mode, oem unlock and adb debug.
I can't access fastboot properly. And recovery is different from the previous Nord. There is no option to reboot to fastboot.
I use adb reboot-fastboot and I enter a sort of fastboot. It says:
fastboot_unlock_verify ok
The device is in fastboot mode which is only for debug Android devices. if you want to exit fastboot mode, please long press volume up nad power buttons simultaneously.
Phone is recognized in windows when in adb-mode (normal booted), but does not recognize it when in this new fastboot mode. Just an Android with an exclamation mark on.
Halp?
Click to expand...
Click to collapse
Don't own this device but try: "adb reboot bootloader" instead and test fastboot commands from there (don't navigate to Fasboot from bootloader).
krugm0f0 said:
Phone is recognized in windows when in adb-mode (normal booted), but does not recognize it when in this new fastboot mode. Just an Android with an exclamation mark on.
Click to expand...
Click to collapse
This is normal behaviour with the OPN2 afaik. Your PC can access the USERDATA folder whilst in ADB mode (aka booted normally) and whilst in the recovery bios. Your pc CANNOT access the USERDATA folder when your phone is in fastboot, or at least I've never been able to on my Nord 2.
Your op didn't include what exactly you need help with. Everything you described is exactly intended behaviour. From my understanding your seem to have booted into fastboot mode, then noticed your PC can't access userdata. That's normal, you can still use fastboot commands and your PC is still connected to the phone. Your "My Computer" folder on PC not showing the phone shouldn't be any cause for alarm.
Now I'm starting to guess, because you might have failed to mention; Are you unable to send fastboot commands to your phone when its in fastboot mode?
Are you trying to flash a file?
What's the issue?
Zombnombs said:
This is normal behaviour with the OPN2 afaik. Your PC can access the USERDATA folder whilst in ADB mode (aka booted normally) and whilst in the recovery bios. Your pc CANNOT access the USERDATA folder when your phone is in fastboot, or at least I've never been able to on my Nord 2.
Your op didn't include what exactly you need help with. Everything you described is exactly intended behaviour. From my understanding your seem to have booted into fastboot mode, then noticed your PC can't access userdata. That's normal, you can still use fastboot commands and your PC is still connected to the phone. Your "My Computer" folder on PC not showing the phone shouldn't be any cause for alarm.
Now I'm starting to guess, because you might have failed to mention; Are you unable to send fastboot commands to your phone when its in fastboot mode?
Are you trying to flash a file?
What's the issue?
Click to expand...
Click to collapse
I am unable to send fastboot commands. Is not recognized by "fastboot devices". And this fastboot mode looks nothing like my previous phones. 2, X, 5T and Nord 5G. <waiting for device>
I want to do my "usual routine" with my new phones. Unlock, flash twrp or other recovery, and flash magisk for root.
After a "full wipe" of ADB and fastboot drivers, I reinstalled and got it working!
nothing. only recovery mode
vol down+ power =recovery mode
vol up + power = normal boot
I finaly boot into fastboot mode with adb command only (adb reboot bootloader)
With buttons wont work.
But i can't enable Volte/Vowifi (thats why i wanted to boot there).
Can you send adb commands when in recovery mode ?
I'm trying to enable VoLTE too, but adb only detect phone when powered normaly, not when in recovery mode.
i don't know about adb but in fastboot you can.
I can't enable volte/vowifi in fastboot with this commands.
https://androplus.org/wp/wp-content/uploads/2021/08/onr12.jpg
Fastboot commands start with fastboot, those are adb commands.
krugm0f0 said:
After a "full wipe" of ADB and fastboot drivers, I reinstalled and got it working!
Click to expand...
Click to collapse
krugm0f0 said:
Hello.
Today I updated from the Nord 5G to the Nord 2 5G.
DN2103_11_A.14
I have enabled developer mode, oem unlock and adb debug.
I can't access fastboot properly. And recovery is different from the previous Nord. There is no option to reboot to fastboot.
I use adb reboot-fastboot and I enter a sort of fastboot. It says:
fastboot_unlock_verify ok
The device is in fastboot mode which is only for debug Android devices. if you want to exit fastboot mode, please long press volume up nad power buttons simultaneously.
Phone is recognized in windows when in adb-mode (normal booted), but does not recognize it when in this new fastboot mode. Just an Android with an exclamation mark on.
Halp?
Click to expand...
Click to collapse
i am having the same issue can any one help
krugm0f0 said:
After a "full wipe" of ADB and fastboot drivers, I reinstalled and got it working!
Click to expand...
Click to collapse
pls contact me in 9650930525 in this number and help me how u did it
drkanurag said:
i am having the same issue can any one help
Click to expand...
Click to collapse
pankspoo said:
On Android 12 OnePlus removed fastbootmode so no unlocking nothing.
But how did u booted in fastbootmode on oos 12 i can't understand
Click to expand...
Click to collapse
roldev said:
Downgrade to latest A11. Unlock via fastboot. Do what you want, then. All explained here or/and telegram group. Sorry, don't have time to do step by step guide now. Cheers.
Click to expand...
Click to collapse
Follow this guide to downgrade to A11 https://community.oneplus.com/thread/1596759
Then you should be able to access fastboot.
krugm0f0 said:
After a "full wipe" of ADB and fastboot drivers, I reinstalled and got it working!
Click to expand...
Click to collapse
Could you go into more detail on what you did in the entire process exactly? Did you use the drivers and adb install from the 15 sec installer? Did you simply uninstall them in the Windows Device Manager and click on "update drivers" to find the local drivers from the 15 sec installer? Which ones did you choose? Sorry, these might be dumb questions, but I'm admittedly very stupid when it comes to Windows and drivers in particular.
I did the exact thing I described above but I'm still just getting that message. Additionally, "fastboot devices" won't list anything and "fastboot oem unlock" will wait for the device for eternaty. "adb devices" on the other hand will list my device while not in Fastboot.

Categories

Resources