Developing android to fix bluetooth

Search This thread

brianmay27

Senior Member
Mar 7, 2007
167
15
Bay area, CA
Hey everyone,

Background: I have a AT&T galaxy note 2. My current build is using Dirty Unicorns 4.4.2 kitkat build. The problem I describe below works on another one of my phones and a friends too. So it is not my headset.

My problem stems from bluetooth. My headset can receive calls and the audio input and output work fine. The issue is when I use any other program. Mainly I am trying to use G Now or Voice Dialer. In G Now I can say "Ok Google" and it will begin listening but after it does not receive any input. I hear the speakers make a white noise (after saying "Ok Google") so it does initialize the BT headset but gets no where. Other programs that should record bluetooth audio fail entirely.

Here is my logcat of an attempt at G Now
Code:
D/audio_hw_primary( 1981): select_input_device: AUDIO_DEVICE_IN_BUILTIN_MIC

V/audio_hw_primary( 1981): Changing output device 2 => 2

V/audio_hw_primary( 1981): Changing input device 0 => 4

V/audio_hw_primary( 1981): Set 'HP Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'Headphone Volume'.0 to 50

V/audio_hw_primary( 1981): Set 'Headphone Volume'.1 to 50

V/audio_hw_primary( 1981): Set 'Headphone ZC Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'Headphone ZC Switch'.1 to 0

V/audio_hw_primary( 1981): Set 'AIF1DAC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF1DAC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'AIF1 Boost Volume'.0 to 0

V/audio_hw_primary( 1981): Set 'DAC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'DAC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'Left Output Mixer DAC Volume'.0 to 7

V/audio_hw_primary( 1981): Set 'Right Output Mixer DAC Volume'.0 to 7

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ1 Volume'.0 to 16

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ2 Volume'.0 to 14

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ3 Volume'.0 to 12

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ4 Volume'.0 to 14

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ5 Volume'.0 to 16

V/audio_hw_primary( 1981): Set 'Main Mic Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'MainMicBias Mode'.0 to 1

V/audio_hw_primary( 1981): Set 'IN2L Volume'.0 to 22

V/audio_hw_primary( 1981): Set 'MIXINL IN2L Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'MIXINL IN2L Volume'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1ADCL Source'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1ADC1 HPF Mode'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1ADC1 HPF Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1ADC1 HPF Switch'.1 to 1

V/audio_hw_primary( 1981): Set 'AIF1ADC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF1ADC1 Volume'.1 to 96

V/audio_hw_primary( 1981): get_next_buffer: read_buf 0x41f3f380 extended to 4096 bytes

I/SearchController( 3594): #onHotwordDetectorStarted

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

I/audio_a2dp_hw( 1981): suspend_audio_datapath: state 1

E/bt-btif ( 4003): bta_av_str_stopped:audio_open_cnt=1, p_data 5c184280

W/bt-btif ( 4003): bta_dm_rm_cback:1, status:6

W/bt-btif ( 4003): bta_dm_rm_cback:1, status:6

I/BluetoothA2dpServiceJni( 4003): bta2dp_audio_state_callback

W/bt-btif ( 4003): pcm bytes per tick 3528

I/audio_a2dp_hw( 1981): skt_disconnect: fd 23

D/A2dpStateMachine( 4003): Connected process message: 101

D/A2dpStateMachine( 4003): A2DP Playing state : device: 64:34:09:0B:79:4E State:10->11

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/bt-btif ( 4003): dm_pm_timer expires

W/bt-btif ( 4003): dm_pm_timer expires 0

W/bt-btif ( 4003): proc dm_pm_timer expires

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

I/MicroHotwordRecognitionRunner( 3594): Hotword detection finished

I/SearchController( 3594): #onHotword(Config = ClientConfig[launch_velvet_for_results, suggestions, send_promoted_suggestions, SearchBoxStats[gel/android-search-app]]

I/AudioRouter( 3594): ROUTE_NONE->ROUTE_BLUETOOTH_PREFERRED

I/MediaFocusControl( 2691):  AudioFocus  requestAudioFocus() from android.media.AudioManager@4258a788com.google.android.voicesearch.audio.AudioRouterImpl$1@4258dbf8

