Question HELP, Cant get it in fastboot mode - Redmi Note 10S

so i downgraded my redmi note 10s to 12.5 global but after I flashed I can't get it to fastboot mode
I was planning to install PE so when I try to enter fastboot mode through adb/hold volume - and power button
it just restart, no fastboot mode

Give it a try with the adb command and Debug USB enabled
adb reboot bootloader

zSyntex said:
Give it a try with the adb command and Debug USB enabled
adb reboot bootloader
Click to expand...
Click to collapse
I tried it already but it just restarted

abusidhique said:
I tried it already but it just restarted
Click to expand...
Click to collapse
Probably fastboot partition is gone
I'll try to get to recovery directly and flash the stock again
Let me know

zSyntex said:
Probably fastboot partition is gone
I'll try to get to recovery directly and flash the stock again
Let me know
Click to expand...
Click to collapse
how do I get to recovery directly I am new to this

abusidhique said:
how do I get to recovery directly I am new to this
Click to expand...
Click to collapse
Same way, change bootloader to recovery
adb reboot recovery

zSyntex said:
Same way, change bootloader to recovery
adb reboot recovery
Click to expand...
Click to collapse
thanks, bro I will try that

Related

[Q] stuck in bootloader after failed ruu

Hi
i was trying to run a 1.28 ruu on my 2.19 base...it failed withan error 140.
Now i am stuck in bootloader and if i select recovery or reboot or fsctory reset, i always come back to the bootloader.
what can i do to solve this problem andhavea working phone again ? i wanted to do s-off, but my laptop is not finding my device in adb mode. Fastboot usb is working on the phone.
any idea ?
thx
L
lionel7 said:
Hi
i was try to run a 1.28 ruu on my 2.19 base...it failed withan error 140.
Now i am stuck in bootloader and if i select recovery or reboot or fsctory reset, i always come back to the bootloader.
what can i do to solve this problem andhavea working phone again ? i wanted to do s-off, but my laptop is not finding my device in adb mode. Fastboot usb is working on the phone.
any idea ?
thx
L
Click to expand...
Click to collapse
Can someone help me ?
Thx
1)Goto bootlader - > fastmode , and flash custom recovery again.
2) When receive custom recovery, flash rom.
3) Get S-OFF, and only when try to flash RUU, without S-OFF you can't downgrade from 2.19 to 1.28
tash2013 said:
1)Goto bootlader - > fastmode , and flash custom recovery again.
2) When receive custom recovery, flash rom.
3) Get S-OFF, and only when try to flash RUU, without S-OFF you can't downgrade from 2.19 to 1.28
Click to expand...
Click to collapse
Thx, but my laptop is not recognizing my device in adb mode . My phone shows fastboot USB tough...
Strange no ?
Why you need adb?
Flash recovery via fastboot.. type
1) fastboot flash recovery your_recovery_image.img
2) fastboot erase cache
tash2013 said:
Why you need adb?
Flash recovery via fastboot.. type
1) fastboot flash recovery your_recovery_image.img
2) fastboot erase cache
Click to expand...
Click to collapse
Probably to push the custom rom onto the SD card in order to flash it in recovery
MacHackz said:
Probably to push the custom rom onto the SD card in order to flash it in recovery
Click to expand...
Click to collapse
When he will receive working recovery with sideload support, the adb sideload command will be work fine as there will be a support interface(protocol) from recovery.
Did you relock? What error did you get? Was it the right ruu.
lionel7 said:
Thx, but my laptop is not recognizing my device in adb mode . My phone shows fastboot USB tough...
Strange no ?
Click to expand...
Click to collapse
What does your device manager on the laptop show? Try different usb port. stay away from usb 3.0 ports to be safe. sometimes i have to unplug and replug before the phone shows..Also reboot laptop if still dont see it.
---------- Post added at 06:00 PM ---------- Previous post was at 05:56 PM ----------
tash2013 said:
Why you need adb?
Flash recovery via fastboot.. type
1) fastboot flash recovery your_recovery_image.img
2) fastboot erase cache
Click to expand...
Click to collapse
Pretty sure he meant his laptop isnt seeing his phone. Cant do those commands you suggested unless phone shows to be connected..
nugzo said:
What does your device manager on the laptop show? Try different usb port. stay away from usb 3.0 ports to be safe. sometimes i have to unplug and replug before the phone shows..Also reboot laptop if still dont see it.
---------- Post added at 06:00 PM ---------- Previous post was at 05:56 PM ----------
Pretty sure he meant his laptop isnt seeing his phone. Cant do those commands you suggested unless phone shows to be connected..
Click to expand...
Click to collapse
The phrase from OP in the first post: "Fastboot usb is working on the phone."
tash2013 said:
The phrase from OP in the first post: "Fastboot usb is working on the phone."
Click to expand...
Click to collapse
Fastboot and ADB are two very different modes.
The phone can be detected in fastboot and not be detected in dab, either due to a driver issue or bad usb cable.
MacHackz said:
Fastboot and ADB are two very different modes.
The phone can be detected in fastboot and not be detected in dab, either due to a driver issue or bad usb cable.
Click to expand...
Click to collapse
I'm sorry, what do you try to explain to me? I know about these modes.
Please read carefully dialogs and why my phrase was told.
At a topic starter works fastboot, but adb doesn't work, ADB and NOT WILL fully work without OS on phone. he tries something to do with phone using adb, way in anywhere in case of its situation.
tash2013 said:
I'm sorry, what do you try to explain to me? I know about these modes.
Please read carefully dialogs and why my phrase was told.
At a topic starter works fastboot, but adb doesn't work, ADB and NOT WILL fully work without OS on phone. he tries something to do with phone using adb, way in anywhere in case of its situation.
Click to expand...
Click to collapse
You're saying ADB won't work with no OS?
Go wipe your system and be amazed when ADB still works ;D
MacHackz said:
You're saying ADB won't work with no OS?
Go wipe your system and be amazed when ADB still works ;D
Click to expand...
Click to collapse
I wrote "fully work" , try to go adb shell without OS?
tash2013 said:
I wrote "fully work" , try to go adb shell without OS?
Click to expand...
Click to collapse
Okay, adb shell has nothing to do with this.
Take a look at my guide for ADB below to help you understand the push process
MacHackz said:
Okay, adb shell has nothing to do with this.
Take a look at my guide for ADB below to help you understand the push process
Click to expand...
Click to collapse
OK, please explain to me, how I can flash recovery using adb, without OS?
tash2013 said:
OK, please explain to me, how I can flash recovery using adb, without OS?
Click to expand...
Click to collapse
You flash recovery using fastboot mode in HBOOT... ADB is for pushing the rom to the phone in recovery :cyclops:
MacHackz said:
You flash recovery using fastboot mode in HBOOT... ADB is for pushing the rom to the phone in recovery :cyclops:
Click to expand...
Click to collapse
YES! Without OS, only one way to flash recovery - fastboot! Therefore I advise to OP to forget adb, to flash recovery.
tash2013 said:
YES! Without OS, only one way to flash recovery - fastboot! Therefore I advise to OP to forget adb, to flash recovery.
Click to expand...
Click to collapse
I see I see, I think he already did that though He's having issues getting adb to work in recovery
MacHackz said:
I see I see, I think he already did that though He's having issues getting adb to work in recovery
Click to expand...
Click to collapse
if I correctly understood his first post, he can't come in recovery at all.. reset to bootloader.

