…Enter suggestions to improve documentation in this category. Do not raise bugs or issues here…
Regain your privacy! Adopt /e/OS the deGoogled mobile OS and online services
…Enter suggestions to improve documentation in this category. Do not raise bugs or issues here…
Regain your privacy! Adopt /e/OS the deGoogled mobile OS and online services
Ran through the CLI instlalation docs for the Pixel 8, here. Bit of feedback, but also thank you for all the work you’ve done here! I looked for a link to directly contribute to the docs but it wasn’t immediately obvious. Hope this works.
Before following these instructions please ensure that the device is on the latest Android 14 firmware.
The latest release of Android of this phone is 15. If you’ve made sure to simply update Android through the System Update UI (instead of flashing), you’ll get 15. This was non-obvious to an inexperienced flasher like myself.
The phone screen will now display some text with a message similar to
Script succeeded result was [1.000000]
This means that the install was successful.
The line on my phone was
Install completed with status 0.
For me, this one is clear, but someone unfamiliar with Linux exit codes might assume 1 == good (because number in doc is one) and 0 == bad.
Thank you…
I wish the documentation would have mentioned something like, DO NOT UPDATE to Android 15 if you wish to lock the boot loader. Maybe I would not be having the issues I am having now if I did not think the documentation meant “Update to latest (Any)”
Will update this post with thread I will start related to not being able to relock the bootloader.
However since we are discussing the Documentation for Pixel 8 installation…
Steps for “Locking the Bootloader” do not work, especially fastboot flash avb_custom_key pkmd_pixel.bin
$ fastboot flash avb_custom_key pkmd_pixel.bin
Warning: skip copying avb_custom_key image avb footer (avb_custom_key partition size: 0, avb_custom_key image size: 520).
Sending 'avb_custom_key' (0 KB) OKAY [ 0.000s]
Writing 'avb_custom_key' (bootloader) avb custom key: flash done
OKAY [ 0.058s]
Finished. Total time: 0.068s
$ fastboot flashing lock
FAILED (remote: 'invalid android images, skip locking')
fastboot: error: Command failed
Elsewhere you mention
The documentation should make clear that the device is presented for /e/OS install with a manufacturers stock ROM, words used are
Tip: Before installing /e/OS on the Google Pixel 8 shiba for the first time, install the latest stock OS version 14 build on the device
as found Factory Images for Nexus and Pixel Devices | Google Play services | Google for Developers
OK. I think I resolve this problem “skip copying avb_custom_key…”…
Used sudo
to run the commands and was able to sudo ./fastboot flash avb_custom_key pkmd_pixel.bin
and the fastboot flashing lock
command.
Still get warning with Yellow Triangle and warning about “other operating system.”.
I guess this can be expected?