diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-12-20 17:25:19 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-12-20 17:25:19 -0500 |
| commit | 829e6100e5a40443b2b31475cbe5a979dbd4d05b (patch) | |
| tree | e392d673453f11beadce21116c0a0028216b8de6 | |
| parent | 0e052f0a2481a995b0908b261ed6ca29f1eb1b87 (diff) | |
update sideloading example
| -rw-r--r-- | static/usage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/usage.html b/static/usage.html index f2a5b93d..260796c1 100644 --- a/static/usage.html +++ b/static/usage.html @@ -366,7 +366,7 @@ <p>Finally, select the "Apply update from ADB" option in the recovery menu and sideload the update with adb. For example:</p> - <pre>adb sideload blueline-ota_update-2019.07.01.21.zip</pre> + <pre>adb sideload raven-ota_update-2021122018.zip</pre> <p><strong>You do not need to have adb enabled within the OS or the host's ADB key whitelisted within the OS to sideload an update to recovery. Recovery mode does not |