I/SearchController( 3594): #onHotwordDetectorStopped(false)

I/MicrophoneInputStream( 3594): mic_close

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

I/AudioRouter( 3594): BT required, starting SCO

V/Avrcp   ( 4003): New genId = 22, clearing = 1

I/BluetoothController( 3594): Starting VR

D/BluetoothHeadset( 3594): startScoUsingVirtualVoiceCall()

V/audio_hw_primary( 1981): Changing output device 2 => 2

V/audio_hw_primary( 1981): Changing input device 4 => 0

V/audio_hw_primary( 1981): Set 'HP Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'Main Mic Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'MainMicBias Mode'.0 to 0

V/audio_hw_primary( 1981): Set 'MIXINL IN2L Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'MIXINL IN2L Volume'.0 to 0

V/audio_hw_primary( 1981): Set 'IN2L Volume'.0 to 10

I/MicroHotwordRecognitionRunner( 3594): Stopping hotword detection.

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/Sidekick_LocationOracleImpl( 3594): Best location was null

I/SystemProperties( 3594): Allowed Package: -com.google.android.googlequicksearchbox- accessing networkinfo.

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 3578): PDroid:ContextImpl: ContextImpl being created but already has sOuterContext

W/ContextImpl( 3578): PDroid:ContextImpl: ContextImpl being created but already has sOuterContext

W/Sidekick_LocationOracleImpl( 3594): Best location was null

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 3578): PDroid:ContextImpl: ContextImpl being created but already has sOuterContext

W/ContextImpl( 3578): PDroid:ContextImpl: ContextImpl being created but already has sOuterContext

W/GLSUser ( 3578): GoogleAccountDataService.getToken()

W/Sidekick_LocationOracleImpl( 3594): Best location was null

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

D/dalvikvm( 3594): GC_CONCURRENT freed 1621K, 22% free 15130K/19248K, paused 17ms+3ms, total 102ms

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/AudioRouter( 3594): awaitRouting took 2428ms

D/audio_hw_primary( 1981): adev_set_voice_volume: Voice Index: 7

D/audio_hw_primary( 1981): select_output_device: AUDIO_DEVICE_OUT_ALL

V/audio_hw_primary( 1981): Changing output device 2 => 20

V/audio_hw_primary( 1981): Changing input device 0 => 0

V/audio_hw_primary( 1981): Set 'AIF3ADC Mux'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF2DAC2L Mixer AIF1.1 Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF2DAC2R Mixer AIF1.1 Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF2DAC Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF2DAC Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'DAC2 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'DAC2 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'AIF2ADC Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF2ADC Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'Speaker Mixer Volume'.0 to 1

V/audio_hw_primary( 1981): Set 'Speaker Mixer Volume'.1 to 1

V/audio_hw_primary( 1981): Set 'SPK Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1DAC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF1DAC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'AIF1 Boost Volume'.0 to 0

V/audio_hw_primary( 1981): Set 'DAC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'DAC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'SPKL DAC1 Volume'.0 to 1

V/audio_hw_primary( 1981): Set 'SPKR DAC1 Volume'.0 to 1

V/audio_hw_primary( 1981): Set 'Speaker Mixer Volume'.0 to 0

V/audio_hw_primary( 1981): Set 'Speaker Mixer Volume'.1 to 0

V/audio_hw_primary( 1981): Set 'Speaker Volume'.0 to 0

V/audio_hw_primary( 1981): Set 'Speaker Volume'.1 to 0

V/audio_hw_primary( 1981): Set 'Speaker Boost Volume'.0 to 0

V/audio_hw_primary( 1981): Set 'Speaker Boost Volume'.1 to 0

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ Switch'.0 to 0

D/audio_hw_primary( 1981): select_output_device: AUDIO_DEVICE_OUT_ALL

D/audio_hw_primary( 1981): select_input_device: AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET

V/audio_hw_primary( 1981): Changing output device 20 => 20

V/audio_hw_primary( 1981): Changing input device 0 => 8

V/audio_hw_primary( 1981): Set 'HP Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'Headphone Volume'.0 to 50

