Xiaomi Mi 9t Pro Miui Global EEA 10.3.3 original DTBO file - Redmi K20 Pro / Xiaomi Mi 9T Pro Guides, News, & D

Hi guys I tried to install the 81hz mod and now I am stuck in a bootloop and I cannot access my recovery:
I made a backup of the DTBO partition with OrangeFox R10 and flashed the 81hz file to the DTBO partition. Now I am stuck in a bootloop and I cannot access the Recovery!
I can only access Fastboot-Mode and so I cannot get to my backup of the DTBO partition... Can anyone please send me a .zip or .img file of his DTBO partition so that I can flash it via Fastboot? Would be much appreciated!
I have a Xiaomi Mi 9t Pro 128GB/6GB with the Global EEA version of Miui 10.3.3.
Whoever has the same problem:
Unzip and flash this file via fastboot: https://forum.xda-developers.com/k2...-to-75hz-refresh-t3951193/page43#post80438903
The command is:
fastboot flash dbto /location of the file/dtbo_K20Pro_(Q)_60hz.img

Strike3k said:
Hi guys I tried to install the 81hz mod and now I am stuck in a bootloop and I cannot access my recovery:
I made a backup of the DTBO partition with OrangeFox R10 and flashed the 81hz file to the DTBO partition. Now I am stuck in a bootloop and I cannot access the Recovery!
I can only access Fastboot-Mode and so I cannot get to my backup of the DTBO partition... Can anyone please send me a .zip or .img file of his DTBO partition so that I can flash it via Fastboot? Would be much appreciated!
I have a Xiaomi Mi 9t Pro 128GB/6GB with the Global EEA version of Miui 10.3.3.
Whoever has the same problem:
Unzip and flash this file via fastboot: https://forum.xda-developers.com/k2...-to-75hz-refresh-t3951193/page43#post80438903
The command is:
fastboot flash dbto /location of the file/dtbo_K20Pro_(Q)_60hz.img
Click to expand...
Click to collapse
Also keep money for the next dispaly to mount it ( 250-300$ )

Related

[P20-Lite][ANE-LX1][8.0] Stock Firmware & system.img

I'm searching for the P20 Lite ANE-LX1-C432 Stock Firmware update.app or the stock/matching system.img file.
I cannot find it on google maybe huawei did not release it yet so i wonder if one of you guys did dump it
Thank you.
EDIT:
I found a full firmware here for ANE-LX1 :
Stock Firmware C185 (Middle East) [url]https://www.allrom.ir/2018/04/01/رام-فارسی-اندروید-8-0-هوآوی-پی-20-لایت-ane-l21-l01/[/URL]
I extracted the stock system.img ANE-LX1 from the update.app
I just flashed it everything works. system.img :
https://drive.google.com/open?id=1cbfdA9GaOQAKMWM0sFBPZh28q-Klmyvc
Without root we can't dump anything, still working on it. For now, there's nothing
RogerXIII said:
Without root we can't dump anything, still working on it. For now, there's nothing
Click to expand...
Click to collapse
Yes i tried to dump files with adb or fastboot but was not successful and now my device is too modified to try again.
Gonna wait for Huawei to post the firmware...
EDIT:
Look at the first post for links ! thx.
I found a full firmware here:
https://www.allrom.ir/2018/04/01/رام-فارسی-اندروید-8-0-هوآوی-پی-20-لایت-ane-l21-l01/
This one is C185 (Middle East)
Edit: Now i need to create a P20 Lite Profile for the Huawei Extractor. :crying:
Edit 2: i was able to extract the system.img from the update.app, now trying it.
Edit 3: I now have a Stock system.img ANE-LX1
I just flashed it everything works.
I will post it if you need it like me after trying some treble roms :angel:
Thanks, got system.img from this with no problem, but it looks like there's no boot.img in here, so still no chance for root
RogerXIII said:
Thanks, got system.img from this with no problem, but it looks like there's no boot.img in here, so still no chance for root
Click to expand...
Click to collapse
In the OREO boot & recovery partitions got a different names.
RECOVERY is now split in several partitions:
RECOVERY_RAMDISK
RECOVERY_VENDOR
RECOVERY_VBMETA
In the Oreo the command to flash a TWRP (that is not available yet) in the fastboot mode is:
fastboot flash recovery_ramdisk twrp.img
___
BOOT is now split in two partitions:
KERNEL
RAMDISK
In the Oreo the command to flash "KERNEL" in the fastboot mode is:
fastboot flash kernel kernel.img
kilroystyx said:
In the OREO boot & recovery partitions got a different names.
RECOVERY is now split in several partitions:
RECOVERY_KERNEL
RECOVERY_RAMDISK
RECOVERY_VENDOR
RECOVERY_VBMETA
In the Oreo the command to flash a TWRP (that is not available yet) in the fastboot mode is:
fastboot flash recovery_ramdisk twrp.img
___
BOOT is now split in two partitions:
KERNEL
RAMDISK
In the Oreo the command to flash "KERNEL" in the fastboot mode is:
fastboot flash kernel kernel.img
Click to expand...
Click to collapse
Thanks for this information! Patching boot.img to get root that way is not possible then I assume?
By flashing the Mate 10 Pro recovery, you can dump your boot.img with adb in recovery using dd command. I just tried dumping some partitions of my P20 Lite, everything works fine, but I already flashed a wrong boot partition so I cant provide the stock boot.img file.
EDIT : the recovery doesn't work at all, please do nothing else except dumping partitions, or you may brick your phone
Never mind! I managed to root by patching the ramdisk.img
RogerXIII said:
Never mind! I managed to root by patching the ramdisk.img
Click to expand...
Click to collapse
Can you pleeease give me a dump of your boot partition? I failed flashing the partition and without any boot.img file I'm totally lost :')
Jb-kun said:
Can you pleeease give me a dump of your boot partition? I failed flashing the partition and without any boot.img file I'm totally lost :')
Click to expand...
Click to collapse
I made a thread here, you can root or go back to stock there
Boas kilroystyx comprei um ANE-LX1 P20 Lite da vdf. Isto está com apenas single SIM. Sabes se mudar a ROM liberta a segunda SLOT? ainda não há firmware para isto pois não?
Obrigado,
MC
GV
kilroystyx said:
In the OREO boot & recovery partitions got a different names.
RECOVERY is now split in several partitions:
RECOVERY_KERNEL
RECOVERY_RAMDISK
RECOVERY_VENDOR
RECOVERY_VBMETA
In the Oreo the command to flash a TWRP (that is not available yet) in the fastboot mode is:
fastboot flash recovery_ramdisk twrp.img
___
BOOT is now split in two partitions:
KERNEL
RAMDISK
In the Oreo the command to flash "KERNEL" in the fastboot mode is:
fastboot flash kernel kernel.img
Click to expand...
Click to collapse
@ggviegas, xda is an international forum, so please write in English, or PM me.
RogerXIII said:
Thanks, got system.img from this with no problem, but it looks like there's no boot.img in here, so still no chance for root
Click to expand...
Click to collapse
I was too lazy to dump the other partitions because had to create a huawei extractor profile for the device, and there is a lot of partitions on the P20 Lite.
I am a complete noob. Brought the Chinese version with HiApp and all - don't know how to get it to the Middle East version. Can someone share the instruction that a 3-year-old can understand???
Thanks
I flashed system in fastboot. My device is Huawei Nova 3e (P20 Lite in china) everything works kinda nicely but notch settings in the display settings are disappeared. Notch is not working properly. Other than that, everything is alright. I need help to fix that notch settings. Can somebody help me?
Is the Android Auto working properly on this version? I see its the 105 and not the 108.
thelonelyman said:
I flashed system in fastboot. My device is Huawei Nova 3e (P20 Lite in china) everything works kinda nicely but notch settings in the display settings are disappeared. Notch is not working properly. Other than that, everything is alright. I need help to fix that notch settings. Can somebody help me?
Click to expand...
Click to collapse
Try to update the software as the notch options were added recently.
Hi there. I downloaded the Firmware and flashed the system.img but still my phone shows the 112 version. How is this possible?
When i flashed all img (all recovery, ramdisk, kernel, system) i got into a bootloop.
So i replaced them with the old ones. But still the system img was from the downloaded package.
What am i doing wrong? i can flash every system.img file but my version wont change.
I did a Full wipe aswell.
kilroystyx said:
In the OREO boot & recovery partitions got a different names.
RECOVERY is now split in several partitions:
RECOVERY_RAMDISK
RECOVERY_VENDOR
RECOVERY_VBMETA
In the Oreo the command to flash a TWRP (that is not available yet) in the fastboot mode is:
fastboot flash recovery_ramdisk twrp.img
___
Click to expand...
Click to collapse
so, using fastboot flash recovery_ramdisk recovery_ramdisk.img would be the proper way to go back to stock recovery?

Partition Problem in Redmi Y3

Help me, my phone's boot partition problem.
When i try to flash boot.img file using 'Minimal ADB and Fastboot' then it flash stock boot.img even i changed this file.
Means,
Stock Boot.img file of Redmi Y3 is 64mb
I copy custom Boot.img file(15.20mb) to Minimal ADB folder and flash this but i won't get custom Boot.img, i get stock boot.img of 64mb.
After this,
I Booted to Twrp Recovery and Try to flash Boot.img from here but i get this same problem again.
I Erased Boot Partition using Minimal ADB Tool and After this when i Booted to twrp and go to Backup then i see Boot(64mb).
When i Erased Boot.img It should be seen 0mb in Twrp but i see anytime it is 64mb help me please
you has bootloader unlocked?
Boot Partition Problem Solved
My Boot partition problem is Solved now !!
I flashed original rom miui 10.3.2 rom and after successful reboot, i flashed custom rom and new boot animation is coming in screen ???

HELP! new phone xiaomi mi a3 i buy 2 days ago i erased os by mistake with twrp how

HELP! new phone xiaomi mi a3 i buy 2 days ago i erased os by mistake with twrp how to fix ? stuck in fastboot logo whatsapp me please 0040757161888
extract system from rom and flash via fastboot with command: fastboot flash system system.img then flash recovery
Stefke93 said:
extract system from rom and flash via fastboot with command: fastboot flash system system.img then flash recovery
Click to expand...
Click to collapse
i did fixed , thank you all i put android 10 on it with twrp , and rooted huray!

Redmi 8a fastboot stuck

So i wanted to install custom rom on my redmi 8a, installed TWRP and wiped the system without installing the rom, now my phone is stuck in the fastboot mode because i don'‌t have system to load, also can'‌t access the TWRP and file system from the pc. How can i flash MIUI? Tried with Mi Flash Tool, got an error "missmatching image and device". I tried downloading several different roms and also from official website, but still didn't succeed in flashing and every time get this exact error.
SOLVED! flashed patched vbmeta through fastboot and can open TWRP now
Hi.
So, I'm exactly in the same situation. For a moment there I thought I perma-bricked my phone...
Anyway, can you tell me more about how you solved it?
Where did you get the patched vbmeta file?
How can I flash it? Is it just a simple fastboot flash <partition> <file> command?
Anything else I need besides the vbmeta file?
Thanks in advance.

Realme 7 pro stock ROM MSM Download tool

