Question How do I install a custom rom coming from xiaomi eu? - Xiaomi Poco X3 Pro

I am using my poco x3 pro with mi eu as my daily driver; however, duplicate apps still reign supreme and the default mi music app doesn't get recognized in Android Auto.
I have dabbled in custom roms before, a couple times but most of them have stopped me from completely using the phone normally, namely broken camera support with drive doesn't recognizing the camera (even with gcam, don't @ me), slow document viewer and so on. As such, I generally refrained from using them, until I saw Crdroid 8 with MIUI cam, which seems like the best of both world for me.
The guides on the thread are too vague? And Im not sure about updating (the rom required a custom recovery image, however, my recovery is too old and i don't want to risk my phone getting bricked)
Can someone help? Thanks a lot!

bump

Boot to twrp
Format data
Wipe data, dalvik, cache
Install latest firmware - https://xiaomifirmwareupdater.com/firmware/vayu/
Install ROM
Flash Gapps
Format data

AmmarHaseeb said:
Boot to twrp
Format data
Wipe data, dalvik, cache
Install latest firmware - https://xiaomifirmwareupdater.com/firmware/vayu/
Install ROM
Flash Gapps
Format data
Click to expand...
Click to collapse
Does this erase the internal storage? I don't have an SD card and a usb otg

BreadGyarados said:
Does this erase the internal storage? I don't have an SD card and a usb otg
Click to expand...
Click to collapse
I already got that figured out

BreadGyarados said:
I already got that fig
Click to expand...
Click to collapse
BreadGyarados said:
I already got that figured out
Click to expand...
Click to collapse
Flash latest twrp, or orangefox recovery. On A11 android you can put rom zip to internal storage and flash from there, on a12 you need sideload rom, because recovery still not support encrypting storage.

irmas5 said:
Flash latest twrp, or orangefox recovery. On A11 android you can put rom zip to internal storage and flash from there, on a12 you need sideload rom, because recovery still not support encrypting storage.
Click to expand...
Click to collapse
I see!

does twrp support cross android versions? Like can I dirty flash one of the update (a12)? The crdroid og thread mentioned sth about a12 custom recovery

BreadGyarados said:
does twrp support cross android versions? Like can I dirty flash one of the update (a12)? The crdroid og thread mentioned sth about a12 custom recovery
Click to expand...
Click to collapse
All custom recoveries cannot decrypt Android 12 yet.
So you cannot see internal storage in any Android 12 ROM if your phone is encrypted. This will cause difficulties in dirty flash Android 12 systems.
What do you mean cross Android versions? MIUI to CrDroid 12 ? CrDroid 11 to CrDroid 12? CrDroid 12 to CrDroid 12?
It is better to do clean flash than to only dirty flash when you are crossing different OS and different Android version to prevent bugs.

pl1992aw said:
All custom recoveries cannot decrypt Android 12 yet.
So you cannot see internal storage in any Android 12 ROM if your phone is encrypted. This will cause difficulties in dirty flash Android 12 systems.
What do you mean cross Android versions? MIUI to CrDroid 12 ? CrDroid 11 to CrDroid 12? CrDroid 12 to CrDroid 12?
It is better to do clean flash than to only dirty flash when you are crossing different OS and different Android version to prevent bugs.
Click to expand...
Click to collapse
What I meant cross android versions is that miui eu running android 11 to crdroid running android 12, as the device has no official android 12 support.
I know that I need to clean flash the roms as a first time installation, but current twrp supports android 11 (check it on mifirm).

BreadGyarados said:
What I meant cross android versions is that miui eu running android 11 to crdroid running android 12, as the device has no official android 12 support.
I know that I need to clean flash the roms as a first time installation, but current twrp supports android 11 (check it on mifirm).
Click to expand...
Click to collapse
The deciding matter is the Android system currently installed in the phone.
Your example is MIUI.eu with Android 11, in custom recoveries should be able to see internal storage.
[Phone is now Android 11]
After you install CrDroid Android 12 and boot, then custom recoveries cannot see internal storage if it's encrypted.
[Phone is now Android 12]
If you revert from CrDroid Android 12 to MIUI.eu Android 11 and boot, then custom recoveries should be able to see internal storage again.
[Phone is now Android 11]
If your phone is now Android 12, when you want to install something or flash/update a ROM in custom recoveries, it will be a bit complicated as mentioned earlier. You have to sideload with commands.
If you have microSD cards in the phone or USB OTG, then custom recoveries should be able to read them even under when phone is Android 12.
Whether ROMs can dirty flash or not, you have to read the ROM thread and replies (or Telegram if there is no XDA thread), especially replies by the developer.
Some version cannot be dirty flashed, even if it's by the same developer.

Related

Ultimate Guide for Flashing GSI For Kuntao ( Lenovo P2A42 )

Ultimate Guide for Flashing GENRIC SYSTEM IMAGE.
Contents:
Intro
how to flash gsi.
how to get rooted.
gapps issues
how to get back to non treble rom from gsi or treble enabled builds.
Introduction and basic information:
GSI means Generic System Image, which can be flashed over any Treble Device.
So, in simple words : same System.img can be flashed over multiple devices having Treble Support.
This happens as we now have a separate /vendor partition where all the vendor hals are stored.
Now, this will help to do easy bring ups, Treble builds are smooth af y'all know that and you'll get to flash aosp treble rom
Also, if you own 2-3 treble devices, now you'll just have to download one system.img xD it'll work for all of em ( if treble supported )
How to get Treble Support?
Flashing Treble TWRP won't give you treble support. Keep that in Mind. It'll just mount the partition in the recovery, so that vendor img can be flashed.
To get Treble Support, you'll need to flash a latest ROM which has vendor image compiled with the latest changes by mikeNG, once you flash such a ROM, you'll get the vendor stored in the vendor partition, and after that you can flash any GSI ( as it's just System.img, and all our device specifics are in /vendor so it won't mess with that)
Instructions:
Download Official LineageOS-15.1 treble enabled build from here
Download treble enabled twrp from here
Move both the downloaded files to external sd card (recommended)(optional)
boot in twrp
move to wipe option from twrp.
advanced wipe.
select data and then check if its in ext4 if not format it to ext4 ( do this from official twrp by @celoxocis )
then go to install and install the recovery provided above.
reboot to recovery.
wipe system, data, dalvik, cache & internal storage recommended.
install the lineage os zip and reboot.
download GSI of any rom of your choice. if it is in zipped format extract it and make sure you have a *.img
boot into twrp
wipe anything other than boot, micro sd & vendor
go to install option and then select install image button on bottom right corner
select the gsi of your choice which you have downloaded and install it on system partition.
reboot to recovery (important)
flash mind the gapps if you are going to use gapps in your rom. ( important open gapps have a few issues on treble like many of times gapps dont get flashed or shows some error)
reboot
Kudos you have now flashed a Genric System Image on your Lenovo P2.
for how to get rooted with magisk refer to next post.
and List Of GSI is available here
if you have any doubts even after reading this ultimate guide feel free to post it i will try to answer it and help you with that.
after following instruction as mentioned above
* download the magisk from here
* flash it normally.
A list of GSI and download links can be found here.
https://github.com/phhusson/treble_experimentations/wiki/Generic-System-Image-(GSI)-list
Only A arm64 gsi are supported well on our device and based on arch of our device
how to get back to non treble rom?
* Download the non treble rom your choice
* boot into twrp do wipes as suggested on rom's thread and then flash the rom package no need to mess with vendor partition.
I have managed to flash Dirty Unicorns Rom and its working pretty much well.
Here are some screen shots.
Volte working on GSI?
Volte working on any gsi?
advaithbhat said:
Volte working on any gsi?
Click to expand...
Click to collapse
My network provider don't use volte you can try and tell me
Sent from my Phh-Treble vanilla using Tapatalk
I'm on codeexilir's twrp, can't I use that twrp to flash official los 15.1 to get vendor image and then flash any GSI. Or it is mandatory to use los twrp?
abdal2006 said:
I'm on codeexilir's twrp, can't I use that twrp to flash official los 15.1 to get vendor image and then flash any GSI. Or it is mandatory to use los twrp?
Click to expand...
Click to collapse
I believe You can but I haven't tested that.
Sent from my Phh-Treble vanilla using Tapatalk
If i want to change the gsi img then should i clean flash the los 15.1 again?
imPro01 said:
If i want to change the gsi img then should i clean flash the los 15.1 again?
Click to expand...
Click to collapse
No. Just don't wipe vendor & boot just change GSI
Sent from my Phh-Treble vanilla using Tapatalk
abhayruparel said:
No. Just don't wipe vendor & boot just change GSI
Click to expand...
Click to collapse
Thank you for reply
1) If i go to recovery and flash the new GSI img without anything wipe then it'll work?
2) If i want to go back to Los then how to do it?
Thx abhayruparel.
There is not an aosp p beta yet, no?
After flashing GSI NFC is not working
I can't make any gsi work.Always returns password and reset phone screens on reboot.Entering password says password accepted but decryption unsuccessful.Reset phone takes to TWRP but does nothing and reboots to the same password screen.What to do?
rexit1979 said:
I can't make any gsi work.Always returns password and reset phone screens on reboot.Entering password says password accepted but decryption unsuccessful.Reset phone takes to TWRP but does nothing and reboots to the same password screen.What to do?
Click to expand...
Click to collapse
Changing system and data to ext4 will do the trick probably
Miltonbaidya88 said:
Changing system and data to ext4 will do the trick probably
Click to expand...
Click to collapse
Both are already on ext4.
After flashing gsi got decryption unsuccessful error. How to solve that?
something is very wrong......
First if I flash lineage then any other gsi like pixel experience, it gives me decryption unsuccessful error.... I'm not even able to format the storage to remove encryption. I did format the encryption using an older version of twrp as the twrp provided for treble gives an error like ''
Unable to format data. Unble to remove encryption
-Now When I formatted data using earlier twrp and hen flashed the treble one and then flashed lineage. Booted and it still encrypted my phone. So the loop goes on again.
I dont know whats wrong. Treble flashing should be easy... been awake since last night trying to make it ork by using different combinations but no luck.
can anyone help?
Is there any way to enable volte in GSI?

Gsi Images that work with the g7 play

Make sure to have twrp installed for flashing roms without gapps included
you gsi's that already have gapps you can flash via either twrp or fastboot
Opengapps use arm and 9.0
https://opengapps.org/
opengapps10
https://sourceforge.net/projects/opengapps/files/arm/beta/20191114/
BitGapps 10
http://www.mediafire.com/file/vbskbno8oi7d1l0/BiTGApps-arm-10.0.0-v0.5-SW_signed.zip/file
Android 9:
Dot OS
https://sourceforge.net/projects/do...4_ab-UNOFFICIAL-20190918-0616.img.xz/download
Descendant
https://androidfilehost.com/?fid=6006931924117932459
Phh AOSP [ROOT] [GAPPS]
https://github.com/phhusson/treble_...v119/system-arm32_binder64-ab-gapps-su.img.xz
AOSP [fdroid][microG]
https://androidfilehost.com/?fid=1899786940962592691
Resurection Remix 7.0.3
https://sourceforge.net/projects/de...s/RR-P-v7.0.3-20191112-A64-AB.img.xz/download
Lineage OS 16
https://sourceforge.net/projects/an...017-UNOFFICIAL-treble_a64_bvN.img.xz/download
Android 10:
AOSP 10 [GAPPS]
https://github.com/phhusson/treble_...8/system-quack-arm32_binder64-ab-gapps.img.xz
Pixel Experience Q beta [GAPPS]
https://sourceforge.net/projects/de...elExperienceQ-28102019-A64-AB.img.xz/download
Dirty Unicorns 14 [Dialer Broken]
https://sourceforge.net/projects/de...tyUnicorns-14.0_111119-A64-AB.img.xz/download
Havoc OS 3.0
https://sourceforge.net/projects/ex...3.0-20191226-A64AB-Unofficial.img.xz/download
Lineage OS 17
https://sourceforge.net/projects/an...117-UNOFFICIAL-treble_a64_bvN.img.xz/download
EvolutionX 3.3
https://sourceforge.net/projects/ex...10.0-20191117-1424-UNOFFICIAL.img.xz/download
Device ID is a app for finding out your GSF
The code for gapps For custom ROMs
Will make it so you can access google play store
Put your gsf in this website
https://www.google.com/android/uncertified/
dont need twrp only fastboot to flash
EngineFixer44 said:
dont need twrp only fastboot to flash
Click to expand...
Click to collapse
twrp is to flash gapps on roms that dont come with them
any rom work fingerprint?
Linuxassassin said:
Make sure to have twrp installed for flashing roms without gapps included
you gsi's that already have gapps you can flash via either twrp or fastboot
Dot OS Needs Gapps
https://sourceforge.net/projects/do...4_ab-UNOFFICIAL-20190918-0616.img.xz/download
Descendant needs Gapps
https://androidfilehost.com/?fid=6006931924117932459
Phh AOSP
But has root access and gapps
https://github.com/phhusson/treble_...v119/system-arm32_binder64-ab-gapps-su.img.xz
Pixel Experience has gapps
https://github.com/EnesSastim/Downl...2019-08-24/PixelExperience_Plus-9.0-a64_ab.7z
Evolution X
https://sourceforge.net/projects/ev...volution-9.0-GSI-A64-AB-20190812.zip/download
AOSP microg fdroid instead of google play
https://androidfilehost.com/?fid=1899786940962592691
MSM Xtended Needs Gapps
https://androidfilehost.com/?fid=1899786940962570880
Opengapps use arm and 9.0
https://opengapps.org/
Click to expand...
Click to collapse
I got the first three to boot. The rest just sit indefinitely at the boot animation. Wiped system partition between each flash.
kpc said:
I got the first three to boot. The rest just sit indefinitely at the boot animation. Wiped system partition between each flash.
Click to expand...
Click to collapse
i didnt test the botom four i was going to test them
filipedonato said:
any rom work fingerprint?
Click to expand...
Click to collapse
i think dot os
can you tell me if these are 64 or 32 bit roms?, thnx!
brickhayabusa said:
can you tell me if these are 64 or 32 bit roms?, thnx!
Click to expand...
Click to collapse
arm32 binder 64
There will be a way to flash Pixel Experience without TWRP, if so, what are the commands
Wiliz Yei Yei said:
There will be a way to flash Pixel Experience without TWRP, if so, what are the commands
Click to expand...
Click to collapse
You can use fastboot to flash the zip
Fastboot -w
Fastboot flash system /path/to/your.img
If I install OASP Pie with Root, and then AOSP Q will Root continue? Or was deleted
Wiliz Yei Yei said:
If I install OASP Pie with Root, and then AOSP Q will Root continue? Or was deleted
Click to expand...
Click to collapse
i think it would delete root im not sure cause i did not test it
nav buttons
Hello all! Very new to all of this, actually first time ive ever flashed a phone b4. I have the 1952-4. I recently flashed 2 other gsi from a diff forum, Sourceforge, I believe. But on either one I didn't have any nav buttons am currently DL the AOSP from this OP with ROOT&GAPPS so im just wonbdering if there is something I should address prior to flashing this gsi to correct no nav or what. Sorry im super green and like I said this is first time so any help would be awesome! thanks.
Strokdchevy said:
Hello all! Very new to all of this, actually first time ive ever flashed a phone b4. I have the 1952-4. I recently flashed 2 other gsi from a diff forum, Sourceforge, I believe. But on either one I didn't have any nav buttons am currently DL the AOSP from this OP with ROOT&GAPPS so im just wonbdering if there is something I should address prior to flashing this gsi to correct no nav or what. Sorry im super green and like I said this is first time so any help would be awesome! thanks.
Click to expand...
Click to collapse
Flash the new gsi I put on the forum dirty unicorns 14 works almost flawless and you can install it via a clean flash
Linuxassassin said:
Make sure to have twrp installed for flashing roms without gapps included
you gsi's that already have gapps you can flash via either twrp or fastboot
Opengapps use arm and 9.0
https://opengapps.org/
BitGapps 10
http://www.mediafire.com/file/vbskbno8oi7d1l0/BiTGApps-arm-10.0.0-v0.5-SW_signed.zip/file
Android 9:
Dot OS
https://sourceforge.net/projects/do...4_ab-UNOFFICIAL-20190918-0616.img.xz/download
Descendant
https://androidfilehost.com/?fid=6006931924117932459
Phh AOSP [ROOT] [GAPPS]
https://github.com/phhusson/treble_...v119/system-arm32_binder64-ab-gapps-su.img.xz
AOSP [fdroid][microG]
https://androidfilehost.com/?fid=1899786940962592691
Resurection Remix 7.0.3
https://sourceforge.net/projects/de...s/RR-P-v7.0.3-20191112-A64-AB.img.xz/download
Android 10:
Pixel Experience Q beta [GAPPS]
https://sourceforge.net/projects/de...elExperienceQ-28102019-A64-AB.img.xz/download
Dirty Unicorns 14 [Dialer Broken]
https://sourceforge.net/projects/de...tyUnicorns-14.0_111119-A64-AB.img.xz/download
Havoc OS 3.0
https://sourceforge.net/projects/ex....0-20191117-A64-AB-Unofficial.img.xz/download
Click to expand...
Click to collapse
I tested all GSI, and none of them works the fingerprint sensor
Guhl0rd64 said:
I tested all GSI, and none of them works the fingerprint sensor
Click to expand...
Click to collapse
Yep I think it's because of the sensor they use
My only problem with the roms I tried
No Bluetooth audio for music
And root does not work
And fingerprint don't work other then that it's stable
Linuxassassin said:
Yep I think it's because of the sensor they use
My only problem with the roms I tried
No Bluetooth audio for music
And root does not work
And fingerprint don't work other then that it's stable
Click to expand...
Click to collapse
My Moto G7 Play is the XT1952-2 (Brazilian version), I installed everything right, but not now it is no longer vibrating, it no longer vibrated when I put the GSI DotOS, but when I returned to ROM of factory, still not vibrating, and I was wondering if anyone had this same problem as mine, would appreciate some help if possible!
Very nice. I just got a hold of a line on a bunch of G7 Play's for $20 a piece. Going to give some of these roms and recoveries a run for their money.