NO OS installed.... Cant mount

So im stuck with my nexus with no OS... after flashing pure shamu it booted to just a password box... I input my password and it said i had corrupt data. I hit reset... wiped phone... all files GONE... Now what do i do. I cant mount to put recovery on.... I cant do anyting with this phoen right now... anyone had this happen... If so what steps to remedy?
Sounds like you need to try and fastboot the original google files, nuke and repave....
flash the stock img then start again
Flashing stock as we speak... was hoping another optino.... but after years of doing this I kinda know better... live and learn
hell
Hi there, i'm new with Android and my problem is the same as yours on my Nexus 6.
after a failed root, i accidentally deleted all data. Now i'm without OS, boot locked, and the TWRP recovery has been deleted too (when i select recovery mode, it come back to the fastboot menu). i cannot use "fastboot oem unlock"
I don't know what i have to do . I really need help, i just want to restart from the beggining like official rom ...
sry for bad english.
asphalte7 said:
Hi there, i'm new with Android and my problem is the same as yours on my Nexus 6.
after a failed root, i accidentally deleted all data. Now i'm without OS, boot locked, and the TWRP recovery has been deleted too (when i select recovery mode, it come back to the fastboot menu). i cannot use "fastboot oem unlock"
I don't know what i have to do . I really need help, i just want to restart from the beggining like official rom ...
sry for bad english.
Click to expand...
Click to collapse
Try using these fastboot commands:
fastboot format userdata
fastboot format cache
Evolution_Freak said:
Try using these fastboot commands:
fastboot format userdata
fastboot format cache
Click to expand...
Click to collapse
done, what can i do after this ?
it says : created filestystem.... OKAY (with a lot of parameters)
asphalte7 said:
done, what can i do after this ?
it says : created filestystem.... OKAY (with a lot of parameters)
Click to expand...
Click to collapse
Should be able to boot twrp now.
but i have to unlock first ... my device is locked
asphalte7 said:
but i have to unlock first ... my device is locked
Click to expand...
Click to collapse
you cant unlock it without booting up and enabling allow oem unlocking in the developer options
asphalte7 said:
but i have to unlock first ... my device is locked
Click to expand...
Click to collapse
If you can boot to TWRP recovery, then you can ADB push a ROM to recovery and boot it.
Edit: Sorry, I missed the fact that TWRP had been deleted too.
asphalte7 said:
but i have to unlock first ... my device is locked
Click to expand...
Click to collapse
No, if you can boot to TWRP, as @rootSU said, you can move a ROM to internal and get up and running. Then you can go about unlocking.
Evolution_Freak said:
No, if you can boot to TWRP, as @rootSU said, you can move a ROM to internal and get up and running. Then you can go about unlocking.
Click to expand...
Click to collapse
and how can i boot twrp ? i'm like john snow, i know nothing
i only have a console, and a nexus - which cannot exit the "bios"
asphalte7 said:
and how can i boot twrp ? i'm like john snow, i know nothing
i only have a console, and a nexus - which cannot exit the "bios"
Click to expand...
Click to collapse
Power off the device. Once completely shut down, hold power and volume down until bootloader screen appears. Then use the volume keys to select recovery. Then push power to select.
from your original post, it says your not running twrp anymore. have you tried just letting the phone try to boot up? have you tried reflashing twrp to your phone via fastboot. id try, and if its successful, id push a rom to my phone then. if not, try flashing a factory img.
asphalte7 said:
and how can i boot twrp ? i'm like john snow, i know nothing
i only have a console, and a nexus - which cannot exit the "bios"
Click to expand...
Click to collapse
Evolution_Freak said:
Power off the device. Once completely shut down, hold power and volume down until bootloader screen appears. Then use the volume keys to select recovery. Then push power to select.
Click to expand...
Click to collapse
Or, if you are still in fastboot, issue this command > fastboot reboot recovery
Evolution_Freak said:
Power off the device. Once completely shut down, hold power and volume down until bootloader screen appears. Then use the volume keys to select recovery. Then push power to select.
Click to expand...
Click to collapse
as i said before, when twrp has been deleted, the Recovery mode is useless : when i hit it, it instantly return to bootloader screen
asphalte7 said:
as i said before, when twrp has been deleted, the Recovery mode is useless : when i hit it, it instantly return to bootloader screen
Click to expand...
Click to collapse
Then I'm afraid you may be stuck. A RMA may be in your future if no one else can offer a solution.
simms22 said:
from your original post, it says your not running twrp anymore. have you tried just letting the phone try to boot up? have you tried reflashing twrp to your phone via fastboot. id try, and if its successful, id push a rom to my phone then. if not, try flashing a factory img.
Click to expand...
Click to collapse
i left my phone during half an hour on the "Google" screen ....
i cannot flash twrp with fastboot because its locked..
or which command i have to type to install it ?
how can u flash a factory img ? i dowloaded the official 5.1 rom for nexus 6
asphalte7 said:
i left my phone during half an hour on the "Google" screen ....
i cannot flash twrp with fastboot because its locked..
or which command i have to type to install it ?
how can u flash a factory img ? i dowloaded the official 5.1 rom for nexus 6
Click to expand...
Click to collapse
flashing twrp..
fastboot flash recovery recoveryname.img
and flashing a factory img is done while the phone is in its bootloader. there are instruction how here on xda. but to be honest, i dont know if that will work. where did you buy your n6 from btw?

After rooting and unlocking bootloader, Can't boot in to clockworkmod recovery

So after using motoapocalypse to unlock the bootloader, I flashed the bootloader with clockworkmod recovery, Now when I try to boot in to it, it is just the icon of the android guy with his guts open.
modman2 said:
So after using motoapocalypse to unlock the bootloader, I flashed the bootloader with clockworkmod recovery, Now when I try to boot in to it, it is just the icon of the android guy with his guts open.
Click to expand...
Click to collapse
what on earth are you talking about?!!
Aingaran said:
what on earth are you talking about?!!
Click to expand...
Click to collapse
Sorry, I probably should have worded that better. Bottomline is I can't boot in to the clockwork recovery after I installed it.
modman2 said:
Sorry, I probably should have worded that better. Bottomline is I can't boot in to the clockwork recovery after I installed it.
Click to expand...
Click to collapse
connect you phone to computer using USB, make sure adb is turned on, and type adb reboot-recovery in adb shell or terminal or comand prompt
Aingaran said:
connect you phone to computer using USB, make sure adb is turned on, and type adb reboot-recovery in adb shell or terminal or comand prompt
Click to expand...
Click to collapse
Tried that, same thing, the droid guy with his guts open and an exclamation mark in a triangle hovering over him. Everytime i try booting in to recovery it does this.....
modman2 said:
Tried that, same thing, the droid guy with his guts open and an exclamation mark in a triangle hovering over him. Everytime i try booting in to recovery it does this.....
Click to expand...
Click to collapse
Flash a new recovery...
adb reboot bootloader
fastboot flash {recovery name}.img
fastboot reboot-recovery or fastboot reboot and hold volume up button
Aingaran said:
Flash a new recovery...
adb reboot bootloader
fastboot flash {recovery name}.img
fastboot reboot-recovery or fastboot reboot and hold volume up button
Click to expand...
Click to collapse
The fastboot reboot and hold volume up button worked!!!!!
modman2 said:
The fastboot reboot and hold volume up button worked!!!!!
Click to expand...
Click to collapse
im glad it worked

