Hi all,
I have built and flashed the AOSP for fugu and I'm not able to enable Bluetooth. Is this a known issue?
I'm using a fugu LRX21V, I chose full_fugu-userdebug from lunch, I have added all the proprietary drivers to vendor/ and the build seemed to complete successfully. I then performed a fastboot flashall -w and the device boots fine. However, from the logcat I can see there are issues when the Bluetooth service is being started.
I/SystemServer( 451): Bluetooth Manager Service
D/BluetoothManagerService( 451): Loading stored name and address
D/BluetoothManagerService( 451): Stored bluetooth Name=null,Address=null
(...)
D/BluetoothManagerService( 451): Auto-enabling Bluetooth.
D/BluetoothManagerService( 451): Retrieving Bluetooth Adapter name and address...
D/BluetoothManagerService( 451): getNameAndAddress(): mBluetooth = null mBinding = false
D/BluetoothManagerService( 451): Message: 1
D/BluetoothManagerService( 451): MESSAGE_ENABLE: mBluetooth = null
E/BluetoothManagerService( 451): Fail to bind to: Intent { act=android.bluetooth.IBluetooth }
D/BluetoothManagerService( 451): Message: 200
D/BluetoothManagerService( 451): MESSAGE_GET_NAME_AND_ADDRESS
D/BluetoothManagerService( 451): Binding to service to get name and address
E/BluetoothManagerService( 451): Fail to bind to: Intent { act=android.bluetooth.IBluetooth }
I have also installed the TvSettings package and tried to use to use the DevicePairing activity (adb shell am start -n com.android.tv.settings/com.android.tv.settings.accessories.AddAccessoryActivity) and I can see on logcat:
D/aah.InputPairer( 2215): Bluetooth not enabled, delaying startup.
D/aah.InputPairer( 2215): Bluetooth not enabled, delaying startup.
Before all that I verified that with the factory image on the same Nexus Player BT was able to discover BT devices ok. WiFi is working fine.
Does anyone know what I can be possibly missing here?
Best regards,
jesus