[Solved] Bricked my Redmi Note 8 Pro - trouble using SP Flash Tool - Redmi Note 8 Pro Questions & Answers

Hey, so at the end of August 2021 I unlocked my phone and flashed the official PixelExperience repository recommended in the wiki along with the 2021-08-24 version of PE (Android 11). Lated I read that to update it I need to do a clean flash so yesterday I went to the recovery and wiped /data, /system, /cache, basically all the 3 options there were, then flashed the latest PE ZIP via ADB sideload. Clicked reboot in the recovery and boom, phone bricked, doesn't react to any key combination, only has the charing LED when connecting to a charger or to PC via USB.
So I've done a little research and found the tutorial at
with this ZIP https://mega.nz/file/A4YSEZaA#0Jk3_jH8uVtMnATciVRtWw2r_SH0NPLq4P6SrGNuwJQ - followed it, but I get stuck on the last step with a red "Download DA 100%" bar at the bottom, which after 2 minutes yields an "ERROR : STATUS_EXT_RAM_EXCEPTION (0xC0050005)" popup.
I tried doing it like 7 times, I found somewhere that this error could be caused by a driver problem and one possible solution is to reinstall the driver. I wasn't sure which driver to reinstall so I just completed the whole procedure again on my different Windows 10 laptop, and it's the same problem. What can I be doing wrong?
I was trying to flash these two files (the "fastboot" versions, right?)
Xiaomi Firmware Updater
The ultimate script that provides firmware packages for Xiaomi devices.
xiaomifirmwareupdater.com
Xiaomi Firmware Updater
The ultimate script that provides firmware packages for Xiaomi devices.
xiaomifirmwareupdater.com
so the global and the EEA versions. The phone was bought in Poland (EU) so I assume one of them should be correct, right?
What can I be doing wrong?

Nicofisi said:
Hey, so at the end of August 2021 I unlocked my phone and flashed the official PixelExperience repository recommended in the wiki along with the 2021-08-24 version of PE (Android 11). Lated I read that to update it I need to do a clean flash so yesterday I went to the recovery and wiped /data, /system, /cache, basically all the 3 options there were, then flashed the latest PE ZIP via ADB sideload. Clicked reboot in the recovery and boom, phone bricked, doesn't react to any key combination, only has the charing LED when connecting to a charger or to PC via USB.
So I've done a little research and found the tutorial at
with this ZIP https://mega.nz/file/A4YSEZaA#0Jk3_jH8uVtMnATciVRtWw2r_SH0NPLq4P6SrGNuwJQ - followed it, but I get stuck on the last step with a red "Download DA 100%" bar at the bottom, which after 2 minutes yields an "ERROR : STATUS_EXT_RAM_EXCEPTION (0xC0050005)" popup.
I tried doing it like 7 times, I found somewhere that this error could be caused by a driver problem and one possible solution is to reinstall the driver. I wasn't sure which driver to reinstall so I just completed the whole procedure again on my different Windows 10 laptop, and it's the same problem. What can I be doing wrong?
I was trying to flash these two files (the "fastboot" versions, right?)
Xiaomi Firmware Updater
The ultimate script that provides firmware packages for Xiaomi devices.
xiaomifirmwareupdater.com
Xiaomi Firmware Updater
The ultimate script that provides firmware packages for Xiaomi devices.
xiaomifirmwareupdater.com
so the global and the EEA versions. The phone was bought in Poland (EU) so I assume one of them should be correct, right?
What can I be doing wrong?
Click to expand...
Click to collapse

Kirasu2080 said:
You already touch it.
But you cant do it without tricks.
1/Error showed:
- Run bypass again (Runthis.bat)
- Connect your phone without press anything. Hold Power + volume up until Bypass success and release. Then quickly press Download on Sp flash tool
2/Error not show: Stuck at red DA 100% for more than 10s
- Press Stop
- Run bypass again (Runthis.bat)
- Connect your phone without press anything. Hold Power + volume up until Bypass success and release. Then quickly press Download on Sp flash tool
You need do it 2 times to work
(You dont need to add libusb again unless you change other port. Dont recognize can be solve by Power + volume up)
Click to expand...
Click to collapse
Thanks, love you man <3
The only problem I had was that I didn't know that you need to have the runthis.bat window focused or else it won't show updates (new lines), I had the SP Flash Tool window focused at first. After I figured this out though - following your instructions precisely, it worked flawlessly. Much thanks!!! <3
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}

