Skip to content

ColtonMSmith/firmware-device_samsung_gts4lvaaos

 
 

Repository files navigation

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;

  1. 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 ;).

  2. 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;

  1. 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" />
  1. Download this additional manifest and place it in .repo/local_manifests/.

  2. Download this other additional manifest and place it in .repo/local_manifests/.

  3. Run repo sync -j 4 --force-sync from the base of your checkout

  4. Create an AAOS build by running brunch gts4lv.

  5. Update your device with the generated files in the same way as you've already done for your previous lineage build.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 94.7%
  • Shell 5.3%