./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 devices on 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
./bluetoothassistant_additional_install.sh- won't work out of the box.Until fixed in order to use BluetoothAssistant you need to:
adb deviceson your computerHow to remediate the issue:
adb devices, get a list of available installation targets