Related

[GUIDE/TIP]Failed fastboot flashing of stock ROM

I was on stock ROM (12.0.8.0 QJSEUXM) and noticed that v12.0.9.0 is out for some time already, but not offered by system to be installed. In the past with my previous phones when I wanted to "force" the update, I simply downloaded fastboot ROM, flashed it and re-rooted the phone. In a matter of few minutes I had up-to-date and working phone again. Today I tried the same with Mi 10T lite and it failed miserably.
Observed issues:
1. flashing script (flash_all_except_storage.bat) comes with CRCLIST and SPARECRCLIST commands which are either not understood by phone (fastbootd), or fail verification (fastboot)
2. after modification of script and removal of beforementioned lines, flashing completes, however phone stays in bootloop showing just Mi logo
3. using different PC, USB port, USB cable, fastboot version, fastbootd/fastboot mode, driver version, Mi flash,.. result always in the same non-functional phone
4. after booting to TWRP (fastboot boot twrp.img), internal data gets decrypted correctly, but TWRP reports issue mounting /odm
5. flashing different ROM version results in the very same issue
Fix:
1. Flash stock ROM (in my case 12.0.8.0)
2. If you receive an CRC error, remove 2 lines from flashing script containing words CRCLIST and SPARECRCLIST and re-run it again
3. Download recovery ROM (12.0.9.0) and put it to internal SD (you can do it in advance or through TWRP when the phone is already "soft-bricked")
4. Flash recovery ROM from TWRP & reboot to functional system
I noticed that fastboot ROM uses super.img, which for some reason isn't flashed properly. Recovery ROM flashes /system, /vendor and /odm partitions directly, which overcomes this limitation. If anyone knows why it happens and especially how to use fastboot ROM directly with no extra steps, please share it.
_mysiak_ said:
I was on stock ROM (12.0.8.0 QJSEUXM) and noticed that v12.0.9.0 is out for some time already, but not offered by system to be installed. In the past with my previous phones when I wanted to "force" the update, I simply downloaded fastboot ROM, flashed it and re-rooted the phone. In a matter of few minutes I had up-to-date and working phone again. Today I tried the same with Mi 10T lite and it failed miserably.
Observed issues:
1. flashing script (flash_all_except_storage.bat) comes with CRCLIST and SPARECRCLIST commands which are either not understood by phone (fastbootd), or fail verification (fastboot)
2. after modification of script and removal of beforementioned lines, flashing completes, however phone stays in bootloop showing just Mi logo
3. using different PC, USB port, USB cable, fastboot version, fastbootd/fastboot mode, driver version, Mi flash,.. result always in the same non-functional phone
4. after booting to TWRP (fastboot boot twrp.img), internal data gets decrypted correctly, but TWRP reports issue mounting /odm
5. flashing different ROM version results in the very same issue
Fix:
1. Flash stock ROM (in my case 12.0.8.0)
2. Download recovery ROM (12.0.9.0) and put it to internal SD (you can do it in advance or through TWRP when the phone is already "soft-bricked")
3. Flash recovery ROM from TWRP & reboot to functional system
I noticed that fastboot ROM uses super.img, which for some reason isn't flashed properly. Recovery ROM flashes /system, /vendor and /odm partitions directly, which overcomes this limitation. If anyone knows why it happens and especially how to use fastboot ROM directly with no extra steps, please share it.
Click to expand...
Click to collapse
I tried to flash firmware rom with mi flash tool, but there error too, maybe i am errorman
i will try one more time, keep your fingers to me
NeverMind._. said:
I tried to flash firmware rom with mi flash tool, but there error too, maybe i am errorman
Click to expand...
Click to collapse
What error? You might need to modify your flashing script and remove lines mentioning CRCLIST and SPARECRCLIST.
_mysiak_ said:
What error? You might need to modify your flashing script and remove lines mentioning CRCLIST and SPARECRCLIST.
Click to expand...
Click to collapse
I will do it on my notebook, if it will show error i will show you it, btw thx for helping me
wtf, i flashd with mi flash tool, after 6 minutes, it shows error, phone is showing redmi lol
btw it works, but now i have redmi 10t lite
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
try this program QPST_2.7.496
i need help. After a failed attempt of flash. My phone stuck on fast boot screen not found in MI flash too. i installed adb again still not appear in mi flash tool. I can enter recovery mode but still not appear in mi flash tool. I only have stock recovery
kammgl said:
i need help. After a failed attempt of flash. My phone stuck on fast boot screen not found in MI flash too. i installed adb again still not appear in mi flash tool. I can enter recovery mode but still not appear in mi flash tool. I only have stock recovery
Click to expand...
Click to collapse
For flashing you need to be in fastboot mode. If your phone is not detected correctly, most probably you have incorrect drivers installed (ADB instead of fastboot). Check from command line "fastboot devices" - you should see your phone connected. If it's missing, check your drivers in Windows device manager.
Can you attach picture , of how many lines did you remove? I have 4 lines with spare and crc
tze_vitamin said:
Can you attach picture , of how many lines did you remove? I have 4 lines with spare and crc
Click to expand...
Click to collapse
Might be easier for you to show the lines.. I removed only 2 lines, but maybe there are more with more recent ROMs.
_mysiak_ said:
Might be easier for you to show the lines.. I removed only 2 lines, but maybe there are more with more recent ROMs.
Click to expand...
Click to collapse
I remove 4 lines but still have the same issue. I reopen MI flash tools, upload ROM again,and still showing the same error, I will upload pics later
I was using my phone normally, I left it charging and when I looked at it again, it would restart non-stop. It's a Xiaomi Mi 10T Lite, I held the power button, but it didn't turn on, it just came back to the bootloader screen, I didn't try to format it as I was trying to recover my files.
So I thought about unlocking the bootloader to get access to my files, I used Mi Unlock Tool, but it doesn't work. I still have access to my account phone number and email address. But I couldn't unlock by this method.
Please I need your help. Thank you

