Konubinix' opinionated web of thoughts

Nexus 5x

Fleeting

download twrp https://eu.dl.twrp.me/bullhead

https://eu.dl.twrp.me/bullhead/twrp-3.7.0_9-0-bullhead.img.html

     TMP="$(mktemp -d)"
     trap "rm -rf '${TMP}'" 0
#+HUGO: more

     cd $TMP
     wget https://eu.dl.twrp.me/bullhead/twrp-3.7.0_9-0-bullhead.img
     ipfa twrp-3.7.0_9-0-bullhead.img
[[https://konubinix.eu/ipfs/bafybeic2tdeff5hx5rwqtujyopcr7ya6ntk6kvx7ufcnjfk43vjqmsipqa?filename=twrp_3_7_0_9_0_bullhead.img][twrp-3.7.0_9-0-bullhead.img]]

This version does not allow to install mindthegapps, because of an error like “cannot mount /system”

The version 3.4.0 works with 8.1

download lineage os

15 (last official)

web page mirror:

lineage os 19

lineage-19.1-20220703-UNOFFICIAL-bullhead.zip

install twrp

https://wiki.lineageos.org/devices/bullhead/install/#installing-a-custom-recovery-using-fastboot

keep pressed poweron + downbutton fastboot flash recovery https://konubinix.eu/ipfs/bafybeic2tdeff5hx5rwqtujyopcr7ya6ntk6kvx7ufcnjfk43vjqmsipqa

boot into recovery

keep pressed poweron + downbutton go to recovery mode

Now tap Wipe. Now tap Format Data and continue with the formatting process. This will remove encryption and delete all files stored in the internal storage. Return to the previous menu and tap Advanced Wipe, then select the Cache and System partitions and then Swipe to Wipe. Sideload the LineageOS .zip package: On the device, select “Advanced”, “ADB Sideload”, then swipe to begin sideload. On the host machine, sideload the package using: adb -d sideload filename.zip. check TIP: Normally, adb will report Total xfer: 1.00x, but in some cases, even if the process succeeds the output will stop at 47% and report adb: failed to read command: Success. In some cases it will report adb: failed to read command: No error or adb: failed to read command: Undefined error: 0 which is also fine.

https://wiki.lineageos.org/devices/bullhead/install/#installing-lineageos-from-recovery

Notes linking here