Hi.
I'm building Jelly Bean 4.2.2 ROM based on CyanogenMod sources for Sony ST15i Smultron.
Only Bluetooth and FM Radio doesn't work.
To build libbt-vendor I'm use BCM variant by setting in BoardConfig.mk "BOARD_HAVE_BLUETOOTH_BCM", "BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR", "BOARD_BLUEDROID_VENDOR_CONF"
my config file content:
BLUETOOTH_UART_DEVICE_PORT = "/dev/ttyHS0"
FW_PATCHFILE_LOCATION = "/etc/firmware/"
LPM_IDLE_TIMEOUT_MULTIPLE = 5
SCO_USE_I2S_INTERFACE = TRUE
BTVND_DBG = FALSE
BTHW_DBG = TRUE
VNDUSERIAL_DBG = FALSE
UPIO_DBG = FALSE
on device in etc/firmware
TIInit_7.5.20.bts
TIInit_7.6.15.bts
wl1271-fw-multirole-roc.bin
I can turn On/Off bluetooth, search for other devices (and other devices can see my device), pair devices and sometimes send/receive files (1 try from 10 and only text files), stream connections not work.
Log:
03-15 12:18:09.531 D/BluetoothAdapter( 624): 730137184: getState() : mService = null. Returning STATE_OFF
03-15 12:18:09.531 D/BluetoothAdapter( 624): 730137184: getState() : mService = null. Returning STATE_OFF
03-15 12:18:09.531 D/BluetoothManagerService( 512): checkIfCallerIsForegroundUser: valid=true callingUser=0 foregroundUser=0
03-15 12:18:09.531 D/BluetoothManagerService( 512): enable(): mBluetooth =null mBinding = false
03-15 12:18:09.531 D/AudioHardware7x30( 193): value of device and enable is 2 1 ALSA dev id:6
03-15 12:18:09.531 D/BluetoothManagerService( 512): Message: 1
03-15 12:18:09.531 D/BluetoothManagerService( 512): MESSAGE_ENABLE: mBluetooth = null
03-15 12:18:09.531 D/BluetoothAdapterService( 2175): REFCOUNT: CREATED. INSTANCE_COUNT2
03-15 12:18:09.531 D/BluetoothAdapterState( 2175): make
03-15 12:18:09.531 I/bluedroid( 2175): init
03-15 12:18:09.531 I/bte_conf( 2175): Attempt to load stack conf from /etc/bluetooth/bt_stack.conf
03-15 12:18:09.531 I/bluedroid( 2175): get_profile_interface socket
03-15 12:18:09.531 D/BluetoothManagerService( 512): BluetoothServiceConnection: connected to AdapterService
03-15 12:18:09.531 D/BluetoothManagerService( 512): Message: 40
03-15 12:18:09.531 D/BluetoothManagerService( 512): MESSAGE_BLUETOOTH_SERVICE_CONNECTED
03-15 12:18:09.531 D/BluetoothManagerService( 512): Calling onBluetoothServiceUp callbacks
03-15 12:18:09.531 D/BluetoothManagerService( 512): Broadcasting onBluetoothServiceUp() to 5 receivers.
03-15 12:18:09.531 D/BluetoothAdapterService( 2175): Broadcasting updateAdapterState() to 1 receivers.
03-15 12:18:09.531 D/BluetoothManagerService( 512): Message: 60
03-15 12:18:09.531 D/BluetoothManagerService( 512): MESSAGE_BLUETOOTH_STATE_CHANGE: prevState = 10, newState=11
03-15 12:18:09.531 D/BluetoothManagerService( 512): Bluetooth State Change Intent: 10 -> 11
03-15 12:18:09.531 D/BluetoothBondStateMachine( 2175): make
03-15 12:18:09.531 I/GKI_LINUX( 2175): gki_task_entry: gki_task_entry task_id=1 [BTIF] starting
03-15 12:18:09.531 D/AudioHardware7x30( 193): msm_route_stream(PCM_PLAY,5,6,1)
03-15 12:18:09.531 D/HeadsetService( 2175): Received start request. Starting profile...
03-15 12:18:09.531 D/HeadsetStateMachine( 2175): make
03-15 12:18:09.531 I/BluetoothBondStateMachine( 2175): StableState(): Entering Off State
03-15 12:18:09.531 D/BluetoothManagerService( 512): Bluetooth Adapter name changed to Xperia Mini
03-15 12:18:09.531 D/BluetoothManagerService( 512): Stored Bluetooth name: Xperia Mini
03-15 12:18:09.531 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:09.531 I/bluedroid( 2175): get_profile_interface handsfree
03-15 12:18:09.531 E/bt-btif ( 2175): btif_enable_service: current services:0x100040
03-15 12:18:09.531 D/A2dpService( 2175): Received start request. Starting profile...
03-15 12:18:09.531 D/A2dpStateMachine( 2175): make
03-15 12:18:09.531 I/bluedroid( 2175): get_profile_interface a2dp
03-15 12:18:09.531 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:09.531 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:09.531 I/GKI_LINUX( 2175): gki_task_entry: gki_task_entry task_id=2 [A2DP-MEDIA] starting
03-15 12:18:09.531 E/bt-btif ( 2175): btif_enable_service: current services:0x140040
03-15 12:18:09.531 D/HidService( 2175): Received start request. Starting profile...
03-15 12:18:09.531 I/bluedroid( 2175): get_profile_interface hidhost
03-15 12:18:09.531 E/bt-btif ( 2175): btif_enable_service: current services:0x140040
03-15 12:18:09.531 D/HealthService( 2175): Received start request. Starting profile...
03-15 12:18:09.531 D/A2dpStateMachine( 2175): Enter Disconnected: -2
03-15 12:18:09.531 I/bluedroid( 2175): get_profile_interface health
03-15 12:18:09.531 D/PanService( 2175): Received start request. Starting profile...
03-15 12:18:09.531 D/BluetoothPanServiceJni( 2175): initializeNative(L110): pan
03-15 12:18:09.531 I/bluedroid( 2175): get_profile_interface pan
03-15 12:18:09.531 D/HeadsetPhoneState( 2175): sendDeviceStateChanged. mService=0 mSignal=0 mRoam=0 mBatteryCharge=3
03-15 12:18:09.531 D/BluetoothAdapterService( 2175): Profile still not running:com.android.bluetooth.hdp.HealthService
03-15 12:18:09.531 D/BluetoothAdapterService( 2175): Profile still not running:com.android.bluetooth.hdp.HealthService
03-15 12:18:09.531 D/BluetoothAdapterService( 2175): Profile still not running:com.android.bluetooth.hdp.HealthService
03-15 12:18:09.531 D/BluetoothAdapterService( 2175): Profile still not running:com.android.bluetooth.pan.PanService
03-15 12:18:09.531 I/bluedroid( 2175): enable
03-15 12:18:09.531 I/bt_hci_bdroid( 2175): init
03-15 12:18:09.531 I/bt_vendor( 2175): init
03-15 12:18:09.531 I/bt_vnd_conf( 2175): Attempt to load conf from /etc/bluetooth/bt_vendor.conf
03-15 12:18:09.531 I/GKI_LINUX( 2175): gki_task_entry: gki_task_entry task_id=0 [BTU] starting
03-15 12:18:09.531 I/bt_hci_bdroid( 2175): bt_hc_worker_thread started
03-15 12:18:09.531 I/bt_userial_vendor( 2175): userial vendor open: opening /dev/ttyHS0
03-15 12:18:09.531 I/bt_userial_vendor( 2175): device fd = 63 open
03-15 12:18:10.004 D/dalvikvm( 624): GC_CONCURRENT freed 301K, 50% free 3866K/7696K, paused 3ms+19ms, total 96ms
03-15 12:18:10.004 E/bt_hwcfg( 2175): vendor lib fwcfg aborted!!!
03-15 12:18:10.004 I/ ( 2175): BTE_InitTraceLevels -- TRC_HCI
03-15 12:18:10.004 I/ ( 2175): BTE_InitTraceLevels -- TRC_L2CAP
03-15 12:18:10.004 I/ ( 2175): BTE_InitTraceLevels -- TRC_RFCOMM
03-15 12:18:10.004 I/ ( 2175): BTE_InitTraceLevels -- TRC_AVDT
03-15 12:18:10.004 I/ ( 2175): BTE_InitTraceLevels -- TRC_AVRC
03-15 12:18:10.004 I/ ( 2175): BTE_InitTraceLevels -- TRC_A2D
03-15 12:18:10.004 I/ ( 2175): BTE_InitTraceLevels -- TRC_BNEP
03-15 12:18:10.004 I/ ( 2175): BTE_InitTraceLevels -- TRC_BTM
03-15 12:18:10.004 I/ ( 2175): BTE_InitTraceLevels -- TRC_PAN
03-15 12:18:10.004 I/ ( 2175): BTE_InitTraceLevels -- TRC_SDP
03-15 12:18:10.004 I/ ( 2175): BTE_InitTraceLevels -- TRC_BTAPP
03-15 12:18:10.004 I/ ( 2175): BTE_InitTraceLevels -- TRC_BTIF
03-15 12:18:10.004 D/BluetoothMasReceiver( 2175): Bluetooth STATE CHANGED to 11
03-15 12:18:10.004 E/bt-btif ( 2175): Calling BTA_HhEnable
03-15 12:18:10.004 E/bt-btif ( 2175): ## btif_config_get assert section && *section && key && *key && name && *name && bytes && type failed at line:182 ##
03-15 12:18:10.004 E/bt-btif ( 2175): btif_storage_get_adapter_property service_mask:0x140040
03-15 12:18:10.004 D/BluetoothManagerService( 512): Bluetooth Adapter name changed to Xperia Mini
03-15 12:18:10.004 D/BluetoothManagerService( 512): Stored Bluetooth name: Xperia Mini
03-15 12:18:10.004 E/BluetoothRemoteDevices( 2175): devicePropertyChangedCallback: bdDevice: 00:1D:60:C7:24:B3, value is empty for type: 10
03-15 12:18:10.004 E/BluetoothRemoteDevices( 2175): devicePropertyChangedCallback: bdDevice: 28:D1:AF:40:65:D3, value is empty for type: 10
03-15 12:18:10.004 I/bt_hwcfg( 2175): SCO over I2SPCM interface {1, 1, 0, 1}
03-15 12:18:10.004 D/ ( 2175): bta_pan_co_init
03-15 12:18:10.004 I/bte_conf( 2175): Attempt to load did conf from /etc/bluetooth/bt_did.conf
03-15 12:18:10.004 I/bte_conf( 2175): [1] primary_record=1 vendor_id=0x000F vendor_id_source=0x0001 product_id=0x1200 version=0x1436
03-15 12:18:10.004 I/bte_conf( 2175): Attempt to load did conf from /etc/bluetooth/bt_did.conf
03-15 12:18:10.004 I/bte_conf( 2175): Attempt to load did conf from /etc/bluetooth/bt_did.conf
03-15 12:18:10.004 D/BluetoothAdapterProperties( 2175): ScanMode = 20
03-15 12:18:10.004 D/BluetoothAdapterProperties( 2175): State = 11
03-15 12:18:10.004 D/BluetoothAdapterService( 2175): Broadcasting updateAdapterState() to 1 receivers.
03-15 12:18:10.004 D/BluetoothManagerService( 512): Message: 60
03-15 12:18:10.004 D/BluetoothManagerService( 512): MESSAGE_BLUETOOTH_STATE_CHANGE: prevState = 11, newState=12
03-15 12:18:10.004 D/BluetoothManagerService( 512): Broadcasting onBluetoothStateChange(true) to 10 receivers.
03-15 12:18:10.004 D/BluetoothA2dp( 1511): onBluetoothStateChange: up=true
03-15 12:18:10.004 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.004 D/BluetoothAdapterService(729691232)( 2175): Get Bonded Devices being called
03-15 12:18:10.004 D/BluetoothA2dp( 512): onBluetoothStateChange: up=true
03-15 12:18:10.004 D/BluetoothA2dp( 512): Proxy object connected
03-15 12:18:10.004 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.004 D/BluetoothAdapterService(729691232)( 2175): Get Bonded Devices being called
03-15 12:18:10.004 D/BluetoothHeadset( 512): onBluetoothStateChange: up=true
03-15 12:18:10.004 D/BluetoothHeadset( 512): Proxy object connected
03-15 12:18:10.004 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.004 D/BluetoothPan( 512): onBluetoothStateChange(on) call bindService
03-15 12:18:10.004 E/bt-btif ( 2175): ## btif_config_get assert section && *section && key && *key && name && *name && bytes && type failed at line:182 ##
03-15 12:18:10.004 D/BluetoothPanServiceJni( 2175): control_state_callback(L61): state:0, local_role:0, ifname:bt-pan
03-15 12:18:10.004 D/BluetoothPan( 512): BluetoothPAN Proxy object connected
03-15 12:18:10.004 D/BluetoothPan( 512): BluetoothPan(), bindService called
03-15 12:18:10.004 D/BluetoothHeadset( 1511): onBluetoothStateChange: up=true
03-15 12:18:10.004 D/BluetoothHeadset( 1739): onBluetoothStateChange: up=true
03-15 12:18:10.004 D/BluetoothHeadset( 1739): Proxy object connected
03-15 12:18:10.004 D/BluetoothPan( 1511): onBluetoothStateChange(on) call bindService
03-15 12:18:10.004 D/BluetoothPan( 1511): BluetoothPan(), bindService called
03-15 12:18:10.004 E/bt_h4 ( 2175): vendor lib postload completed
03-15 12:18:10.004 W/ContextImpl( 1511): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1458 android.content.ContextWrapper.bindService:473 android.bluetooth.BluetoothA2dp$1.onBluetoothStateChange:131 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 android.os.Binder.execTransact:351
03-15 12:18:10.004 W/ContextImpl( 512): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1458 android.bluetooth.BluetoothA2dp$1.onBluetoothStateChange:131 com.android.server.BluetoothManagerService.sendBluetoothStateCallback:471 com.android.server.BluetoothManagerService.bluetoothStateChangeHandler:1049 com.android.server.BluetoothManagerService.access$2700:46
03-15 12:18:10.004 W/ContextImpl( 512): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1458 android.bluetooth.BluetoothHeadset$1.onBluetoothStateChange:244 com.android.server.BluetoothManagerService.sendBluetoothStateCallback:471 com.android.server.BluetoothManagerService.bluetoothStateChangeHandler:1049 com.android.server.BluetoothManagerService.access$2700:46
03-15 12:18:10.004 W/ContextImpl( 512): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1458 android.bluetooth.BluetoothPan$1.onBluetoothStateChange:173 com.android.server.BluetoothManagerService.sendBluetoothStateCallback:471 com.android.server.BluetoothManagerService.bluetoothStateChangeHandler:1049 com.android.server.BluetoothManagerService.access$2700:46
03-15 12:18:10.004 W/ContextImpl( 1511): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1458 android.content.ContextWrapper.bindService:473 android.bluetooth.BluetoothHeadset$1.onBluetoothStateChange:244 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 android.os.Binder.execTransact:351
03-15 12:18:10.004 W/ContextImpl( 1511): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1458 android.content.ContextWrapper.bindService:473 android.bluetooth.BluetoothPan$1.onBluetoothStateChange:173 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 android.os.Binder.execTransact:351
03-15 12:18:10.004 D/BluetoothPbap( 1511): onBluetoothStateChange: up=true
03-15 12:18:10.004 D/BluetoothInputDevice( 1511): onBluetoothStateChange: up=true
03-15 12:18:10.004 D/BluetoothHeadset( 1739): onBluetoothStateChange: up=true
03-15 12:18:10.004 D/BluetoothHeadset( 1739): Proxy object connected
03-15 12:18:10.004 D/BluetoothManagerService( 512): Bluetooth State Change Intent: 11 -> 12
03-15 12:18:10.004 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.004 D/BluetoothAdapterService(729691232)( 2175): Get Bonded Devices being called
03-15 12:18:10.004 W/ContextImpl( 1511): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1458 android.content.ContextWrapper.bindService:473 android.bluetooth.BluetoothPbap$1.onBluetoothStateChange:132 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 android.os.Binder.execTransact:351
03-15 12:18:10.004 W/ContextImpl( 1511): Calling a method in the system process without a qualified user: android.app.ContextImpl.bindService:1458 android.content.ContextWrapper.bindService:473 android.bluetooth.BluetoothInputDevice$1.onBluetoothStateChange:209 android.bluetooth.IBluetoothStateChangeCallback$Stub.onTransact:55 android.os.Binder.execTransact:351
03-15 12:18:10.004 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.004 D/BluetoothAdapterService(729691232)( 2175): Get Bonded Devices being called
03-15 12:18:10.004 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.004 D/dalvikvm( 2175): GC_CONCURRENT freed 375K, 68% free 2526K/7692K, paused 1ms+26ms, total 60ms
03-15 12:18:10.004 W/BluetoothAdapterService( 2175): *************service already starting to cleanup... Ignoring cleanup request.........
03-15 12:18:10.004 D/BluetoothAdapterService( 2175): REFCOUNT: FINALIZED. INSTANCE_COUNT= 1
03-15 12:18:10.004 D/dalvikvm( 2137): GC_CONCURRENT freed 1033K, 37% free 5172K/8124K, paused 9ms+9ms, total 84ms
03-15 12:18:10.004 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.504 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.504 D/BluetoothA2dp( 1511): Proxy object connected
03-15 12:18:10.504 D/A2dpProfile( 1511): Bluetooth service connected
03-15 12:18:10.504 D/BluetoothHeadset( 1511): Proxy object connected
03-15 12:18:10.504 D/HeadsetProfile( 1511): Bluetooth service connected
03-15 12:18:10.504 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.504 D/BluetoothPan( 1511): BluetoothPAN Proxy object connected
03-15 12:18:10.504 D/PanProfile( 1511): Bluetooth service connected
03-15 12:18:10.504 D/BluetoothInputDevice( 1511): Proxy object connected
03-15 12:18:10.504 D/HidProfile( 1511): Bluetooth service connected
03-15 12:18:10.504 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.504 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.504 D/BluetoothAdapterService(729691232)( 2175): Get Bonded Devices being called
03-15 12:18:10.504 W/ContextImpl( 1511): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1404 android.content.ContextWrapper.startService:450 android.content.ContextWrapper.startService:450 com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134 com.android.settings.bluetooth.DockEventReceiver.onReceive:115
03-15 12:18:10.504 D/DockEventReceiver( 1511): finishStartingService: stopping service
03-15 12:18:10.504 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.504 D/BluetoothManagerService( 512): checkIfCallerIsForegroundUser: valid=true callingUser=0 foregroundUser=0
03-15 12:18:10.504 W/BluetoothAdapter( 2175): getBluetoothService() called with no BluetoothManagerCallback
03-15 12:18:10.504 E/BluetoothServiceJni( 2175): SOCK FLAG = 1 ***********************
03-15 12:18:10.504 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.504 D/BluetoothPbap( 1511): Proxy object connected
03-15 12:18:10.504 D/PbapServerProfile( 1511): Bluetooth service connected
03-15 12:18:10.504 D/BluetoothMasReceiver( 2175): Bluetooth STATE CHANGED to 12
03-15 12:18:10.504 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:10.504 D/BluetoothManagerService( 512): checkIfCallerIsForegroundUser: valid=true callingUser=0 foregroundUser=0
03-15 12:18:10.504 W/BluetoothAdapter( 2175): getBluetoothService() called with no BluetoothManagerCallback
03-15 12:18:10.504 E/BluetoothServiceJni( 2175): SOCK FLAG = 3 ***********************
03-15 12:18:10.504 D/BluetoothManagerService( 512): checkIfCallerIsForegroundUser: valid=true callingUser=0 foregroundUser=0
03-15 12:18:10.504 W/BluetoothAdapter( 2175): getBluetoothService() called with no BluetoothManagerCallback
03-15 12:18:10.504 E/BluetoothServiceJni( 2175): SOCK FLAG = 0 ***********************
03-15 12:18:10.504 I/BtOppRfcommListener( 2175): Accept thread started.
03-15 12:18:10.504 D/BluetoothManagerService( 512): checkIfCallerIsForegroundUser: valid=true callingUser=0 foregroundUser=0
03-15 12:18:10.504 W/BluetoothAdapter( 2175): getBluetoothService() called with no BluetoothManagerCallback
03-15 12:18:10.504 E/BluetoothServiceJni( 2175): SOCK FLAG = 3 ***********************
03-15 12:18:10.504 D/BtOppService( 2175): insertShare parsed URI: content://media/external/file/742
03-15 12:18:10.504 D/BtOppService( 2175): insertShare parsed URI: content://media/external/file/743
03-15 12:18:10.504 D/BtOppService( 2175): insertShare parsed URI: content://media/external/file/744
03-15 12:18:10.504 D/BtOppService( 2175): insertShare parsed URI: content://media/external/file/757
03-15 12:18:10.504 D/BtOppService( 2175): insertShare parsed URI: content://media/external/file/779
03-15 12:18:10.504 D/BtOppService( 2175): insertShare parsed URI: content://media/external/file/831
03-15 12:18:10.504 D/BtOppService( 2175): insertShare parsed URI: content://media/external/file/834
03-15 12:18:12.502 D/AudioHardware7x30( 193): AudioStreamOutMSM72xx::standby()
03-15 12:18:12.502 D/AudioHardware7x30( 193): Deroute pcm out stream
03-15 12:18:12.502 E/AudioHardware7x30( 193): updateDeviceInfo: E rx_device 2 and tx_device 3
03-15 12:18:12.502 D/AudioHardware7x30( 193): No active voicecall/playback, disabling cur_rx 2
03-15 12:18:12.502 D/AudioHardware7x30( 193): value of device and enable is 2 0 ALSA dev id:6
03-15 12:18:12.502 D/AudioHardware7x30( 193): No active voicecall/recording, disabling cur_tx 3
03-15 12:18:12.502 D/AudioHardware7x30( 193): value of device and enable is 3 0 ALSA dev id:12
03-15 12:18:12.502 E/AudioHardware7x30( 193): updateDeviceInfo: X cur_rx 2 cur_tx 3
03-15 12:18:13.004 W/InputMethodManagerService( 512): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2b91fba0 attribute=null, token = android.os.BinderProxy@2b8ed1e0
03-15 12:18:13.004 V/PhoneStatusBar( 624): setLightsOn(true)
03-15 12:18:20.504 I/SERVICE ( 1496): **** android.intent.action.BATTERY_CHANGED
03-15 12:18:20.504 I/SERVICE ( 1496): *** RELAUNCH ***
03-15 12:18:20.504 W/BatteryWidget( 1496): Direct0
03-15 12:18:21.514 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:21.514 D/BluetoothManagerService( 512): checkIfCallerIsForegroundUser: valid=true callingUser=0 foregroundUser=0
03-15 12:18:21.514 D/BluetoothManagerService( 512): disable(): mBluetooth = android.bluetooth.IBluetooth$Stub$Proxy@2b8ca0c0 mBinding = false
03-15 12:18:21.514 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:21.514 D/BluetoothManagerService( 512): Message: 2
03-15 12:18:21.514 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:21.514 D/BluetoothManagerService( 512): Sending off request.
03-15 12:18:21.514 D/AudioHardware7x30( 193): value of device and enable is 2 1 ALSA dev id:6
03-15 12:18:21.514 D/BluetoothAdapterService( 2175): Broadcasting updateAdapterState() to 1 receivers.
03-15 12:18:21.514 E/BtOppRfcommListener( 2175): Error accept connection java.io.IOException: read failed, socket might closed or timeout, read ret: -1
03-15 12:18:21.514 W/bt-btif ( 2175): invalid rfc slot id: 5
03-15 12:18:21.514 W/bt-btif ( 2175): invalid rfc slot id: 6
03-15 12:18:21.514 W/bt-btif ( 2175): invalid rfc slot id: 7
03-15 12:18:21.514 W/bt-btif ( 2175): invalid rfc slot id: 8
03-15 12:18:21.514 W/bt-btif ( 2175): bta_dm_disable BTA_DISABLE_DELAY set to 1000 ms
03-15 12:18:21.514 W/bt-l2cap( 2175): L2CAP - PSM: 0x0019 not found for deregistration
03-15 12:18:21.514 W/bt-l2cap( 2175): L2CAP - PSM: 0x0017 not found for deregistration
03-15 12:18:21.514 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:21.514 D/btif_config_util( 2175): btif_config_save_file(L153): in file name:/data/misc/bluedroid/bt_config.new
03-15 12:18:21.514 D/BluetoothManagerService( 512): Message: 60
03-15 12:18:21.514 D/BluetoothManagerService( 512): MESSAGE_BLUETOOTH_STATE_CHANGE: prevState = 12, newState=13
03-15 12:18:21.514 D/BluetoothManagerService( 512): Bluetooth State Change Intent: 12 -> 13
03-15 12:18:21.514 I/BtOppRfcommListener( 2175): stopping Accept Thread
03-15 12:18:21.514 I/BtOppRfcommListener( 2175): BluetoothSocket listen thread finished
03-15 12:18:21.514 D/AudioHardware7x30( 193): msm_route_stream(PCM_PLAY,5,6,1)
03-15 12:18:21.514 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:21.514 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:21.514 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:21.514 D/dalvikvm( 2175): GC_CONCURRENT freed 482K, 67% free 2556K/7692K, paused 4ms+2ms, total 70ms
03-15 12:18:21.514 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 39ms
03-15 12:18:21.514 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 41ms
03-15 12:18:22.004 D/dalvikvm( 2175): GC_CONCURRENT freed 535K, 68% free 2532K/7692K, paused 3ms+21ms, total 78ms
03-15 12:18:22.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 66ms
03-15 12:18:22.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 69ms
03-15 12:18:22.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 43ms
03-15 12:18:22.004 D/dalvikvm( 2175): GC_CONCURRENT freed 512K, 68% free 2532K/7692K, paused 17ms+2ms, total 81ms
03-15 12:18:22.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 47ms
03-15 12:18:22.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 40ms
03-15 12:18:22.004 D/dalvikvm( 2175): GC_CONCURRENT freed 511K, 68% free 2532K/7692K, paused 18ms+11ms, total 55ms
03-15 12:18:22.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 28ms
03-15 12:18:22.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 20ms
03-15 12:18:22.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 34ms
03-15 12:18:22.004 D/CachedBluetoothDevice( 1511): Clearing all connection state for dev:TENSHI-NOTEBOOK
03-15 12:18:22.004 D/dalvikvm( 2175): GC_CONCURRENT freed 512K, 68% free 2532K/7692K, paused 3ms+7ms, total 50ms
03-15 12:18:22.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 24ms
03-15 12:18:22.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 8ms
03-15 12:18:22.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 28ms
03-15 12:18:22.004 D/dalvikvm( 2175): GC_CONCURRENT freed 511K, 68% free 2532K/7692K, paused 3ms+2ms, total 38ms
03-15 12:18:22.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 22ms
03-15 12:18:22.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 26ms
03-15 12:18:22.504 D/dalvikvm( 2175): GC_CONCURRENT freed 512K, 68% free 2532K/7692K, paused 3ms+2ms, total 38ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 14ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 27ms
03-15 12:18:22.504 D/CachedBluetoothDevice( 1511): Clearing all connection state for dev:Бусичка;
03-15 12:18:22.504 D/dalvikvm( 2175): GC_CONCURRENT freed 511K, 68% free 2532K/7692K, paused 2ms+1ms, total 27ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 11ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 13ms
03-15 12:18:22.504 W/ContextImpl( 1511): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1404 android.content.ContextWrapper.startService:450 android.content.ContextWrapper.startService:450 com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134 com.android.settings.bluetooth.DockEventReceiver.onReceive:115
03-15 12:18:22.504 D/DockEventReceiver( 1511): finishStartingService: stopping service
03-15 12:18:22.504 D/dalvikvm( 2175): GC_CONCURRENT freed 511K, 68% free 2532K/7692K, paused 3ms+1ms, total 38ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 23ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 23ms
03-15 12:18:22.504 D/dalvikvm( 2175): GC_CONCURRENT freed 512K, 68% free 2531K/7692K, paused 2ms+2ms, total 26ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 13ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 17ms
03-15 12:18:22.504 D/dalvikvm( 2175): GC_CONCURRENT freed 513K, 68% free 2530K/7692K, paused 3ms+3ms, total 26ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 14ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 15ms
03-15 12:18:22.504 D/dalvikvm( 2175): GC_CONCURRENT freed 511K, 68% free 2531K/7692K, paused 2ms+2ms, total 25ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 14ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 17ms
03-15 12:18:22.504 I/bt_lpm ( 2175): LPM is already off!!!
03-15 12:18:22.504 W/bt-btif ( 2175): ag scb idx 1 not allocated
03-15 12:18:22.504 I/bt_hci_bdroid( 2175): bt_hc_worker_thread exiting
03-15 12:18:22.504 E/bt-btif ( 2175): BTA AG is already disabled, ignoring ...
03-15 12:18:22.504 W/bt-l2cap( 2175): L2CAP - PSM: 0x0019 not found for deregistration
03-15 12:18:22.504 W/bt-l2cap( 2175): L2CAP - PSM: 0x0017 not found for deregistration
03-15 12:18:22.504 W/bt-l2cap( 2175): L2CAP - PSM: 0x0019 not found for deregistration
03-15 12:18:22.504 W/bt-l2cap( 2175): L2CAP - PSM: 0x0017 not found for deregistration
03-15 12:18:22.504 W/bt-l2cap( 2175): L2CAP - PSM: 0x0019 not found for deregistration
03-15 12:18:22.504 W/bt-l2cap( 2175): L2CAP - PSM: 0x0017 not found for deregistration
03-15 12:18:22.504 W/bt_userial( 2175): select_read return size <=0:-1, exiting userial_read_thread
03-15 12:18:22.504 I/bt_userial_vendor( 2175): device fd = 63 close
03-15 12:18:22.504 D/BTSNOOP-DISP( 2175): btsnoop_close
03-15 12:18:22.504 I/GKI_LINUX( 2175): gki_task_entry: gki_task task_id=0 [BTU] terminating
03-15 12:18:22.504 I/GKI_LINUX( 2175): GKI_exit_task: GKI_exit_task 0 done
03-15 12:18:22.504 I/GKI_LINUX( 2175): GKI_destroy_task: GKI_shutdown(): task [BTU] terminated
03-15 12:18:22.504 D/BluetoothPbap( 1511): Proxy object disconnected
03-15 12:18:22.504 D/PbapServerProfile( 1511): Bluetooth service disconnected
03-15 12:18:22.504 D/dalvikvm( 2175): GC_CONCURRENT freed 512K, 68% free 2530K/7692K, paused 21ms+2ms, total 68ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 53ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 56ms
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 50ms
03-15 12:18:22.504 D/BluetoothMasReceiver( 2175): Bluetooth STATE CHANGED to 13
03-15 12:18:22.504 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 53ms
03-15 12:18:22.504 D/HeadsetService( 2175): Received stop request...Stopping profile...
03-15 12:18:22.504 D/BluetoothHeadset( 512): Proxy object disconnected
03-15 12:18:22.504 D/A2dpService( 2175): Received stop request...Stopping profile...
03-15 12:18:22.504 D/A2dpStateMachine( 2175): Exit Disconnected: -1
03-15 12:18:22.504 D/BluetoothA2dp( 512): Proxy object disconnected
03-15 12:18:22.504 D/BluetoothAdapterState( 2175): Stopping profile services that were post enabled
03-15 12:18:22.504 D/HidService( 2175): Received stop request...Stopping profile...
03-15 12:18:22.504 D/BluetoothHeadset( 1739): Proxy object disconnected
03-15 12:18:22.504 D/BluetoothHeadset( 1739): Proxy object disconnected
03-15 12:18:22.504 D/HealthService( 2175): Received stop request...Stopping profile...
03-15 12:18:22.504 D/BluetoothAdapterService( 2175): Profile still running: com.android.bluetooth.hdp.HealthService
03-15 12:18:22.504 W/BluetoothHeadsetServiceJni( 2175): Cleaning up Bluetooth Handsfree Interface...
03-15 12:18:22.504 E/bt-btif ( 2175): btif_disable_service: Current Services:0x140000
03-15 12:18:22.504 W/BluetoothHeadsetServiceJni( 2175): Cleaning up Bluetooth Handsfree callback object
03-15 12:18:22.504 D/PanService( 2175): Received stop request...Stopping profile...
03-15 12:18:22.504 D/BluetoothHeadset( 1511): Proxy object disconnected
03-15 12:18:22.504 D/HeadsetProfile( 1511): Bluetooth service disconnected
03-15 12:18:22.504 D/BluetoothPan( 512): BluetoothPAN Proxy object disconnected
03-15 12:18:22.504 D/BluetoothAdapterService( 2175): Profile still running: com.android.bluetooth.hdp.HealthService
03-15 12:18:22.504 I/GKI_LINUX( 2175): gki_task_entry: gki_task task_id=2 [A2DP-MEDIA] terminating
03-15 12:18:22.504 I/GKI_LINUX( 2175): GKI_exit_task: GKI_exit_task 2 done
03-15 12:18:22.504 I/GKI_LINUX( 2175): GKI_destroy_task: GKI_shutdown(): task [A2DP-MEDIA] terminated
03-15 12:18:22.504 E/bt-btif ( 2175): btif_disable_service: Current Services:0x100000
03-15 12:18:22.504 D/BluetoothAdapterService( 2175): Profile still running: com.android.bluetooth.hdp.HealthService
03-15 12:18:22.504 W/BluetoothHidServiceJni( 2175): Cleaning up Bluetooth HID Interface...
03-15 12:18:22.504 W/bt-btif ( 2175): cleanup: HH disabling or disabled already, status = 0
03-15 12:18:22.504 W/BluetoothHidServiceJni( 2175): Cleaning up Bluetooth GID callback object
03-15 12:18:22.504 D/BluetoothAdapterService( 2175): Profile still running: com.android.bluetooth.pan.PanService
03-15 12:18:22.504 W/BluetoothHealthServiceJni( 2175): Cleaning up Bluetooth Health Interface...
03-15 12:18:22.504 E/bt-btif ( 2175): btif_disable_service: Current Services:0x100000
03-15 12:18:22.504 W/BluetoothHealthServiceJni( 2175): Cleaning up Bluetooth Health object
03-15 12:18:22.504 D/BluetoothAdapterService( 2175): Broadcasting updateAdapterState() to 1 receivers.
03-15 12:18:22.504 D/BluetoothManagerService( 512): Message: 60
03-15 12:18:22.504 D/BluetoothManagerService( 512): MESSAGE_BLUETOOTH_STATE_CHANGE: prevState = 13, newState=10
03-15 12:18:22.504 D/BluetoothManagerService( 512): Broadcasting onBluetoothStateChange(false) to 10 receivers.
03-15 12:18:22.504 W/BluetoothPanServiceJni( 2175): Cleaning up Bluetooth PAN Interface...
03-15 12:18:22.504 W/BluetoothPanServiceJni( 2175): Cleaning up Bluetooth PAN callback object
03-15 12:18:22.504 D/BluetoothA2dp( 1511): onBluetoothStateChange: up=false
03-15 12:18:22.504 D/BluetoothA2dp( 512): onBluetoothStateChange: up=false
03-15 12:18:22.504 D/BluetoothHeadset( 512): onBluetoothStateChange: up=false
03-15 12:18:22.504 D/BluetoothHeadset( 1511): onBluetoothStateChange: up=false
03-15 12:18:22.504 D/BluetoothHeadset( 1739): onBluetoothStateChange: up=false
03-15 12:18:22.504 D/BluetoothPbap( 1511): onBluetoothStateChange: up=false
03-15 12:18:22.504 D/BluetoothInputDevice( 1511): onBluetoothStateChange: up=false
03-15 12:18:23.004 D/BluetoothHeadset( 1739): onBluetoothStateChange: up=false
03-15 12:18:23.004 D/dalvikvm( 2175): GC_CONCURRENT freed 514K, 68% free 2528K/7692K, paused 3ms+2ms, total 43ms
03-15 12:18:23.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 19ms
03-15 12:18:23.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 20ms
03-15 12:18:23.004 D/BluetoothAdapterService(729691232)( 2175): getState(): mAdapterProperties: com.android.bluetooth.btservice.AdapterProperties@2b7fb498
03-15 12:18:23.004 D/BluetoothManagerService( 512): Calling onBluetoothServiceDown callbacks
03-15 12:18:23.004 D/BluetoothManagerService( 512): Broadcasting onBluetoothServiceDown() to 5 receivers.
03-15 12:18:23.004 D/BluetoothManagerService( 512): unbindAndFinish(): android.bluetooth.IBluetooth$Stub$Proxy@2b8ca0c0 mBinding = false
03-15 12:18:23.004 D/BluetoothManagerService( 512): Sending unbind request.
03-15 12:18:23.004 D/BluetoothManagerService( 512): Bluetooth State Change Intent: 13 -> 10
03-15 12:18:23.004 D/BluetoothAdapter( 624): 730137184: getState() : mService = null. Returning STATE_OFF
03-15 12:18:23.004 D/BluetoothAdapter( 624): 730137184: getState() : mService = null. Returning STATE_OFF
03-15 12:18:23.004 D/BluetoothAdapterService( 2175): Cleaning up adapter native....
03-15 12:18:23.004 D/BluetoothAdapter( 624): 730137184: getState() : mService = null. Returning STATE_OFF
03-15 12:18:23.004 I/GKI_LINUX( 2175): gki_task_entry: gki_task task_id=1 [BTIF] terminating
03-15 12:18:23.004 I/GKI_LINUX( 2175): GKI_exit_task: GKI_exit_task 1 done
03-15 12:18:23.004 I/GKI_LINUX( 2175): GKI_destroy_task: GKI_shutdown(): task [BTIF] terminated
03-15 12:18:23.004 I/BluetoothServiceJni( 2175): cleanupNative: return from cleanup
03-15 12:18:23.004 D/BluetoothAdapterService( 2175): Done cleaning up adapter native....
03-15 12:18:23.004 D/BluetoothAdapterService(729691232)( 2175): ****onDestroy()********
03-15 12:18:23.004 W/ContextImpl( 1511): Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1404 android.content.ContextWrapper.startService:450 android.content.ContextWrapper.startService:450 com.android.settings.bluetooth.DockEventReceiver.beginStartingService:134 com.android.settings.bluetooth.DockEventReceiver.onReceive:115
03-15 12:18:23.004 D/DockEventReceiver( 1511): finishStartingService: stopping service
03-15 12:18:23.004 D/dalvikvm( 2175): GC_CONCURRENT freed 524K, 68% free 2515K/7692K, paused 3ms+2ms, total 49ms
03-15 12:18:23.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 25ms
03-15 12:18:23.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 33ms
03-15 12:18:23.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 35ms
03-15 12:18:23.004 D/dalvikvm( 2175): WAIT_FOR_CONCURRENT_GC blocked 31ms
03-15 12:18:23.004 D/BluetoothAdapter( 1511): 729488584: getState() : mService = null. Returning STATE_OFF
03-15 12:18:23.004 D/BluetoothMasReceiver( 2175): Bluetooth STATE CHANGED to 10