summaryrefslogtreecommitdiff
path: root/static/build.html
diff options
context:
space:
mode:
authorflawedworld <flawedworld@flawed.world>2022-01-30 23:37:18 +0000
committerDaniel Micay <danielmicay@gmail.com>2022-01-30 18:55:14 -0500
commit051e454e0ac90f4aaff07dd3e6a9dc22fb7dbe7e (patch)
treed2dabc0c0a3176b311cbc6063c36e235ef3a20e5 /static/build.html
parent8b0dde99798e16ca2ad4c96143e6db937aaf517e (diff)
Document temporary OTA firmware extraction process on 6th generation Pixel devices
Diffstat (limited to 'static/build.html')
-rw-r--r--static/build.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/static/build.html b/static/build.html
index 50726271..1a7026d8 100644
--- a/static/build.html
+++ b/static/build.html
@@ -558,7 +558,13 @@ mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/
<pre>cd vendor/adevtool/ &amp;&amp; yarn install &amp;&amp; cd ../..
vendor/adevtool/mountimages.bash DEVICE BUILD_ID
-sudo vendor/adevtool/bin/run generate-all vendor/adevtool/config/DEVICE.yml -c vendor/state/DEVICE.json -f vendor/adevtool/dl/DEVICE-BUILDID-*.zip -s vendor/adevtool/dl/DEVICE-BUILDID/mount/</pre>
+sudo vendor/adevtool/bin/run generate-all vendor/adevtool/config/DEVICE.yml -c vendor/state/DEVICE.json -f vendor/adevtool/dl/DEVICE-BUILD_ID-*.zip -s vendor/adevtool/dl/DEVICE-BUILD_ID/mount/</pre>
+
+ <p>OTA firmware extraction is currently a work-in-progress on adevtool.
+ android-prepare-vendor is being temporarily used to make the process easier.</p>
+
+ <pre>vendor/android-prepare-vendor/execute-all.sh -d DEVICE -b BUILD_ID -o vendor/android-prepare-vendor
+cp -r vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/DEVICE/radio/* vendor/google_devices/DEVICE/firmware/</pre>
</section>
</section>