Cannot get into recovery mode [bootloop]

Hey I cannot get into recovery mode, I don't really know why. This morning everything was ok: I rebooted my phone into recovery mode as usually, with no problems. THEN I rebooted my phone from the custom recovery, and then my phone went to bootloop: The bootloader screen went to black, then to my lockscreen and then to the bootloader screen, then to my lockscreen... etc. (bootloop)
I rebooted into recovery again and tried to do a normal wipe, because usually that's everything I need. But nothing happened: bootloop again.
So, I went to recovery once more to perform a full wipe and erase the data. Then I tried to flash CM13 and the Gapps, but nothing happend. Now, I cannot get into recovery, I'm stuck in the TWRP screen.
Help?
Sorry my bad english
My phone isn't rooted. I just unlock the bootloader
I had the same problem
It's easy just flash a newer version of Twrp using ADB fastboot from PC = problem solved
Thanks! Can you guide me step by step?
[email protected]!# said:
It's easy just flash a newer version of Twrp using ADB fastboot from PC = problem solved
Click to expand...
Click to collapse
I just flash a new version of TWRP and even the latest version of CWM but nothing, same problem. Bootloop in recovery's logo.
I asked to someone else in my city but they told me that the problem it's the motherboard
Cuervoazulado said:
Hey, thanks. Can you guide me step by step? I don't really know hpw to do that, so I don't want to make a mess.
Thanks, so much thanks!
Click to expand...
Click to collapse
Download newer twrp: https://dl.twrp.me/titan/
Download and install Minimal ADB and Fastboot Tool http://forum.xda-developers.com/showthread.php?t=2317790, install Motorola drivers from Motorola website: https://motorola-global-portal-de.custhelp.com/app/answers/detail/a_id/91819.
Paste the new recovery image into the Minimal ADB and Fastboot folder, reboot your device in fastboot mode (vol down+pwr), open Minimal ADB &Fastboot folder, hold shift, right click inside the folder and open a command window there. Type
Code:
fastboot devices
If your device is connected you'll see a string of numbers/letters. Type "fastboot flash recovery name-of-new-recovery.img", for example:
Code:
fastboot flash recovery twrp-3.0.0-0-titan.img
.
Type
Code:
fastboot reboot
.
You´re done.
Wolfcity said:
Download newer twrp: https://dl.twrp.me/titan/
Download and install Minimal ADB and Fastboot Tool http://forum.xda-developers.com/showthread.php?t=2317790, install Motorola drivers from Motorola website: https://motorola-global-portal-de.custhelp.com/app/answers/detail/a_id/91819.
Paste the new recovery image into the Minimal ADB and Fastboot folder, reboot your device in fastboot mode (vol down+pwr), open Minimal ADB &Fastboot folder, hold shift, right click inside the folder and open a command window there. Type
Code:
fastboot devices
If your device is connected you'll see a string of numbers/letters. Type "fastboot flash recovery name-of-new-recovery.img", for example:
Code:
fastboot flash recovery twrp-3.0.0-0-titan.img
.
Type
Code:
fastboot reboot
.
You´re done.
Click to expand...
Click to collapse
Thanks bro, but I just tried that, even changing the recovery for CWM, but nothing happened. I'm still stuck. The screen blinks with the recovery logo.
I have no system, so... Maybe I'm totally bricked. I don't really know if I can flash some ROM with the fastboot
Cuervoazulado said:
Thanks bro, but I just tried that, even changing the recovery for CWM, but nothing happened. I'm still stuck. The screen blinks with the recovery logo.
I have no system, so... Maybe I'm totally bricked. I don't really know if I can flash some ROM with the fastboot
Click to expand...
Click to collapse
Forget it bro, you gave me the right version of the recovery. Now I can get into it So much thanks!

