Tech/PocoM4.md
... ...
@@ -24,7 +24,7 @@ RAM
24 24
: 6GB
25 25
26 26
Factory Firmware Version
27
-: ``
27
+: `MUIU 13.0.7(RKEMIXM)`
28 28
29 29
Firmware Version
30 30
: ``
... ...
@@ -33,7 +33,34 @@ XDA Devs
33 33
: https://forum.xda-developers.com/f/redmi-note-11s-4g-poco-m4-pro-4g-fleur.12591
34 34
35 35
36
+# Firmware
37
+- https://mirom.ezbox.idv.tw/en/phone/fleur/roms-global-stable/
38
+ - [Recovery 13.0.7.0 RKEMIXM](https://bigota.d.miui.com/V13.0.7.0.RKEMIXM/miui_FLEURGlobal_V13.0.7.0.RKEMIXM_30020f3ca0_11.0.zip)
39
+ - [Fastboot 13.0.7.0 RKEMIXM](https://bigota.d.miui.com/V13.0.7.0.RKEMIXM/fleur_global_images_V13.0.7.0.RKEMIXM_20220419.0000.00_11.0_global_79dd3bd4a6.tgz)
40
+
36 41
# Rooting
37 42
https://forum.xda-developers.com/t/root-poco-m4-pro-4g-fleur-using-magisk.4449193/
38 43
39
-* [mtkclient](https://github.com/bkerler/mtkclient)
44
+Adapted from https://forum.xda-developers.com/t/unlock-bootloader-redmi-note-11s.4431675/
45
+
46
+1. Root
47
+ - Install [mtkclient](https://github.com/bkerler/mtkclient)
48
+ - On your phone activate developer mode (About phone → All specs → MIUI version)
49
+ - Turn on USB debugging and OEM unlocking
50
+ - Turn off phone and disconnect from computer
51
+ - In the directory where you installed mtkclient run:
52
+ - `mtk e metadata,userdata,md_udc`
53
+ - This erases your data
54
+ - At this point plug your phone in (still turned off)
55
+ - `mtk da seccfg unlock`
56
+ - This unlocks the bootloader
57
+ - `mtk reset`
58
+ - This reboots the phone
59
+ - Disconnect USB cable and reboot phone
60
+ - When it boots a message is displayed warning that dm-verity is corrupted. Click the power button to dismiss and continue booting.
61
+
62
+2. Source boot.img
63
+ - Find your MIUI version in Settings -> About phone -> MIUI Version and look for the version number (e.g. 13.0.6.0(RKEEUXM))
64
+ - Visit the MIUI Updates Tracker and download the matching Stable Fastboot update (if you can't find it scroll down to Extracting boot.img from Payload)
65
+ - Unzip the TGZ and the TAR that it contains then navigate to the images directory and find the boot.img file
66
+