Skip to content

Nexus5 bluetooth assistant installation bug #17

Description

@sgxgsx

./bluetoothassistant_additional_install.sh - won't work out of the box.

Until fixed in order to use BluetoothAssistant you need to:

  1. Compile an APK for BluetoothAssistant in Android Studio - https://github.com/sgxgsx/BluetoothAssistant (debug apk)
  2. connect your nexus over USB or wifi and enable adb access.
  3. Run adb devices on your computer
  4. Now install the apk adb -s deviceID -m BluetoothAssistant.apk
  5. Now you should be setup to test with your nexus.

How to remediate the issue:

  1. Compile an apk for release on BluetoothAssistant
  2. in installation script pull an apk from the release page
  3. during installation run adb devices, get a list of available installation targets
  4. Prompt a user to choose an installation target
  5. Run adb -s DeviceID -p path/to/BluetoothAssistant.apk

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions