I found a rom which makes Android Auto working.
Upfdate: I also tried out ASOp from phh treble
https://forum.xda-developers.com/pr...-development/experimental-phh-treble-t3709659
- Android Auto is also working
- the notch is working here!
I downloaded lineage os Image for ARM64 A/B device with gapps from here:
https://forum.xda-developers.com/pr...evice-development/lineage-phh-treble-t3767690
I followed instructions from section "Flash GSI without TWRP":
https://www.xda-developers.com/flash-generic-system-image-project-treble-device/
So what did i do exactly?
1. Unlock bootloader (my was already unlocked)
2. Download
https://github.com/phhusson/treble_...load/lineage-v21/system-arm64-ab-gapps-su.img
3. Reboot to your device’s stock recovery using either a button combination when booting or issuing the following ADB command when booted in Android: adb reboot recovery. Once here, use the volume keys to navigate and the power button to select the factory reset option.
4. Once your device has been factory reset, reboot to your device’s bootloader using either a button combination when booting or issuing the following ADB command when booted in Android: adb reboot bootloader
5. With your device connected to your PC, open up a command prompt or terminal window in the same directory where you downloaded your GSI of choice.
Enter the following command: fastboot erase system
Enter a command in the following format: fastboot -u flash system-arm64-ab-gapps-su.img
Allow the image to flash, it could take a few minutes. Once it has completed, reboot your device either manually via power key or by entering fastboot reboot.
P.S. the rom doesn't know the notch, bust rest like camera etc. is working!