Skip to content

Commit 5f4a005

Browse files
authored
Add Spacewar 11.x (#141)
Signed-off-by: DarkJoker360 <[email protected]>
1 parent b8bb090 commit 5f4a005

File tree

2 files changed

+66
-33
lines changed

2 files changed

+66
-33
lines changed

10/Spacewar.md

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
### Pre-installation:
2-
3-
* **NOS stable based on Android 13 firmware is required**
4-
* Optional gapps (from download page, gapps button)
5-
6-
7-
### First time installation (clean flash):
8-
* Boot to recovery
9-
* Format data
10-
* Choose apply update and Apply from ADB
11-
* Now install crDroid zip via sideload and reboot
12-
13-
```
14-
adb sideload crDroid.zip
15-
```
16-
* Go back to main menu and reboot to recovery to install gapps (if you don't want gapps, reboot to system)
17-
* To install gapps, simply sideload gapps.zip the same way you installed crDroid.zip then reboot to system
18-
19-
### Update installation:
20-
#### Via recovery (recommended way):
21-
* Boot to recovery
22-
* Choose apply update and Apply from ADB
23-
* Now install crDroid zip via sideload and reboot
24-
25-
```
26-
adb sideload crDroid.zip
27-
```
28-
* If you had gapps, reboot to recovery and sideload gapps.zip and reboot
29-
30-
#### Via OTA:
31-
* Go to Settings -> System -> Updater and download latest build
32-
* Choose install and let it finish
33-
* Reboot
1+
### Pre-installation:
2+
3+
* **NOS stable based on Android 14 firmware is required**
4+
* Optional gapps (from download page, gapps button)
5+
6+
7+
### First time installation (clean flash):
8+
* Boot to recovery
9+
* Format data
10+
* Choose apply update and Apply from ADB
11+
* Now install crDroid zip via sideload and reboot
12+
13+
```
14+
adb sideload crDroid.zip
15+
```
16+
* Go back to main menu and reboot to recovery to install gapps (if you don't want gapps, reboot to system)
17+
* To install gapps, simply sideload gapps.zip the same way you installed crDroid.zip then reboot to system
18+
19+
### Update installation:
20+
#### Via recovery (recommended way):
21+
* Boot to recovery
22+
* Choose apply update and Apply from ADB
23+
* Now install crDroid zip via sideload and reboot
24+
25+
```
26+
adb sideload crDroid.zip
27+
```
28+
* If you had gapps, reboot to recovery and sideload gapps.zip and reboot
29+
30+
#### Via OTA:
31+
* Go to Settings -> System -> Updater and download latest build
32+
* Choose install and let it finish
33+
* Reboot

11/Spacewar.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
### Pre-installation:
2+
3+
* **NOS stable based on Android 15 firmware is required**
4+
* Optional gapps (from download page, gapps button)
5+
6+
7+
### First time installation (clean flash):
8+
* Boot to recovery
9+
* Format data
10+
* Choose apply update and Apply from ADB
11+
* Now install crDroid zip via sideload and reboot
12+
13+
```
14+
adb sideload crDroid.zip
15+
```
16+
* Go back to main menu and reboot to recovery to install gapps (if you don't want gapps, reboot to system)
17+
* To install gapps, simply sideload gapps.zip the same way you installed crDroid.zip then reboot to system
18+
19+
### Update installation:
20+
#### Via recovery (recommended way):
21+
* Boot to recovery
22+
* Choose apply update and Apply from ADB
23+
* Now install crDroid zip via sideload and reboot
24+
25+
```
26+
adb sideload crDroid.zip
27+
```
28+
* If you had gapps, reboot to recovery and sideload gapps.zip and reboot
29+
30+
#### Via OTA:
31+
* Go to Settings -> System -> Updater and download latest build
32+
* Choose install and let it finish
33+
* Reboot

0 commit comments

Comments
 (0)