How To Guide Different Method for Installing Poco F3 Fastboot rom

For those stuck in fastboot mode, I'm going to talk about installing fastboot rom by following a different path. I tried different methods because I was constantly getting errors with Mi flash. I can say that I found a 100% solution with the method below.
First of all, download and install the following files on your computer.
1: Minimal adb
2: Toll all in one
3: And drivers.
4: The fastboot rom you will use
------------------------------------------------
1: Extract the downloaded rom to the folder with winrar.
2: Run minimal adb. keep it open
3: Run tool all in one.
4: Connect the phone to PC in fastboot mode.
5: Tool all in one will see your phone. If it does not see it as poco, select it as generic and introduce it.
6: Choose to flash factory images
7: Choose xiaomi fastboot rom flasher
8: Select yours unzipped rom folder
9: Run flash rom.
10: Wait 5-8 minutes and finish.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Alternative programs:
XiaomiADBFastbootTools (Java)
https://github.com/Szaki/XiaomiADBFastbootTools
XiaoMiTool (v2)
https://www.xiaomitool.com/
Both can be used in Windows, Linux and macOS.
Bootloader unlock can be done with XiaoMiTool (v2) for Linux and macOS.
Mi Phone Assistant v4.2 Beta Official! With Unofficial English translate by TomHenson!
https://c.mi.com/thread-3049986-1-0.html​
Mi-Flash
https://xiaomiflashtool.com​
Mi-Flash Pro
https://miflashpro.com​
TOOL ALL IN ONE
https://forum.xda-developers.com/t/3358711/​
MIFLASH[GUIDE]⚙ USE XIAOMI FLASH TOOL
FOR ALL XIAOMI BOOTLOADER MUST BE UNLOCKED https://new.c.mi.com/global/post/101245 https://en.miui.com/unlock/index.html ----------------------------------------------------------------------------------------------------------- All your data...
forum.xda-developers.com
pl1992aw said:
Alternative programs:
XiaomiADBFastbootTools (Java)
https://github.com/Szaki/XiaomiADBFastbootTools
XiaoMiTool (v2)
https://www.xiaomitool.com/
Both can be used in Windows, Linux and MAC.
Bootloader unlock can be done with XiaoMiTool (v2), good alternative for Linux and MAC to try unlock bootloader.
Click to expand...
Click to collapse
I tried xiamitool v2. I got similar errors on it too
entekss said:
I tried xiamitool v2. I got similar errors on it too
Click to expand...
Click to collapse
Show what error you get.
There are people flashing with Mi-Flash that always gives errors, but the phone still successfully flashed and bootup.
Some errors are saying the bootloader is not locked, but the flashing process are success.
Flash fastboot ROM can be even done with just double click on the "Flash all.bat" file from the fastboot ROM. All these programs are running those scripts which is already inside fastboot ROM.
pl1992aw said:
Show what error you get.
There are people flashing with Mi-Flash that always gives errors, but the phone still successfully flashed and bootup.
Some errors are saying the bootloader is not locked, but the flashing process are success.
Flash fastboot ROM can be even done with just double click on the "Flash all.bat" file from the fastboot ROM.
Click to expand...
Click to collapse
everyone's problem may be different. I've been trying to install rom for two days. I tried all fastboot roms with miflash and xiaoMitool. I failed in all. I wanted to share when I was successful in this method. Anyone who wishes can use whatever they want.
entekss said:
everyone's problem may be different. I've been trying to install rom for two days. I tried all fastboot roms with miflash and xiaoMitool. I failed in all. I wanted to share when I was successful in this method. Anyone who wishes can use whatever they want.
Click to expand...
Click to collapse
Everyone's problem may be different, so still need to see what error encountered. Some people cannot use Mi-Flash because they accidently locked bootloader. In this kind of cases, even the tool you mentioned can't help. So still need to post what error encountered.
Of course. I put alternative programs so anyone who wishes can use whatever they want.
The tool you mentioned can only be used in Windows, but it also can work on non-Xiaomi phones like OnePlus, some ROG/Asus, ZTE, Nubia etc.
There will be from time to time some people asking how to do it on Linux or macOS, so they need alternative programs.
This worked for me on my poco f3. Was having issues with mi flash. Thanks for sharing

