You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/build.html
+30Lines changed: 30 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -516,6 +516,36 @@ <h3><a href="#faster-builds-for-development-use-only">Faster builds for developm
516
516
signing the build with release keys would be testing that functionality and it makes a
517
517
lot more sense to test it with proper signing keys rather than the default public test
518
518
keys.</p>
519
+
520
+
<p><i>NOTE: The fastboot commands used here expect that you are running them in a shell where <i>source build/envsetup.sh</i> has been executed in.</i></p>
521
+
522
+
<p><i>You may also set the ANDROID_PRODUCT_OUT enviornment variable manually.</i></p>
523
+
524
+
<p>To flash those images:</p>
525
+
526
+
<pre>fastboot flashall</pre>
527
+
528
+
<p>When the firmware for your device gets updated, it may be necesarry to update both the radio (modem firmware) and bootloader partitions.</p>
529
+
530
+
<p>To do so safely, use the below script <i>(NOTE: the commands are repeated on purpose):</i></p>
531
+
532
+
<p>This uses the same logic as the install image, to ensure not bricking your device.</p>
0 commit comments