V/audio_hw_primary( 1981): Set 'Headphone Volume'.1 to 50

V/audio_hw_primary( 1981): Set 'Headphone ZC Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'Headphone ZC Switch'.1 to 0

V/audio_hw_primary( 1981): Set 'AIF1DAC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF1DAC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'AIF1 Boost Volume'.0 to 0

V/audio_hw_primary( 1981): Set 'DAC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'DAC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'Left Output Mixer DAC Volume'.0 to 7

V/audio_hw_primary( 1981): Set 'Right Output Mixer DAC Volume'.0 to 7

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ1 Volume'.0 to 16

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ2 Volume'.0 to 14

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ3 Volume'.0 to 12

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ4 Volume'.0 to 14

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ5 Volume'.0 to 16

V/audio_hw_primary( 1981): Set 'AIF2ADC Mux'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1ADC1R Mixer AIF2 Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1ADC1L Mixer AIF2 Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1ADC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF1ADC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'AIF2DAC Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF2DAC Volume'.1 to 96

V/audio_hw_primary( 1981): get_next_buffer: read_buf 0x41f3f380 extended to 4096 bytes

W/SpeechLevelGenerator( 3594): Really low audio levels detected. The audio input may have issues.

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/bt-btif ( 4003): dm_pm_timer expires

W/bt-btif ( 4003): dm_pm_timer expires 0

W/bt-btif ( 4003): proc dm_pm_timer expires

D/LightsService( 2691): Excessive delay setting light: 53ms

I/MicrophoneInputStream( 3594): mic_close

D/audio_hw_primary( 1981): select_output_device: AUDIO_DEVICE_OUT_ALL

V/audio_hw_primary( 1981): Changing output device 20 => 20

V/audio_hw_primary( 1981): Changing input device 8 => 0

V/audio_hw_primary( 1981): Set 'HP Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF2ADC Mux'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1ADC1R Mixer AIF2 Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1ADC1L Mixer AIF2 Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1ADC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF1ADC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'AIF2DAC Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF2DAC Volume'.1 to 96

D/dalvikvm( 3594): threadid=55: thread exiting, not yet detached (count=0)

D/dalvikvm( 3594): threadid=20: thread exiting, not yet detached (count=0)

I/AudioRouter( 3594): ROUTE_BLUETOOTH_PREFERRED->ROUTE_NONE

I/MediaFocusControl( 2691):  AudioFocus  abandonAudioFocus() from android.media.AudioManager@4258a788com.google.android.voicesearch.audio.AudioRouterImpl$1@4258dbf8

I/AudioRouter( 3594): BT not required, stopping SCO

V/Avrcp   ( 4003): New genId = 23, clearing = 1

I/BluetoothController( 3594): Stopping VR

D/BluetoothHeadset( 3594): stopScoUsingVirtualVoiceCall()

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

I/MicroHotwordRecognitionRunner( 3594): Starting hotword detection.

I/PM,AudioRecord( 3594): Allowed Package: -com.google.android.googlequicksearchbox- accessing microphone.

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

D/audio_hw_primary( 1981): select_input_device: AUDIO_DEVICE_IN_BLUETOOTH_SCO_HEADSET

V/audio_hw_primary( 1981): Changing output device 20 => 20

V/audio_hw_primary( 1981): Changing input device 0 => 8

V/audio_hw_primary( 1981): Set 'HP Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'Headphone Volume'.0 to 50

V/audio_hw_primary( 1981): Set 'Headphone Volume'.1 to 50

V/audio_hw_primary( 1981): Set 'Headphone ZC Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'Headphone ZC Switch'.1 to 0

V/audio_hw_primary( 1981): Set 'AIF1DAC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF1DAC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'AIF1 Boost Volume'.0 to 0

V/audio_hw_primary( 1981): Set 'DAC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'DAC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'Left Output Mixer DAC Volume'.0 to 7

V/audio_hw_primary( 1981): Set 'Right Output Mixer DAC Volume'.0 to 7

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ1 Volume'.0 to 16

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ2 Volume'.0 to 14

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ3 Volume'.0 to 12

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ4 Volume'.0 to 14

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ5 Volume'.0 to 16

