-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Description
./bluetoothassistant_additional_install.sh - won't work out of the box.
Until fixed in order to use BluetoothAssistant you need to:
- Compile an APK for BluetoothAssistant in Android Studio - https://github.com/sgxgsx/BluetoothAssistant (debug apk)
- connect your nexus over USB or wifi and enable adb access.
- Run
adb deviceson your computer - Now install the apk adb -s deviceID -m BluetoothAssistant.apk
- Now you should be setup to test with your nexus.
How to remediate the issue:
- Compile an apk for release on BluetoothAssistant
- in installation script pull an apk from the release page
- during installation run
adb devices, get a list of available installation targets - Prompt a user to choose an installation target
- Run adb -s DeviceID -p path/to/BluetoothAssistant.apk
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels