Coder Social home page Coder Social logo

carconnectivityconsortium / rockscout Goto Github PK

View Code? Open in Web Editor NEW
54.0 11.0 21.0 1.92 MB

RockScout makes Android music and audio apps controllable from your car’s dashboard via MirrorLink®.

Home Page: https://play.google.com/store/apps/details?id=com.carconnectivity.mlmediaplayer

License: Other

Java 99.79% Shell 0.21%

rockscout's Introduction

RockScout

This repository contains Android Studio project for RockScout, a MirrorLink-aware audio player capable of playing content from other applications using MediaBrowser API.

License can be found in LICENSE file that you should have received along source code and this readme file.

rockscout's People

Contributors

carconnectivityconsortiumadmin avatar comarch-technologies avatar edpichon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rockscout's Issues

Rockscout shows nothing but black screen when unlock the screen after launching from headunit

Preconditions:
Device : SM-G950
OS : P OS

reproduce procedure:
0. Rockscout launcher fragment is already on top (previously launched)

  1. setup the pattern lock on device
  2. connects mirrorlink with headunit when device is locked
  3. start rockscout
  4. unlock the pattern lock

Expected result :
Showing launcher fragment with available application icons

Actual result :
show only black screen

Doing this procedure in P OS, it doesn't relaunch the application, so rockscout goes to states like thsi:
12-03 17:22:40.297 D 18490 18490 com.carconnectivity.mlmediaplayer.ui.MainActivity: onCreate
12-03 17:22:40.381 D 18490 18490 com.carconnectivity.mlmediaplayer.ui.MainActivity: onResume
12-03 17:22:40.409 D 18490 18490 com.carconnectivity.mlmediaplayer.ui.MainActivity: onPause
12-03 17:22:40.526 D 18490 18490 com.carconnectivity.mlmediaplayer.ui.MainActivity: onStop

//after unlocked
12-03 17:22:44.231 D 18490 18490 com.carconnectivity.mlmediaplayer.ui.MainActivity: onResume

I found the mLauncherFragment of MainActivity was not prepared to be drawn in screen after unlocked.
When I tested it by replacing just fresh mLauncherFragment inside of openLauncher function,

public void openLauncher(View caller) {
     if (mLauncherFragment == null)
         mLauncherFragment = LauncherFragment.newInstance();
+    else
+        mLauncherFragment = LauncherFragment.newInstance();
     switchFragment(mLauncherFragment);
 }

it shows the message ("You have no MediaBrowser compatible media pplication ....") because is is not considered to sync with provider. anyway, old mLauncherFragment was not valid at that time.

Rockscout not working on S9

Hi there, i've been trying to get rockscout working on my new Galaxy S9 in my Toyota C-HR.
I activate mirrorlink and connect the phone, I can start rockscout on my car's display it launches but then it shows me all the available music apps greyed out with a plug icon next to them.
When I click on an app (ie Spotify) a message pops up which tells me that my phone must be connected to a mirrorlink enabled headunit. "Funny", as it is displaying the message on a the display of my car.

So I'm kinda going round in circles, any help or suggestions would be REALLY appreciated!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.