Question First time trying to install a custom ROM, ended up with a boot-loop. Don't know how to fix.

I tried installing Pixel Experience on my Poco F3 (using Windows10), for some reason I end up in a boot-loop.
Now I'm trying to restore an official ROM but the .bat provided with those just simply closes after typing Y (warning message) and entering.
Ofcourse, as a total noob would, I don't really have an idea what version was installed before other than I updated to the latest MIUI (through the phone itself) a week ago.
Kind of in a pickle here, phone unusable :x
I assume that developer mode is unlocked and the bootloader unlocked?
- Install mimimal ADB & fastboot in Windows
- remove cable between phone and computer
- turn off handy
- Run Fastboot CMD in Windows
- turn handy on with " POWER and VOL-"
- connect cell phone with computer
- in Fastboot CMD type" FASTBOOT DEVICES " (now you should see a number)
if no number appears there, the device is not recognized. Reinstall the driver, try another USB port and/or new USB cable.
If the number appears, download the correct fastboot ROM and install it with the MiFlashTool.
Nimesco said:
I tried installing Pixel Experience on my Poco F3 (using Windows10), for some reason I end up in a boot-loop.
Now I'm trying to restore an official ROM but the .bat provided with those just simply closes after typing Y (warning message) and entering.
Ofcourse, as a total noob would, I don't really have an idea what version was installed before other than I updated to the latest MIUI (through the phone itself) a week ago.
Kind of in a pickle here, phone unusable :x
Click to expand...
Click to collapse
did u try running the .bat file as administrator?
keyoke87 said:
did u try running the .bat file as administrator?
Click to expand...
Click to collapse
Yes I have.
Running the PixelExperience bat as Administrator causes it to close after launch, without any messages.
Running the MIUI bat as Administrator does exactly the same thing as without, shows warning, I type Y and enter, prompt closes.
beicuxhaven said:
I assume that developer mode is unlocked and the bootloader unlocked?
- Install mimimal ADB & fastboot in Windows
- remove cable between phone and computer
- turn off handy
- Run Fastboot CMD in Windows
- turn handy on with " POWER and VOL-"
- connect cell phone with computer
- in Fastboot CMD type" FASTBOOT DEVICES " (now you should see a number)
if no number appears there, the device is not recognized. Reinstall the driver, try another USB port and/or new USB cable.
If the number appears, download the correct fastboot ROM and install it with the MiFlashTool.
Click to expand...
Click to collapse
I downloaded the minimal ADB & fastboot for Windows, ran the command and I can see a number for my device, so I'm guessing thats fine.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Then I downloaded the MiFlashTool (latest) and on startup I already get an error:
Pressing "Continue" removes the error dialog and then stays on the driver update screen with "waiting"
Nimesco said:
I downloaded the minimal ADB & fastboot for Windows, ran the command and I can see a number for my device, so I'm guessing thats fine.
View attachment 5362453
Then I downloaded the MiFlashTool (latest) and on startup I already get an error:
View attachment 5362455
Pressing "Continue" removes the error dialog and then stays on the driver update screen with "waiting"
Click to expand...
Click to collapse
Is not the latest, this is the latest : https://xiaomiflashtool.com/download/xiaomi-flash-tool-20210226
X0PIRAT3 said:
Is not the latest, this is the latest : https://xiaomiflashtool.com/download/xiaomi-flash-tool-20210226
Click to expand...
Click to collapse
Thank you, I found out just a little after making the post. The Xiaomi websites are a real mess! There's a bunch of different ones out there, but most of them are out of date.
With that latest version, I managed to reinstall MIUI although the tool itself said it encountered an error. (I asume it failed to send the restart command or something like that, because after restarting myself I was greeted with the MIUI first use setup)
Now I got my phone working, I can't wait to break it again ;-)
Any suggestions on what Custom ROM looks the cleanest and works best at the moment?
Nimesco said:
Thank you, I found out just a little after making the post. The Xiaomi websites are a real mess! There's a bunch of different ones out there, but most of them are out of date.
With that latest version, I managed to reinstall MIUI although the tool itself said it encountered an error. (I asume it failed to send the restart command or something like that, because after restarting myself I was greeted with the MIUI first use setup)
Now I got my phone working, I can't wait to break it again ;-)
Any suggestions on what Custom ROM looks the cleanest and works best at the moment?
Click to expand...
Click to collapse
Syberia Project <3
Go to my Bench post : https://forum.xda-developers.com/t/send-youre-antutu-benchmark-geekbench-score.4291519/
I post all rom's i tried and his Antutu Benchmark score

