Skip to content

Commit 7631886

Browse files
authored
doc: update installation readme (#228)
1 parent 2f0c546 commit 7631886

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

README.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -159,19 +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. **[Optional]** Before locking the bootloader, reboot into Android to confirm proper signing.
163-
164-
Install the Magisk or KernelSU app and run:
165-
166-
```shell
167-
adb shell su -c 'dmesg | grep libfs_avb'
168-
```
169-
170-
If AVB is working, you should see:
171-
172-
```shell
173-
init: [libfs_avb]Returning avb_handle with status: Success
174-
```
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
175169

176170
6. Reboot into fastboot and lock the bootloader. This will trigger a data wipe.
177171

docs/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
### I'm getting an error on boot saying `Device is corrupt. It can't be trusted`. What can I do? What are my options?
1212

1313
- Flash the OTA, switch partitions, flash it again. Then sideload the OTA on both partitions *before* flashing custom keys (see farewelltospring's [comment](https://github.com/schnatterer/rooted-graphene/issues/96#issuecomment-2986363782) in [#96](https://github.com/schnatterer/rooted-graphene/issues/96) for details).
14-
- See [#89](https://github.com/schnatterer/rooted-graphene/issues/89) and [#96](https://github.com/schnatterer/rooted-graphene/issues/96) for details.
14+
- See [#89](https://github.com/schnatterer/rooted-graphene/issues/89) and [#96](https://github.com/schnatterer/rooted-graphene/issues/96) for details.
1515

1616
### Root does not seem to exist after update
1717

0 commit comments

Comments
 (0)