Hi!
I cant enter the MSM Download Tool app provided in ROMs folder. Does anyone know hoy to solve it?
I need to unbrick my phone
Sorry to say that you will have to pay an Indian to recover your phone, the MSM downloader requires an authorized id
I have a similar problem: accidentally i format the system partition and now i can only enter in recovery e fastboot mode but i can't install anything roms. Is there a way to restore stock rom or force a custom rom? Thanks.
I fixed it using part of this guide ->https://forum.xda-developers.com/t/unbrick-realme-7-pro-ui-1-0-android10.4347457/:
- Flash a custom recovery (i use twrp) and start the phone in recovery.
- Download the official rom ozip for realme 7 pro (i use the eu version).
- Start the phone in recovery and connect the phone to a pc and copy the ozip in it (i created a folder named "roms").
- Download a OFP Rom (the only i find are indian version).
- Download "MCT ofp extract tool" (for prevent virus warning it is possible use a vm machine...i used a second pc) and extract the OFP Rom.
- Download "minimal adb portable" and extract in the OFP Rom folder (where are the files of ofp rom extracted).
- Via fastboot flash the follow img:
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash super super.img
fastboot flash boot boot.img
fastboot flash persist persist.img
fastboot flash recovery recovery.img
- Now start the phone in recovery (will be the stock recovery).
- Wipe and after that flash the ozip file.
- After that format the memory phone (always via stock recovery).
- Reboot and that's all the phone start via with stock rom.
After configuration there are some update with the last ota dated 28/10/2021.
I hope, someone, will find it usefull.
alien762 said:
I fixed it using part of this guide ->https://forum.xda-developers.com/t/unbrick-realme-7-pro-ui-1-0-android10.4347457/:
- Flash a custom recovery (i use twrp) and start the phone in recovery.
- Download the official rom ozip for realme 7 pro (i use the eu version).
- Start the phone in recovery and connect the phone to a pc and copy the ozip in it (i created a folder named "roms").
- Download a OFP Rom (the only i find are indian version).
- Download "MCT ofp extract tool" (for prevent virus warning it is possible use a vm machine...i used a second pc) and extract the OFP Rom.
- Download "minimal adb portable" and extract in the OFP Rom folder (where are the files of ofp rom extracted).
- Via fastboot flash the follow img:
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash super super.img
fastboot flash boot boot.img
fastboot flash persist persist.img
fastboot flash recovery recovery.img
- Now start the phone in recovery (will be the stock recovery).
- Wipe and after that flash the ozip file.
- After that format the memory phone (always via stock recovery).
- Reboot and that's all the phone start via with stock rom.
After configuration there are some update with the last ota dated 28/10/2021.
I hope, someone, will find it usefull.
Click to expand...
Click to collapse
bro i did everything and i unbricked my phone successfully (thanks to you and that thread https://forum.xda-developers.com/t/unbrick-realme-7-pro-ui-1-0-android10.4347457/ )
but i still have a problem that my fingerprint doesn't work and i did not backup persist.
please help me bro - Thanks in advance.
alien762 said:
I fixed it using part of this guide ->https://forum.xda-developers.com/t/unbrick-realme-7-pro-ui-1-0-android10.4347457/:
- Flash a custom recovery (i use twrp) and start the phone in recovery.
- Download the official rom ozip for realme 7 pro (i use the eu version).
- Start the phone in recovery and connect the phone to a pc and copy the ozip in it (i created a folder named "roms").
- Download a OFP Rom (the only i find are indian version).
- Download "MCT ofp extract tool" (for prevent virus warning it is possible use a vm machine...i used a second pc) and extract the OFP Rom.
- Download "minimal adb portable" and extract in the OFP Rom folder (where are the files of ofp rom extracted).
- Via fastboot flash the follow img:
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash super super.img
fastboot flash boot boot.img
fastboot flash persist persist.img
fastboot flash recovery recovery.img
- Now start the phone in recovery (will be the stock recovery).
- Wipe and after that flash the ozip file.
- After that format the memory phone (always via stock recovery).
- Reboot and that's all the phone start via with stock rom.
After configuration there are some update with the last ota dated 28/10/2021.
I hope, someone, will find it usefull.
Click to expand...
Click to collapse
Hi, man.
I really need help with this one. I have a bricked device.
So, can you provide me with the twrp? I tried to install one but can't find the right one. Also, I'm stuck with this "boot destroyed" thing. Have tried to fix it--and it seems there's step in your solution above that I've tried as well (aka. flashing boot, vbmeta, super, etc.) but still can't get it work. Do you have any idea?
Cause it seems that I have to fix the boot destroyed thing first.
TIA
pls bro help me...Wipe and after that flash the ozip file?OZIP THATS mean stock rom or?
alien762 said:
I fixed it using part of this guide ->https://forum.xda-developers.com/t/unbrick-realme-7-pro-ui-1-0-android10.4347457/:
- Flash a custom recovery (i use twrp) and start the phone in recovery.
- Download the official rom ozip for realme 7 pro (i use the eu version).
- Start the phone in recovery and connect the phone to a pc and copy the ozip in it (i created a folder named "roms").
- Download a OFP Rom (the only i find are indian version).
- Download "MCT ofp extract tool" (for prevent virus warning it is possible use a vm machine...i used a second pc) and extract the OFP Rom.
- Download "minimal adb portable" and extract in the OFP Rom folder (where are the files of ofp rom extracted).
- Via fastboot flash the follow img:
fastboot flash vbmeta vbmeta.img
fastboot flash vbmeta_system vbmeta_system.img
fastboot flash vbmeta_vendor vbmeta_vendor.img
fastboot flash super super.img
fastboot flash boot boot.img
fastboot flash persist persist.img
fastboot flash recovery recovery.img
- Now start the phone in recovery (will be the stock recovery).
- Wipe and after that flash the ozip file.
- After that format the memory phone (always via stock recovery).
- Reboot and that's all the phone start via with stock rom.
After configuration there are some update with the last ota dated 28/10/2021.
I hope, someone, will find it usefull.
Click to expand...
Click to collapse
help plis ???

Categories

Resources