|
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 |
0 commit comments