help

my device is in bootloop and i cant enter into twrp, all i can do is i can enter into fastboot mode and i cant do noithing because usb debugging is not enable, is there any way to enter into twrp? please help
ibrahimkhan said:
my device is in bootloop and i cant enter into twrp, all i can do is i can enter into fastboot mode and i cant do noithing because usb debugging is not enable, is there any way to enter into twrp? please help
Click to expand...
Click to collapse
I'd recommend you to turn off your device and flash ZUI via QFIL. Then unlock bootloader and flash TWRP and whatever ROM you want.
ZUI 2.1.049 QFIL
Bootloader unlock on zui
Borja Viera said:
I'd recommend you to turn off your device and flash ZUI via QFIL. Then unlock bootloader and flash TWRP and whatever ROM you want.
ZUI 2.1.049 QFIL
Bootloader unlock on zui
Click to expand...
Click to collapse
i have already unlock my bootloader and installed twrp, my power button not working so i just want to enter into twrp. i can enter into fastboot mode but my debug is not enable
ibrahimkhan said:
i have already unlock my bootloader and installed twrp, my power button not working so i just want to enter into twrp. i can enter into fastboot mode but my debug is not enable
Click to expand...
Click to collapse
Can you use any commands in fastboot mode or are you completely blocked?
Borja Viera said:
Can you use any commands in fastboot mode or are you completely blocked?
Click to expand...
Click to collapse
yeah my device detected in fastboot mode and i try something like adb recovery reboot and its say no device emulator things. i also use that zuk z1 toolkit and reboot recovery option and its not working
ibrahimkhan said:
yeah my device detected in fastboot mode and i try something like adb recovery reboot and its say no device emulator things. i also use that zuk z1 toolkit and reboot recovery option and its not working
Click to expand...
Click to collapse
Create a folder and insert a twrp file (for example twrp.img). Then type fastboot boot TWRP.img . If it allows you to do that then you'll get into TWRP. This will probably won't work, so I think the only thing is left is to repair that power button to make an installation via QFIL.
Borja Viera said:
Create a folder and insert a twrp file (for example twrp.img). Then type fastboot boot TWRP.img . If it allows you to do that then you'll get into TWRP. This will probably won't work, so I think the only thing is left is to repair that power button to make an installation via QFIL.
Click to expand...
Click to collapse
ok thanks you very much for your time
ibrahimkhan said:
my device is in bootloop and i cant enter into twrp, all i can do is i can enter into fastboot mode and i cant do noithing because usb debugging is not enable, is there any way to enter into twrp? please help
Click to expand...
Click to collapse
Connect to pc and type the command fastboot reboot recovery.
Download the all in one tool provided in our forums.. It has an option to reboot to recovery and it can also flash the stock image as well.. Let us know.. Will help you resolve your problem

Categories

Resources