always shows FASTBOOT and the bunny - Xiaomi Mi 9 SE Questions & Answers

It is China version, unlocked. After successfully flashed twr , I wiped everything (by everything, I mean I selected all checkboxes in twrp). Then it always shows FASTBOOT and the bunny now, no matter any key combinations (Power button with and without Vol down or up) I press. I tried to flash twrp and/or vbmeta, no difference. What should I do now?

Hello,
First, be sure to use the proper adb and fastboot.
Then, this should work:
fastboot flash recovery twrp-3.3.1-11-Mi9SE.img
fastboot --disable-verity --disable-verification flash vbmeta vbmeta.img
fastboot reboot
Then I usually maintain the volume up button to reboot directly under twrp and be sure eveything is ok.
I use this twrp:
https://forum.xda-developers.com/mi-9-se/development/twrp-3-3-1-3-mi9se-t3949328

Related

[Q] Maybe in a bootloop?

Rooted my phone using Temporary CWM method, installed Titanium Backup and restored from my old phone. Selected All Apps and Data. Rebooted my phone and I assume that it is now stuck in a bootloop. It gets to the ASUS and Intel Inside screens, then I get a spinning circle forever (well, at least 3 minutes).
Where do I go from here? Reflash the ROM and start over and don't restore system data? Is there an easier/quicker way?
Thanks
Go to fastboot mode by holding the power and volume up button,connect USB cable be sure that you installedmusb and fastboot driver.go to folder of fastboot and hold shift key then right click open command window here and type:fastboot erase cache then enter fastboot reboot and voila..
Thanks for the reply, but that didn't do it.
I was able to execute the commands, but still no luck. I got into recovery to try and wipe from there, but got the dead android. I them held power up and tapped vol up to get into recovery. tried to wipe cache from there and the phone just sat there for 3-4 minutes with nothing. Now when I get into recovery, I get a flashing dead android, and the power/vol up trick doesn't work. I can still boot into fastboot.
Di I just need to reflash the stock image? Or is there something else I can do?
arrosen said:
Thanks for the reply, but that didn't do it.
I was able to execute the commands, but still no luck. I got into recovery to try and wipe from there, but got the dead android. I them held power up and tapped vol up to get into recovery. tried to wipe cache from there and the phone just sat there for 3-4 minutes with nothing. Now when I get into recovery, I get a flashing dead android, and the power/vol up trick doesn't work. I can still boot into fastboot.
Di I just need to reflash the stock image? Or is there something else I can do?
Click to expand...
Click to collapse
I had the same problem as yours and it took 3 hours before i figured it out and managed to run the phone normally.I downloaded all the files,drivers and latest prerooted system img. here in this forum.you can download it there and there is the instruction how to do it.
To Begin :
1. on Fastbootmode connect your device and on the flashtool folder hold shift key and right click and go to open command here,be sure that downloaded images are in the same folder.Recovery img.,Boot Img. and the big pre-rooted System img.
2. type fastboot devices then hit enter key - the device nos. should appear and you can start now to flash...
a. fastboot -w then hit enter this will erase the system
b.fastboot flash system system.img then hit enter key
c.fastboot erase userdata then hit enter key
d. fastboot erase cache then hit enter key
e. fastboot reboot then hit enter key..
THANK YOU!!!
Thank You, Thank You, 1000 times, Thank You.
I did everything you mentioned, with a few small exceptions
1. Make sure you have the lastest version of Fastboot
2. Instead of step b above, I did the following. Not sure if it was needed or not, but it worked for me
fastboot flash fastboot droidboot.img
fastboot flash recovery recovery.img
fastboot flash boot boot.img
fastboot flash system system.img
3. At the end, after I did a Fastboot Reboot, I got the dreaded dead android again. I nearly cried. However, I rebooted again, and everything seemed to work. Note that on the first boot, it may take 2-3 minutes for the OS to come up.
4. All of the files and great insight can be found here: http://forum.xda-developers.com/zenfone2/general/asus-zenfone-2-flashing-recovery-mode-t3096596

