Skip to content

Commit 8bbc7fa

Browse files
pixincreateCopilot
andauthored
doc: update installation readme (#229)
Co-authored-by: Copilot <[email protected]>
1 parent 250a39f commit 8bbc7fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ It is easier to use the web installer to flash GrapheneOS. However, it is recomm
159159
fastboot flash avb_custom_key /path/to/avb_pkmd.bin
160160
```
161161

162-
5. Sideload the OTA (This avoids / reduces the possibility of running into `Device is corrupt. It can't be trusted` error)
163-
5.1. Run `fastboot reboot recovery` to get into recovery mode
164-
5.2. Android icon lying down with the text `No command"` should be visible on the screen
165-
Hold the power button and press the volume up button a single time to get into the recovery UI
166-
5.3. Using volume buttons, navigate to `Apply update from ADB` and select it with the power button
167-
5.4. As the recovery prompt says, use `adb sideload <path to ota zip>` to sideload the OTA
168-
5.5. Post sideload, select reboot to bootloader
162+
5. Sideload the OTA (This helps avoid or reduce the possibility of running into the `Device is corrupt. It can't be trusted` error).
163+
- Run `fastboot reboot recovery` to get into recovery mode
164+
- An Android icon lying down with the text `No command` should be visible on the screen
165+
- Hold the power button and press the volume up button a single time to get into the recovery UI
166+
- Using the volume buttons, navigate to `Apply update from ADB` and select it with the power button
167+
- As the recovery prompt says, use `adb sideload /path/to/ota.zip.patched` to sideload the patched OTA
168+
- After the sideload completes, select 'Reboot to bootloader'
169169

170170
6. Reboot into fastboot and lock the bootloader. This will trigger a data wipe.
171171

0 commit comments

Comments
 (0)