How To Guide MiFlash 20220507 – Xiaomi Mi Flash Tool (New)

Mi Flash Tool is a tool by Xiaomi to flash firmware or Stock ROMs on Xiaomi devices.
The tool is simple yet powerful. The process for flashing any file is very tough but this tool made it very simple. Just connect the phone in fastboot mode and select the file and click on flash.
Clean all: Select this one before flashing to wipe everything from the device including storage system data etc.
Save user data: This can be selected when you want to keep the data untouched. But this is not recommended to use in all cases.
Clean all & lock: Clean all is the same as the above one but the lock means it will lock the bootloader again on the device.
Xiaomi frequently releases updates for the Tool with some new features. If the latest version of the tool is not compatible with the smartphone you’re flashing then try flashing it using the older version of the tool.
Keeping this in mind we have also provided links to download Mi Flash Tool (All versions).
Find MiFlash flash tool from the link given below.
MiFlash 20220507 (New)
MiFlash 20220218
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
How to use Mi Flash Tool
Download the Xiaomi Stock ROM or Firmware for your Xiaomi phone.
Extract the downloaded .tgz file using any extractor like WinRAR (remember the extracted location).
Power off your Xiaomi phone and then press & hold Vol down+power button to boot into fastboot mode.
Open the Mi Flash Tool on PC (search for it on the windows search bar).
Connect your phone with PC using a USB cable.
Click on the refresh button to check your device is connected or not. If it shows anything on the index it means that the device is connected.
Now click on select and locate the extracted firmware folder.
In this Tool, you will see three options below. Select clean all to wipe everything from the device, select Save user data to Save your content, or select clean all and lock to clean everything and lock the bootloader again.
After all these steps click on flash and wait for completion.
It will show the success message after flashing.
Done, this will automatically reboot your device, if not then reboot your device manually. The first bootup after flashing can take time so you don’t have to worry about it.
Nice and simply guide!
Few things to point out:
Instead of "stockfirmware.info" I recommend xiaomifirmwareupdater.com
On most Windows PCs, Windows Update auto-installs generic Android USB drivers, which should work fine.
On other PCs where the phone doesn't get detected, you can install the drivers from within Mi Flash > Driver.
Linux:
Linux already has the drivers. Mi Flash is not available on Linux, so in order to flash the Stock ROM in Fastboot Mode you'll need to run one of the .sh-script files from the ROM-folder directly, which requires SDK Platform Tools (allows you to do Fastboot and ADB commands):
Ubuntu (or other Debian-based distros): sudo apt install android-sdk-platform-tools
Arch-based distros: sudo pacman -S android-sdk-platform-tools
For a visual guide I can also recommend the YouTuber "munchy" who has covered pretty much everything in regards to Xiaomi Modding. e.g. How to revert to Stock ROM, How to flash TWRP / OrangeFox, How to update firmware, How to flash Custom ROM etc.