Cant boot to recovery

Hello guys,
After doing oem unlock with fastboot ,i've tried to flash TWRP recovery but after the comand i cannot acess recovery, it just reboots. Tried several recovery images and read alot of toturials but with no sucess!! Win10 64bits computer here.
Thanks,
NightSource
Nightsource said:
Hello guys,
After doing oem unlock with fastboot ,i've tried to flash TWRP recovery but after the comand i cannot acess recovery, it just reboots. Tried several recovery images and read alot of toturials but with no sucess!! Win10 64bits computer here.
Thanks,
NightSource
Click to expand...
Click to collapse
Did you hold the volume down button + power button to get to recovery mode manually right after flashing?
Gesendet von meinem ONEPLUS A3003 mit Tapatalk
If you have successfully unlocked the bootloader, you'll get a bootloader unlocked warning every time you boot. On the warning screen, click either of the volume buttons and you'll be redirected to a bootup menu. From there, you can select "boot to recovery" using the volume rocker and power button.
Alternatively, enable "advanced reboot" in developer options and reboot to recovery from the main OS power menu.
If these don't work, reflash TWRP using fastboot. Make sure that you're using at least version 3.0.3-1, best to use 3.0.4-1.
Tried manually reboot into recovery but it just reboots,
I can sucessfully unlock as i have the warning on boot, but there if i go to the menu and press for recovery it just reboots, tried several tipes of recovery TWRP imgs
Any help greatly wanted
Download this version of TWRP (jcadduono's 4.0.3-1). Rename the file to something like twrp.img.
1) Make sure adb/fastboot is working on your computer (if you've already unlocked the bootloader, then I am assuming it is).
2) Put your phone into fastboot mode and connect it to your computer. Open a command prompt where you can access fastboot.
3) Put the twrp.img file to the same folder where you opened your command prompt.
3) Enter
Code:
fastboot devices
in fastboot and make sure your phone shows up with its serial number.
4) Enter
Code:
fastboot erase recovery
to erase your current recovery
5) Enter
Code:
fastboot flash recovery [B]twrp.img[/B]
, where twrp.img is whatever you named your twrp file.
6) Enter
Code:
fastboot reboot
to reboot into your main system. You can either reboot then use advanced startup to enter recovery, or press a volume button at the bootloader warning page to boot directly to recovery.
Anova's Origin said:
Download this version of TWRP (jcadduono's 4.0.3-1). Rename the file to something like twrp.img.
1) Make sure adb/fastboot is working on your computer (if you've already unlocked the bootloader, then I am assuming it is).
2) Put your phone into fastboot mode and connect it to your computer. Open a command prompt where you can access fastboot.
3) Put the twrp.img file to the same folder where you opened your command prompt.
3) Enter
Code:
fastboot devices
in fastboot and make sure your phone shows up with its serial number.
4) Enter
Code:
fastboot erase recovery
to erase your current recovery
5) Enter
Code:
fastboot flash recovery [B]twrp.img[/B]
, where twrp.img is whatever you named your twrp file.
6) Enter
Code:
fastboot reboot
to reboot into your main system. You can either reboot then use advanced startup to enter recovery, or press a volume button at the bootloader warning page to boot directly to recovery.
Click to expand...
Click to collapse
Sometimes it helps to use fastboot to boot the image directly after you flash it. This ensures you get into recovery since it loads it off your computer.
It should then work normally afterwards
Sent from my ONEPLUS A3000 using Tapatalk

[SOLVED] TWRP Recovery Boot Fails After Successful Flash - why?

