Skip to content

Commit 347c036

Browse files
authored
Add support for alioth (Redmi K40 / Mi 11X / Poco F3) (#343)
Based on reworked (working) Mi439 config in #317 Asks for `vendor_boot`, as depicted by Lineage 20 documentation. Maybe it has to be optional, since TWRP documentation doesn't mention it? Related to #275 Untested
2 parents 8c6183e + f9a10ea commit 347c036

File tree

2 files changed

+57
-0
lines changed

2 files changed

+57
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ Xiaomi | Mi 9T / Redmi K20 | [davinci](https://wiki.lineageos.org/devices/davinc
187187
Xiaomi | Redmi K20 Pro / Mi 9T Pro | raphael / raphaelin | | untested
188188
Xiaomi | Redmi Note 9S / 9 Pro / 9 Pro Max / 10 Lite / Poco M2 pro | [miatoll](https://wiki.lineageos.org/devices/lavender) : gram / curtana / excalibur / joyeuse | | untested
189189
Xiaomi | Redmi Note 10S / 11SE / Poco M5S | [rosemary](https://wiki.lineageos.org/devices/rosemary) / maltose / secret /rosemary_p | | untested
190+
Xiaomi | Redmi K40 / Mi 11X / Poco F3 | [alioth](https://wiki.lineageos.org/devices/alioth) / aliothin | | untested
190191
Xiaomi | Poco X3 Pro | [vayu](https://wiki.lineageos.org/devices/vayu) | | untested
191192
Xiaomi | 12 | cupid | | untested
192193
</details>
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
metadata:
2+
maintainer: A non (anon)
3+
brand: xiaomi
4+
device_name: Xiaomi Redmi K40 / Mi 11X / POCO F3
5+
is_ab_device: false
6+
device_code: alioth
7+
untested: true
8+
additional_steps:
9+
- vendor_boot
10+
- boot
11+
supported_device_codes:
12+
- alioth
13+
- aliothin
14+
notes:
15+
- Be careful when choosing OrangeFox version, Android 12 & 13 ROM needs OrangeFox version code with `A12`, for example `R11.1_5_A12`. Android 10 & 11 ROM needs OrangeFox version code without `A12` (bellow on the page)
16+
steps:
17+
unlock_bootloader:
18+
- type: confirm_button
19+
content: >
20+
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone
21+
how to start and run an operating system (like Android). Your device should be turned on. This will reset your phone.
22+
- type: link_button_with_confirm
23+
content: >
24+
- Create a Mi account on Xiaomi’s website. Beware that one account is only allowed to unlock one unique device every 30 days.
25+
26+
- Add a phone number to your Mi account, insert a SIM into your phone.
27+
28+
- Enable developer options in `Settings` > `About Phone` by repeatedly tapping MIUI Version.
29+
30+
- Link the device to your Mi account in `Settings` > `Additional settings` > `Developer options` > `Mi Unlock status`.
31+
32+
- Download the Mi Unlock app with the link bellow (Windows is required to run the app), and follow the instructions provided by the app. It may tell you that you have to wait, usually 7 days. If it does so, please wait the quoted amount of time before continuing to the next step!
33+
34+
- After device and Mi account are successfully verified, the bootloader should be unlocked.
35+
36+
- Since the device resets completely, you will need to re-enable USB debugging to continue : `Settings` > `Additional settings` > `Developer options` > `USB debugging`
37+
link: https://en.miui.com/unlock/download_en.html
38+
boot_recovery:
39+
- type: call_button
40+
content: >
41+
Now you need to install a custom recovery system on the phone. A recovery is a small subsystem on your phone,
42+
that manages updating, adapting and repairing of the operating system.
43+
44+
Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
45+
command: adb_reboot_bootloader
46+
- type: call_button
47+
content: >
48+
Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue.
49+
command: fastboot_flash_recovery
50+
- type: call_button
51+
img: twrp-start.jpeg
52+
content: >
53+
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
54+
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.
55+
Once it's done continue.
56+
command: fastboot_reboot_recovery

0 commit comments

Comments
 (0)