Skip to content

Commit 032fa5e

Browse files
committed
Update some formatting
1 parent 47d6c38 commit 032fa5e

6 files changed

Lines changed: 28 additions & 22 deletions

File tree

InstallationGuides/EnterUMS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ There are 2 main ways to enter UMS mode:
33
- UEFI Application
44
- Linux Usb Gadget
55

6-
## Enter UMS in UEFI
6+
::::details Enter UMS in UEFI
77
Unpack [bootpkg.zip](/InstallationGuides/EnterUMS/bootpkg.zip) into a fat partition like modem_a/modem_b. Alternatively you can format a partition into fat and put files in it after backup.
88
For example, put files in modem_b if your device is currently in A slot and B slot is free. Assume `bootpkg.zip` was putting at `/sdcard/`
99

@@ -28,8 +28,9 @@ Most Virtual Terminal Application supports convert the file(s) drag in the windo
2828
:::
2929

3030
After booting uefi, select `Mass Storage Mode` in the Windows boot manager.
31+
::::
3132

32-
## Enter UMS in Android or Recovery
33+
::::details Enter UMS in Android or Recovery
3334
:::tip
3435
You may not want to edit userdata partition when it was mounted in Android or Rec.
3536
:::
@@ -112,3 +113,4 @@ Please backup your boot/vendorboot before flash. Flash them back after using ums
112113
You can also try boot mainline linux in uefi or via ABL and enable ums gadget mode in configfs. It's advanced so i'll only introduce here.
113114

114115
# End
116+
::::

