Sygic GPS Navigation and Android-Auto

Channel:
Subscribers:
808
Published on ● Video Link: https://www.youtube.com/watch?v=GkjwNWX5nck



Duration: 1:30
12,543 views
31


Install ADB drivers on your PC: http://bit.ly/UniversalADBDrivers
Download ADB+Script: http://bit.ly/SygicAndroidAutoScript

Activate Developer mode and Debug USB on your device, then connect it to PC through USB cable.
Copy your APK inside AndroidAuto-Script folder and run START.bat.

Alternatively, you can execute it manually:
Copy your APK inside AndroidAuto-Script folder.
Open Windows CMD from there and type.

rename *.apk sygic.apk
adb devices
adb push sygic.apk /data/local/tmp
adb shell pm install -i "com.android.vending" -r /data/local/tmp/sygic.apk
adb shell rm /data/local/tmp/sygic.apk
adb shell pm list packages -i com.sygic.aura
adb kill-server