Skip to content

Commit 013b5b8

Browse files
author
rudu
committed
Add support for apollo
1 parent 562acd3 commit 013b5b8

2 files changed

Lines changed: 57 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ After starting the app you will be prompted to plug your device into your comput
8585

8686
## Officially supported devices
8787

88-
Currently, the **we support 86 devices** by various vendors and working on adding more soon!
88+
Currently, the **we support 87 devices** by various vendors and working on adding more soon!
8989

9090
Support for these devices is provided as best effort, but things might still go wrong.
9191
Help to improve the tool by reporting any issues you might face.
@@ -220,11 +220,12 @@ Xiaomi | Redmi Note 8 / 8T | [ginkgo](https://wiki.lineageos.org/devices/ginkgo)
220220
Xiaomi | Redmi Note 8 Pro | begonia | | untested
221221
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
222222
Xiaomi | Redmi Note 10S / 11SE / Poco M5S | [rosemary](https://wiki.lineageos.org/devices/rosemary) / maltose / secret /rosemary_p | | untested
223+
Xiaomi | Redmi Note 10 Pro | [sweet](https://wiki.lineageos.org/devices/sweet) | M2101K6G | tested
223224
Xiaomi | Mi A2 / Mi 6X | jasmine_sprout | | untested
224225
Xiaomi | Mi 8 | [dipper](https://wiki.lineageos.org/devices/dipper) | | untested
225226
Xiaomi | Mi 9T / Redmi K20 | [davinci](https://wiki.lineageos.org/devices/davinci) / davinciin | | untested
226227
Xiaomi | Redmi K20 Pro / Mi 9T Pro | raphael / raphaelin | | untested
227-
Xiaomi | Redmi Note 10 Pro | [sweet](https://wiki.lineageos.org/devices/sweet) | M2101K6G | tested
228+
Xiaomi | Mi 10T / Mi 10T Pro / Redmi K20 | [apollon](https://wiki.lineageos.org/devices/apollon) / apollo | | untested
228229
Xiaomi | Redmi K40 / Mi 11X / Poco F3 | [alioth](https://wiki.lineageos.org/devices/alioth) / aliothin | | untested
229230
Xiaomi | Poco X3 / X3 NFC | [surya](https://wiki.lineageos.org/devices/surya) / karna | | untested
230231
Xiaomi | Poco X3 Pro | [vayu](https://wiki.lineageos.org/devices/vayu) | | tested
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
metadata:
2+
maintainer: A non (anon)
3+
brand: xiaomi
4+
device_name: Xiaomi Mi 10T / 10T Pro / Redmi K30S Ultra
5+
is_ab_device: false
6+
device_code: apollon
7+
supported_device_codes:
8+
- apollon
9+
- apollo
10+
untested: true
11+
requirements:
12+
android: 12 (S)
13+
steps:
14+
unlock_bootloader:
15+
- type: confirm_button
16+
content: >
17+
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone
18+
how to start and run an operating system (like Android). Your device should be turned on. This will reset your phone.
19+
- type: link_button_with_confirm
20+
content: >
21+
- Create a Mi account on Xiaomi’s website. Beware that one account is only allowed to unlock one unique device every 30 days.
22+
23+
- Add a phone number to your Mi account, insert a SIM into your phone.
24+
25+
- Enable developer options in `Settings` > `About Phone` by repeatedly tapping MIUI Version.
26+
27+
- Link the device to your Mi account in `Settings` > `Additional settings` > `Developer options` > `Mi Unlock status`.
28+
29+
- 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!
30+
31+
- After device and Mi account are successfully verified, the bootloader should be unlocked.
32+
33+
- Since the device resets completely, you will need to re-enable USB debugging to continue : `Settings` > `Additional settings` > `Developer options` > `USB debugging`
34+
link: https://en.miui.com/unlock/download_en.html
35+
boot_recovery:
36+
- type: confirm_button
37+
content: >
38+
Now you need to boot a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
39+
adapting and repairing of the operating system.
40+
- type: call_button
41+
content: >
42+
Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
43+
command: adb_reboot_bootloader
44+
- type: call_button
45+
content: >
46+
Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue.
47+
command: fastboot_flash_recovery
48+
- type: call_button
49+
img: twrp-start.jpeg
50+
content: >
51+
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
52+
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.
53+
Once it's done continue.
54+
command: fastboot_reboot_recovery

0 commit comments

Comments
 (0)