Git Product home page Git Product logo

android-auto-companion-android's Introduction

Android Auto Companion Library

Library that will abstract away the process of associating a phone with an Android Auto head unit. Once associated, a device will gain the ability to unlock the head unit via BLE. The library supports both iOS and Android, the code for which is contained with the ios and android directories respectively.

For usage instructions, follow the Phone SDK Integration Guide.

This repository is intended to release the AAOS Companion Device program as an open source project.

Use Google Maven to obtain the SDK:

  1. Add Google Maven to the app repositories.
buildscript {
    repositories {
        google()
    }
}
  1. Add Companion Device package to the app dependencies.

https://maven.google.com/web/index.html#com.google.android.car.connectionservice:connectionservice

dependencies {
    // NOTE: use the latest version.
    implementation 'com.google.android.car.connectionservice:connectionservice:3.1.2'
}

android-auto-companion-android's People

Contributors

martingjing avatar yaoyx108 avatar

Stargazers

 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

android-auto-companion-android's Issues

Security Policy violation Binary Artifacts

This issue was automatically created by Allstar.

Security Policy Violation
Project is out of compliance with Binary Artifacts policy: binaries present in source code

Rule Description
Binary Artifacts are an increased security risk in your repository. Binary artifacts cannot be reviewed, allowing the introduction of possibly obsolete or maliciously subverted executables. For more information see the Security Scorecards Documentation for Binary Artifacts.

Remediation Steps
To remediate, remove the generated executable artifacts from the repository.

Artifacts Found

  • encryptionrunner/ukey2.jar

Additional Information
This policy is drawn from Security Scorecards, which is a tool that scores a project's adherence to security best practices. You may wish to run a Scorecards scan directly on this repository for more details.


Allstar has been installed on all Google managed GitHub orgs. Policies are gradually being rolled out and enforced by the GOSST and OSPO teams. Learn more at http://go/allstar

This issue will auto resolve when the policy is in compliance.

Issue created by Allstar. See https://github.com/ossf/allstar/ for more information. For questions specific to the repository, please contact the owner or maintainer.

help-wanted: Android Auto: why is the publication in Google Play rejected

Hi,

I'm working on android auto. The app runs on DHU but publishing in Google Play was rejected:

Reason: application asks for an update which prevents testing of functionality in the Android Auto environment.

Don't know what's the reason is. Does anyone know what's to do?

the link for the instructions of your sdk is unfortunately dead.
posted this question also in stackoverflow and got the hint to ask here at your place.

Thanks, Alejandro

New Version 3.2.1

The existing source code is built upon version 3.1.2. Upon inspecting the Maven library , I discovered that a more recent version, 3.2.1, is now accessible. When can we anticipate the availability of the updated source code for this new version?

Bluetooth Packet Handling Issue on Android 14 - Flutter

Hello,

I am writing to report a recurring issue observed in the Bluetooth communication handling of our application after updating to Android 14. The application is experiencing unexpected behavior when receiving Bluetooth packets, which was not present in Android 13. Below is the log output that captures the essence of the problem:
Capture d’écran 2024-01-25 à 13 22 53

W/PacketPayloadStream ( 2804): Received a first message that is not the start of a packet. Ignoring.
I/BluetoothGattManager( 2804): Received data from service 5e2a68a4-27be-43f9-8d1e-4546976fabd7
I/BluetoothMessageStreamV2( 2804): Received packet 9 of 9 for message 269 containing 90 bytes.

The warning W/PacketPayloadStream ( 2804): Received a first message that is not the start of a packet. Ignoring. suggests that there is a discrepancy in how packet starts are being identified in the Bluetooth data stream.

This issue is consistently reproducible on devices that have been updated to Android 14. The same application running on Android 13 does not exhibit this problem, indicating that there has been a change in the Bluetooth stack or relevant system handling that is causing these messages to be misinterpreted or mishandled.

I would greatly appreciate any guidance or acknowledgment of this issue. If there are any workarounds or insights into the nature of these changes in Android 14's Bluetooth handling, it would be beneficial for our development team to know.

Thank you for your attention to this matter.

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.