diff options
| author | shamen123 <31340423+shamen123@users.noreply.github.com> | 2019-05-13 23:55:47 +0100 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-15 02:12:12 -0400 |
| commit | 266d85a4395d88c2fec1a2d9c95747d4b4f39430 (patch) | |
| tree | 2831803c564f9d230a2d05f712ab05a43ca30d7f | |
| parent | c988573fa940bafcab584d7e67c0b404b307ae33 (diff) | |
warning regarding firmware
| -rw-r--r-- | static/install.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/install.html b/static/install.html index e16c394c..a31d8622 100644 --- a/static/install.html +++ b/static/install.html @@ -41,6 +41,11 @@ <p>You should have at least 2GB of free memory available.</p> <p>You need the unlocked variant of one of the supported devices, not a locked carrier specific variant.</p> + <p>You should verify the device already has up to date factory firmware installed + before flashing GrapheneOS, to avoid issues with OEM unlock toggle on some + devices. Factory firmware and installation instructions can be found at + <a href="https://developers.google.com/android/images"> + https://developers.google.com/android/images</a></p> <p>You need an updated copy of the <code>fastboot</code> tool and it needs to be included in your <code>PATH</code> environment variable. You can run <code>fastboot --version</code> to determine the current version. It should be at least |
