Giter Club home page Giter Club logo

bitcointicker's Introduction

BitcoinTicker

Native Android demo application for cryptocurrency ticker and news notifications with android auto support

To make it work with android auto, the application needs to mimick an android auto app. This is because android auto apps only supports notifications for messaging applications such as WhatsApp/Messenger/SMS - for safety reasons obviously. This is also the reason that, at the moment, i cannot get this app in the Play Store.

We can however install it as an android vending app and then it works.

Use following steps to force the app working:

  1. build as release APK
  2. adb push mobile-release.apk /sdcard/app.apk
  3. adb shell pm install -i "com.android.vending" -r /sdcard/app.apk
  4. adb shell rm /sdcard/app.apk

The com.android.vending part of the installation mimics the fact that you downloaded the app from the Play Store. This way it will be supported by Android Auto. Now your notifications should be shown on your car display.

bitcointicker's People

Contributors

verthosa avatar kurtbouche avatar

Stargazers

 avatar Marcos Benatti Lauer avatar Tim Denisenko avatar Andrew MacDonald avatar

Watchers

James Cloos avatar  avatar

Forkers

mbenatti

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.