MIUI 13 MIUI 13 STABLE RELEASE


zgfg12

Members
Apr 27, 2021
492
167
Hello everyone, I see that the last stable rom for Lisa is Recovery Zip. So I'm interested in which Recovery is needed, whether it's R11.1_A12.
Thread:
Follow the AFH link from its first post, download the Orange Fox:

It's enough to boot one-time to OF:
fastboot boot <unzipped IMG file>

From OF, flash Xiaomi.eu (and then Format Data), it will also permanently install the OF (coming also with Xiaomi.eu ROM zip) to your Lisa
 

crotach

Members
Aug 4, 2022
22
15
Just wanted to say thanks. Not sure why the USB notification didn't show up on 13.0.8, maybe I messed something up, but after upgrading to 13.0.9 it works exactly as you described, no issues :)

I'm really enjoying getting to know this ROM and the phone, it just feels more polished and user-friendly than One Plus.
 
  • Like
Reactions: katerpanne

zgfg12

Members
Apr 27, 2021
492
167
I see now that for Lisa, new Stable (and now Recovery version) was uploaded yesterday:
xiaomi.eu_multi_MI11LE_XM11Lite5GNE_V13.0.3.0.SKOCNXM_v13-12.zip

How is that Stable compared to the Weekly 22.8.31 (previous week, very good one - newer, 22.9.7 has those issues with ugly spacing on the home screen)

Is this new Stable more or less like the Weekly, or something improved/newer?

Also, could it be considered as 'upgrade' (no Factory reset needed - I hope so) when switching from Weekly 22.8.31 to this Stable (Sep 10, '22)?
 
Last edited:

bungytis

Members
Sep 4, 2022
11
15
Hi. Downloaded latest stable ROM to PC for 12s Ultra (Thor), but it does not contain any executable file (.bat) like it had in previous version. Am I missing something? A newbie, so hope for understanding
 

737NG

Members
Aug 13, 2022
12
5
Hi. Downloaded latest stable ROM to PC for 12s Ultra (Thor), but it does not contain any executable file (.bat) like it had in previous version. Am I missing something? A newbie, so hope for understanding
You to need to read through this thread. This has been explained 100x times.
You can flash initialy 13.0.6 via fastboot and them continue flashing with twrp for ota updates. Its all written here.
 

737NG

Members
Aug 13, 2022
12
5
Also a question! Any feedback on how is the battery life on 12 Pro using 13.0.39 fw? That last on .37 was an absolute killer on the battery. I have never seen a phone draining the battery like 12 pro does. Light net browsing and all of a sudden im a 25% in a few Hours. Very light cpu usage
 

bungytis

Members
Sep 4, 2022
11
15
You can flash initialy 13.0.6 via fastboot and them continue flashing with twrp for ota updates. Its all written here.
I have flashed initially 13.0.8 and it had both Fastboot initial and update BAT files included in the download. 13.0.9 does not, this is why I have asked. Sorry, if everything has been described, I will search for answers
 

Bjames

Members
Jun 21, 2016
5
15
Thread:
Follow the AFH link from its first post, download the Orange Fox:

It's enough to boot one-time to OF:
fastboot boot <unzipped IMG file>

From OF, flash Xiaomi.eu (and then Format Data), it will also permanently install the OF (coming also with Xiaomi.eu ROM zip) to your Lisa
First I've tried to flash the OrangeFox-R11.1_2-Unofficial-lisa twrp to my lisa, it was failed:
fastboot flash recovery twrp.img
Sending 'recovery' (196608 KB) OKAY [ 4.646s]
Writing 'recovery' FAILED (remote: '(recovery_a) No such partition')
fastboot: error: Command failed
Then I followed this instruction and run the fastboot boot <unzipped IMG file>
The pone booted to orangefox twrp and I installed the xiaomi.eu_multi_MI11LE_XM11Lite5GNE_V13.0.3.0.SKOCNXM zip file. I did not wipe anything manually just reboot the phone. After this the phone booted to fastboot mode only so the rom installation is failed.

Then I run
fastboot boot recovery.img
After this the phone started booting to Orangefox but it was not loaded just the orange splashscreen was displayed.
Finally I flashed back the previous version of the xiaomi.eu rom (13.0.2). It is working now.

What did I do wrong?
How should the TWRP be installed on Lisa?

I have magisk installed, can it be a problem?
 

zgfg12

Members
Apr 27, 2021
492
167
First I've tried to flash the OrangeFox-R11.1_2-Unofficial-lisa twrp to my lisa, it was failed:

Then I followed this instruction and run the fastboot boot <unzipped IMG file>
The pone booted to orangefox twrp and I installed the xiaomi.eu_multi_MI11LE_XM11Lite5GNE_V13.0.3.0.SKOCNXM zip file. I did not wipe anything manually just reboot the phone. After this the phone booted to fastboot mode only so the rom installation is failed.

Then I run

After this the phone started booting to Orangefox but it was not loaded just the orange splashscreen was displayed.
Finally I flashed back the previous version of the xiaomi.eu rom (13.0.2). It is working now.

What did I do wrong?
How should the TWRP be installed on Lisa?

I have magisk installed, can it be a problem?
As said, you should have not used
fastboot flash boot <of img>
but
fastboot boot <of img>

Second, if you're coming from stock or another ROM, you had to Format Data from OF after flashing

Try to repeat with Formatting Data (and be aware that Format is not the same verb/command as Wipe - there are two different options in OF)
 
  • Like
Reactions: katerpanne

itch987

Members
Jan 13, 2020
14
15
As said, you should have not used
fastboot flash boot <of img>
but
fastboot boot <of img>

Second, if you're coming from stock or another ROM, you had to Format Data from OF after flashing

Try to repeat with Formatting Data (and be aware that Format is not the same verb/command as Wipe - there are two different options in OF)
I have lisa myself and have currently the last stable fastboot rom (13.2)
is it necessary to wipe data as well? or can I just boot orangefox and then install the latest stable 13.3 via recovery? ty
 

Bjames

Members
Jun 21, 2016
5
15
As said, you should have not used
fastboot flash boot <of img>
but
fastboot boot <of img>

Second, if you're coming from stock or another ROM, you had to Format Data from OF after flashing

Try to repeat with Formatting Data (and be aware that Format is not the same verb/command as Wipe - there are two different options in OF)

I found the way how to upgrade stable xiaomi.eu from 13.0.2 (fastboot) to 13.03 (twrp) on lisa phone:
- PC: Download OrangeFox-R11.1_2-Unofficial-lisa.zip from here
- PC: Copy OF zip file to the phone root directory
- Phone: Go to fasboot mode (start the phone with Volume down + power)
- PC: Unzip oragngefox zip file
- PC: Start a cmd in the OF folder
- PC: Run: fastboot boot recovery.img -> OrangeFox is stating on the phone
- Phone: Install the previously copied orangefox zip in OragenFox and reboot phone (that is what I missed previously)
- Phone: Reboot to recovery
- Phone: Select the new rom zip (13.0.3) file in orange fox and install it
- Phone Click on Wipe Cache button then Reboot
DONE!
 
  • Like
Reactions: itch987

TungLam

Members
Apr 3, 2018
6
15
Plz guide me how to update from 13.0.4 ( fastboot ) to 13.0.5 ( recovery ) on Redmi K30 Pro. I cann't using my old TWRP anymore .
 

zgfg12

Members
Apr 27, 2021
492
167
I found the way how to upgrade stable xiaomi.eu from 13.0.2 (fastboot) to 13.03 (twrp) on lisa phone:
- PC: Download OrangeFox-R11.1_2-Unofficial-lisa.zip from here
- PC: Copy OF zip file to the phone root directory
- Phone: Go to fasboot mode (start the phone with Volume down + power)
- PC: Unzip oragngefox zip file
- PC: Start a cmd in the OF folder
- PC: Run: fastboot boot recovery.img -> OrangeFox is stating on the phone
- Phone: Install the previously copied orangefox zip in OragenFox and reboot phone (that is what I missed previously)
- Phone: Reboot to recovery
- Phone: Select the new rom zip (13.0.3) file in orange fox and install it
- Phone Click on Wipe Cache button then Reboot
DONE!
Fine somebody else had a problem. I had successfully upgraded myself on Lisa from Fastboot Stable to Weekly Recovery - all fine and smooth and of course without a need for Factory Reset

But when you have users for whom you don't know what exactly they did wrong, resulting in bootloop, then I suggested him to redo with Formatting Data. If you have better idea, you can guide him...
 

hellfreezover

Members
Aug 29, 2015
534
82
Hi All,
After updating my XM12 to latest version ...39...
I am having issues with media streaming (over bluetooth) to my Plantronics Voyager Focus headset.
This same headset worked fie before.
I also tested another earphone (Samsung) and they worked.
I also tested the Plantronics on another phone and they also work...
I tried the following:
1. unpairing and re-pairing,
2. restarting the phone
3. Checked FW on Earphones - Latest.
4. Changed to different codecs, AVRCP...

Before I try to revert to previous version, are there any thoughts/recommendations?
Appreciate any help :)
 

