Skip to content

Commit 2cf37b4

Browse files
tvorogoCopilotremtrik
authored
Updates (#12)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Rostislav Lastochkin <remtrik@mail.ru>
1 parent ca60082 commit 2cf37b4

File tree

11 files changed

+280
-41
lines changed

11 files changed

+280
-41
lines changed

.vitepress/en.ts

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,26 @@ function sidebarDocs(): DefaultTheme.SidebarItem[] {
3131
{ text: 'Project-Aloha', link: '/Introduction/organization'},
3232
{ text: 'mu_aloha_platforms', link: '/Introduction/mu_aloha_platforms'},
3333
{ text: 'CrDK', link: '/Introduction/CrDK'},
34-
{ text: 'UEFI Porting Status', link: '/PortingStatus/PortingStatus'}
34+
{ text: 'Porting Status', link: '/Introduction/PortingStatus'}
3535
]
3636
},
3737
{
38-
text: 'Installation',
38+
text: 'Instalattion Guides',
3939
items: [
4040
{ text: 'Guides Collection', link: '/InstallationGuides/GuidesCollection'},
41-
{ text: 'Simple Installation Guide', link: '/InstallationGuides/WindowsInstallation' },
42-
{ text: 'Install Drivers', link: '/InstallationGuides/InstallDrivers'},
4341
{ text: 'Enter UMS Mode', link: '/InstallationGuides/EnterUMS'},
44-
{ text: 'Hide Partition', link: '/InstallationGuides/SetGPTPartitionSystemAttr.md'},
45-
{ text: '24H2 GPT Errata', link: '/InstallationGuides/GPTErrata.md'},
42+
{ text: 'Windows Installation', link: '/InstallationGuides/WindowsInstallation' },
43+
{ text: 'Install Drivers', link: '/InstallationGuides/InstallDrivers'},
44+
{ text: 'Hide Partition', link: '/InstallationGuides/SetGPTPartitionSystemAttr'},
45+
{ text: '24H2 GPT Errata', link: '/InstallationGuides/GPTErrata'},
46+
{ text: 'Disable Secure Boot', link: '/InstallationGuides/SecureBoot'},
4647
]
4748
},
4849
{
4950
text: 'Dual Boot',
5051
items: [
5152
{ text: 'Introduction', link: '/DualBoot/Introduction'},
52-
{ text: 'Apply DualBoot', link:'/DualBoot/PatchKernel.md'},
53+
{ text: 'Apply DualBoot', link:'/DualBoot/PatchKernel'},
5354
{ text: 'Config', link: '/DualBoot/Config'},
5455
{ text: 'Shell Code', link: '/DualBoot/ShellCode'},
5556
]
@@ -66,9 +67,9 @@ function sidebarDocs(): DefaultTheme.SidebarItem[] {
6667
{
6768
text: 'Debug Windows',
6869
items: [
69-
{ text: 'Setup KDNET', link: '/WindowsDebug/SetupKDNET.md'},
70-
{ text: 'Setup KDCOM', link: '/WindowsDebug/SetupKDCOM.md'},
71-
{ text: 'RDP via KdNet', link: '/WindowsDebug/KdNetRDP.md'},
70+
{ text: 'Setup KDNET', link: '/WindowsDebug/SetupKDNET'},
71+
{ text: 'Setup KDCOM', link: '/WindowsDebug/SetupKDCOM'},
72+
{ text: 'RDP via KdNet', link: '/WindowsDebug/KdNetRDP'},
7273
]
7374
},
7475
{
@@ -100,4 +101,4 @@ function sidebarVideos(): DefaultTheme.SidebarItem[] {
100101
{ text: 'example', link: '/Guide/WindowsInstallation/example'},
101102
]}
102103
]
103-
}
104+
}