InstallationGuides/GuidesCollection.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Guides Collections
22
> In this page you can find installation guides for devices.
33
4-
## SM8150
4+
:::details Snapdragon 855/860 - SM8150
55
| Vendor | Device Name | CodeName | Guide Link |
66
|---------|-------------|-----------|---------------------------------------------------------------------------|
77
| Xiaomi | K20 Pro | Raphael | [Github](https://github.com/new-WoA-Raphael/woa-raphael) |
@@ -17,18 +17,18 @@
1717
| OnePlus | 7T Pro 4G | hotdog | [Github](https://github.com/n00b69/woa-op7) |
1818
| Samsung | Galaxy Fold | winner | [Github](https://github.com/n00b69/woa-winner) |
1919
-----------------------------------------------------------------------------------------------------------------
20+
:::
2021

21-
## SM6250/SM7125/SC7180
22+
:::details Snapdragon 720G/7c/7c Gen 2 - SM6250/SM7125/SC7180
2223
| Vendor | Device | CodeName | Guide Link |
2324
|--------|--------|----------|---------------------------------------------------------------------------------------|
2425
| XiaoMi |Note 9S | miatoll |[Device status](https://github.com/woa-miatoll/Miatoll-Guide/) |
2526
----------------------------------------------------------------------------------------------------------------------
27+
:::
2628

27-
28-
## SM7150
29+
:::details Snapdragon 730/732/732G - SM7150
2930
| Vendor |Device |CodeName| Guide Link |
3031
|--------|-----------|--------|-------------------------------------------------------------------------------------|
3132
| XiaoMi |POCO X3 NFC| surya |[Device status](https://github.com/woa-surya/POCOX3NFC-Guides/) |
3233
---------------------------------------------------------------------------------------------------------------------
33-
34-
34+
:::

InstallationGuides/SecureBoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This process can permanently brick your device if done incorrectly.
55
Read every step carefully and DO NOT modify partitions unless explicitly instructed.
66
:::
77

8-
:::warning
8+
:::danger
99
DO NOT ERASE, CREATE OR MODIFY ANY PARTITION IN DISKPART.
1010
ONLY ASSIGN A DRIVE LETTER TO ESP(DEVICE-NAME).
1111
:::

InstallationGuides/SetGPTPartitionSystemAttr.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
> this guide will tell you how to change gpt partition's
55
> attribute to mark a partition as **system** partition.
66
7-
:::warning
7+
:::danger
88
Please **carefully** read each step and comments.
99
**Wrong actions may damage your GPT table and brick your device**.
1010
:::
@@ -13,7 +13,7 @@ Please **carefully** read each step and comments.
1313
- A phone in Windows or Android/Linux
1414
- Diskpart in Windows, gdisk in Linux, termux+gdisk+root in android.
1515

16-
## Steps in Windows
16+
::::details Steps in Windows
1717
- Open a terminal with administrator permission.
1818
- Type `diskpart` and enter .
1919
- List all disks
@@ -44,15 +44,16 @@ det par
4444
```
4545
- Set *system bit* in partition gpt attribute.
4646
+ system bit is the lowest bit.
47-
:::warning
47+
:::danger
4848
Please *ONLY* set the last bit to 1.
4949
:::
5050
```powershell
5151
GPT ATTRIBUTES=0x1C00000000000001
5252
```
5353
- Set system bit for all partitions in a lun can make the lun invisible in Windows device manager.
54+
::::
5455

55-
## Steps in Android/Linux
56+
::::details Steps in Android/Linux
5657
- Install [Termux](https://github.com/termux/termux-app/releases)
5758
- General setup, and setup gptfdisk
5859
```bash
@@ -105,3 +106,4 @@ a # Change partition attribute
105106
# 60 (read-only)
106107
```
107108
- Set system bit for all partitions in a lun can make the lun invisible in Windows device manager.
109+
::::

Introduction/PortingStatus.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## UEFI porting status
2-
- mu_aloha_platforms [README](https://github.com/Project-Aloha/mu_aloha_platforms#target-list)
2+
- [mu_aloha_platforms](https://github.com/Project-Aloha/mu_aloha_platforms#target-list)
33

44
# Device porting status
55
> In this page you can find porting status for devices.
66
-------------------------------------------------------
77

88

9-
## Snapdragon 855/860 - SM8150
9+
:::details Snapdragon 855/860 - SM8150
1010
| Vendor | Device | Codename | Status |
1111
|---------|-------------|-----------|-----------------------------------------------------------------------------------------------------------|
1212
| Xiaomi | Mi 9 | cepheus | [Device status](https://github.com/qaz6750/XiaoMi9-Drivers/blob/main/Status.md) |
@@ -22,17 +22,18 @@
2222
| OnePlus | 7T Pro 4G | hotdog | [Device status](https://github.com/n00b69/woa-op7/blob/main/guide/status.md) |
2323
| Samsung | Galaxy Fold | winner | [Device status](https://github.com/n00b69/woa-winner/blob/main/guide/status.md) |
2424
-------------------------------------------------------------------------------------------------------------------------------------------------
25+
:::
2526

26-
27-
## Snapdragon 720G/7c/7c Gen 2 - SM6250/SM7125/SC7180
27+
:::details Snapdragon 720G/7c/7c Gen 2 - SM6250/SM7125/SC7180
2828
| Vendor | Device | Codename | Status |
2929
|---------|-------------|-----------|-----------------------------------------------------------------------------------------------------------|
3030
| Xiaomi | Note 9S | miatoll | [Device status](https://github.com/woa-miatoll/Miatoll-Guide/blob/main/guide/status.md)|
3131
-------------------------------------------------------------------------------------------------------------------------------------------------
32+
:::
3233

33-
34-
## Snapdragon 730/732/732G - SM7150
34+
:::details Snapdragon 730/732/732G - SM7150
3535
| Vendor | Device | Codename | Status |
3636
|---------|-------------|-----------|-----------------------------------------------------------------------------------------------------------|
3737
| Xiaomi | POCO X3 NFC | surya | [Device status](https://github.com/woa-surya/POCOX3NFC-Guides/blob/main/Status-en.md) |
3838
-------------------------------------------------------------------------------------------------------------------------------------------------
39+
:::

ReferenceTables/QCSiliconCodenameReferenceTable.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,17 @@
3939
| SD680 | SM6225 | DIVAR | |
4040
| SD690 | SM6350 | BITRA | |
4141
| SD695 | SM6375 | STRAIT | |
42-
| SD6 Gen1 | SM6450 | NETRANI | |
42+
| SD6 Gen1 | SM6450 | NETRANI | Parrot |
4343

4444
### Snapdragon 7
4545
| Chip name | Model Number | Bsp Codename | HLOS Codename |
4646
|---------------------|-------------------------|-------------------|---------------|
4747
| SD720 | SM6250/SM7125 | RENNELL | Atoll |
48-
| SD730/730G/732G | SM7150 | MOOREA | |
48+
| SD730/730G/732G | SM7150 | MOOREA | Magpie |
4949
| SD765G | SM7250 | SAIPAN | |
5050
| SD778G/782G | SM7325 | KODIAK | Yupik |
5151
| SD780G | SM7350 | CEDROS | |
52+
| SD7s Gen2 | SM7435 | NETRANI | Parrot |
5253
| SD7 Gen1 | SM7450 | FILLMORE | |
5354
| SD7+ Gen2 | SM7475 | PALIMA | Cape/Waipio |
5455

@@ -69,7 +70,7 @@
6970
| SD845 | SDM845 | NAPALI | |
7071
| SD820-AU | SM8996AU | RADAGAST | |
7172
| SD835 | MSM8998 | NAZGUL | Cobalt |
72-
| SD845 | SDM845 | NAPALI | |
73+
| SD845 | SDM845 | NAPALI | Skunk |
7374
| SD855 | SM8150 | HANA | Msmnile |
7475
| SD865 | SM8250 | KONA | Kona |
7576
| SD888 | SM8350 | LAHAINA | Lahaina |

0 commit comments

Comments
 (0)