Question Phone rebooting Kernel Framework crash and DM verity error

Hi,
I have a 6 month old EU model of this phone which has started rebooting frequently and displaying a DM Verity Corruption Error, the MUI Ui log folder shows abnormal reboot kernel /framework.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
This phone is running stock software and has never altered / unlocked / rooted.
I've tried factory reset from within the settings menu and restoring backup, I've also tried wipe and reset from the recovery menu and not using my backup or installing anything and it still rebooted after 35mins up time, the device is not hot not has it been dropped.
I've also tried reinstalling the latest firmware but could only get this to work from within the setting and selecting download latest package.
I tried to download the latest recovery firmware and copy to SD CARD, naming as update.zip and it did not try to flash when I used the recovery boot (power off and power on holding power and volume), I also tried from the settings, about phone, MIUI press it a lot and then under the dots choose select package but it tells me it's not allowed to install an unofficial package.
I've tried to contact customer service and had the 'thank you we will respond in 48 hours', I think something may have been corrupted on the last MIUI update and it's very annoying as it's my Wife's phone and my Poco X3 NFC has been brilliant.
I can't seem to find other way to try and clean install the software, please can anyone relate to these issues and offer some advice on how I may be able to flash the current software over itself , of course it could be a hardware fault but it seems too much of a coincidence it is since updates have been received.
damianiw said:
Hi,
I have a 6 month old EU model of this phone which has started rebooting frequently and displaying a DM Verity Corruption Error, the MUI Ui log folder shows abnormal reboot kernel /framework.
View attachment 5887881
View attachment 5887879
View attachment 5887883
This phone is running stock software and has never altered / unlocked / rooted.
I've tried factory reset from within the settings menu and restoring backup, I've also tried wipe and reset from the recovery menu and not using my backup or installing anything and it still rebooted after 35mins up time, the device is not hot not has it been dropped.
I've also tried reinstalling the latest firmware but could only get this to work from within the setting and selecting download latest package.
I tried to download the latest recovery firmware and copy to SD CARD, naming as update.zip and it did not try to flash when I used the recovery boot (power off and power on holding power and volume), I also tried from the settings, about phone, MIUI press it a lot and then under the dots choose select package but it tells me it's not allowed to install an unofficial package.
I've tried to contact customer service and had the 'thank you we will respond in 48 hours', I think something may have been corrupted on the last MIUI update and it's very annoying as it's my Wife's phone and my Poco X3 NFC has been brilliant.
I can't seem to find other way to try and clean install the software, please can anyone relate to these issues and offer some advice on how I may be able to flash the current software over itself , of course it could be a hardware fault but it seems too much of a coincidence it is since updates have been received.
Click to expand...
Click to collapse
Bootloader locked check.if yes try to flash MIUI 13.0.6 full firmware 3gb size .it will be fixed or try to reinstall firmware with mi flash tool and locked bootloader

Categories

Resources