Hey guys,
I downgraded my D5503, rooted, unlocked the bootloader and then I tried to install TWRP real recovery. Therefore I flashed in fastboot mode (blue led ON) the *.img file using the command fastboot flash recovery
*.img.
But it's impossible to start TWRP, ot with Power & Vol+, vibrate and release Power nor the command fastboot reboot whixch just restart the device into my rom
How can I start or check my TWRP recovery? I found a SOLUTION, you find it here
or long story short: After flashing twrp via fastboot flash recovery filename.img DO NOT BOOT INTO ROM!! YOU NEED TO BOOT INTO TWRP: Vol- & Power, wait for vibration & release Power but keep Vol- until TWRP starts up
- closed -

[guide] flashing guide for pixel experience.

BASIC FLASHING GUIDE BY BHAGYESH RANE.
UNLOCKING PROCEDURE:
Unlock bootloader required. To do so, Go to Settings, About Phone, and tap of Build Number 7 times.
After that go back and go to Settings, System, Developer Options, and enable Oem Unlocking.
After that, Long press vol- and power to enter fastboot mode.
Enter these two commands for unlocking (read NOTE):
- fastboot flashing unlock
- fastboot flashing unlock_critical
NOTE: All your data will be lost, so keep your backup somewhere other than your Mi A3.
FLASHING PIXEL EXPERIENCE:
After you have unlocked the bootloader, download the Pixel.7z file and extract it in a folder.
After that, enter fastboot again by long pressing volume down + power.
Open Cmd-here file and enter these commands one by one. Wait for each command to execute successfully.
fastboot set_active a
fastboot erase boot
fastboot erase system
fastboot flash dtbo dtbo.img
fastboot flash system system.img
fastboot flash vbmeta vbmeta.img
fastboot flash boot recovery.img.img
fastboot reboot -> After you enter this command, press volume up + button to boot into TWRP recovery.
After you enter TWRP Recovery,
- Go to Wipe, select Format Data and Type yes to format.
- Go back and go to Reboot, Select Recovery, select do not install.
- keep your phone connected during this, Again in the same Command Prompt, Type following commands:
1. adb push boot.img /sdcard
2. adb push recovery.zip /sdcard
3. adb push patch_no_fde10.zip /sdcard
- Now, go to install, select image, select boot.img, select boot and swipe to flash.
- then again go to install, select recovery.zip and swipe to flash
- then again go to install, select patch_no_fde10.zip, swipe to flash
- then Go to Wipe, select Format Data and Type yes to format.
- Go back and go to Reboot, Select system, select do not install.
now hopefully you will boot to the AMAZING PIXEL EXPERIENCE ROM.
link for files - https://mega.nz/#!V2QHwK6A!Wol5iP3zwPhVhrQ_7kkHk-3Htb3CkzV49TBFc0VO0F0
I'm stuck since I can't upload any files because adb doesn't detect any devices while on TWRP. I've disabled and re-enabled MTP and mounted every partition but still no luck. It's a brand new MI A3: I just switched on, unlocked bootloader and tried to install PE.
EDIT: I solved the problem. If someone has the same problem these are the steps I followed:
- disconnect the usb cable while on TWRP
- on TWRP go to Mount
- tap on Disable MTP
- go back to Reboot
- Reboot to Recovery
- Re-enable MTP and connect the usb cable
yossarian82it said:
I'm stuck since I can't upload any files because adb doesn't detect any devices while on TWRP. I've disabled and re-enabled MTP and mounted every partition but still no luck. It's a brand new MI A3: I just switched on, unlocked bootloader and tried to install PE.
EDIT: I solved the problem. If someone has the same problem these are the steps I followed:
- disconnect the usb cable while on TWRP
- on TWRP go to Mount
- tap on Disable MTP
- go back to Reboot
- Reboot to Recovery
- Re-enable MTP and connect the usb cable
Click to expand...
Click to collapse
Try to install from platform tools, not from minimal adb. Download Platform tools for windows and try again.
any others mirros???
Booted to pe rom but nothing seems to work. Everytime i try to click inside settings phone get stucks. And hangs and then reboot itself
Why do i need twrp if I'm gonna flash from flshboot
Arkapravoarka said:
Why do i need twrp if I'm gonna flash from flshboot
Click to expand...
Click to collapse
If you want to root. To flash magisk
Can flashing be done through fastboot mode only??
Becoz im facing issue like signal 4 error in twrp while flashing rom. So, can i flash pixel experince via fastboot mode?
BhagyeshGamer said:
BASIC FLASHING GUIDE BY BHAGYESH RANE.
UNLOCKING PROCEDURE:
Unlock bootloader required. To do so, Go to Settings, About Phone, and tap of Build Number 7 times.
After that go back and go to Settings, System, Developer Options, and enable Oem Unlocking.
After that, Long press vol- and power to enter fastboot mode.
Enter these two commands for unlocking (read NOTE):
- fastboot flashing unlock
- fastboot flashing unlock_critical
NOTE: All your data will be lost, so keep your backup somewhere other than your Mi A3.
FLASHING PIXEL EXPERIENCE:
After you have unlocked the bootloader, download the Pixel.7z file and extract it in a folder.
After that, enter fastboot again by long pressing volume down + power.
Open Cmd-here file and enter these commands one by one. Wait for each command to execute successfully.
fastboot set_active a
fastboot erase boot
fastboot erase system
fastboot flash dtbo dtbo.img
fastboot flash system system.img
fastboot flash vbmeta vbmeta.img
fastboot flash boot recovery.img.img
fastboot reboot -> After you enter this command, press volume up + button to boot into TWRP recovery.
After you enter TWRP Recovery,
- Go to Wipe, select Format Data and Type yes to format.
- Go back and go to Reboot, Select Recovery, select do not install.
- keep your phone connected during this, Again in the same Command Prompt, Type following commands:
1. adb push boot.img /sdcard
2. adb push recovery.zip /sdcard
3. adb push patch_no_fde10.zip /sdcard
- Now, go to install, select image, select boot.img, select boot and swipe to flash.
- then again go to install, select recovery.zip and swipe to flash
- then again go to install, select patch_no_fde10.zip, swipe to flash
- then Go to Wipe, select Format Data and Type yes to format.
- Go back and go to Reboot, Select system, select do not install.
now hopefully you will boot to the AMAZING PIXEL EXPERIENCE ROM.
link for files - https://mega.nz/#!V2QHwK6A!Wol5iP3zwPhVhrQ_7kkHk-3Htb3CkzV49TBFc0VO0F0
Click to expand...
Click to collapse
i want to flash another custom kernel but after flashing pixel experience 4 custom rom my device is not rooted . and i m unable to fastboot the device . it shows qualcom flashdump mode. please help!!!

Stuck in Fastboot Mode (Recovery mode does not work)

Hello lads,
I have been having issues with my OnePlus Nord N100.
On my fault, I wanted to root with magisk using fastboot. Unfortunately, I had flashed boot a magisk.img which was not compatible with OnePlus Nord N100.
The phone is currently stuck in Fastboot Mode. I have tried several times to flash boot it back to its original boot.img, unfortunately it does not work.
Every time I try to go to Recovery Mode, it leads me right back to the Fastboot main menu. I can turn off the phone and reboot it with no issues.
I believe I have soft bricked it, and I need help recovering it back to it's original state, or better yet root it in a riskless way.
Here is a list of commands and techniques I have tried so far:
- Fastboot -w
- Fastboot erase cache
- Fastboot erase boot
- Fastboot erase boot_a
- Fastboot erase boot_b
- Fastboot boot boot.img (Ends up with a failure)
- Fastboot flash boot boot.img (Command is successful, but no changes for boot)
- Tried all combinations keys to go to Recovery Mode (Power button + Volume Down Button + Volume Up Button)
Thank you for helping me out if you can.
Windwell said:
Hello lads,
I have been having issues with my OnePlus Nord N100.
On my fault, I wanted to root with magisk using fastboot. Unfortunately, I had flashed boot a magisk.img which was not compatible with OnePlus Nord N100.
The phone is currently stuck in Fastboot Mode. I have tried several times to flash boot it back to its original boot.img, unfortunately it does not work.
Every time I try to go to Recovery Mode, it leads me right back to the Fastboot main menu. I can turn off the phone and reboot it with no issues.
I believe I have soft bricked it, and I need help recovering it back to it's original state, or better yet root it in a riskless way.
Here is a list of commands and techniques I have tried so far:
- Fastboot -w
- Fastboot erase cache
- Fastboot erase boot
- Fastboot erase boot_a
- Fastboot erase boot_b
- Fastboot boot boot.img (Ends up with a failure)
- Fastboot flash boot boot.img (Command is successful, but no changes for boot)
- Tried all combinations keys to go to Recovery Mode (Power button + Volume Down Button + Volume Up Button)
Thank you for helping me out if you can.
Click to expand...
Click to collapse
Tried changing between active slot ?
Also flashed the unpatched boot.img to both slots a/b?
fastboot --set-active=a
or:
fastboot --set-active=b
AJHutchinson said:
Tried changing between active slot ?
Also flashed the unpatched boot.img to both slots a/b?
fastboot --set-active=a
or:
fastboot --set-active=b
Click to expand...
Click to collapse
Hey mate,
Thanks for responding. Sorry for the late reply.
From what you had suggested, I did "fastboot --set-active=a" , "fastboot flash boot boot.img", and "fastboot reboot" (with the stock unpatched boot.img) the commands were successful once again, but there were no effective changes.
Afterwards, I did "fastboot --setactive-b", "fastboot flash boot boot.img", and "fastboot reboot" the commands were successful once more, and this time, I was finally able to go into recovery mode. On the other hand, in recovery mode I wiped the cache and erased everything, but unfortuantely I still could not boot into Android, even though I tried to flash boot the image once more.
Thank you for these commands, as I was at least able to recover recovery mode.
Any other suggestions maybe?
Hello,
Use this tool and it will fix it, I had the same problem. Just download the software and flash it in Qualcomm EDL mode.
MSMDownload image needed
Hello guys, I managed to flash the wrong image to OnePlus NORD N100 BE2013, I overlooked for the first time what I'm doing and messed it up Now it's in Qualcomm EDL mode and I need and image to flash it to bring it back do life, anyone I can...
forum.xda-developers.com
I alsp posted boot.img which is compatible you can flash it. Link is in the comments.
Thanks
Boot.img from nord n100 in this thread, I exctracted and rooted it myself.
I WHANT RECOVERY Boot.img FOR ROOT MY ONEPLUS NORD N100
I unlock bootloader and i whant to root with magisk my phone, i need boot.img for rocovery..I try anather boot.img from One plus nord, etc, i sucessfull flash this recovery's with command in windows but is no go in recovery, stay in bootloop..Can...
forum.xda-developers.com
Hello,
I used the tool MSMDownload but unfortunately I was unable at all to boot into Qualcomm Edl mode, even though I have installed correctly all the drivers for Windows Qualcomm, and OnePlus USB drivers, and used the correct method (Volume Button UP and Down at the same time whilst connecting the phone via USB). I tried flash booting with the boot.img you gave me, but still no changes. I am still stuck in Fastboot.
If you had encountered the same issue back then, can you tell me the excat procedure you did please?
Thank you so much.
I was in the exact same situation after flashing boot.img from one plus nord by mistake.
It got so bad it was totally bricked and just got into EDL mode by holding down the up and down volume buttons and holding power on. Even the screen didn't work.
Once that started, MSMDownload tool from the N100 thread worked fine, you downloaded the proper package right?
Which model does it say on the back? This was BE2013.
I think solution for you is a fastboot image, I extracted the payload.bin to .img files and brought it back to life with it and rooted it with magisk.
The boot.img I uploaded here was from Oxygen OS 10.5.5.
If you have fastboot you should 100% be able to boot into EDL mode, just hold down the up and down volume buttons for long time and then the power button
Thanks
AJHutchinson said:
Tried changing between active slot ?
Also flashed the unpatched boot.img to both slots a/b?
fastboot --set-active=a
or:
fastboot --set-active=b
Click to expand...
Click to collapse
oh
thts ok man
بلوک سبک
I will try to make a fastboot image for OnePlus NORD N100 BE2013 with 10.5.5 and upload it to mega, I'll send you the link. If you are in fastboot mode you will be able to flash it I believe, let me have a look.
Fast boot image is ready for Oxygen 10.5.5 Nord N100 EUROPE, I am uploading it to MEGA.
motovnet said:
I was in the exact same situation after flashing boot.img from one plus nord by mistake.
It got so bad it was totally bricked and just got into EDL mode by holding down the up and down volume buttons and holding power on. Even the screen didn't work.
Once that started, MSMDownload tool from the N100 thread worked fine, you downloaded the proper package right?
Which model does it say on the back? This was BE2013.
I think solution for you is a fastboot image, I extracted the payload.bin to .img files and brought it back to life with it and rooted it with magisk.
The boot.img I uploaded here was from Oxygen OS 10.5.5.
If you have fastboot you should 100% be able to boot into EDL mode, just hold down the up and down volume buttons for long time and then the power button
Thanks
Click to expand...
Click to collapse
For some reason Qualcomm Mode Edl does not launch whatsoever.
motovnet said:
Fast boot image is ready for Oxygen 10.5.5 Nord N100 EUROPE, I am uploading it to MEGA.
Click to expand...
Click to collapse
Thank you that's very kind of you. I think the only way to fix it by flash boot.img, but I have doubts because it does not work.
The only commands I am doing are "fastboot devices", "fastboot flash boot boot.img"
With the fastboot image you will be able to flash everything, it contains not only boot.img but system and etc. I managed to boot mine and bring it back to life by reflashing everyhing.
So the only thing I need to do is "fastboot flash boot ''.img" right?
Where can I get all the nesscary files?
And how did you manage to root it?
The fastboot image flashes all partitions, not just boot with stock Oxygen OS 10.5.5
What you need to do is run flash-all.bat from the archive and it will flash the entire os not just boot.img.
If you can't get to EDL mode, fastboot flash is the only solution. What model does it say in the back? This one was EUROPE BE2013.
Is your EU or Global device?
Archive is uploading still.
Thanks
The model is the correct one. BE2013, although it does not say EU or anything.
In the archive, I would just need to run flash-all.bat which flash boots all the nesscary images correct?
Thank you once agian.
2.55 GB file on MEGA
mega.nz
This is a fastboot image for OnePlus NORD N100 EU BE2013 device.
Extract it to a new folder, it contains fastboot in it.
Right click flash-all.bat and run as admin.
You can open the flash-all.bat file with notepad to check yourself there is nothing strange in it. I used a bat file from the forum that was fastboot image for OnePlus NORD and changed it to use the .img files for OnePlus NORD N100.
Contains Oxygen 10.5.5, once you bring it back to life (IF YOU HAVE THIS MODEL), you can use magisk to patch the boot.img and flash it via fastboot.
This is how I rooted it and it worked properly.
Please use it with caution and ensure your model matches! I can not guarantee it will work on other devices.
If you can't go to EDL mode, this is your way to go, but I don't know if flashing GLOBAL version will work.
Thanks
Windwell said:
The model is the correct one. BE2013, although it does not say EU or anything.
In the archive, I would just need to run flash-all.bat which flash boots all the nesscary images correct?
Thank you once agian.
Click to expand...
Click to collapse
I would guess BE2013 is the EU one, as this worked on mine.
motovnet said:
I would guess BE2013 is the EU one, as this worked on mine.
Click to expand...
Click to collapse
Okay thank you for helping me. I will try this later and keep you in touch.
Windwell said:
Okay thank you for helping me. I will try this later and keep you in touch.
Click to expand...
Click to collapse
Thanks, let me know if it works for you. If you're unable to flash it via fastboot, only EDL will help.

Categories

Resources