.vitepress/zh.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ function sidebarDocs(): DefaultTheme.SidebarItem[] {
7070
{
7171
text: '调试Windows',
7272
items: [
73-
{ text: '配置 KDNET', link: '/WindowsDebug/SetupKDNET.md'},
74-
{ text: '配置 KDCOM', link: '/WindowsDebug/SetupKDCOM.md'},
75-
{ text: 'KDNET 远程桌面', link: '/WindowsDebug/KdNetRDP.md'},
73+
{ text: '配置 KDNET', link: '/WindowsDebug/SetupKDNET'},
74+
{ text: '配置 KDCOM', link: '/WindowsDebug/SetupKDCOM'},
75+
{ text: 'KDNET 远程桌面', link: '/WindowsDebug/KdNetRDP'},
7676
]
7777
},
7878
{
@@ -104,4 +104,4 @@ function sidebarVideos(): DefaultTheme.SidebarItem[] {
104104
{ text: '样例', link: '/Guide/WindowsInstallation/example'},
105105
]}
106106
]
107-
}
107+
}

InstallationGuides/GuidesCollection.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,31 @@
44
## SM8150
55
| Vendor | Device Name | CodeName | Guide Link |
66
|---------|-------------|-----------|---------------------------------------------------------------------------|
7-
| Xiaomi | K20 Pro | Raphael | [Github](https://github.com/new-WoA-Raphael/woa-raphael) |
8-
| Xiaomi | Mi 9 | Cepheus | [Github](https://github.com/n00b69/woa-cepheus) |
7+
| Xiaomi | K20 Pro | Raphael | [Github](https://github.com/new-WoA-Raphael/woa-raphael) |
8+
| Xiaomi | Mi 9 | Cepheus | [Github](https://github.com/n00b69/woa-cepheus) |
99
| Xiaomi | Pad 5 | Nabu | [Github](https://github.com/erdilS/Port-Windows-11-Xiaomi-Pad-5) |
10-
| Xiaomi | POCO X3 PRO | Vayu | [Github](https://github.com/WaLoVayu/POCOX3Pro-Windows-Guides) |
10+
| Xiaomi | POCO X3 PRO | Vayu | [Github](https://github.com/WaLoVayu/POCOX3Pro-Windows-Guides) |
1111
| LG | G8 | Alpha | [Github](https://github.com/n00b69/woa-alphaplus) |
1212
| LG | G8s | Beta | [Github](https://github.com/n00b69/woa-betalm) |
1313
| LG | G8x | Mh2lm | [Github](https://github.com/n00b69/woa-mh2lm) |
1414
| LG | V50 | Flash | [Github](https://github.com/n00b69/woa-flashlmdd) |
1515
| LG | V50s | Mh2lm5g | [Github](https://github.com/n00b69/woa-mh2lm5g) |
16-
| OnePlus | 7 Pro 4G | guacamole | [Github](https://github.com/n00b69/woa-op7)
17-
| OnePlus | 7T Pro 4G | hotdog | [Github](https://github.com/n00b69/woa-op7)
16+
| OnePlus | 7 Pro 4G | guacamole | [Github](https://github.com/n00b69/woa-op7) |
17+
| OnePlus | 7T Pro 4G | hotdog | [Github](https://github.com/n00b69/woa-op7) |
18+
| Samsung | Galaxy Fold | winner | [Github](https://github.com/n00b69/woa-winner) |
19+
-----------------------------------------------------------------------------------------------------------------
20+
21+
## SM6250/SM7125/SC7180
22+
| Vendor | Device | CodeName | Guide Link |
23+
|--------|--------|----------|---------------------------------------------------------------------------------------|
24+
| XiaoMi |Note 9S | miatoll |[Device status](https://github.com/woa-miatoll/Miatoll-Guide/) |
25+
----------------------------------------------------------------------------------------------------------------------
26+
27+
28+
## SM7150
29+
| Vendor |Device |CodeName| Guide Link |
30+
|--------|-----------|--------|-------------------------------------------------------------------------------------|
31+
| XiaoMi |POCO X3 NFC| surya |[Device status](https://github.com/woa-surya/POCOX3NFC-Guides/) |
32+
---------------------------------------------------------------------------------------------------------------------
33+
1834

InstallationGuides/InstallDrivers.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,30 @@
1111
- Download [DriverUpdater](https://github.com/WOA-Project/DriverUpdater/releases) by [WOA-Project](https://github.com/WOA-Project/)
1212
> Generally speaking please download the x64/x86 one, if **Your Computer** has more than one x86 CPU.
1313
14-
- Download Driver Pack
15-
> Just click the Download Button in the page.
16-
<img src="/InstallationGuides/Resources/InstallDrivers/HowToDownload1.png" width=40%/>
17-
- For Sm8150 Devices, the repo is [msmnile-Drivers](https://github.com/Project-Aloha/msmnile-Drivers)
18-
- For Sm7125 Devices, the repo is [Atoll-Drivers](https://github.com/Project-Aloha/Atoll-Drivers)
19-
- For others, please refer to [QC Silicons' Codename Reference Table](../ReferenceTables/QCSiliconCodenameReferenceTable.md)
20-
and download the one named xxx-Drivers.
21-
2214
- Download Device Specific Driver Pack
23-
> Just click the Download Zip Button to Download.
15+
> Just click on archive with name like drivers.
2416
<img src="/InstallationGuides/Resources/InstallDrivers/HowToDownload2.png" width=40%/>
25-
- For Xiaomi Pad 5, the repo is [Nabu](https://github.com/Project-Aloha/Nabu)
26-
- For Oneplus 7TP/7T, the repo is [Hotdog](https://github.com/Project-Aloha/Hotdog)
17+
18+
| Vendor | Device | CodeName | Drivers |
19+
|--------|------------|----------|-------------------------------------------------------------------------------------------|
20+
| XiaoMi |Mi 9 |cepheus | [Driver Pack](https://github.com/qaz6750/XiaoMi9-Drivers/releases) |
21+
| XiaoMi |K20 Pro |raphael | [Driver Pack](https://github.com/new-WoA-Raphael/woa-raphael/releases/tag/Drivers) |
22+
| XiaoMi |Pad 5 |nabu | [Driver Pack](https://github.com/erdilS/Port-Windows-11-Xiaomi-Pad-5/releases/tag/Drivers)|
23+
| XiaoMi |POCO X3 PRO |vayu | [Driver Pack](https://github.com/WaLoVayu/POCOX3Pro-Windows-Releases/releases/tag/2502.28)|
24+
| XiaoMi |Note 9S | miatoll | [Driver Pack](https://github.com/woa-miatoll/Miatoll-Releases/releases/latest) |
25+
| LG |G8 |alphaplus | [Driver Pack](https://github.com/n00b69/woa-alphaplus/releases/tag/Drivers) |
26+
| LG |G8s |betalm | [Driver Pack](https://github.com/n00b69/woa-betalm/releases/tag/Drivers) |
27+
| LG |G8x |mh2lm | [Driver Pack](https://github.com/n00b69/woa-mh2lm/releases/tag/Drivers) |
28+
| LG |V50 |flashlmdd | [Driver Pack](https://github.com/n00b69/woa-flashlmdd/releases/tag/Drivers) |
29+
| LG |V50s |mh2lm5g | [Driver Pack](https://github.com/n00b69/woa-mh2lm5g/releases/tag/Drivers) |
30+
| OnePlus|7 Pro 4G |guacamole | [Driver Pack](https://github.com/n00b69/woa-op7/releases/tag/Drivers) |
31+
| OnePlus|7T Pro 4G |hotdog | [Driver Pack](https://github.com/n00b69/woa-op7/releases/tag/Drivers) |
32+
| Samsung|Galaxy Fold |winner | [Driver Pack](https://github.com/n00b69/woa-winner/releases/tag/Drivers) |
33+
------------------------------------------------------------------------------------------------------------------------------
34+
2735
- For others, please refer to [Devices' Codename Reference Table](../ReferenceTables/DeviceCodenameReferenceTable.md)
2836
and download the one named xxx.
2937

30-
- Let Your Device Enter [usb mass storage mode](EnterUMS.md).
31-
> Ideally situation is that you have applied windows to your disk just now and your phone is still in ums mode.
32-
3338

3439
## Installation
3540
1. Unzip the .zip files you just downloading into correct folders.
-637 Bytes
Loading

InstallationGuides/SecureBoot.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
## Disable SecureBoot Guide
2+
3+
:::warning
4+
This process can permanently brick your device if done incorrectly.
5+
Read every step carefully and DO NOT modify partitions unless explicitly instructed.
6+
:::
7+
8+
:::warning
9+
DO NOT ERASE, CREATE OR MODIFY ANY PARTITION IN DISKPART.
10+
ONLY ASSIGN A DRIVE LETTER TO ESP(DEVICE-NAME).
11+
:::
12+
13+
14+
## Start diskpart in CMD:
15+
16+
```
17+
diskpart
18+
```
19+
- Find ESP(DEVICE-NAME) partition:
20+
```
21+
list volume
22+
```
23+
- Replace $ with the actual volume number of ESP(DEVICE-NAME):
24+
```
25+
select volume $
26+
assign letter Y
27+
```
28+
- Exit diskpart:
29+
```
30+
exit
31+
```
32+
33+
## Enable Test Signing
34+
```
35+
bcdedit /store Y:\EFI\Microsoft\BOOT\BCD /set "{default}" testsigning on
36+
```
37+
38+
## Disabling recovery
39+
```
40+
bcdedit /store Y:\EFI\Microsoft\BOOT\BCD /set "{default}" recoveryenabled no
41+
```
42+
43+
## Disabling integrity checks
44+
```
45+
bcdedit /store Y:\EFI\Microsoft\BOOT\BCD /set "{default}" nointegritychecks on
46+
```
47+
48+
## Remove SiPolicy (Critical)
49+
50+
> If SecureBoot is being disabled on an already installed system, delete:
51+
```
52+
del Y:\EFI\Microsoft\Boot\SiPolicy.p7b
53+
```
54+
Failure to delete this file will result in boot failure.
55+
56+
- Remove ESP Drive Letter
57+
```
58+
mountvol Y: /d
59+
```
60+
> If this fails, ignore it. The phantom drive will disappear after reboot.
61+
62+
## Flash NoSecureBoot UEFI
63+
64+
- Reboot to bootloader:
65+
```
66+
adb reboot bootloader
67+
```
68+
- Replace path\to\NoSecureboot.img with your actual image path:
69+
```
70+
fastboot flash boot path\to\NoSecureboot.img
71+
```
72+
- Reboot
73+
```
74+
fastboot reboot
75+
```
76+
77+
# SecureBoot is now disabled.
Lines changed: 107 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,107 @@
1-
# General Windows Installation Guide
2-
## TODO
1+
# Windows Installation Guide
2+
3+
4+
:::warning
5+
This process can permanently brick your device if done incorrectly.
6+
Read every step carefully and DO NOT modify partitions unless explicitly instructed.
7+
:::
8+
9+
---
10+
11+
## Diskpart
12+
13+
:::danger
14+
DO NOT ERASE, CREATE OR MODIFY ANY PARTITION IN DISKPART.
15+
THIS CAN ERASE YOUR ENTIRE UFS OR BREAK FASTBOOT.
16+
YOUR DEVICE MAY BECOME PERMANENTLY BRICKED.
17+
:::
18+
19+
1. Open Command Prompt as Administrator.
20+
21+
2. Start diskpart:
22+
23+
```
24+
diskpart
25+
```
26+
27+
3. Find the Windows partition:
28+
29+
```
30+
list volume
31+
```
32+
33+
- Replace $ with the actual volume number of WIN(DEVICE-NAME):
34+
35+
```
36+
select volume $
37+
assign letter F
38+
```
39+
40+
4. Find the ESP partition:
41+
42+
```
43+
list volume
44+
```
45+
46+
> Replace $ with the actual volume number of ESP(DEVICE-NAME):
47+
48+
```
49+
select volume $
50+
assign letter Y
51+
```
52+
53+
5. Exit diskpart:
54+
55+
```
56+
exit
57+
```
58+
59+
---
60+
61+
## Installing Windows
62+
63+
You can download ISO of Windows from [uupdump](https://uupdump.net/). But you may need to run a script to generate ISO files.
64+
> Alternatively there is a [site](https://github.com/ArKT-7/woawin) where you can download premade ESD images. We do not guarantee its safety. Please decide which method by yourself.
65+
66+
67+
68+
> Replace path\to\install.esd with your actual image path:
69+
70+
```
71+
dism /apply-image /ImageFile:path\to\install.esd /index:6 /ApplyDir:F:\
72+
```
73+
74+
> If you get Error 87, check the correct index:
75+
76+
```
77+
dism /get-imageinfo /ImageFile:path\to\install.esd
78+
```
79+
80+
> Then replace index:6 with the correct index of Windows
81+
82+
---
83+
84+
85+
## Create Windows Bootloader
86+
87+
>If an error appears like:
88+
"Failure when attempting to copy boot files"
89+
90+
- Reopen diskpart and assign a new letter to the ESP partition (ESP(DEVICE-NAME)), then use that letter instead of Y.
91+
92+
- Create boot files:
93+
94+
```
95+
bcdboot F:\Windows /s Y: /f UEFI
96+
```
97+
98+
- Remove ESP drive letter:
99+
100+
```
101+
mountvol Y: /d
102+
```
103+
104+
> If this fails, ignore it. The phantom drive will disappear after reboot.
105+
106+
---
107+

Introduction/PortingStatus.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## UEFI porting status
2+
- mu_aloha_platforms [README](https://github.com/Project-Aloha/mu_aloha_platforms#target-list)
3+
4+
# Device porting status
5+
> In this page you can find porting status for devices.
6+
-------------------------------------------------------
7+
8+
9+
## Snapdragon 855/860 - SM8150
10+
| Vendor | Device | Codename | Status |
11+
|---------|-------------|-----------|-----------------------------------------------------------------------------------------------------------|
12+
| Xiaomi | Mi 9 | cepheus | [Device status](https://github.com/qaz6750/XiaoMi9-Drivers/blob/main/Status.md) |
13+
| Xiaomi | K20 Pro | raphael | [Device status](https://github.com/new-WoA-Raphael/woa-raphael/blob/main/guide/status.md) |
14+
| Xiaomi | Pad 5 | nabu | [Device status](https://github.com/erdilS/Port-Windows-11-Xiaomi-Pad-5/blob/main/guide/English/status.md) |
15+
| Xiaomi | POCO X3 PRO | vayu | [Device status](https://github.com/WaLoVayu/POCOX3Pro-Windows-Guides/blob/main/en/status.md) |
16+
| LG | G8 | alphaplus | [Device status](https://github.com/n00b69/woa-alphaplus/blob/main/guide/status.md) |
17+
| LG | G8s | betalm | [Device status](https://github.com/n00b69/woa-betalm/blob/main/guide/status.md) |
18+
| LG | G8x | mh2lm | [Device status](https://github.com/n00b69/woa-mh2lm/blob/main/guide/status.md) |
19+
| LG | V50 | flashlmdd | [Device status](https://github.com/n00b69/woa-flashlmdd/blob/main/guide/status.md) |
20+
| LG | V50s | mh2lm5g | [Device status](https://github.com/n00b69/woa-mh2lm5g/blob/main/guide/status.md) |
21+
| OnePlus | 7 Pro 4G | guacamole | [Device status](https://github.com/n00b69/woa-op7/blob/main/guide/status.md) |
22+
| OnePlus | 7T Pro 4G | hotdog | [Device status](https://github.com/n00b69/woa-op7/blob/main/guide/status.md) |
23+
| Samsung | Galaxy Fold | winner | [Device status](https://github.com/n00b69/woa-winner/blob/main/guide/status.md) |
24+
-------------------------------------------------------------------------------------------------------------------------------------------------
25+
26+
27+
## Snapdragon 720G/7c/7c Gen 2 - SM6250/SM7125/SC7180
28+
| Vendor | Device | Codename | Status |
29+
|---------|-------------|-----------|-----------------------------------------------------------------------------------------------------------|
30+
| Xiaomi | Note 9S | miatoll | [Device status](https://github.com/woa-miatoll/Miatoll-Guide/blob/main/guide/status.md)|
31+
-------------------------------------------------------------------------------------------------------------------------------------------------
32+
33+
34+
## Snapdragon 730/732/732G - SM7150
35+
| Vendor | Device | Codename | Status |
36+
|---------|-------------|-----------|-----------------------------------------------------------------------------------------------------------|
37+
| Xiaomi | POCO X3 NFC | surya | [Device status](https://github.com/woa-surya/POCOX3NFC-Guides/blob/main/Status-en.md) |
38+
-------------------------------------------------------------------------------------------------------------------------------------------------

Introduction/organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Project-Aloha
2-
> Project-Aloha is a organization gathered people who are porting woa to SM8150 and other newer silicons.
2+
> Project-Aloha is an organization of people porting WoA to SM8150 and other SoCs.

PortingStatus/PortingStatus.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)