How to flash Miui 12 from custom recovery?

I was on Miui 11, Pie, when i unlocked bootloader, after unlocking boot loader i flashed orange fox recovery and and flash miui pro 9.10.10 wich iss miui 11 pie based custom rom.
Now i was using this for some while now yesterday i found masik p rom which is android 10 and miui 12 based.
After flashing msik p my phone is only booting in recovery,
Now i tried another miui 12 based rom which is Rog edition for violet
And same problem again, Its just show xiaomi logo and then reboot to orange fox.
Now i tried another version of miui pro which is miui pro 20.3.4 this is android 10 based but its miui 11, and its working fine.
Now I'm just curious is there any thing i habe to do to run miui 12 roms on my phone as miui 11 based roms are working weather it is pie based or android 10. But When comes to miui 12 its not booting.
In YouTube i found some one saying format data after flashing miui 12 rom and i tried that to still no luck, Any one have faved same issue can share their experience and solution too. Thank You for reading this.
Same problem bro....i dont understand how to solve this...so i tried to flash twrp,,but twrp is not installing.finally i am in orange fox recovery along with one plus 7 os beta15
Spiderman1992 said:
Same problem bro....i dont understand how to solve this...so i tried to flash twrp,,but twrp is not installing.finally i am in orange fox recovery along with one plus 7 os beta15
Click to expand...
Click to collapse
Now i don't have Violet but i did flash miui 12 android, The rom is MIUI novo.. 20.8.20, search google if you want to use miui 12 based on Android 10.
sah20089 said:
Now i don't have Violet but i did flash miui 12 android, The rom is MIUI novo.. 20.8.20, search google if you want to use miui 12 based on Android 10.
Click to expand...
Click to collapse
Flashed with twrp or orange fox?bcoz twrp is not installing brother.....
Spiderman1992 said:
Flashed with twrp or orange fox?bcoz twrp is not installing brother.....
Click to expand...
Click to collapse
Orange fox and i used this version
sah20089 said:
Orange fox and i used this version
Click to expand...
Click to collapse
Thank u bro...i will try this after...bcoz now i am using oxygen beta,,it is running smooth and well....plz give the miui novo rom link also
First of all download miui 12 recovery zip file for violet, after that boot into pitch black recovery, then wipe all partitions you see there and must format data then reboot to pitch black recovery again now place the zip file into your phone and flash and you will be good to go
Here is the link:-
For (MIUI 12)
http://bigota.d.miui.com/V12.0.1.0.QFHINXM/miui_VIOLETINGlobal_V12.0.1.0.QFHINXM_634e909327_10.0.zip
Note:- MIUI 12 build for Developers but you can try
For (MIUI 11)
http://bigota.d.miui.com/V11.0.2.0.QFHINXM/miui_VIOLETINGlobal_V11.0.2.0.QFHINXM_73c0bc5751_10.0.zip
Spiderman1992 said:
Thank u bro...i will try this after...bcoz now i am using oxygen beta,,it is running smooth and well....plz give the miui novo rom link also
Click to expand...
Click to collapse
http://minovo.ml/rom/370
Use 20.8.20 version first then update to next if you want. I have updated without wiping anything and it works..
sah20089 said:
http://minovo.ml/rom/370
Use 20.8.20 version first then update to next if you want. I have updated without wiping anything and it works..
Click to expand...
Click to collapse
Thank u so much brother:fingers-crossed:
sujoysarkar310 said:
First of all download miui 12 recovery zip file for violet, after that boot into pitch black recovery, then wipe all partitions you see there and must format data then reboot to pitch black recovery again now place the zip file into your phone and flash and you will be good to go
Here is the link:-
For (MIUI 12)
http://bigota.d.miui.com/V12.0.1.0.QFHINXM/miui_VIOLETINGlobal_V12.0.1.0.QFHINXM_634e909327_10.0.zip
Note:- MIUI 12 build for Developers but you can try
For (MIUI 11)
http://bigota.d.miui.com/V11.0.2.0.QFHINXM/miui_VIOLETINGlobal_V11.0.2.0.QFHINXM_73c0bc5751_10.0.zip
Click to expand...
Click to collapse
You dont have to wipe everything and it is REALLY risky because if the flashing process fails for any reason you will result with a hard-bricked phone, even twrp might get messed up. Flashing a new ROM will auto replace the partitions on its own

