MI 9 SE THIS SYSTEM HAS BEEN DESTROYED - Xiaomi Mi 9 SE Questions & Answers

Permition to post.tnx
Hello guys i need some help pls for my mi 9 se global.
I try to downgrade my mi 9 se but sadly i brick it the screen show only "the system has been destroyed.
I try flashing it on Mi flash tools but the bootloader is lock
I try EDL mode but need "edl authentication" idont have money to pay for authorized account
Is there any other way i can recover my mi 9 plss help me i badly need my phone for my job plsss.
Thanks.

Install Minimal ADB & Fastboot, reboot your phone to fastboot if you can and then type "fastboot devices", if your phone is detected it should show then "fastboot continue", your phone should boot up to the version you had before

Related

Hard bricked mi A2 lite need help to enter EDL mode

I unlocked eh bootloader , installed twrp then after flashing magisk ,I got a bootloop.
Afterwards i tried to flash the stock rom ,but I got the mismatching device and rom error, so decided to install a custom rom .
After I installed pixel experience P and THE SYSTEM IS DESTROYED.
So I went back to the stock rom and edited the Flash_all.bat file removing everything but the flash commands.
now I have bricked phone and I can't enter EDL mode . when I plugg it in Usb I get HS-USB Diagnostics 900E.
Any suggestion is welcome
Can you enter fastboot unlock the bootloader and then reboot to edl via fastboot?
TJ1999 said:
Can you enter fastboot unlock the bootloader and then reboot to edl via fastboot?
Click to expand...
Click to collapse
thanks for your reply.
I succeded in entering the edl mode by opening the phone and shorting the JTAG pins.
After that I used mi flash tool with the srock rom and it worked
O did same mistake as you.
Can you teach me How to revive Mine?
anykill said:
O did same mistake as you.
Can you teach me How to revive Mine?
Click to expand...
Click to collapse
Just go to fastboot mode and type: "fastboot oem edl"
If you canĀ“t enter fastboot, you have to open your phone and connect the testpoints, then connect cable to pc and releas the test-points
https://www.youtube.com/watch?v=mhsRv42rsqI - here for the redmi 6 pro (same hw as mi a2 lite) - in min 2, the test points are shown!
bil23 said:
I unlocked eh bootloader , installed twrp then after flashing magisk ,I got a bootloop.
Afterwards i tried to flash the stock rom ,but I got the mismatching device and rom error, so decided to install a custom rom .
After I installed pixel experience P and THE SYSTEM IS DESTROYED.
So I went back to the stock rom and edited the Flash_all.bat file removing everything but the flash commands.
now I have bricked phone and I can't enter EDL mode . when I plugg it in Usb I get HS-USB Diagnostics 900E.
Any suggestion is welcome
Click to expand...
Click to collapse
Hey look at this: https://www.youtube.com/watch?v=YctyUhBgp34
it is very simple. I know you solve the problem but this video is better.
anykill said:
O did same mistake as you.
Can you teach me How to revive Mine?
Click to expand...
Click to collapse
1- install mi flash tool and Qualcomm driver on your Pc
2- open the phone (just remove the battery connector )
3-plug a USB cable in the device
4- short the jtag pins(you can find their location in this page www mobilerdx com/2018/09/xiaomi-redmi-6-pro-test-point-boot-into-edl-9008-mode.html
7-plug the USB cable in the Pc while shortening the pins
If you do these steps mi flash tool should reconize your device and you will be able to flash it

redmi note 5 pro is bricked

i have a xiaomi note 5
[whyred] which I can only get fastboot I have tried to
flash with the latest MiFlash and the 28 may 2018 Miflash
can see the device - it goes through the flash and
everything seems to be doing fine until after 30 seconds it says error
:FAILED ( remote: Flashing is not allowed in Lock State )
im trying to flash in edl but need a mi account
And im forget my mi account
any ideas ?
You can Flash any Rom over ADB search in YouTube ??
Even if you flash rom it will ask you at beginning for mi account. You can easily recover the password by going on site and select a recover password and use the email that you were using before.
You need No Password you have to do it with ADB Fastboot and Flash a new Rom on your device??

"This MIUI version can't be installed on this device"

Bricked with a locked bootloader - "This MIUI version can't be installed on this device"
I can get to "adb sideload" and fastboot, but the bootloader is locked
Can I unlock the bootloader with EDL? Can I access EDL with an EDL-cable? Or do I need to open the phone and short the EDL pins?
Can I recover the phone from a Linux computer? Or do I need Windoze?
Is it even possible to un-screw this phone?
Any help appreciated.
go vegan said:
Bricked with a locked bootloader - "This MIUI version can't be installed on this device"
I can get to "adb sideload" and fastboot, but the bootloader is locked
Can I unlock the bootloader with EDL? Can I access EDL with an EDL-cable? Or do I need to open the phone and short the EDL pins?
Can I recover the phone from a Linux computer? Or do I need Windoze?
Is it even possible to un-screw this phone?
Any help appreciated.
Click to expand...
Click to collapse
how did you do this?
Redmi 4A abdal said:
how did you do this?
Click to expand...
Click to collapse
1- Checking if this problem is still a problem with custom ROMs; it is, and thus I believe it to be a hardware fault.
2- Done testing, re-install stock stock ROM, lock bootloader via adb; bricked phone.
go vegan said:
1- Checking if this problem is still a problem with custom ROMs; it is, and thus I believe it to be a hardware fault.
2- Done testing, re-install stock stock ROM, lock bootloader via adb; bricked phone.
Click to expand...
Click to collapse
ok, you can run edl mode but its no good for you, its already locked by xiaomi, ( go ing to fastboot mode and give commands something like this " fastboot boot edl")
* do you see padlock lock sign when you go to fastboot mode
* try to flash vbmeta in fastboot mode
* try again to flash correct version miui fastboot rom with mi flashing tool with out selecting lock bootloader
I can get to fastboot by holding power+vol-down. There's no lock icon.
On Ubuntu, I don't think fastboot is compiled to support rebooting into edl. I tried editing the source, and I'm not sure if I did it right, but the binary I built did not boot the phone into edl.
Using these commands:
Code:
fastboot flash vbmeta /tmp/platform-tools/vbmeta.img
Code:
fastboot --disable-verity flash vbmeta /tmp/platform-tools/vbmeta.img
Code:
fastboot --disable-verity --disable-verification flash vbmeta /tmp/platform-tools/vbmeta.img
They all give the same result:
Code:
target reported max download size of 804274176 bytes
sending 'vbmeta' (4 KB)...
OKAY [ 0.006s]
writing 'vbmeta'...
FAILED (remote: Flashing is not allowed in Lock State)
finished. total time: 0.007s
go vegan said:
I can get to fastboot by holding power+vol-down. There's no lock icon.
On Ubuntu, I don't think fastboot is compiled to support rebooting into edl. I tried editing the source, and I'm not sure if I did it right, but the binary I built did not boot the phone into edl.
Using these commands:
Code:
fastboot flash vbmeta /tmp/platform-tools/vbmeta.img
Code:
fastboot --disable-verity flash vbmeta /tmp/platform-tools/vbmeta.img
Code:
fastboot --disable-verity --disable-verification flash vbmeta /tmp/platform-tools/vbmeta.img
They all give the same result:
Code:
target reported max download size of 804274176 bytes
sending 'vbmeta' (4 KB)...
OKAY [ 0.006s]
writing 'vbmeta'...
FAILED (remote: Flashing is not allowed in Lock State)
finished. total time: 0.007s
Click to expand...
Click to collapse
Try to unlock bootloader using cmd and then vbmeta
T.Y.M.SAI said:
Try to unlock bootloader using cmd and then vbmeta
Click to expand...
Click to collapse
I'm not sure what that means.
go vegan said:
I'm not sure what that means.
Click to expand...
Click to collapse
There are 2 ways to unlock bootloader
1. Official way using Mi flash tool
2. Unofficial way using cmd
There are lots of videos on how to unlock bootloader using cmd go and try them
Most important is to keep your phone charged
T.Y.M.SAI said:
1. Official way using Mi flash tool
2. Unofficial way using cmd
Click to expand...
Click to collapse
1- That requires access to a working phone.
2- All I'm finding is instructions for how to type "fastboot oem unlock" on a Windoze computer.
go vegan said:
1- That requires access to a working phone.
2- All I'm finding is instructions for how to type "fastboot oem unlock" on a Windoze computer.
Click to expand...
Click to collapse
Did you found a way to fix the phone or unlock bootloader?
You have 2 ways to get out of this situation.
1. Try to unlock the bootloader with the Mi account you used last time.
2. If couldn't unlock, then switch to EDL mode. Use a no auth programmer to flash the correct variant fastboot ROM and the device should boots up. Then add account again and wait for 168 hours for unlocking.
Since we've got no auth programmer for Sm6125 we could use EDL mode freely.
Hi there @go vegan , have you already fix your phone again? because i also got the same situation on my redmi 6. or is there anybody who can help? thanks
Hi all add me to the list with a k20pro.
The device was unlocked at the start, i got MIUI 12.5 global and flashed with miflashtool.
but wipe and lock was active.
now the phone comes up to the recovery menu and says the miui version is not for this device.
When I try to flash to another version, miflashtool says the device is locked,
when I try to unlock while using the account the device is registered in, miunlock says go to settings >developer options> mi unlock status.
Gave it to a repair shop for 1.5 months and nothing. I live in Iran so no authorized service centers here.
I have access to fast boot mode and recovery.
I tried xiaomitoll V2 which had a specific question asking if my device would show This MIUI version can't be installed on this device in phone is bricked option. It goes to get china official Rom but then errors.
I'm a noob here so any help would be great, tnx.
I have encountered the same problem a few hours ago with my beloved Redmi K20 Pro. My heart became gloomy thinking that I have no way left other than having to take to an authorized service centre where they will rip off the back cover. But then I stumbled upon this simple solution that took me a minute or two. This is how I solved it:
Entered the fastboot mode
Connected the phone to my laptop using the USB cable
Opened the official Mi Unlock Tool and logged in with my Mi account, and
Clicked on the beautiful UNLOCK button!
Boom! The phone is back to its vibrant life! I'm just happy again!
when I try to unlock while using the account the device is registered in, miunlock says go to settings >developer options> mi unlock status.
TECHtacian said:
I have encountered the same problem a few hours ago with my beloved Redmi K20 Pro. My heart became gloomy thinking that I have no way left other than having to take to an authorized service centre where they will rip off the back cover. But then I stumbled upon this simple solution that took me a minute or two. This is how I solved it:
Entered the fastboot mode
Connected the phone to my laptop using the USB cable
Opened the official Mi Unlock Tool and logged in with my Mi account, and
Clicked on the beautiful UNLOCK button!
Boom! The phone is back to its vibrant life! I'm just happy again!
Click to expand...
Click to collapse
Hi! Where can I download Mi Unlock Tool?
UnDevelopedDeveloper21 said:
Hi! Where can I download Mi Unlock Tool?
Click to expand...
Click to collapse
Apply for permissions to unlock Mi devices
en.miui.com
The solution to the problem is simple.
into fast boot mode,
Run unlock again!! Obviously it's locked. When unlocking is executed,
the same screen may appear again. Please do a reboot. You will definitely see the MIUI installation screen.
Device: Redmi note 7S
I found a solution and it worked for me:
1.Download the bat file and execute in your windows pc : https://drive.google.com/file/d/1NqPotx06yRuhPsOdEAdS4JNsk7qWWchF/view
2. After that use the MI unlocker tool to unlock the device.
3, Use mi flasher to flash the Rom.
After the hours of research in the internet i found the solution.
Thanks
Shiva5558 said:
Device: Redmi note 7S
I found a solution and it worked for me:
1.Download the bat file and execute in your windows pc : https://drive.google.com/file/d/1NqPotx06yRuhPsOdEAdS4JNsk7qWWchF/view
2. After that use the MI unlocker tool to unlock the device.
3, Use mi flasher to flash the Rom.
After the hours of research in the internet i found the solution.
Thanks
Click to expand...
Click to collapse
What do you mean by "execute in your windows pc"? Sorry for asking

redmi note 8t not showing in fastboot

i wanna install vanilla miui on my phone with mi flash but i cant because my phone not showing in fastboot (but it showing in adb when it on) pls help

XIAOMI MI A2 LITE Can't login to mi account

Hello Guys, I want to unlock bootloader via mi flash unlock tool, but I can't login into mi account on my phone, because in options I don't even have mi account, when I can download the apk of mi account or to bring it back?
do it with ADB/Powershell commands in fastboot , no need for mi tool
go in to fastboot mode and use the command
- fastboot oem unlock - to unlock
- fastboot oem lock - to lock
this is better then the flash tool with this you can unlock and
lock the bootloader at will , you can actualy go back to the factory ROM and lock the bootloader , it will wipe your data/phone every time you do it
hope it helps.
Ye I did it wth ADB, the thread can be closed

Categories

Resources