diff options
| author | flawedworld <flawedworld@flawed.world> | 2022-01-20 16:01:40 +0000 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-01-20 11:03:50 -0500 |
| commit | 9e4198124cc3d205aa28db94d69245d747642018 (patch) | |
| tree | f7598e2882be071d6f71433757e4868f6b820cc3 /static | |
| parent | c0cce1dfa330a03f373e9cdbf1badf9aeba86eff (diff) | |
Add initial instructions for adevtool
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/static/build.html b/static/build.html index 83aad1ce..48f1c4b6 100644 --- a/static/build.html +++ b/static/build.html @@ -552,10 +552,15 @@ mv vendor/android-prepare-vendor/DEVICE/BUILD_ID/vendor/google_devices/* vendor/ <section id="extracting-vendor-files-for-pixel-6-and-later"> <h4><a href="#extracting-vendor-files-for-pixel-6-and-later">Pixel 6 and later</a></h4> - <p>This is not yet fully published and documented since it uses a new - system replacing android-prepare-vendor and is in flux with a lot of - usability improvements needed. Instructions will be added in the near - future.</p> + <p>Starting with the Pixel 6, newer generation devices use the adevtool project to + extract files from the stock operating system. + </p> + + <pre>cd vendor/adevtool/ && yarn install && cd ../.. +mkdir -p vendor/adevtool/dl/ +vendor/android-prepare-vendor/scripts/download-nexus-image.sh -y -d DEVICE -b BUILD_ID -o vendor/adevtool/dl +vendor/adevtool/mountimages.bash +sudo vendor/adevtool/bin/run generate-all vendor/adevtool/config/pixel/DEVICE-grapheneos.yml -c vendor/state/oriole.json -f vendor/adevtool/dl/"Factory zip" -s vendor/extraction/mount/</pre> </section> </section> |
