1. Install ADB on your laptop

    1. https://www.xda-developers.com/install-adb-windows-macos-linux/#how-to-set-up-adb
  2. Connect laptop and your car with adb over WIFI

    1. Enable Developers Mode on Neta V

      1. Go to settings → System → Software Version → tap repeatedly on android version → System → About → tap repeatedly on build number / build version
      2. It should says you are now a developers
      3. go back and tap on developers option
      4. find and enable usb debugging (if not enabled)
    2. Both devices needs to be in the same wifi network (I recommend using Hotspot from phone)

    3. Find car’s ip address

      1. settings → System → Software Version → tap repeatedly on android version → System → About
      2. ip format will be ipv4 (Ex. 172.21.2.0, etc…)
    4. type this in your computer terminal or command prompt line by line

      adb connect [replace this with your car's ip address]
      
      # It should say `connected to [ip address]`
      
      adb tcpip 5555
      
      adb devices
      
      # Should see car`s ip listed
      
    5. Download apps with apk format

      1. Nova launcher
        1. https://nova-launcher.th.uptodown.com/android
      2. microg (to use google services for apps like youtube)
        1. https://github.com/inotia00/VancedMicroG/releases
      3. HeadUnit Reloaded
        1. https://apkhome.io/headunit-reloaded-emulator-for-android-auto-headunit-reloaded-6-3-paid/
      4. Others entertainment apps
        1. Youtube
        2. Netflix
        3. Etc..
    6. Install all the apps

      adb install [link to package path]
      # Performing Streamed Install
      # Success
      
    7. change the default luncher to nova launcher

      1. Go to settings → System → Software Version → tap repeatedly on android version → Apps → Defaults Apps → change home app from empty to nova launcher , change default phone app to phone from mainapp_9 (This action will restart the devices, don’t panic)
    8. settings for HeadUnit Reloaded

      1. tap Headunit reloaded from nova launcher
      2. Settings → graphic
      3. set resolution to 1920x1080
      4. set pixel density to 151 to match the resolution
      5. adjust margin top by 50 pixels

    Viola! You now has Android Auto on Neta V successfully.