Why doesn't OP8T OxygenOS recovery do much?

It looks like the OP8T OOS recovery doesn't really exist. About the only things it will do is wipe data or reboot to fastboot or system. No sideload.
All of the android devices that I own I have rooted as well as installed new ROMS on them and they had at least a basic recovery. Why doesn't OP8T OOS have a recovery like most any basic android OS? I really don't understand especially since OP has been very user-oriented in dealing with it's fan base. It appears the LOS recovery has these basic features. I expect other ROMS built for OP8T have a working recovery. Is there something unusual about the OP8T?
zzjea said:
It looks like the OP8T OOS recovery doesn't really exist. About the only things it will do is wipe data or reboot to fastboot or system. No sideload.
All of the android devices that I own I have rooted as well as installed new ROMS on them and they had at least a basic recovery. Why doesn't OP8T OOS have a recovery like most any basic android OS? I really don't understand especially since OP has been very user-oriented in dealing with it's fan base. It appears the LOS recovery has these basic features. I expect other ROMS built for OP8T have a working recovery. Is there something unusual about the OP8T?
Click to expand...
Click to collapse
With the move to the A/B model, you now flash updates directly in the running system. So that functionality is no longer required in recovery. Which leaves just factory reset and fastboot as the two functions you can't do while the phone is still running.
Thanks. How do you install a new ROM then?
zzjea said:
Thanks. How do you install a new ROM then?
Click to expand...
Click to collapse
You use the custom ROM's recommended installation process.
You flash images, after unpacking them, with fastbootd.
So if you wanted to go back to OOS stock ROM from a custom ROM, you have to use the MSMtool? Did Android 10 or 11 or OOS change the partition structure for the OP8T? When and why did payload. bin become the container for the img files that used to be directly in the zip file? Is this all about the introduction of the seamless update and the a and b slots?
zzjea said:
So if you wanted to go back to OOS stock ROM from a custom ROM, you have to use the MSMtool? Did Android 10 or 11 or OOS change the partition structure for the OP8T? When and why did payload. bin become the container for the img files that used to be directly in the zip file? Is this all about the introduction of the seamless update and the a and b slots?
Click to expand...
Click to collapse
Have a read of this: https://source.android.com/devices/tech/ota/ab
Note that the OnePlus 8T uses this method - it even gets the updates from Google's servers.

Flashing help needed to remove Android 12 and reinstall MIUI 12 from scratch

HI everyone, wonder if you can help. I recently flashed my Poco with an Android 12 ROM I got off the internet. The Android 12 works, and if I reboot into recovery mode or whatever, TWRP loads.
I need to switch to dual sim, and Android 12 won't do what I want it to do, so I want to erase the thing totally clean and start from scratch with MIUI12.
I have downloaded a couple of firmwares and roms from xiaomifirmwareupdater website.
They are on an SD Card in the phone. I reboot into recovery, wipe cache etc, install the FW and add the ROM zip too.
But it ALWAYS fails with error code 1. When the phone reboots, it's back into Android 12.
Can anyone advise what I'm doing wrong??
Thanks!
beastwez said:
HI everyone, wonder if you can help. I recently flashed my Poco with an Android 12 ROM I got off the internet. The Android 12 works, and if I reboot into recovery mode or whatever, TWRP loads.
I need to switch to dual sim, and Android 12 won't do what I want it to do, so I want to erase the thing totally clean and start from scratch with MIUI12.
I have downloaded a couple of firmwares and roms from xiaomifirmwareupdater website.
They are on an SD Card in the phone. I reboot into recovery, wipe cache etc, install the FW and add the ROM zip too.
But it ALWAYS fails with error code 1. When the phone reboots, it's back into Android 12.
Can anyone advise what I'm doing wrong??
Thanks!
Click to expand...
Click to collapse
If you want a fresh start, you have to flash a recent fastboot ROM. You can find those also on the xiaomifirmwareupdater website.
Android 12 does switch between SIM cards. You are probably using a ROM that has bugs
Noter2017 said:
If you want a fresh start, you have to flash a recent fastboot ROM. You can find those also on the xiaomifirmwareupdater website.
Android 12 does switch between SIM cards. You are probably using a ROM that has bugs
Click to expand...
Click to collapse
Hi, thanks for the reply. The Android 12 is working fine, but some apps don't support dual sim, which I need
These are the files I used, are they the wrong ones?
Firmware.....
POCO X3 NFCsuryastableV12.5.4.0.RJGEUXM11.0Europe
Rom...
POCO X3 NFC EEAStableRecoveryV12.5.4.0.RJGEUXM11.02.7 GB
There is a fastboot one there at 5.4GB, but it downloads the same file as above
Stop the press! I've sorted it. Thanks for the heads up that I needed a fastboot recovery rom instead.
So i downloaded the 12.5 one, and flashed it with the miflash tool.
All up and working again

Categories

Resources