Skip to content

Instantly share code, notes, and snippets.

@eirenik0
Created May 20, 2021 20:39
Show Gist options
  • Save eirenik0/d272ebf4450086ae79a140a99cd7d622 to your computer and use it in GitHub Desktop.
Save eirenik0/d272ebf4450086ae79a140a99cd7d622 to your computer and use it in GitHub Desktop.
Install apps for Android Auto without Root from Mac Os and Linux
#!/bin/bash
adb push $1 /data/local/tmp/app.apk
adb shell pm install -i "com.android.vendoring" -r /data/local/tmp/app.apk
adb shell rm /data/local/tmp/app.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment