Skip to content

Commit 88b636b

Browse files
author
rudu
committed
Add support for violet
1 parent 562acd3 commit 88b636b

2 files changed

Lines changed: 59 additions & 2 deletions

File tree

README.md

Lines changed: 4 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.
@@ -216,15 +216,17 @@ Xiaomi | Redmi 7A / 8 / 8A / 8A Dual | [Mi439](https://wiki.lineageos.org/device
216216
Xiaomi | Redmi 9A / 9C / 9AT / 9i / 9A Sport / 10A / 10A Sport | garden / dandelion / blossom / angelican | | tested
217217
Xiaomi | Redmi 9 / Poco M2 | [lancelot](https://wiki.lineageos.org/devices/lancelot) / galahad / shivan | | untested
218218
Xiaomi | Redmi Note 7 | [lavender](https://wiki.lineageos.org/devices/lavender) | | tested
219+
Xiaomi | Redmi Note 7 Pro | [violet](https://wiki.lineageos.org/devices/violet) | | untested
219220
Xiaomi | Redmi Note 8 / 8T | [ginkgo](https://wiki.lineageos.org/devices/ginkgo) / willow | | untested
220221
Xiaomi | Redmi Note 8 Pro | begonia | | untested
221222
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
222223
Xiaomi | Redmi Note 10S / 11SE / Poco M5S | [rosemary](https://wiki.lineageos.org/devices/rosemary) / maltose / secret /rosemary_p | | untested
224+
Xiaomi | Redmi Note 10 Pro | [sweet](https://wiki.lineageos.org/devices/sweet) | M2101K6G | tested
223225
Xiaomi | Mi A2 / Mi 6X | jasmine_sprout | | untested
224226
Xiaomi | Mi 8 | [dipper](https://wiki.lineageos.org/devices/dipper) | | untested
225227
Xiaomi | Mi 9T / Redmi K20 | [davinci](https://wiki.lineageos.org/devices/davinci) / davinciin | | untested
226228
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
229+
Xiaomi | Mi 10T / Mi 10T Pro / Redmi K20 | [apollon](https://wiki.lineageos.org/devices/apollon) / apollo | | untested
228230
Xiaomi | Redmi K40 / Mi 11X / Poco F3 | [alioth](https://wiki.lineageos.org/devices/alioth) / aliothin | | untested
229231
Xiaomi | Poco X3 / X3 NFC | [surya](https://wiki.lineageos.org/devices/surya) / karna | | untested
230232
Xiaomi | Poco X3 Pro | [vayu](https://wiki.lineageos.org/devices/vayu) | | tested
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
metadata:
2+
maintainer: A non (anon)
3+
brand: xiaomi
4+
device_name: Xiaomi Redmi Note 7 Pro
5+
is_ab_device: false
6+
device_code: violet
7+
supported_device_codes:
8+
- violet
9+
untested: true
10+
notes:
11+
- You should install Android 10 or newer ROM.
12+
requirements:
13+
android: 10 (Q)
14+
steps:
15+
unlock_bootloader:
16+
- type: confirm_button
17+
content: >
18+
As a first step, you need to unlock the bootloader. A bootloader is the piece of software, that tells your phone
19+
how to start and run an operating system (like Android). Your device should be turned on. This will reset your phone.
20+
- type: link_button_with_confirm
21+
content: >
22+
- Create a Mi account on Xiaomi’s website. Beware that one account is only allowed to unlock one unique device every 30 days.
23+
24+
- Add a phone number to your Mi account, insert a SIM into your phone.
25+
26+
- Enable developer options in `Settings` > `About Phone` by repeatedly tapping MIUI Version.
27+
28+
- Link the device to your Mi account in `Settings` > `Additional settings` > `Developer options` > `Mi Unlock status`.
29+
30+
- 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!
31+
32+
- After device and Mi account are successfully verified, the bootloader should be unlocked.
33+
34+
- Since the device resets completely, you will need to re-enable USB debugging to continue : `Settings` > `Additional settings` > `Developer options` > `USB debugging`
35+
link: https://en.miui.com/unlock/download_en.html
36+
boot_recovery:
37+
- type: confirm_button
38+
content: >
39+
Now you need to boot a custom recovery system on the phone. A recovery is a small subsystem on your phone, that manages updating,
40+
adapting and repairing of the operating system.
41+
- type: call_button
42+
content: >
43+
Once the device is fully booted, you need to reboot into the bootloader again by pressing 'Confirm and run' here. Then continue.
44+
command: adb_reboot_bootloader
45+
- type: call_button
46+
content: >
47+
Install the recovery you chosen before by pressing 'Confirm and run'. Once it's done continue.
48+
command: fastboot_flash_recovery
49+
- type: call_button
50+
img: twrp-start.jpeg
51+
content: >
52+
Reboot to recovery by pressing 'Confirm and run', and hold the Vol+ button of your phone UNTIL you see the recovery.
53+
If MiUI starts, you have to start the process again, since MiUI delete the recovery you just flashed.
54+
Once it's done continue.
55+
command: fastboot_reboot_recovery

0 commit comments

Comments
 (0)