1st steps taken,
Just as @wilson I was able to get Lineage loaded following the steps on this link, although I was not able to activate my Google Fi service, flashing Gapps made no difference as the apps were not there once I booted in to lineage, I had a constant esim failure error that I was not able to get around.
Throughout that whole process I have my Nas pulling and building with the following settings
sudo docker run \
-v “/DATA/e/src:/srv/src:delegated” \
-v “/DATA/e/zips:/srv/zips:delegated” \
-v “/DATA/e/logs:/srv/logs:delegated” \
-v “/DATA/e/ccache:/srv/ccache:delegated” \
-e “BRANCH_NAME=v1-pie” \
-e “DEVICE_LIST=walleye” \
-e “CUSTOM_PACKAGES=‘MuPDF GmsCore GsfProxy FakeStore com.google.android.maps.jar Mail BlissLauncher BlissIconPack MozillaNlpBackend OpenWeatherMapWeatherProvider AccountManager MagicEarth OpenCamera eDrive Weather Notes Tasks NominatimNlpBackend Light DroidGuard OpenKeychain Message Browser BrowserWebView Apps LibreOfficeViewer’” \
-e “SIGNATURE_SPOOFING=restricted” \
-e “OTA_URL=https://ota.ecloud.global/api” \
-e “REPO=https://gitlab.e.foundation/e/os/android.git” \
registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:latest
Took a really long time to build that, so when it got close to the end of my night I decided to put this on pause and flash back to stock rom as I need a functioning phone and functioning service for the work day.
My build has since completed, I will get to it tonight, in about 6 - 7 hours from now. I am planning to flash back to android pie, then flash back to the lineage in the post above, then I’m planning to just drop the zip of e over top as if it was an upgrade to lineage and somewhere in that process hit it with the
fastboot flash vbmeta vbmeta.img
and see what happens.
I don’t think that’s going to work though, as in one of @wilson’s posts he makes it very clear he needed to do something with GSI to get this working.
The GSI looks rather simple to build, but it confuses me how they reference that it just patches e. Without a file path to the e files, I’m not sure how it does this.
I would love any extra information, thanks fellas.
Edit ----
GSI build is going, want to make sure I have all of this finished and ready by tonight.