<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [AAOS] Missing functionality in spotify app for Android Automotive OS in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/AAOS-Missing-functionality-in-spotify-app-for-Android-Automotive/m-p/5159730#M2092</link>
    <description>Okay, let's continue the conversation over e-mail.&lt;BR /&gt;&lt;BR /&gt;(Moderators, you may mark this topic solved if you'd like.)</description>
    <pubDate>Wed, 24 Feb 2021 22:12:30 GMT</pubDate>
    <dc:creator>w2k</dc:creator>
    <dc:date>2021-02-24T22:12:30Z</dc:date>
    <item>
      <title>[AAOS] Missing functionality in spotify app for Android Automotive OS</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/AAOS-Missing-functionality-in-spotify-app-for-Android-Automotive/m-p/5148609#M1993</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;Hello Spotify&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;I work on media application for ANDROID AUTOMOTIVE OS (AAOS). And following requirements I should add features to take data from spotify Web Api(based on current song) then try to play something and handle spotify playback via remote media lib App Remote SDK (&lt;A href="https://developer.spotify.com/documentation/android/guides/application-lifecycle/" target="_self"&gt;https://developer.spotify.com/documentation/android/guides/application-lifecycle/&lt;/A&gt;) by request from user.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;It’s impossible to do that with App Remote SDK because sdk can’t connect to media service in spotify client for AAOS. The classes are missing for binding to media service. I’ve attached log below.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;BTW, &lt;FONT face="courier new,courier"&gt;SpotifyAppRemote.connect(context, params, listener)&lt;/FONT&gt; works well on android for phones/tablets.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Let me know if you need code examples.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;I need functionality to handle playback for AAOS version of spotify app.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;FYI: ANDROID AUTOMOTIVE OS has a bit different approach for apps instead of ANDROID AUTO. Apps on AAOS can work without phone.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Difference between android auto and android automotive:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;&lt;A href="https://source.android.com/devices/automotive/start/what_automotive#android-automotive-android-auto" target="_blank"&gt;https://source.android.com/devices/automotive/start/what_automotive#android-automotive-android-auto&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#800000"&gt;Error stack trace that SpotifyAppRemote.connect(context, params, listener) returns after attempt to connect&lt;/FONT&gt;&lt;FONT color="#000000"&gt;:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="java"&gt;2021-01-26 18:24:28.803 28824-28824/com.alexnuts.playground.spotify E/HomeViewModel$listener: :::HomeViewMode::listener::onFailure
    com.spotify.android.appremote.api.error.CouldNotFindSpotifyApp
        at com.spotify.android.appremote.api.LocalConnector.connect(LocalConnector.java:53)
        at com.spotify.android.appremote.api.SpotifyAppRemote.connect(SpotifyAppRemote.java:74)
        at com.alexnuts.playground.spotify.HomeViewModel.&amp;lt;init&amp;gt;(HomeViewModel.kt:56)
        at com.alexnuts.playground.spotify.di.KoinDIKt$moduleViewModel$1$1.invoke(KoinDI.kt:63)
        at com.alexnuts.playground.spotify.di.KoinDIKt$moduleViewModel$1$1.invoke(Unknown Source:4)
        at org.koin.core.instance.InstanceFactory.create(InstanceFactory.kt:53)
        at org.koin.core.instance.FactoryInstanceFactory.get(FactoryInstanceFactory.kt:36)
        at org.koin.core.registry.InstanceRegistry.resolveInstance$koin_core(InstanceRegistry.kt:103)
        at org.koin.core.scope.Scope.resolveInstance(Scope.kt:236)
        at org.koin.core.scope.Scope.access$resolveInstance(Scope.kt:35)
        at org.koin.core.scope.Scope$get$1.invoke(Scope.kt:199)
        at org.koin.core.time.MeasureKt.measureDurationForResult(Measure.kt:74)
        at org.koin.core.scope.Scope.get(Scope.kt:198)
        at org.koin.androidx.viewmodel.factory.DefaultViewModelFactory.create(DefaultViewModelFactory.kt:11)
        at androidx.lifecycle.ViewModelProvider.get(ViewModelProvider.java:187)
        at androidx.lifecycle.ViewModelProvider.get(ViewModelProvider.java:150)
        at org.koin.androidx.viewmodel.ViewModelResolverKt.get(ViewModelResolver.kt:23)
        at org.koin.androidx.viewmodel.ViewModelResolverKt.resolveInstance(ViewModelResolver.kt:12)
        at org.koin.androidx.viewmodel.scope.ScopeExtKt.getViewModel(ScopeExt.kt:86)
        at org.koin.androidx.viewmodel.scope.ScopeExtKt.getViewModel(ScopeExt.kt:72)
        at org.koin.androidx.viewmodel.koin.KoinExtKt.getViewModel(KoinExt.kt:41)
        at org.koin.androidx.viewmodel.ext.android.ActivityExtKt.getViewModel(ActivityExt.kt:71)
        at com.alexnuts.playground.spotify.MainActivity$$special$$inlined$viewModel$2.invoke(ActivityExt.kt:73)
        at com.alexnuts.playground.spotify.MainActivity$$special$$inlined$viewModel$2.invoke(Unknown Source:0)
        at kotlin.UnsafeLazyImpl.getValue(Lazy.kt:81)
        at com.alexnuts.playground.spotify.MainActivity.getVm(Unknown Source:2)
        at com.alexnuts.playground.spotify.MainActivity.onCreate(MainActivity.kt:42)
        at android.app.Activity.performCreate(Activity.java:7825)
        at android.app.Activity.performCreate(Activity.java:7814)
        at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1306)
        at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3245)
        at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3409)
        at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)
        at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
        at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
        at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2016)
        at android.os.Handler.dispatchMessage(Handler.java:107)
        at android.os.Looper.loop(Looper.java:214)
        at android.app.ActivityThread.main(ActivityThread.java:7356)
        at java.lang.reflect.Method.invoke(Native Method)
        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:492)
        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:930)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Feb 2021 09:56:03 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/AAOS-Missing-functionality-in-spotify-app-for-Android-Automotive/m-p/5148609#M1993</guid>
      <dc:creator>alexnuts</dc:creator>
      <dc:date>2021-02-05T09:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: [AAOS] Missing functionality in spotify app for Android Automotive OS</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/AAOS-Missing-functionality-in-spotify-app-for-Android-Automotive/m-p/5159634#M2088</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm in the team that works on the Spotify app for Android Automotive.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This is a separate product from the Spotify app for smartphones and the documentation on our public developer portal does not apply to it. We do not support the App Remote SDK and future support is not planned.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We offer this app to car manufacturers and their suppliers in order to integrate it with their infotainment systems. Is the project you are working on is on behalf of a car manufacturer or supplier? If so, we can get in touch to discuss further.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Wilhelm&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2021 18:06:58 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/AAOS-Missing-functionality-in-spotify-app-for-Android-Automotive/m-p/5159634#M2088</guid>
      <dc:creator>w2k</dc:creator>
      <dc:date>2021-02-24T18:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: [AAOS] Missing functionality in spotify app for Android Automotive OS</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/AAOS-Missing-functionality-in-spotify-app-for-Android-Automotive/m-p/5159713#M2091</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;Hi Wilhelm!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you for answer))&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I’m a part of team that works on app and media sdk for car manufacturers.&lt;/DIV&gt;&lt;DIV&gt;So I guess it is better if you will continue the conversation with my manager.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRIKE&gt;Ping to my email and I will send manager’s email or just I will share yours&lt;/STRIKE&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I've sent an info to you in a private message.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Feb 2021 21:37:48 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/AAOS-Missing-functionality-in-spotify-app-for-Android-Automotive/m-p/5159713#M2091</guid>
      <dc:creator>alexnuts</dc:creator>
      <dc:date>2021-02-24T21:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: [AAOS] Missing functionality in spotify app for Android Automotive OS</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/AAOS-Missing-functionality-in-spotify-app-for-Android-Automotive/m-p/5159730#M2092</link>
      <description>Okay, let's continue the conversation over e-mail.&lt;BR /&gt;&lt;BR /&gt;(Moderators, you may mark this topic solved if you'd like.)</description>
      <pubDate>Wed, 24 Feb 2021 22:12:30 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/AAOS-Missing-functionality-in-spotify-app-for-Android-Automotive/m-p/5159730#M2092</guid>
      <dc:creator>w2k</dc:creator>
      <dc:date>2021-02-24T22:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: [AAOS] Missing functionality in spotify app for Android Automotive OS</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/AAOS-Missing-functionality-in-spotify-app-for-Android-Automotive/m-p/5391681#M4798</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;SPAN&gt;Wilhelm,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have also a request on this subject. I'm working for&amp;nbsp;car manufacturer and we are working for an application on android, ios and android automotive that use Spotify SDK.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can we exchange over email also ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Michaël&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2022 07:52:31 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/AAOS-Missing-functionality-in-spotify-app-for-Android-Automotive/m-p/5391681#M4798</guid>
      <dc:creator>MichaelFerwer</dc:creator>
      <dc:date>2022-06-09T07:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: [AAOS] Missing functionality in spotify app for Android Automotive OS</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/AAOS-Missing-functionality-in-spotify-app-for-Android-Automotive/m-p/6657047#M16633</link>
      <description>&lt;P&gt;Hello Wilhelm,&lt;BR /&gt;&lt;BR /&gt;I also have some clarifying questions to ask on this topic. Can we please converse over email?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 15:23:41 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/AAOS-Missing-functionality-in-spotify-app-for-Android-Automotive/m-p/6657047#M16633</guid>
      <dc:creator>HabeebAhmed</dc:creator>
      <dc:date>2025-01-16T15:23:41Z</dc:date>
    </item>
  </channel>
</rss>