katerpanne

Members
Apr 19, 2014
3,460
332
Hi. How a can change twrp 3.5.1 А11 to twrp 3.6.2?
look here…
 

katerpanne

Members
Apr 19, 2014
3,460
332
Plz guide me how to update from 13.0.4 ( fastboot ) to 13.0.5 ( recovery ) on Redmi K30 Pro. I cann't using my old TWRP anymore .
look here…
 

JM elektro

Members
Sep 11, 2022
3
3
Hi everybody, After having used 5 Xiaomi devices well, I now have a Mi 11T pro Vili to replace the Mi Max3 however,
I miss the Miui dailer (automatic recorder) so much
I've been reading a lot and gaining information the last few days
mine 11T pro vili 8gb 256gb now says Miui Global 13.0.15stable 13.0.15.0(SKDEUXM)
can I replace it with fastbood as described in the threads, and have everything cleared,
by xiaomi.eu_multi_XM11TPro_V13.0.6.0.SKDMIXM_v13-12-fastboot.zip
this is not an update but full rom 6.2gb and comes from xiaomifirmwareupdater.com
Or am I seeing it wrong and it's best to solve it in another way
 

akins0405

Members
May 25, 2020
6
15
Thread:
Follow the AFH link from its first post, download the Orange Fox:

It's enough to boot one-time to OF:
fastboot boot <unzipped IMG file>

From OF, flash Xiaomi.eu (and then Format Data), it will also permanently install the OF (coming also with Xiaomi.eu ROM zip) to your Lisa
Thank you for your help ,
 

agl2004

Members
Sep 12, 2022
3
3
Hello and thank you foy your work,
sorry for the newbie question. To flash MIUI 13 on Android 12, is required to unlock bootloader? In the first post it sais it's only required on Android 11.

Thank you again!!
 

JiaiJ

Members
Jun 11, 2020
1,118
297
Hello and thank you foy your work,
sorry for the newbie question. To flash MIUI 13 on Android 12, is required to unlock bootloader? In the first post it sais it's only required on Android 11.

Thank you again!!
It is always required to unlock bootloader in order to install a custom ROM.
 
  • Like
Reactions: agl2004

Similar threads

Replies
267
Views
272K
Replies
93
Views
55K
Replies
142
Views
50K
Replies
251
Views
89K
Replies
161
Views
59K