-
Enable Developers Mode on Neta V
- Go to settings → System → Software Version → tap repeatedly on android version → System → About → tap repeatedly on build number / build version
- It should says you are now a developers
- go back and tap on developers option
- find and enable usb debugging (if not enabled)
-
Both devices needs to be in the same wifi network (I recommend using Hotspot from phone)
-
Find car’s ip address
- settings → System → Software Version → tap repeatedly on android version → System → About
- ip format will be ipv4 (Ex. 172.21.2.0, etc…)
-
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
-
Download apps with apk format
- Nova launcher
- https://nova-launcher.th.uptodown.com/android
- microg (to use google services for apps like youtube)
- https://github.com/inotia00/VancedMicroG/releases
- HeadUnit Reloaded
- https://apkhome.io/headunit-reloaded-emulator-for-android-auto-headunit-reloaded-6-3-paid/
- Others entertainment apps
- Youtube
- Netflix
- Etc..
-
Install all the apps
adb install [link to package path]
# Performing Streamed Install
# Success
-
change the default luncher to nova launcher
- 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)
-
settings for HeadUnit Reloaded
- tap Headunit reloaded from nova launcher
- Settings → graphic
- set resolution to 1920x1080
- set pixel density to 151 to match the resolution
- adjust margin top by 50 pixels
Viola! You now has Android Auto on Neta V successfully.