V/audio_hw_primary( 1981): Set 'AIF2ADC Mux'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1ADC1R Mixer AIF2 Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1ADC1L Mixer AIF2 Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1ADC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF1ADC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'AIF2DAC Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF2DAC Volume'.1 to 96

V/audio_hw_primary( 1981): get_next_buffer: read_buf 0x41f3f380 extended to 4096 bytes

I/SearchController( 3594): #onHotwordDetectorStarted

E/HeadsetStateMachine( 4003): terminateScoUsingVirtualVoiceCall:No present call to terminate

I/audio_hw_primary( 1981): in_reconfigure_channels: config_changed 0 effect 0x0

V/audio_hw_primary( 1981): Changing output device 20 => 20

V/audio_hw_primary( 1981): Changing input device 8 => 0

W/ContextImpl( 2691): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1179 android.privacy.PrivacySettingsManagerService.notification:129 android.privacy.IPrivacySettingsManager$Stub.onTransact:98 android.os.Binder.execTransact:404 dalvik.system.NativeStart.run:-2 

V/audio_hw_primary( 1981): Set 'HP Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF2ADC Mux'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1ADC1R Mixer AIF2 Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1ADC1L Mixer AIF2 Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1ADC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF1ADC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'AIF2DAC Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF2DAC Volume'.1 to 96

D/audio_hw_primary( 1981): select_input_device: AUDIO_DEVICE_IN_BUILTIN_MIC

V/audio_hw_primary( 1981): Changing output device 20 => 20

V/audio_hw_primary( 1981): Changing input device 0 => 4

V/audio_hw_primary( 1981): Set 'HP Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'Headphone Volume'.0 to 50

V/audio_hw_primary( 1981): Set 'Headphone Volume'.1 to 50

V/audio_hw_primary( 1981): Set 'Headphone ZC Switch'.0 to 0

V/audio_hw_primary( 1981): Set 'Headphone ZC Switch'.1 to 0

V/audio_hw_primary( 1981): Set 'AIF1DAC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF1DAC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'AIF1 Boost Volume'.0 to 0

V/audio_hw_primary( 1981): Set 'DAC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'DAC1 Volume'.1 to 96

V/audio_hw_primary( 1981): Set 'Left Output Mixer DAC Volume'.0 to 7

V/audio_hw_primary( 1981): Set 'Right Output Mixer DAC Volume'.0 to 7

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ1 Volume'.0 to 16

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ2 Volume'.0 to 14

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ3 Volume'.0 to 12

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ4 Volume'.0 to 14

V/audio_hw_primary( 1981): Set 'AIF1DAC1 EQ5 Volume'.0 to 16

V/audio_hw_primary( 1981): Set 'Main Mic Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'MainMicBias Mode'.0 to 1

V/audio_hw_primary( 1981): Set 'IN2L Volume'.0 to 22

V/audio_hw_primary( 1981): Set 'MIXINL IN2L Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'MIXINL IN2L Volume'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1ADCL Source'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1ADC1 HPF Mode'.0 to 0

V/audio_hw_primary( 1981): Set 'AIF1ADC1 HPF Switch'.0 to 1

V/audio_hw_primary( 1981): Set 'AIF1ADC1 HPF Switch'.1 to 1

V/audio_hw_primary( 1981): Set 'AIF1ADC1 Volume'.0 to 96

V/audio_hw_primary( 1981): Set 'AIF1ADC1 Volume'.1 to 96

V/audio_hw_primary( 1981): get_next_buffer: read_buf 0x41f3f380 extended to 4096 bytes

Anyway I am stuck. At first I thought it was something with the kernel but I am passed that point. At this point I think it is something in Android source that I am unable to figure out. If anyone has any hints, tips, solutions anything I am willing to try. I am learning building android and am learning a lot so far but would like to fix this issue.

Thanks for reading
 

_dknight

New member
Jun 20, 2014
3
0
Has there been any update on this? I've tried various versions of the latest roms with the 4.4.3 updates and still have this issue exactly as described. Currently running W03 SlimKat V20 without any luck.