Right now I am devastated and beyond frustrated. Really hoping someone can help me. Last night I decided to reboot my Redmi Note 7 Pro however now for some reason instead of booting back into system like usual it got stuck on the "Redmi Note 7 Pro by Xiaomi" logo, after about 5 minutes it finally boots into recovery mode. No matter what I try or how many times I try rebooting the same exact thing keeps happening and I have no idea why! Only other option I have is booting into fastboot mode however my PC won't even detect the Note 7 when plugged in, Note 7 wont get power at all including when plugging into charger.
I had unlocked my bootloader and rooted, following the tutorial on here, running MIUI 10.3.5 Chinese rom. Apparently there's a newer version but I hadn't bother to update yet. Everything was working perfectly. All I was doing was a simple reboot so I have no idea why this is happening? My only explanation is that maybe Xiaomi tried updating MIUI when I rebooted my phone and it got corrupted somehow?
Would really appreciate advice on how this can be fixed if so? I guess if this can be fixed I'm going to be losing all my data? Right now I'm holding onto a glorified brick, it really sucks, talk about a bad day!
If it boots to twrp recovery any how than maybe you can take the data from there without losing it and if it not booting to recovery then you reflashed the twrp recovery and mount it there and the data to your pc
Thanks for replying. It boots into stock 3.0 recovery only options I have is reboot, wipe clean and mi assistant. It keeps looping into recovery until battery drains flat. I don't know why it started doing this all of a sudden? I didn't even do anything to cause this!
I have accepted the fact I will lose my data, I just want my phone fixed. Can anyone give me instructions on how to do this please?
toyspeed said:
Thanks for replying. It boots into stock 3.0 recovery only options I have is reboot, wipe clean and mi assistant. It keeps looping into recovery until battery drains flat. I don't know why it started doing this all of a sudden? I didn't even do anything to cause this!
I have accepted the fact I will lose my data, I just want my phone fixed. Can anyone give me instructions on how to do this please?
Click to expand...
Click to collapse
Now u r not able to rebooting to twrp? Right? So u should install twrp using fastboot again beacuse ur bootloader is unloacked. Then download any cus rom in your pc and push that rom in your phone when you are on twrp using following command-
adb push "whatistheromyouhavedownloaded.zip" /sdcard/
Then select the zip and install wia twrp. Once your rn7p get back into life you can again flash fastboot miui rom and root it.
Alternate you can try flashing wia mi flash tool since bl is unlocked so u can flash the fastboot rom for rn7p.
Byt the way which twrp u were using? Official one or peter?
Sent from my Redmi Note 7 Pro using XDA Labs
toyspeed said:
Right now I am devastated and beyond frustrated. Really hoping someone can help me. Last night I decided to reboot my Redmi Note 7 Pro however now for some reason instead of booting back into system like usual it got stuck on the "Redmi Note 7 Pro by Xiaomi" logo, after about 5 minutes it finally boots into recovery mode. No matter what I try or how many times I try rebooting the same exact thing keeps happening and I have no idea why! Only other option I have is booting into fastboot mode however my PC won't even detect the Note 7 when plugged in, Note 7 wont get power at all including when plugging into charger.
I had unlocked my bootloader and rooted, following the tutorial on here, running MIUI 10.3.5 Chinese rom. Apparently there's a newer version but I hadn't bother to update yet. Everything was working perfectly. All I was doing was a simple reboot so I have no idea why this is happening? My only explanation is that maybe Xiaomi tried updating MIUI when I rebooted my phone and it got corrupted somehow?
Would really appreciate advice on how this can be fixed if so? I guess if this can be fixed I'm going to be losing all my data? Right now I'm holding onto a glorified brick, it really sucks, talk about a bad day!
Click to expand...
Click to collapse
Try using the MiFlash Tool, it might not appear in your PC as a device but might get detected in MiFlash
hackermssharma said:
Now u r not able to rebooting to twrp? Right? So u should install twrp using fastboot again beacuse ur bootloader is unloacked. Then download any cus rom in your pc and push that rom in your phone when you are on twrp using following command-
adb push "whatistheromyouhavedownloaded.zip" /sdcard/
Then select the zip and install wia twrp. Once your rn7p get back into life you can again flash fastboot miui rom and root it.
Alternate you can try flashing wia mi flash tool since bl is unlocked so u can flash the fastboot rom for rn7p.
Byt the way which twrp u were using? Official one or peter?
Sent from my Redmi Note 7 Pro using XDA Labs
Click to expand...
Click to collapse
I used twrp found here when I root my phone, I never needed to use again after that everything was perfect until now:
https://forum.xda-developers.com/re...overy-unofficial-twrp-touch-recovery-t3921637
I try using your advice, I put into fastboot and plug into PC, which recognize it being plugged by sound, otherwise shown no other sign of being connected to RN7P. I use powershell and all I get is this following message when trying to make connection with phone:
"
adb : The term 'adb' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ adb devices
+ ~~~
+ CategoryInfo : ObjectNotFound: (adb:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Suggestion [3,General]: The command adb was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\adb". See "get-help about_Command_Precedence" for more details.
PS C:\platform-tools>
"
I don't know what to do?
toyspeed said:
Right now I am devastated and beyond frustrated. Really hoping someone can help me. Last night I decided to reboot my Redmi Note 7 Pro however now for some reason instead of booting back into system like usual it got stuck on the "Redmi Note 7 Pro by Xiaomi" logo, after about 5 minutes it finally boots into recovery mode. No matter what I try or how many times I try rebooting the same exact thing keeps happening and I have no idea why! Only other option I have is booting into fastboot mode however my PC won't even detect the Note 7 when plugged in, Note 7 wont get power at all including when plugging into charger.
I had unlocked my bootloader and rooted, following the tutorial on here, running MIUI 10.3.5 Chinese rom. Apparently there's a newer version but I hadn't bother to update yet. Everything was working perfectly. All I was doing was a simple reboot so I have no idea why this is happening? My only explanation is that maybe Xiaomi tried updating MIUI when I rebooted my phone and it got corrupted somehow?
Would really appreciate advice on how this can be fixed if so? I guess if this can be fixed I'm going to be losing all my data? Right now I'm holding onto a glorified brick, it really sucks, talk about a bad day!
Click to expand...
Click to collapse
Flash orange twrrp . then offcourse you lose all of your data
toyspeed said:
I used twrp found here when I root my phone, I never needed to use again after that everything was perfect until now:
https://forum.xda-developers.com/re...overy-unofficial-twrp-touch-recovery-t3921637
I try using your advice, I put into fastboot and plug into PC, which recognize it being plugged by sound, otherwise shown no other sign of being connected to RN7P. I use powershell and all I get is this following message when trying to make connection with phone:
"
adb : The term 'adb' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ adb devices
+ ~~~
+ CategoryInfo : ObjectNotFound: (adb:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
Suggestion [3,General]: The command adb was not found, but does exist in the current location. Windows PowerShell does not load commands from the current location by default. If you trust this command, instead type: ".\adb". See "get-help about_Command_Precedence" for more details.
PS C:\platform-tools>
"
I don't know what to do?
Click to expand...
Click to collapse
Which platform and adb tools u r using update them to latest
Bro u flashed wrong twrp u flashed twrp of rn7 not of rn7 pro thats why u get in this situation. The link u share of twrp is of rn7 thread not of our rn7 pro
Sent from my Redmi Note 7 Pro using XDA Labs
Thank you guys for help, I finally fix today.
toyspeed said:
Thank you guys for help, I finally fix today.
Click to expand...
Click to collapse
Glad to know your issue is addressed.
Would it be asking for too much to know what steps you followed in order to fix the issue?
I hope that way rest of the community folks would gain some insight should they revisit this issue.
fusionboyz said:
Glad to know your issue is addressed.
Would it be asking for too much to know what steps you followed in order to fix the issue?
I hope that way rest of the community folks would gain some insight should they revisit this issue.
Click to expand...
Click to collapse
He had flashed the wrong recovery for his device so not much of a learning for the rest of the community.
Boot to fastboot & flash stock rom....its because your phone downloaded the rom & when you restart it tried installing rom but failed
Stuck on the logo
I Have a RN7P, in morning my device got restarting again and again and now it got stuck on the "Redmi Note 7 Pro by Xiaomi" logo. I haven’t done anything like unlock bootloader or flash any rom. But scared why this thing happening again and again.
Appreciate if someone can advise how to fix this issue without losing any data.
I got same problem in my own device Redmi note 7 it hanged in TWRP Recovery logo and iF you got any solution for this, give me solution.
I have redmi note7 pro this phone suddenly switch off then not working and not working charging what will do???????
Shavith said:
I have redmi note7 pro this phone suddenly switch off then not working and not working charging what will do???????
Click to expand...
Click to collapse
What u did ? Elaborate did u try to unlock BL or try to install recovery or a rom or any ohter zip? Explain
Sent from my Redmi Note 7 Pro using XDA Labs
hi i am facing an issue with my redmi note7s phone its showing reboot, wipe all data n phone name and i pressed lots of time but its not coming in normal mode plzz help me to get outof this issue
toyspeed said:
Right now I am devastated and beyond frustrated. Really hoping someone can help me. Last night I decided to reboot my Redmi Note 7 Pro however now for some reason instead of booting back into system like usual it got stuck on the "Redmi Note 7 Pro by Xiaomi" logo, after about 5 minutes it finally boots into recovery mode. No matter what I try or how many times I try rebooting the same exact thing keeps happening and I have no idea why! Only other option I have is booting into fastboot mode however my PC won't even detect the Note 7 when plugged in, Note 7 wont get power at all including when plugging into charger.
I had unlocked my bootloader and rooted, following the tutorial on here, running MIUI 10.3.5 Chinese rom. Apparently there's a newer version but I hadn't bother to update yet. Everything was working perfectly. All I was doing was a simple reboot so I have no idea why this is happening? My only explanation is that maybe Xiaomi tried updating MIUI when I rebooted my phone and it got corrupted somehow?
Would really appreciate advice on how this can be fixed if so? I guess if this can be fixed I'm going to be losing all my data? Right now I'm holding onto a glorified brick, it really sucks, talk about a bad day!
Click to expand...
Click to collapse
Same thing happened to me. Stuck in TWRP bootloop. I had already installed the custom rom I wanted. This solved my problem -
Input these command in TWRP recovery then reboot to system
"dd if=/dev/zero of=/dev/block/bootdevice/by-name/fota
dd if=/dev/zero of=/dev/block/bootdevice/by-name/misc"
I've precious pictures of my buddies baby data. I tried to flash my redmi note 7 pro without flashing the userdata using the Miracle Xiaomi Tool v1.58 but it didn't work its the same, Stuck on redmi logo can anybody help me to get my friends data off my phone. Thank You
I've encountered the same problem today....
Can anyone help me
I don't know about twrp or anything that has been mentioned above
Plz some one help me
Hi yall,
I was wondering, did anyone successfully replace the Poco logo on bootup with a different picture? I've tried several different things from severall different threads. I tried flashing them through my custom recovery. I tried flashing it through fastboot. I've tried all the possible snapdragon chipset splash screen file names. So, am I doing something wrong? Is there a tool or working method I can use? Please keep in mind that I have a custom recovery (Orangefox), but I don't have root. I think rooting a device is useless to me personally (no offense to anyone who likes rooting their devices out there). Also, I am not using stock, I am using Pixel Experience Plus as my daily driver. Is it because I am on a custom rom? Any hint or suggestion would help me and probably other people as well. Thank you for taking your time to read this and possibly help both me and other people out with customizing their phones.
Thank you,
mattzilla30
i would like to know as well
i have been looking into this to no avail so far
Does this work for you?
Xiaomi lets you change the boot animation and charging screen in MIUI: Here's how to do it without root!
Here's how you can change the boot animation and charging screen on your Xiaomi device using the Themes app. No root access required!
www.xda-developers.com
pnin said:
Does this work for you?
Xiaomi lets you change the boot animation and charging screen in MIUI: Here's how to do it without root!
Here's how you can change the boot animation and charging screen on your Xiaomi device using the Themes app. No root access required!
www.xda-developers.com
Click to expand...
Click to collapse
no that is boot animation theres plenty of ways to replace that even without miui
we talking about the boot logo the POCO logo that appears whenever the phone is turned on
Hi,
I had bought my Poco X3 a few months after looking at the reviews and opinions from here and its been working for a while. To get to the point:
I'm at fault but I had dropped my phone in the urinal at a party and instead of wiping it off, I washed the phone with more water (I kept thinking that the phone was waterproof).
The next day the phone was bricked and it would power on and show poco logo and boot into miui but quickly turns off every time. I did some research and tried to flash the phone but as the bootloader was locked, it wasn't possible (I kept getting a "..Locked state error"
So I had decided to try the EDL point method and bought myself a phone repair kit, opened the back and shorted the EDL point and I'm pretty sure it worked, but I don't know what to do after that. Do I put it into fast boot? Unplug it and then plug it back to flash?
It would be extremely appreciated if someone could show a video (thanks for risking your phone then) or a step by step guide on how to unbrick it by using EDL point and flash the phone. It wouldn't just help me but also those in the same situation (not the urinal part but the locked bootloader ) Thanks everyone, enjoy you day!
I have the same problem with my poco x3 nfc too cannot enter recovery mode
Deleted member 11683987 said:
Hi,
I had bought my Poco X3 a few months after looking at the reviews and opinions from here and its been working for a while. To get to the point:
I'm at fault but I had dropped my phone in the urinal at a party and instead of wiping it off, I washed the phone with more water (I kept thinking that the phone was waterproof).
The next day the phone was bricked and it would power on and show poco logo and boot into miui but quickly turns off every time. I did some research and tried to flash the phone but as the bootloader was locked, it wasn't possible (I kept getting a "..Locked state error"
So I had decided to try the EDL point method and bought myself a phone repair kit, opened the back and shorted the EDL point and I'm pretty sure it worked, but I don't know what to do after that. Do I put it into fast boot? Unplug it and then plug it back to flash?
It would be extremely appreciated if someone could show a video (thanks for risking your phone then) or a step by step guide on how to unbrick it by using EDL point and flash the phone. It wouldn't just help me but also those in the same situation (not the urinal part but the locked bootloader ) Thanks everyone, enjoy you day!
Click to expand...
Click to collapse
Bro After you put your phone in EDL mode
you have to flash it by Mi flash tool or any Qualcomm Supported box
But you can't do it because in EDL mode also you need authorization
because your bootloader is locked so you have to find a way to bypass AUTH
after that you can flash Your phone in FASTBOOT mode or EDL mode
so i was downgrading my MIUI to 12.0.2 from 12.0.3 because there was some features got removed like: quick access to lock application dual screen etc...
so i downloaded a rom which is the 12.0.2 and then installed it, and i made a mistake, before installing it.. it asked me to erase or format the whole system so the chances would very likely to work, but i refused and did not tick the check box, and continued without it, and then it proceed to install the rom, but few mins later i got an error saying
"The system has been destroyed
Press power button to shutdown"
so the first thing i went to do is, accessing the bootloader but its off, and "FAST BOOT" is only accessible.
the next day i went to google to search some solution but those solution is very likely hard,
opening the phone shorting two pins and using UNLOCKTOOL
unlocking the bootloader with mi unlocker
using mi flash
(the last two didnt work because i have OEM turned off and im not signed in with mi account in my phone, but i saw someone on this platform saying if you have unlocked your bootloader before you will likely to get your phone unlocked, i have unlocked my phone before and thats why i have mi account, but it wont work...)
im tempted to open my phone and do the EDL mode but i dont have the software because its paid and i cannot find any crack version of it
so im stuck to getting my phone repaired to the market or going to xiaomi service center
if you have any suggestions, id like to hear them
Hello. I have a Redmi Note 11 Pro+ that got stuck in a boot loop. I've been pressing the power button for a few hours without any success. The only change now is that it no longer restarts in a loop; it just stays on the MI logo. The phone entered this vicious cycle after it ran out of battery and when I charged it, it started experiencing the boot loop issue.
I should mention that I can access fastboot mode, and Mi Assistant might be able to help me somehow.
phone is new without unlocked bootloader and other stuff.
when i connect phone to pc on mi assistant i can see in undefined devices "pissarro"
Do you have any advice on how to revive it?
Is it possible to recover at least the videos and photos from the phone without turning it on?
Try to see if you have the 'safe mode' option on the recovery and try.
Otherwise, erase your data with the recovery.
If the same try this tool:
(Tool) ROM2box All in one FRP, Flashing & unlocking tool
ROM2box is a Powerful tool and GUI bring all the tools on a single app. it support qcom mediatek and spreadtum phones. Supported Functions- Function Name Status bypass Auth Yes bypass FRP MTK yes bypass FRP qcom yes bypass FRP samsung...
forum.xda-developers.com
NOSS8 said:
Deleted.
Click to expand...
Click to collapse
yeah i try to go in safe mode but it's also stucko on mi logo....
so it's no chance to save my gallery?
i done wipe all data and it's turn into safe mode, Any advice on how to deal with this problem in the future?
adam66688 said:
i done wipe all data and it's turn into safe mode, Any advice on how to deal with this problem in the future?
Click to expand...
Click to collapse
Did the phone restart?
NOSS8 said:
Did the phone restart?
Click to expand...
Click to collapse
yup, after wipe data it's restart
adam66688 said:
yup, after wipe data it's restart
Click to expand...
Click to collapse
Good news.
The reasons for this problem remain relatively obscure.
An update, an app, the beginning of a H.w problem can cause this problem and in general 80% of cases are not resolved so easily.
For photo/video backup use a cloud or back up regularly to a PC.