This is an unofficial Android Automotive OS target for the LTE version of the Samsung Galaxy Tab S5e based on Lineage 18.1 build.
To create your own build please do the following;
-
Install the Lineage-18.1 nightly with the Lineage recovery image. Please do not try and use TWRP, I've encountered issues with it unpacking builds which cost me a chunk of time ;).
-
Follow the Lineage-18.1 build instructions for the S5e (a.k.a. gts4lv).
Once you're happy you can build and install the Lineage image then it's time to build the AAOS variant;
- Edit the file
.repo/local_manifests/roomservice.xml
and remove the following lines;
<project name="LineageOS/android_device_samsung_gts4lv" path="device/samsung/gts4lv" remote="github" />
<project name="LineageOS/android_device_samsung_gts4lv-common" path="device/samsung/gts4lv-common" remote="github" />
-
Download this additional manifest and place it in
.repo/local_manifests/
. -
Download this other additional manifest and place it in
.repo/local_manifests/
. -
Run
repo sync -j 4 --force-sync
from the base of your checkout -
Create an AAOS build by running
brunch gts4lv
. -
Update your device with the generated files in the same way as you've already done for your previous lineage build.