miceor escribió:No van por ahí los tiros. El modo desarrollo sigue activo en la 3.0, pero no se traga cualquier app.
Investigad con el vendor y spotify
Saludos
O este método que supongo es el mismo o similar
Fuente:
https://www.google.es/amp/s/www.xda-dev ... a-fix/amp/". Spotify (and other apps) not working with Android Auto? Here’s a fix.
Download the ADB binary for your particular operating system from the links found in this article.
Extract the zip file into a folder that you can quickly access.
On your phone, go to Settings and tap on About Phone. Find the Build Number and tap on it 7 times to enable Developer Options.
Now enter Developer Options and find USB Debugging. Enable it.
Plug your phone into the computer and change it from “charge only” mode to “file transfer (MTP)” mode.
On your computer, browse to the directory where you extracted the ADB binary.
Download the latest Spotify APK file (or whatever other application hasn’t been working for you) from XDA Labs or wherever you choose, and save this file as “spotify.apk” (or another easy to remember name depending on the app) on your phone. Remember where you saved this APK file.
Next, open up a command prompt on your computer in this directory. For Windows users, simply hold shift then right-click and you’ll see an “open command prompt here” as an option.
Once you’re in the command prompt/terminal, enter the following command: adb devices
You will see that the system is starting the ADB daemon. If this is your first time running ADB, you will see a prompt on your phone asking you to authorize a connection with the computer. Grant it.
Now if you re-run the adb devices command, the terminal will print the serial number of your device. If so, then you’re ready to move on.
Enter the following command: adb shell
Finally, enter this last command to install the package: pm install -i "com.android.vending" -r /sdcard/path/to/spotify.apk
"