just wondering if there is someone out there who can give me a little hint how to flash LineageOS via fastboot.
I downloaded the latest nightly zip, unzipped it but now I’m a bit confused about the content.
It is not to critical. My primary phone is running without any issue with LineageOS.
I wanted to try this way with my second FP2, which I just use to test some stuff. It currently does not have an external SD-card in it (of course it would be possible to put all the stuff on an mirco SD-card, stick the card into the phone and flash everything I need via TWRP as usual)
But in this case I thought there should be a way to directly flash it via fastboot.
The phone is currently completely empty only the latested TWRP (3.2.3-0) recovery is installed.
So I also cannot boot normal into an OS and transfer the nightly zip (and everything else I would like to flash) e.g. via adb.
Unfortunately in the unzipped nightly I don’t find any flash_all.sh or flash-for-unix.sh file like I remember it from FPOpen. Furthermore I read that it should also be possible to flash the images for boot , bootloader , radio , recovery , system , and vendor one by one as needed. But I don’t find any of these images in there as well.
Can someone with a bit more expierience explain this to me or give me a hint how to flash LineageOS via fastboot?
At least the last one was probably too easy.
I did not notice that the internal storage is also visible (e.g. in the OS File Explorer/Manager - “Nautilus”/“Files” in case of PureOS or other Linux OS with GNOME Desktop) when you boot into TWRP.
Also the sideload is pretty easy:
In TWRP go to Advanced → ADB Sideload (and active via slider so that the phone is ready to receive a zip on this way)
Then simply go to the folder where you stored the zips on your PC and execute the adb sideload filename.zip
E.G. here I wanted to zip a nightly and the su addon zip (you have to reactive sideload in between):
<path_to>/LineageOS_zips#
adb sideload lineage-15.1-20181029-nightly-FP2-signed.zip
Total xfer: 1.00x
adb sideload addonsu-15.1-arm-signed.zip
Total xfer: 1.73x