Earphones don't work with Cyanogenmod - Xperia Play Q&A, Help & Troubleshooting

Using the stock firmware on my Sony Xperia PLAY, the earphones that came with the phone work no problem.
However, using CM9 or CM10, the earphones only work if the phone is plugged into the dock.
Plugging and unplugging the earphones directly into the phone:
Code:
V/WiredAccessoryObserver( 7781): Headset UEVENT: {SUBSYSTEM=switch, SWITCH_STATE=65024, DEVPATH=/devices/virtual/switch/h2w, SEQNUM=1864, ACTION=change, SWITCH_NAME=Unsupported}
V/WiredAccessoryObserver( 7781): updateState name: Unsupported state 65024
V/WiredAccessoryObserver( 7781): updateState switchState: 0
E/WiredAccessoryObserver( 7781): unsetting h2w flag
V/WiredAccessoryObserver( 7781): newState = 0, headsetState = 0,mHeadsetState = 0
V/WiredAccessoryObserver( 7781): Headset UEVENT: {SUBSYSTEM=switch, SWITCH_STATE=65280, DEVPATH=/devices/virtual/switch/h2w, SEQNUM=1865, ACTION=change, SWITCH_NAME=Device Unknown}
V/WiredAccessoryObserver( 7781): updateState name: Device Unknown state 65280
V/WiredAccessoryObserver( 7781): updateState switchState: 0
V/WiredAccessoryObserver( 7781): newState = 0, headsetState = 0,mHeadsetState = 0
E/WiredAccessoryObserver( 7781): unsetting h2w flag
V/WiredAccessoryObserver( 7781): Headset UEVENT: {SUBSYSTEM=switch, SWITCH_STATE=0, DEVPATH=/devices/virtual/switch/h2w, SEQNUM=1866, ACTION=change, SWITCH_NAME=No Device}
V/WiredAccessoryObserver( 7781): updateState name: No Device state 0
V/WiredAccessoryObserver( 7781): updateState switchState: 0
E/WiredAccessoryObserver( 7781): unsetting h2w flag
V/WiredAccessoryObserver( 7781): newState = 0, headsetState = 0,mHeadsetState = 0
Plugging and unplugging while the phone is in the dock:
Code:
V/WiredAccessoryObserver( 7781): Headset UEVENT: {SUBSYSTEM=switch, SWITCH_STATE=2, DEVPATH=/devices/virtual/switch/h2w, SEQNUM=1879, ACTION=change, SWITCH_NAME=Headphone}
V/WiredAccessoryObserver( 7781): updateState name: Headphone state 2
V/WiredAccessoryObserver( 7781): updateState switchState: 2
V/WiredAccessoryObserver( 7781): newState = 2, headsetState = 2,mHeadsetState = 1
V/WiredAccessoryObserver( 7781): device Headphone disconnected
I/HeadsetService( 8650): Headset=true; Bluetooth=false
V/WiredAccessoryObserver( 7781): device Headphone connected
(Snip: a bunch of apps get excited)
Code:
I/AudioHardware7x30( 7651): Routing audio to Speakerphone
D/AudioHardware7x30( 7651): new_rx = 6
D/AudioHardware7x30( 7651): new_tx = 12
E/AudioHardware7x30( 7651): updateDeviceInfo: E rx_device 2 and tx_device 3
D/AudioHardware7x30( 7651): No active voicecall/playback, disabling cur_rx 4
D/AudioHardware7x30( 7651): value of device and enable is 4 0 ALSA dev id:2
D/AudioHardware7x30( 7651): No active voicecall/recording, disabling cur_tx 5
D/AudioHardware7x30( 7651): value of device and enable is 5 0 ALSA dev id:4
E/AudioHardware7x30( 7651): updateDeviceInfo: X cur_rx 2 cur_tx 3
D/AudioHardware7x30( 7651): setVoiceVolume(0.800000)
I/AudioHardware7x30( 7651): Setting in-call volume to 80 (available range is 0 to 100)
E/AudioHardware7x30( 7651): msm_set_voice_rx_vol(80) failed errno = 1
I/AudioHardware7x30( 7651): Routing audio to No microphone Wired Headset (0,8)
D/AudioHardware7x30( 7651): new_rx = 2
D/AudioHardware7x30( 7651): new_tx = 1
E/AudioHardware7x30( 7651): updateDeviceInfo: E rx_device 4 and tx_device 1
D/AudioHardware7x30( 7651): No active voicecall/playback, disabling cur_rx 2
D/AudioHardware7x30( 7651): value of device and enable is 2 0 ALSA dev id:6
D/AudioHardware7x30( 7651): No active voicecall/recording, disabling cur_tx 3
D/AudioHardware7x30( 7651): value of device and enable is 3 0 ALSA dev id:12
E/AudioHardware7x30( 7651): updateDeviceInfo: X cur_rx 4 cur_tx 1
D/AudioHardware7x30( 7651): setVoiceVolume(0.600000)
I/AudioHardware7x30( 7651): Setting in-call volume to 60 (available range is 0 to 100)
E/AudioHardware7x30( 7651): msm_set_voice_rx_vol(60) failed errno = 1
[snip]
I/HeadsetService( 8650): Headset=false; Bluetooth=false
I/HeadsetService( 8650): Selected configuration: speaker
I/HeadsetService( 8650): Headset=true; Bluetooth=false
I/HeadsetService( 8650): Selected configuration: headset
[snip]
V/WiredAccessoryObserver( 7781): Headset UEVENT: {SUBSYSTEM=switch, SWITCH_STATE=0, DEVPATH=/devices/virtual/switch/h2w, SEQNUM=1880, ACTION=change, SWITCH_NAME=No Device}
V/WiredAccessoryObserver( 7781): updateState name: No Device state 0
V/WiredAccessoryObserver( 7781): updateState switchState: 0
V/WiredAccessoryObserver( 7781): newState = 0, headsetState = 0,mHeadsetState = 2
V/WiredAccessoryObserver( 7781): device No Device disconnected
I/HeadsetService( 8650): Headset=true; Bluetooth=false
I/AudioHardware7x30( 7651): Routing audio to Speakerphone
D/AudioHardware7x30( 7651): new_rx = 6
D/AudioHardware7x30( 7651): new_tx = 12
E/AudioHardware7x30( 7651): updateDeviceInfo: E rx_device 2 and tx_device 3
D/AudioHardware7x30( 7651): No active voicecall/playback, disabling cur_rx 4
D/AudioHardware7x30( 7651): value of device and enable is 4 0 ALSA dev id:2
D/AudioHardware7x30( 7651): No active voicecall/recording, disabling cur_tx 1
D/AudioHardware7x30( 7651): value of device and enable is 1 0 ALSA dev id:1
E/AudioHardware7x30( 7651): updateDeviceInfo: X cur_rx 2 cur_tx 3
D/AudioHardware7x30( 7651): setVoiceVolume(0.800000)
I/AudioHardware7x30( 7651): Setting in-call volume to 80 (available range is 0 to 100)
E/AudioHardware7x30( 7651): msm_set_voice_rx_vol(80) failed errno = 1
I/HeadsetService( 8650): Headset=false; Bluetooth=false
I/HeadsetService( 8650): Selected configuration: speaker
Can anyone help? I need my phone to recognise my headphones. Very odd that it doesn't.
Current setup:
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
TIA

Related

MIUI 090829 Can't make phone calls.

So as the title says, I'm unable to make phone calls 90% of the time. I'm using MIUI bulletproof by tun4f1sh. Whenever I open the dialer, select contact, press call, it sits on the dialing screen for about 30 seconds without ringing and eventually says, "Call not connected." I thought it could just be the rom, so I switched over to osimood MIUI, got the same problem. I ran a logcat while making the call and it says,
W/KeyCharacterMap( 1368): Can't open keycharmap file
W/KeyCharacterMap( 1368): Error loading keycharmap file '/system/usr/keychars/atmel-touchscreen.kcm.bin'.hw.
keyboards.131074.devname=atmel-touchscreen'
W/KeyCharacterMap( 1368):W/KeyCharacterMap( 1368): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
W/KeyCharacterMap( 2282): Can't open keycharmap file
W/KeyCharacterMap( 2282): Error loading keycharmap file '/system/usr/keychars/atmel-touchscreen.kcm.bin'.hw.
keyboards.131074.devname=atmel-touchscreen'
W/KeyCharacterMap( 2282):W/KeyCharacterMap( 1368): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
W/HapticFeedbackUtil( 1290): vibrate: null or empty pattern
Now I'm not sure if this has anything to do with the phone call, but whenever I make a call, this is the error I get, or atleast it seems that way. I've only tested it on two phone calls and this is the error message that stands out. Could provide a full logcat if this isn't related to my problem. Thanks for reading.
I just tried another call and made a full logcat of the call. I cleared the logcat, opened call, made the call, got the error, went back to logcat and emailed the following to myself and posted here:
D/alogcat ( 4783): starting ...
W/HapticFeedbackUtil( 1290): vibrate: null or empty pattern
V/alogcat ( 4783): save instance
V/alogcat ( 4783): paused
D/dalvikvm( 1389): GC_CONCURRENT freed 359K, 46% free 3957K/7239K, external 0K/0K, paused 2ms+5ms
D/alogcat ( 4783): stopping ...
D/alogcat ( 4783): stopped
I/AlarmManager( 1290): wakelock acquire, uid:1000 at elapsed real time: 9123680
I/AlarmManager( 1290): wakelock release, uid:1000 at elapsed real time: 9123695
D/TwelveKeyDialer( 4712): Starting query
D/dalvikvm( 1389): GC_EXPLICIT freed 41K, 46% free 3930K/7239K, external 0K/0K, paused 40ms
W/HapticFeedbackUtil( 1290): vibrate: null or empty pattern
W/HapticFeedbackUtil( 1290): vibrate: null or empty pattern
D/TwelveKeyDialer( 4712): Starting query
D/PhoneUtils( 1375): checkAndCopyPhoneProviderExtras: some or all extras are missing.
D/PhoneUtils( 1375): checkAndCopyPhoneProviderExtras: some or all extras are missing.
V/SipCallOptionHandler( 1375): Call option is SIP_ADDRESS_ONLY
I/AudioService( 1290): AudioFocus requestAudioFocus() from AudioFocus_For_Phone_Ring_And_Calls
D/AudioHardwareInterface( 1181): setMode(IN_CALL)
I/AudioHardwareMSM7X30( 1181): Routing audio to Handset
D/AudioHardwareMSM7X30( 1181): do_route_audio_rpc(0, 0, 0)
E/AudioHardwareMSM7X30( 1181): new_rx = 0
E/AudioHardwareMSM7X30( 1181): new_tx = 1
E/AudioHardwareMSM7X30( 1181): Starting voice on Rx 0 and Tx 1 device
I/HTC Acoustic( 1181): update ACDB id: (tx, rx, tx_acdb, rx_acdb) = (1, 0, 106, 206)
D/AudioHardwareMSM7X30( 1181): updateACDB: (0, 1, 206, 106) success!
E/AudioHardwareMSM7X30( 1181): Starting voice call and UnMuting the call
D/AudioHardwareMSM7X30( 1181): addToTable (dec_id 0, dev_rx 0, dev_tx 1, type 3, active 1)
D/dalvikvm( 1389): GC_EXPLICIT freed 349K, 46% free 3964K/7239K, external 0K/0K, paused 36ms
I/power ( 1290): *** set_screen_state 1
E/ContactsAsyncHelper( 1375): Open photo failed
E/ContactsAsyncHelper( 1375): java.lang.NullPointerException
E/ContactsAsyncHelper( 1375): at android.pim.ContactsAsyncHelper$WorkerHandler.handleMessage(ContactsAsyncHelper.java:202)
E/ContactsAsyncHelper( 1375): at android.os.Handler.dispatchMessage(Handler.java:99)
E/ContactsAsyncHelper( 1375): at android.os.Looper.loop(Looper.java:130)
E/ContactsAsyncHelper( 1375): at android.os.HandlerThread.run(HandlerThread.java:60)
D/AccelerometerListener( 1375): enable(true)
D/szipinf ( 1359): Initializing inflate state
D/AK8975 ( 1185): Compass Start
D/AccelerometerListener( 1375): orientation: horizontal
D/AccelerometerListener( 1375): orientation: vertical
I/power ( 1290): *** set_screen_state 0
I/Virtuous_OC( 1265): Setting sleep profile.
I/Virtuous_OC( 1265): Setting CPU Params: Governor=ondemand min_freq=245760 max_freq=768000
D/SurfaceFlinger( 1290): About to give-up screen, flinger = 0x17c940
I/power ( 1290): *** set_screen_state 1
D/SurfaceFlinger( 1290): Screen about to return, flinger = 0x17c940
I/Virtuous_OC( 1265): Setting awake profile.
I/Virtuous_OC( 1265): Setting CPU Params: Governor=ondemand min_freq=245760 max_freq=1017600
I/power ( 1290): *** set_screen_state 1
I/power ( 1290): *** set_screen_state 0
I/Virtuous_OC( 1265): Setting sleep profile.
I/Virtuous_OC( 1265): Setting CPU Params: Governor=ondemand min_freq=245760 max_freq=768000
D/SurfaceFlinger( 1290): About to give-up screen, flinger = 0x17c940
I/AlarmManager( 1290): wakelock acquire, uid:1000 at elapsed real time: 9136362
I/AlarmManager( 1290): wakelock release, uid:1000 at elapsed real time: 9136376
I/power ( 1290): *** set_screen_state 1
D/SurfaceFlinger( 1290): Screen about to return, flinger = 0x17c940
I/Virtuous_OC( 1265): Setting awake profile.
I/Virtuous_OC( 1265): Setting CPU Params: Governor=ondemand min_freq=245760 max_freq=1017600
I/power ( 1290): *** set_screen_state 1
D/AccelerometerListener( 1375): orientation: horizontal
I/AudioService( 1290): AudioFocus abandonAudioFocus() from AudioFocus_For_Phone_Ring_And_Calls
D/AudioHardwareMSM7X30( 1181): addToTable (dec_id 5, dev_rx 0, dev_tx -1, type 1, active 1)
I/HTC Acoustic( 1181): update ACDB id: (tx, rx, tx_acdb, rx_acdb) = (1, 0, 0, 0)
D/AudioHardwareMSM7X30( 1181): updateACDB: (0, 1, 0, 0) success!
I/AudioHardwareMSM7X30( 1181): AUDIO_START: start kernel pcm_out driver.
D/AccelerometerListener( 1375): enable(false)
D/AudioHardwareInterface( 1181): setMode(NORMAL)
I/AudioHardwareMSM7X30( 1181): Routing audio to Handset
D/AudioHardwareMSM7X30( 1181): do_route_audio_rpc(0, 1, 0)
E/AudioHardwareMSM7X30( 1181): new_rx = 0
E/AudioHardwareMSM7X30( 1181): new_tx = 1
I/HTC Acoustic( 1181): update ACDB id: (tx, rx, tx_acdb, rx_acdb) = (1, 0, 507, 0)
D/AudioHardwareMSM7X30( 1181): updateACDB: (0, 1, 0, 507) success!
D/AudioHardwareMSM7X30( 1181): deleteFromTable, type 3
D/AK8975 ( 1185): Compass CLOSE
D/AudioHardwareMSM7X30( 1181): deleteFromTable, type 1
E/AudioHardwareMSM7X30( 1181): disable current rx device = 0
I/AudioHardwareMSM7X30( 1181): AudioHardware pcm playback is going to standby.
D/InCallScreen( 1375): stop CallRecord!
D/InCallScreen( 1375): CallRecord is stopped already!
D/TwelveKeyDialer( 4712): Starting query
I/ActivityManager( 1290): Displayed com.android.contacts/.TwelveKeyDialer: +316ms (total +17s433ms)
W/HapticFeedbackUtil( 1290): vibrate: null or empty pattern
D/dalvikvm( 1389): GC_CONCURRENT freed 409K, 45% free 3990K/7239K, external 0K/0K, paused 2ms+5ms
D/alogcat ( 4783): stopping ...
D/alogcat ( 4783): canceling periodic saves
V/alogcat ( 4783): started
V/alogcat ( 4783): resumed
D/alogcat ( 4783): starting ...
D/dalvikvm( 1389): GC_EXPLICIT freed 90K, 46% free 3915K/7239K, external 0K/0K, paused 49ms
W/HapticFeedbackUtil( 1290): vibrate: null or empty pattern
W/HapticFeedbackUtil( 1290): vibrate: null or empty pattern

Odd bluetooth issue CM7.2

Running CM7.2 stable. At this point not sure if it even matters. Long story short, broken motherboard on my dinc2, bought one with a busted digitizer and swapped the board into my old phone. Rooted, installed cm7.2 after seeing that other roms are just as bad as when my phone broke. Everything working great. Battery life simply ridiculous and now I have a spare battery. Can go two days with heavy use on overclock. Sweet.
BUT, for some reason bluetooth doesn't work. Sort of. I can send files to/from my computer. I can use my computer as a target for music. I can even use my new bluetooth headset to play music. However no matter what I do, regardless of using my old, or new headset, or using the hands free profile on my computer, sound will not play through the speaker of the respective device. In other words, they can hear me but I can't hear them. I tried a clean install of a virgin sense rom, as well as a couple CM roms. No go. Different radio. No go. Different kernels (while on current CM7 rom) and guess what? No go. Normally I would call this a hardware issue and contact the seller who claimed the phone was fully functional, but the digitizer was cracked. But is it even possible for it to be a hardware issue if it only has to do with one bluetooth profile out of three that I've tried? Surely that has to be software. On the flip side I ran this same ROM on this phone with the other board before it crapped out, and never had bluetooth issues. It's a feature I use quite often and it's tough to live without for me.
So, does anybody have any other idea's? I'm currently running a backup then completely wiping and installing a new nightly of CM7 so we'll see if that works out since I saw a similar issue with the same rom on a different phone entirely and a newer nightly had it fixed. Just don't know what else to try anymore, other than completely de-rooting the phone and trying it from dead stock. I highly doubt the bootloader could cause issues though.
Please guys, any help or ideas are greatly appreciated.
*Update
With the ringer on, I can hear the dial tones when dialing a number through the headset. Once the call connects none of the call output gets to the headset. Just silence. Flick on speaker or turn off the headset and it gets routed to the phone ear piece immediately. Looking more like software. BUT WHAT!?
A reply would be AWESOME. Another update... turning on only "Phone Audio" which is the profile calls are supposed to go through, kills off the dial button tone through the headset. So in other words "Phone Audio" is completely broken in every rom I try, but all other profiles including "Media Audio" work fantastic. This is pissing me the hell off. Any help is again, appreciated.
Here's a logcat.
Code:
V/AudioHardwareMSM7X30( 1345): getACDB, return ID 206
V/AudioHardwareMSM7X30( 1345): getACDB, return ID 106
V/AudioHardwareMSM7X30( 1345): doAudioRouteOrMuteHTC() rx acdb 206, tx acdb 106
V/AudioHardwareMSM7X30( 1345): doAudioRouteOrMuteHTC() device 0, mMode 2, mMicMu
te 0
V/AudioHardwareMSM7X30( 1345): do_route_audio_rpc(0, 0, 0)
V/AudioHardwareMSM7X30( 1345): In HANDSET
D/AudioHardwareMSM7X30( 1345): new_rx = 0
D/AudioHardwareMSM7X30( 1345): new_tx = 1
D/AudioHardwareMSM7X30( 1345): updateDeviceInfo: E rx_device 0 and tx_device 1
D/AudioHardwareMSM7X30( 1345): case VOICE_CALL
D/AudioHardwareMSM7X30( 1345): updateACDB: (1, 0, 106, 206)
I/HTC Acoustic( 1345): update ACDB id: (tx, rx, tx_acdb, rx_acdb) = (1, 0, 106,
206)
D/AudioHardwareMSM7X30( 1345): value of device and enable is 17 0
D/AudioHardwareMSM7X30( 1345): value of device and enable is 18 0
D/dalvikvm( 1851): GC_EXPLICIT freed 14K, 57% free 3038K/7047K, external 9K/521K
, paused 22ms
D/AudioHardwareMSM7X30( 1345): value of device and enable is 0 1
D/AudioHardwareMSM7X30( 1345): value of device and enable is 1 1
D/AudioHardwareMSM7X30( 1345): updateDeviceInfo: X cur_rx 0 cur_tx 1
D/AudioHardwareMSM7X30( 1345): setVoiceVolume(1.000000)
I/AudioHardwareMSM7X30( 1345): Setting in-call volume to 100 (available range is
0 to 100)
V/AudioHardwareMSM7X30( 1345): msm_set_voice_rx_vol(100) succeeded
V/AudioHardwareMSM7X30( 1345): setFmVolume 100
D/dalvikvm( 2744): GC_EXPLICIT freed 39K, 45% free 4067K/7367K, external 3656K/4
566K, paused 36ms
D/dalvikvm( 2817): GC_EXPLICIT freed 50K, 49% free 2813K/5447K, external 545K/10
57K, paused 26ms
D/ScoSocket( 1697): connect() [email protected]
I/bluetooth_ScoSocket.cpp( 1697): getScoType HM1700 - 0x0
I/bluetooth_ScoSocket.cpp( 1697): Connecting to socket
I/bluetooth_ScoSocket.cpp( 1697): SCO socket connected (outgoing)
D/AudioFlinger( 1345): setParameters(): io 1, keyvalue routing=32, tid 1433, cal
ling tid 1345
V/AudioHardwareMSM7X30( 1345): AudioStreamOutMSM72xx::setParameters() routing=32
V/AudioHardwareMSM7X30( 1345): set output routing 0x20
D/AudioHardwareMSM7X30( 1345): doRouting()
I/AudioHardwareMSM7X30( 1345): Routing audio to Bluetooth PCM
D/AudioHardwareMSM7X30( 1345): aic3254_config: device 45 enabled 1
D/AudioHardwareMSM7X30( 1345): do_aic3254_control device: 45 mode: 2 record: 0
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: new_aic_rxmode 29 cur_aic_rx 1
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl()
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: try ioctl 0x40047313 with arg 29
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: new_aic_txmode 29 cur_aic_tx 1
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl()
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: try ioctl 0x40047312 with arg 29
D/AudioHardwareMSM7X30( 1345): aic3254_powerdown
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl()
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: try ioctl 0x40047325 with arg 0
D/AudioHardwareMSM7X30( 1345): Update ACDB ID to default carkit setting
V/AudioHardwareMSM7X30( 1345): doAudioRouteOrMuteHTC() rx acdb 1701, tx acdb 160
1
V/AudioHardwareMSM7X30( 1345): doAudioRouteOrMuteHTC() device 45, mMode 2, mMicM
ute 0
V/AudioHardwareMSM7X30( 1345): do_route_audio_rpc(45, 0, 0)
V/AudioHardwareMSM7X30( 1345): In BT_HCO
D/AudioHardwareMSM7X30( 1345): new_rx = 21
D/AudioHardwareMSM7X30( 1345): new_tx = 22
D/AudioHardwareMSM7X30( 1345): updateDeviceInfo: E rx_device 17 and tx_device 18
D/AudioHardwareMSM7X30( 1345): case VOICE_CALL
D/AudioHardwareMSM7X30( 1345): updateACDB: (18, 17, 1601, 1701)
I/HTC Acoustic( 1345): update ACDB id: (tx, rx, tx_acdb, rx_acdb) = (18, 17, 160
1, 1701)
D/AudioHardwareMSM7X30( 1345): value of device and enable is 0 0
D/AudioHardwareMSM7X30( 1345): value of device and enable is 1 0
D/AudioHardwareMSM7X30( 1345): value of device and enable is 17 1
D/AudioHardwareMSM7X30( 1345): value of device and enable is 18 1
D/AudioHardwareMSM7X30( 1345): updateDeviceInfo: X cur_rx 17 cur_tx 18
D/AudioHardwareMSM7X30( 1345): setVoiceVolume(1.000000)
I/AudioHardwareMSM7X30( 1345): Setting in-call volume to 100 (available range is
0 to 100)
V/AudioHardwareMSM7X30( 1345): msm_set_voice_rx_vol(100) succeeded
V/AudioHardwareMSM7X30( 1345): getACDB, return ID 106
V/AudioHardwareMSM7X30( 1345): getACDB, return ID 206
I/HTC Acoustic( 1345): update voice ACDB id: (tx_acdb, rx_acdb) = (106, 206)
I/HTC Acoustic( 1345): update voice ACDB id (106, 206) success
I/AudioHardwareMSM7X30( 1345): update_voice_acdb(106, 206) succeeded
V/AudioHardwareMSM7X30( 1345): setFmVolume 100
D/AccelerometerListener( 1697): orientation: horizontal
D/AccelerometerListener( 1697): orientation: vertical
D/AccelerometerListener( 1697): orientation: horizontal
I/Effect-BassBoost( 1345): New strength: 0
I/Effect-Equalizer( 1345): Setting band 2 to 0
I/AudioService( 1449): AudioFocus abandonAudioFocus() from android.media.Audio
[email protected][email protected]
I/Effect-Equalizer( 1345): Setting band 2 to 1
I/Effect-Equalizer( 1345): Setting band 2 to 2
I/Effect-Equalizer( 1345): Setting band 2 to 3
I/Effect-Equalizer( 1345): Setting band 2 to 4
I/Effect-Equalizer( 1345): Setting loudness correction reference to 100.000000 d
B
I/ActivityManager( 1449): No longer want com.amazon.venezia (pid 4422): hidden #
16
D/dalvikvm( 3291): GC_EXPLICIT freed 189K, 47% free 3995K/7431K, external 2435K/
3041K, paused 38ms
D/AccelerometerListener( 1697): orientation: vertical
I/TelephonyRegistry( 1449): notifyServiceState: 0 home Verizon Wireless Verizon
Wireless 31600 EvDo rev. A CSS supported 6 6RoamInd: 128DefRoamInd: 64EmergOnly
: false
I/TelephonyRegistry( 1449): notifyDataConnection: state=0 isDataConnectivityPoss
ible=true reason=null interfaceName=null networkType=6
I/AudioService( 1449): AudioFocus abandonAudioFocus() from AudioFocus_For_Phon
e_Ring_And_Calls
I/HeadsetService( 1970): Phone status idle: enable DSP.
I/Effect-BassBoost( 1345): New strength: 0
I/Effect-Equalizer( 1345): Setting band 2 to 0
I/Effect-Equalizer( 1345): Setting band 2 to 1
I/Effect-Equalizer( 1345): Setting band 2 to 2
I/Effect-Equalizer( 1345): Setting band 2 to 3
I/Effect-Equalizer( 1345): Setting band 2 to 4
I/Effect-Equalizer( 1345): Setting loudness correction reference to 100.000000 d
B
I/PowerManagerService( 1449): clearUserActivity for 10000ms from now
D/ScoSocket( 1697): [email protected] SCO OBJECT close() mSta
te = 4
D/AudioFlinger( 1345): setParameters(): io 1, keyvalue routing=1, tid 1433, call
ing tid 1345
V/AudioHardwareMSM7X30( 1345): AudioStreamOutMSM72xx::setParameters() routing=1
V/AudioHardwareMSM7X30( 1345): set output routing 0x1
D/AudioHardwareMSM7X30( 1345): doRouting()
I/AudioHardwareMSM7X30( 1345): Routing audio to Handset
D/AudioHardwareMSM7X30( 1345): aic3254_config: device 0 enabled 0
D/AudioHardwareMSM7X30( 1345): aic3254_config: loading effect Original_Phone_REC
I/HTC Acoustic( 1345): set_audio_effect: Original_Phone_REC
I/HTC Acoustic( 1345): set_audio_effect: match with name Original_Phone_REC (7)
D/AudioHardwareMSM7X30( 1345): do_aic3254_control device: 0 mode: 2 record: 0
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: new_aic_rxmode 1 cur_aic_rx 29
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl()
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: try ioctl 0x40047313 with arg 1
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: new_aic_txmode 1 cur_aic_tx 29
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl()
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: try ioctl 0x40047312 with arg 1
V/AudioHardwareMSM7X30( 1345): getACDB, return ID 206
V/AudioHardwareMSM7X30( 1345): getACDB, return ID 106
V/AudioHardwareMSM7X30( 1345): doAudioRouteOrMuteHTC() rx acdb 206, tx acdb 106
V/AudioHardwareMSM7X30( 1345): doAudioRouteOrMuteHTC() device 0, mMode 2, mMicMu
te 0
V/AudioHardwareMSM7X30( 1345): do_route_audio_rpc(0, 0, 0)
V/AudioHardwareMSM7X30( 1345): In HANDSET
D/AudioHardwareMSM7X30( 1345): new_rx = 0
D/AudioHardwareMSM7X30( 1345): new_tx = 1
D/AudioHardwareMSM7X30( 1345): updateDeviceInfo: E rx_device 0 and tx_device 1
D/AudioHardwareMSM7X30( 1345): case VOICE_CALL
D/AudioHardwareMSM7X30( 1345): updateACDB: (1, 0, 106, 206)
I/HTC Acoustic( 1345): update ACDB id: (tx, rx, tx_acdb, rx_acdb) = (1, 0, 106,
206)
D/AudioHardwareMSM7X30( 1345): value of device and enable is 17 0
D/AudioHardwareMSM7X30( 1345): value of device and enable is 18 0
D/AudioHardwareMSM7X30( 1345): value of device and enable is 0 1
D/AudioHardwareMSM7X30( 1345): value of device and enable is 1 1
D/AudioHardwareMSM7X30( 1345): updateDeviceInfo: X cur_rx 0 cur_tx 1
D/AudioHardwareMSM7X30( 1345): setVoiceVolume(1.000000)
I/AudioHardwareMSM7X30( 1345): Setting in-call volume to 100 (available range is
0 to 100)
V/AudioHardwareMSM7X30( 1345): msm_set_voice_rx_vol(100) succeeded
V/AudioHardwareMSM7X30( 1345): setFmVolume 100
V/AudioHardwareMSM7X30( 1345): open driver
V/AudioHardwareMSM7X30( 1345): get config
V/AudioHardwareMSM7X30( 1345): set config
V/AudioHardwareMSM7X30( 1345): buffer_size: 4800
V/AudioHardwareMSM7X30( 1345): buffer_count: 2
V/AudioHardwareMSM7X30( 1345): channel_count: 2
V/AudioHardwareMSM7X30( 1345): sample_rate: 44100
V/AudioHardwareMSM7X30( 1345): dec_id = 5
D/AudioHardwareMSM7X30( 1345): do_aic3254_control device: 0 mode: 2 record: 0
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: new_aic_rxmode 1 cur_aic_rx 1
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: new_aic_txmode 1 cur_aic_tx 1
V/AudioHardwareMSM7X30( 1345): cur_rx for pcm playback = 0
D/AudioHardwareMSM7X30( 1345): value of device and enable is 0 1
V/AudioHardwareMSM7X30( 1345): getACDB, return ID 0
D/AudioHardwareMSM7X30( 1345): updateACDB: (1, 0, 0, 0)
I/HTC Acoustic( 1345): update ACDB id: (tx, rx, tx_acdb, rx_acdb) = (1, 0, 0, 0)
D/AudioHardwareMSM7X30( 1345): msm_route_stream(PCM_PLAY, 5, 0, 1)
D/AudioHardwareMSM7X30( 1345): addToTable (dec_id 5, dev_rx 0, dev_tx 65535, typ
e 1, active 1)
D/BT HS/HF( 1697): CDMA call state: IDLE prev state:IDLE
D/AccelerometerListener( 1697): enable(false)
D/AudioHardwareInterface( 1345): setMode(NORMAL)
D/AudioFlinger( 1345): setParameters(): io 1, keyvalue routing=1, tid 1433, call
ing tid 1345
V/AudioHardwareMSM7X30( 1345): AudioStreamOutMSM72xx::setParameters() routing=1
V/AudioHardwareMSM7X30( 1345): set output routing 0x1
D/AudioHardwareMSM7X30( 1345): doRouting()
I/AudioHardwareMSM7X30( 1345): Routing audio to Handset
D/AudioHardwareMSM7X30( 1345): aic3254_config: device 0 enabled 1
D/AudioHardwareMSM7X30( 1345): aic3254_config: loading effect Original
I/HTC Acoustic( 1345): set_audio_effect: Original
I/HTC Acoustic( 1345): set_audio_effect: match with name Original (0)
D/AudioHardwareMSM7X30( 1345): do_aic3254_control device: 0 mode: 0 record: 0
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: new_aic_rxmode 11 cur_aic_rx 1
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl()
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: try ioctl 0x40047313 with arg 11
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: new_aic_txmode 29 cur_aic_tx 1
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl()
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: try ioctl 0x40047312 with arg 29
I/ActivityManager( 1449): No longer want com.google.android.apps.maps:GoogleLoca
tionService (pid 1802): hidden #16
W/ActivityManager( 1449): Scheduling restart of crashed service com.google.andro
id.apps.maps/com.google.android.location.internal.server.GoogleLocationService i
n 5000ms
V/AudioHardwareMSM7X30( 1345): getACDB, return ID 0
V/AudioHardwareMSM7X30( 1345): doAudioRouteOrMuteHTC() rx acdb 0, tx acdb 0
V/AudioHardwareMSM7X30( 1345): doAudioRouteOrMuteHTC() device 0, mMode 0, mMicMu
te 0
V/AudioHardwareMSM7X30( 1345): do_route_audio_rpc(0, 1, 0)
V/AudioHardwareMSM7X30( 1345): In HANDSET
D/AudioHardwareMSM7X30( 1345): new_rx = 0
D/AudioHardwareMSM7X30( 1345): new_tx = 1
V/AudioHardwareMSM7X30( 1345): Going to disable RX/TX device during end of voice
call
D/AudioHardwareMSM7X30( 1345): Ending Voice call
D/AudioHardwareMSM7X30( 1345): deleteFromTable, type 4
D/AudioHardwareMSM7X30( 1345): updateDeviceInfo: E rx_device 0 and tx_device 1
D/AudioHardwareMSM7X30( 1345): No active voicecall/recording, disabling cur_tx 1
D/AudioHardwareMSM7X30( 1345): value of device and enable is 1 0
D/AudioHardwareMSM7X30( 1345): The node type is 1 and cur device 0 new device 0
D/AudioHardwareMSM7X30( 1345): updateDeviceInfo: X cur_rx 0 cur_tx 1
V/AudioHardwareMSM7X30( 1345): setFmVolume 100
I/ActivityManager( 1449): Starting: Intent { act=android.intent.action.VIEW typ=
vnd.android.cursor.dir/calls flg=0x10000 cmp=com.android.contacts/.DialtactsActi
vity } from pid 1697
I/ActivityManager( 1449): moveTaskToBack: 19
D/BT HS/HF( 1697): CDMA call state: IDLE prev state:IDLE
I/ActivityManager( 1449): moveTaskToBack: 19
D/AudioHardwareMSM7X30( 1345): AudioStreamOutMSM72xx::standby()
D/AudioHardwareMSM7X30( 1345): Deroute pcm out stream
D/AudioHardwareMSM7X30( 1345): deleteFromTable, type 1
D/AudioHardwareMSM7X30( 1345): updateDeviceInfo: E rx_device 0 and tx_device 1
D/AudioHardwareMSM7X30( 1345): No active voicecall/playback, disabling cur_rx 0
D/AudioHardwareMSM7X30( 1345): value of device and enable is 0 0
D/AudioHardwareMSM7X30( 1345): No active voicecall/recording, disabling cur_tx 1
D/AudioHardwareMSM7X30( 1345): value of device and enable is 1 0
D/AudioHardwareMSM7X30( 1345): updateDeviceInfo: X cur_rx 0 cur_tx 1
D/AudioHardwareMSM7X30( 1345): do_aic3254_control device: 0 mode: 0 record: 0
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: new_aic_rxmode 29 cur_aic_rx 11
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl()
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: try ioctl 0x40047313 with arg 29
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: new_aic_txmode 29 cur_aic_tx 29
D/AudioHardwareMSM7X30( 1345): aic3254_powerdown
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl()
D/AudioHardwareMSM7X30( 1345): aic3254_ioctl: try ioctl 0x40047325 with arg 0
I/ActivityManager( 1449): Start proc com.google.android.apps.maps:GoogleLocation
Service for service com.google.android.apps.maps/com.google.android.location.int
ernal.server.GoogleLocationService: pid=4930 uid=10075 gids={3003, 1015}
D/dalvikvm( 4930): GC_CONCURRENT freed 139K, 47% free 3036K/5639K, external 0K/0
K, paused 1ms+2ms
D/szipinf ( 4930): Initializing inflate state
D/dalvikvm( 4930): GC_CONCURRENT freed 195K, 45% free 3356K/6023K, external 0K/0
K, paused 2ms+2ms
D/szipinf ( 4930): Initializing inflate state
D/szipinf ( 4930): Initializing zlib to inflate
D/dalvikvm( 4930): GC_FOR_MALLOC freed 97K, 44% free 3538K/6279K, external 0K/0K
, paused 16ms
D/dalvikvm( 4930): GC_FOR_MALLOC freed 64K, 45% free 3570K/6407K, external 0K/0K
, paused 19ms
D/dalvikvm( 4930): GC_CONCURRENT freed 453K, 45% free 3667K/6599K, external 0K/0
K, paused 1ms+3ms
D/dalvikvm( 4930): GC_CONCURRENT freed 137K, 40% free 4046K/6663K, external 0K/0
K, paused 2ms+4ms
I/ActivityManager( 1449): Start proc com.google.android.apps.maps:FriendService
for broadcast com.google.android.apps.maps/com.google.googlenav.friend.android.S
erviceReceiver: pid=4946 uid=10075 gids={3003, 1015}
I/dalvikvm( 4930): Total arena pages for JIT: 11
D/dalvikvm( 4946): GC_CONCURRENT freed 140K, 47% free 3035K/5639K, external 0K/0
K, paused 2ms+1ms
D/szipinf ( 4946): Initializing inflate state
I/ActivityManager( 1449): Start proc com.google.android.apps.maps:LocationFriend
Service for broadcast com.google.android.apps.maps/com.google.googlenav.friend.r
eporting.LocationReportingIntentReceiver: pid=4954 uid=10075 gids={3003, 1015}
D/dalvikvm( 4954): GC_CONCURRENT freed 141K, 47% free 3034K/5639K, external 0K/0
K, paused 2ms+2ms
D/szipinf ( 4954): Initializing inflate state
I/Database( 4954): sqlite returned: error code = 0, msg = Recovered 14 frames fr
om WAL file /data/data/com.google.android.apps.maps/databases/webview.db-wal
I/Database( 4954): sqlite returned: error code = 0, msg = Recovered 6 frames fro
m WAL file /data/data/com.google.android.apps.maps/databases/webviewCache.db-wal
D/dalvikvm( 4954): GC_CONCURRENT freed 208K, 45% free 3342K/6023K, external 0K/0
K, paused 1ms+2ms
I/ActivityManager( 1449): No longer want com.android.voicedialer (pid 4463): hid
den #16
D/dalvikvm( 4946): GC_CONCURRENT freed 187K, 45% free 3325K/6023K, external 0K/0
K, paused 1ms+13ms
W/wpa_supplicant( 1737): Ignoring scan action, already scanning.
D/dalvikvm( 4930): GC_CONCURRENT freed 875K, 48% free 3693K/7047K, external 0K/0
K, paused 2ms+2ms
D/dalvikvm( 4930): GC_CONCURRENT freed 419K, 47% free 3785K/7047K, external 0K/0
K, paused 2ms+2ms
D/dalvikvm( 1923): GC_CONCURRENT freed 1422K, 38% free 7688K/12359K, external 0K
/512K, paused 3ms+5ms

[Q] After turning on Poweramp DVC, I can hear music only when I typing even It's off.

when I do somethings as below,
I can hear music with their sound(camera clicks, ringtone, typing keyboard, Gangnam Style.. etc)
but it silents itself in few seconds if I finished:
taking picture. (I have soundfeedback enabled on Keyboard app. )
typing something.
watching Gangnam Style on YouTube (app or web doesn't matter).
these apps are mutes themselves when I do nothing:
Stock Music App (using Sabsa Prime 8.5, but did NAND backup and flashed 12.0. then I did the same, they did same.)
PowerAmp
No use:
-Turning media volume up
-Turn off DVC
Music plays usual and seek bar moves as usual too,
but its volume is 0 when they're alone. :/
Only can be heard at the moment other app plays sound
Till now, The only fix is factory reset. is terrible.
many apps can set or unset DVC then, it's screwed up.
EDIT1:
Music from those app doesn't recognized as "Media" any Effect not applied
AtomosVE said:
when I do somethings as below,
I can hear music with their sound(camera clicks, ringtone, typing keyboard, Gangnam Style.. etc)
but it silents itself in few seconds if I finished:
taking picture. (I have soundfeedback enabled on Keyboard app. )
typing something.
watching Gangnam Style on YouTube (app or web doesn't matter).
these apps are mutes themselves when I do nothing:
Stock Music App (using Sabsa Prime 8.5, but did NAND backup and flashed 12.0. then I did the same, they did same.)
PowerAmp
No use:
-Turning media volume up
-Turn off DVC
Music plays usual and seek bar moves as usual too,
but its volume is 0 when they're alone. :/
Only can be heard at the moment other app plays sound
Till now, The only fix is factory reset. is terrible.
many apps can set or unset DVC then, it's screwed up.
EDIT1:
Music from those app doesn't recognized as "Media" any Effect not applied
Click to expand...
Click to collapse
Hey =)
I know this may be hard for you, with your main language not being English, but could you explain a littler clearer?
What I understand is that you can only hear music when you are doing any for of activity on the device (e.g. Typing or in PowerAmp itself).
Have you tried going into the PowerAmp settings and checking the sound settings.
If you're rooted you can try reflashing your ROM (dirty flash: no wiping only flashing the ROM Direct
GuyInTheCorner said:
Hey =)
I know this may be hard for you, with your main language not being English, but could you explain a littler clearer?
What I understand is that you can only hear music when you are doing any for of activity on the device (e.g. Typing or in PowerAmp itself).
Have you tried going into the PowerAmp settings and checking the sound settings.
If you're rooted you can try reflashing your ROM (dirty flash: no wiping only flashing the ROM Direct
Click to expand...
Click to collapse
sorry for my English, its not my main lang.
Turn on sound-feedback on Keyboard, then start typing. Sound from Music app can be heard when and with keyboard clicks.
if there aren't any app plays sound except Music app, sound from Music app cannot be heard.
Did turn off DVC on PowerAmp but That made PowerAmp also silent(as written above).
Dirty flash didn't change anything.
Edit1--------------------------------------------------------------
Wiped "SettingsProvider(Settings Storage)" and "Settings"'s data.
still can't hear. also, media volume got resetted. its become louder. only when keyboard clicks.
Wiped "Music" apps' data.
still can't hear.
Where does DVC sets. is there any things like local.prop?
Really odd..
Try flashing a different ROM (nandroid first) and see what happens
TheCorner approves..
That Thanks button ain't gonna push itself!
HTC Desire HD ¦ Samsung GNote 10.1
I have tried something because since it is port rom.
I have tried change libs to have more match with its BASE(DesireX 1.18)? rom.
libstagefright
libstagefright_foundation
libstagefright_omx
libstagefright_soft_aacdec
libstagefright_soft_amrdec
libstagefright_soft_g711dec
libstagefright_soft_h264dec
libstagefright_soft_mp3dec
libstagefright_soft_mpeg4dec
libstagefright_soft_vorbisdec
libstagefright_soft_vpxdec
libstagefright_yuv
Click to expand...
Click to collapse
bootloop until paired with libmediaplayerservice.
libmediaplayerservice
Click to expand...
Click to collapse
no sound came out + hogging CPU all the time when sound plays(including keyboard click, dial tones).
-----------------------------------------------
try it later.. without libmediaplayerservice chaged.
IibHtc_acoustic
Click to expand...
Click to collapse
libOmxCore
libOmxH264Dec
libOmxMpeg4Dec
libOmxVidEnc
Click to expand...
Click to collapse
libaudiopreprocessing
libbundlewrapper
libreverbwrapper
libsrsfx
libvisualizer
Click to expand...
Click to collapse
libaudioeq
Click to expand...
Click to collapse
didn't change anything as any other but I think this is safe..
audio.a2dp.default
audio.primary.default
Click to expand...
Click to collapse
libmm-omxcore
Click to expand...
Click to collapse
libhardware_legacy
Click to expand...
Click to collapse
that made phone doesn't react to my touch.
GuyInTheCorner said:
Really odd..
Try flashing a different ROM (nandroid first) and see what happens
TheCorner approves..
That Thanks button ain't gonna push itself!
HTC Desire HD ¦ Samsung GNote 10.1
Click to expand...
Click to collapse
Downloading ViperDHD 1.2.3, BlackoutICS 3.2 and UCXL's ROM
as I tested, some libs, libstagefright or mediaplayerservice would be same to function well. I will try ROM later finishes download.
more, attached log on now I using. I didn't neither turned on and paired with bluetooth, or hooked headphone there. just internal speaker
I have enabled sound-feedback for touch.
>>>I paused music<<<
D/MediaPlayer( 8951): pause() in
I/AwesomePlayer( 1393): Lock success within 0 us
V/LPAPlayer( 1393): pause: playPendingSamples 0, mPauseEventPending 0, bIsA2DPEn
abled 0
V/LPAPlayer( 1393): LPAPlayer:ause - Pause driver
V/LPAPlayer( 1393): Posting an event for Pause timeout
D/MediaPlayer( 8951): beats setting trigger in pause
D/MediaPlayer( 8951): beats setting false
D/MediaPlayer( 8951): triggerBeatsLogo=false
D/WirelessDisplayService( 1544): getMirrorDisplayStatus:falsecurState:1
D/AudioService( 1544): isSupport=true , sense version=4.0 , on=false , mAppPlay
=true , isHeadsetPlugged=false , mBluetoothHeadsetConnected=false
D/WirelessDisplayService( 1544): getMirrorDisplayStatus:falsecurState:1
D/AudioService( 1544): mMirrorDisplayStatus=false , getMirrorDisplayStatus=false
, mGlobalSoundEffect=800
D/WirelessDisplayService( 1544): getMirrorDisplayStatus:falsecurState:1
D/WirelessDisplayService( 1544): getMirrorDisplayStatus:falsecurState:1
D/AudioService( 1544): beats setting on=false isHeadsetPlugged=false isPlaying=f
alse , beats=false
D/WirelessDisplayService( 1544): getMirrorDisplayStatus:falsecurState:1
I/AudioService( 1544): setBeatsNotification() NotificationOn=false, BeatsEnable=
false
>>>I pushed Play button<<<
D/MediaPlayer( 8951): pause() out
D/AudioHardwareMSM7X30( 1393): acquire output wakelock
I/AudioHardwareMSM7X30( 1393): do_aic3254_control (1, 0, 0)
I/AudioHardwareMSM7X30( 1393): batt_temp =290
I/AudioHardwareMSM7X30( 1393): aic3254: change rx mode to 13
D/AudioHardwareMSM7X30( 1393): addToTable (dec_id 5, dev_rx 6, dev_tx -1, type 1
, active 1)
D/AudioHardwareMSM7X30( 1393): Enable ALT for speaker
I/AudioHardwareMSM7X30( 1393): batt_temp =290
D/AudioHardwareMSM7X30( 1393): ALT batt temp = 290
I/HTC Acoustic( 1393): update ACDB id: (tx, rx, tx_acdb, rx_acdb) = (11, 6, 0, 6
07)
D/AudioHardwareMSM7X30( 1393): updateACDB: (6, 11, 607, 0) success!
I/AudioHardwareMSM7X30( 1393): AUDIO_START: start kernel pcm_out driver.
D/WirelessDisplayService( 1544): getMirrorDisplayStatus:falsecurState:1
I/AudioService( 1544): Remote Control registerMediaButtonIntent() for Pendin
gIntent{413e7cb0: PendingIntentRecord{413038d8 com.htc.music broadcastIntent}}
I/AudioService( 1544): AudioFocus requestAudioFocus() from android.media.Audio
[email protected][email protected]
D/MediaPlayer( 8951): start() in
D/AwesomePlayer( 1393): AwesomePlayer::invoke cmd=8932
D/MediaPlayer( 8951): doStart() in
V/LPAPlayer( 1393): resume: isPaused 1
V/LPAPlayer( 1393): LPAPlayer::resume - Resuming Driver
V/LPAPlayer( 1393): Resume(): Cancelling the puaseTimeout event
W/TimedEventQueue( 1393): Event 2 was not found in the queue, already cancelled?
W/SRSGEQ10FX( 1393): SRSGEQ10_Command: Set Device 2
I/AudioHardwareMSM7X30( 1393): AudioStreamOutMSM72xx::setParameters() routing=2
I/AudioHardwareMSM7X30( 1393): Routing audio to Speakerphone
V/LPAPlayer( 1393): effectsThread: received signal to wake up
V/LPAPlayer( 1393): EffectQ is empty or Reset called or A2DP enabled, waiting fo
r signal
D/MediaPlayer( 8951): beats setting trigger in start
D/MediaPlayer( 8951): beats setting true
D/MediaPlayer( 8951): triggerBeatsLogo=true
D/WirelessDisplayService( 1544): getMirrorDisplayStatus:falsecurState:1
D/AudioService( 1544): isSupport=true , sense version=4.0 , on=true , mAppPlay=
false , isHeadsetPlugged=false , mBluetoothHeadsetConnected=false
D/WirelessDisplayService( 1544): getMirrorDisplayStatus:falsecurState:1
D/AudioService( 1544): mMirrorDisplayStatus=false , getMirrorDisplayStatus=false
, mGlobalSoundEffect=800
D/WirelessDisplayService( 1544): getMirrorDisplayStatus:falsecurState:1
D/WirelessDisplayService( 1544): getMirrorDisplayStatus:falsecurState:1
D/AudioService( 1544): beats setting on=false isHeadsetPlugged=false isPlaying=t
rue , beats=false
D/WirelessDisplayService( 1544): getMirrorDisplayStatus:falsecurState:1
I/AudioService( 1544): setBeatsNotification() NotificationOn=false, BeatsEnable=
false
>>>music still plays, just audio is out<<
D/MediaPlayer( 8951): doStart() out
D/MediaPlayer( 8951): [DLNA]start() out check content type already
D/PackageManager( 1544): Failed to get PackageInfo!, pkg:com.htc.demoflorebooter
, flags:1
V/LPAPlayer( 1393): pcm dec Event Thread rc = 0 and errno is 0
V/LPAPlayer( 1393): WRITE_DONE: addr 0x4233c000 len 523200 and fd is 54
V/LPAPlayer( 1393): decoderThreadEntry: received a signal to wake up
V/LPAPlayer( 1393): decoder pmemBuffersRequestQueue.size() = 1, pmemBuffersRespo
nseQueue.size() = 3
V/LPAPlayer( 1393): Calling fillBuffer for size 523200
V/LPAPlayer( 1393): fillBuffer
V/LPAPlayer( 1393): AudioCallback
V/LPAPlayer( 1393): Number of Frames Played: 2985718858
V/LPAPlayer( 1393): fillBuffer returned size 523200
V/LPAPlayer( 1393): decoderThread: applying effects on pmem buf with fd 54 sentT
oDriver 0
V/LPAPlayer( 1393): decoderThread: Writing buffer to driver with pmem fd 54
D/LPAPlayer( 1393): set buffer with pmem fd 54 sent to driver 1
V/LPAPlayer( 1393): decoder pmemBuffersRequestQueue.size() = 0, pmemBuffersRespo
nseQueue.size() = 4
V/LPAPlayer( 1393): decoderThreadEntry: a2dpDisconnectPause 0 mReachedEOS 0 bIs
A2DPEnabled 0 mAudioSinkOpen 0 asyncReset 0 mIsDriverStarted 1
V/LPAPlayer( 1393): decoderThreadEntry: waiting on decoder_cv
D/AudioHardwareMSM7X30( 1393): release output wakelock
D/AudioHardwareMSM7X30( 1393): deleteFromTable, type 1
I/AudioHardwareMSM7X30( 1393): do_aic3254_control (1, 0, 1)
I/AudioHardwareMSM7X30( 1393): aic3254: change rx mode to 29
I/AudioHardwareMSM7X30( 1393): AudioHardware pcm playback is going to standby.
Click to expand...
Click to collapse
sorry there's no timestamp for this, is collected within 5 seconds.

[Q] activating bluetooth causing bootloop

Hi.. I'm on Beautiful ICS 4 rom, using Xperia Arc S.
Bluetooth works okay, but one day when activating bluetooth, my phone gets bootloop. Luckily, I can stop the bootloop by clearing cache and dalvik cache in recovery.
I've seen this problem in many threads, especially Galaxy Nexus and other Xperias.
I haven't try to install other custom ROMs, because many people said that it's happening in every ROM.
Any clue guys?
This is my adb catlog when activating the bluetooth and it suddenly restarts itself :
D/dalvikvm( 4675): GC_CONCURRENT freed 504K, 6% free 11725K/12359K, paused 2ms+9
ms
D/dalvikvm( 4675): GC_FOR_ALLOC freed 329K, 6% free 11694K/12359K, paused 25ms
D/dalvikvm( 4675): GC_CONCURRENT freed 340K, 5% free 11744K/12359K, paused 2ms+3
ms
D/dalvikvm( 671): GC_CONCURRENT freed 1677K, 16% free 15768K/18631K, paused 1ms
+6ms
D/kernel ( 152): [ 3081.983673] bq27520 0-0055: bq27520_handle_soc_worker() ca
pacity=39 (39) flags=0x128 ctrl_status=0x28b soh_state=0x3, valid=1
D/BluetoothAdapterStateMachine( 319): PowerOff process message: 1
D/BluetoothAdapterStateMachine( 319): Bluetooth state 10 -> 11
V/BluetoothEventManager( 4659): Received android.bluetooth.adapter.action.STATE_
CHANGED
I/bluedroid( 319): Starting hciattach daemon
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/ActivityManager( 319): Start proc com.android.bluetooth for broadcast com.and
roid.bluetooth/.pbap.BluetoothPbapReceiver: pid=5137 uid=10000 gids={3003, 3002,
3001, 1015}
I/ActivityThread( 5137): Pub com.android.bluetooth.opp: com.android.bluetooth.op
p.BluetoothOppProvider
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: -1, errno: 19
I/bluedroid( 319): bt_enable: ret: 0, errno: 19
I/bluedroid( 319): Starting bluetoothd deamon
E/BluetoothEventLoop.cpp( 319): get_adapter_path: D-Bus error: org.freedesktop.
DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service f
iles)
E/BluetoothEventLoop.cpp( 319): get_adapter_path: D-Bus error: org.freedesktop.
DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service f
iles)
E/BluetoothEventLoop.cpp( 319): get_adapter_path: D-Bus error: org.freedesktop.
DBus.Error.ServiceUnknown (The name org.bluez was not provided by any .service f
iles)
E/BluetoothEventLoop.cpp( 319): get_adapter_path: D-Bus error: org.bluez.Error.
NoSuchAdapter (No such adapter)
E/BluetoothEventLoop.cpp( 319): failure setting up Event Loop!
I/BluetoothEventLoop.cpp( 319): agent_event_filter: Received method org.bluez.A
gent:Release
D/BluetoothAdapterStateMachine( 319): WarmUp process message: 101
D/BluetoothEventLoop( 319): Property Changed: Powered : false
D/BluetoothAdapterStateMachine( 319): WarmUp process message: 54
D/BluetoothEventLoop( 319): Property Changed: Pairable : false
D/BluetoothEventLoop( 319): Property Changed: Discoverable : false
D/BluetoothAdapterStateMachine( 319): WarmUp process message: 53
D/BluetoothEventLoop( 319): Property Changed: UUIDs : 6
E/BluetoothService.cpp( 319): setBluetoothTetheringNative true
D/BluetoothEventLoop( 319): Property Changed: UUIDs : 7
D/BluetoothEventLoop( 319): Property Changed: UUIDs : 8
D/BluetoothEventLoop( 319): Property Changed: UUIDs : 9
D/BluetoothEventLoop( 319): Property Changed: UUIDs : 10
D/BluetoothAdapterStateMachine( 319): WarmUp process message: 51
D/BluetoothAdapterStateMachine( 319): HotOff process message: 101
D/BluetoothEventLoop( 319): Property Changed: Class : 1573388
D/BluetoothEventLoop( 319): Property Changed: Class : 5898764
D/BluetoothEventLoop( 319): Property Changed: Pairable : true
D/BluetoothEventLoop( 319): Property Changed: Discoverable : false
D/BluetoothAdapterStateMachine( 319): Switching process message: 53
D/BluetoothBondState( 319): found 11 bonded devices
I/BluetoothDeviceProfileState( 319): Entering ACL Connected state with: -2
I/BluetoothDeviceProfileState( 319): Entering ACL Connected state with: -2
I/BluetoothDeviceProfileState( 319): Entering ACL Connected state with: -2
I/BluetoothDeviceProfileState( 319): Entering ACL Connected state with: -2
I/BluetoothDeviceProfileState( 319): Entering ACL Connected state with: -2
I/BluetoothDeviceProfileState( 319): Entering ACL Connected state with: -2
I/BluetoothDeviceProfileState( 319): Entering ACL Connected state with: -2
I/BluetoothDeviceProfileState( 319): Entering ACL Connected state with: -2
I/BluetoothDeviceProfileState( 319): Entering ACL Connected state with: -2
I/BluetoothDeviceProfileState( 319): Entering ACL Connected state with: -2
I/BluetoothDeviceProfileState( 319): Entering ACL Connected state with: -2
D/BluetoothAdapterStateMachine( 319): Bluetooth state 11 -> 12
V/BluetoothEventManager( 4659): Received android.bluetooth.adapter.action.STATE_
CHANGED
D/LocalBluetoothProfileManager( 4659): Adding local A2DP profile
D/BluetoothService( 319): updateDeviceServiceChannelCache(00:15:83:0C:BF:EB)
D/LocalBluetoothProfileManager( 4659): Adding local HEADSET profile
D/BluetoothService( 319): updateDeviceServiceChannelCache(70:F9:27:C35:14)
D/LocalBluetoothProfileManager( 4659): Adding local OPP profile
D/BluetoothService( 319): uuid(system): 00001105-0000-1000-8000-00805f9b34
fb 12
D/BluetoothService( 319): updateDeviceServiceChannelCache(00:26:5E:AE:53:3B)
D/BluetoothService( 319): updateDeviceServiceChannelCache(5C:E8:EB:66DA)
D/BluetoothService( 319): uuid(system): 00001105-0000-1000-8000-00805f9b34
fb 3
D/BluetoothService( 319): updateDeviceServiceChannelCache(BC:B1:F3:C3:44:5C)
D/BluetoothService( 319): uuid(system): 00001105-0000-1000-8000-00805f9b34
fb 3
D/BluetoothService( 319): updateDeviceServiceChannelCache(40:5F:BE:28:A0:41)
D/BluetoothService( 319): updateDeviceServiceChannelCache(0CF:A4:8E:42:3D)
D/BluetoothService( 319): uuid(system): 00001105-0000-1000-8000-00805f9b34
fb 3
D/BluetoothService( 319): updateDeviceServiceChannelCache(00:AA:70:48:79:9E)
D/BluetoothService( 319): uuid(system): 00001105-0000-1000-8000-00805f9b34
fb 12
D/BluetoothService( 319): updateDeviceServiceChannelCache(00:1A:98:48:0F:C3)
D/BluetoothService( 319): uuid(system): 00001105-0000-1000-8000-00805f9b34
fb 12
D/BluetoothService( 319): updateDeviceServiceChannelCache(B0:EE:45:A7:E9:F4)
D/BluetoothService( 319): uuid(system): 00001105-0000-1000-8000-00805f9b34
fb 4
W/dalvikvm( 319): threadid=10: thread exiting with uncaught exception (group=0x
2b542210)
Click to expand...
Click to collapse
bluetooth causing bootloop
XperienceD said:
bluetooth causing bootloop
Click to expand...
Click to collapse
I know how to google. Every thread I read, always stuck and no solution for the problem.
Did you manage to solve this problem?
Solution
After clearing dalvik cache in recovery you only have to delete the content of the folder "/data/misc/bluetoothd" with any explorer. Then you can turn bluetooth on without bootloop.

Gal Nex I9250 Gallery and Cam Crash

Hi,
Not sure what happened my GalNex I9250's Gallery App started crashing and even the camera is not working.
I used to run 4.3, today i upgraded that to Kitkat 4.4 using cm-11-20140909-NIGHTLY-maguro.zip
After the upgrade i do see the same problem.
I am posting my logs down, need help in nailing down this issue.
Code:
I/PowerManagerService( 443): Waking up from sleep...
I/WindowManager( 443): Lock screen displayed!
D/DisplayPowerController( 443): Unblocked screen on after 737917 ms
W/ActivityManager( 443): getAssistContextExtras failed: no resumed activity
D/PowerManagerService-JNI( 443): Excessive delay in autosuspend_disable() while turning screen on: 355ms
D/SurfaceFlinger( 132): Screen acquired, type=0 flinger=0x4156a450
D/LightsService( 443): Excessive delay setting light: 83ms
D/AudioPolicyManagerBase( 136): getOutput() device 2, stream 1, samplingRate 0, format 0, channelMask 3, flags 0
D/AudioPolicyManagerBase( 136): getOutput() returns output 2
D/AudioPolicyManagerBase( 136): getOutput() device 2, stream 1, samplingRate 0, format 0, channelMask 3, flags 0
D/AudioPolicyManagerBase( 136): getOutput() returns output 2
D/AudioPolicyManagerBase( 136): getOutput() device 2, stream 1, samplingRate 44100, format 1, channelMask 3, flags 4
D/AudioPolicyManagerBase( 136): getOutput() returns output 2
D/AudioFlinger( 136): start(4097), calling pid 529 session 40
D/AudioFlinger( 136): ? => ACTIVE (4097) on thread 0x40c85d60
D/AudioPolicyManagerBase( 136): startOutput() output 2, stream 1, session 40
D/NfcService( 686): NFC-C ON
D/Launcher.Workspace( 715): 11683562 - removeExtraEmptyScreen()
D/Launcher.Workspace( 715): 11683562 - convertFinalScreenToEmptyScreenIfNecessary()
D/PhoneStatusBar( 529): disable: < expand icons alerts ticker system_info back* home* recent* clock* search >
D/Launcher.Model( 715): 11683562 - loadWorkspaceScreensDb()
D/Launcher.Model( 715): 11683562 - screens: { 0: 1 }, { 1: 2 }
W/InputMethodManagerService( 443): Window already focused, ignoring focus gain of: [email protected] [email protected], token = [email protected]
I/Timeline( 715): Timeline: Activity_idle id: [email protected] time:739555
D/Launcher.Model( 715): 11683562 - updateWorkspaceScreenOrder()
D/Launcher.Model( 715): 11683562 - screens: 1, 2
W/BackupManagerService( 443): dataChanged but no participant pkg='com.cyanogenmod.trebuchet' uid=10017
W/BackupManagerService( 443): dataChanged but no participant pkg='com.cyanogenmod.trebuchet' uid=10017
W/BackupManagerService( 443): dataChanged but no participant pkg='com.cyanogenmod.trebuchet' uid=10017
W/BackupManagerService( 443): dataChanged but no participant pkg='com.cyanogenmod.trebuchet' uid=10017
D/Launcher( 715): 11683562 - bindAddScreens()
D/Launcher( 715): 11683562 - orderedScreenIds:
D/Launcher.Workspace( 715): 11683562 - removeExtraEmptyScreen()
D/Launcher.Workspace( 715): 11683562 - convertFinalScreenToEmptyScreenIfNecessary()
D/AudioPolicyManagerBase( 136): getOutput() device 2, stream 1, samplingRate 0, format 0, channelMask 3, flags 0
D/AudioPolicyManagerBase( 136): getOutput() returns output 2
D/AudioPolicyManagerBase( 136): getOutput() device 2, stream 1, samplingRate 0, format 0, channelMask 3, flags 0
D/AudioPolicyManagerBase( 136): getOutput() returns output 2
D/AudioPolicyManagerBase( 136): getOutput() device 2, stream 1, samplingRate 48000, format 1, channelMask 3, flags 4
D/AudioPolicyManagerBase( 136): getOutput() returns output 2
W/AudioTrack( 443): AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate (48000 vs 44100)
D/AudioFlinger( 136): start(4101), calling pid 443 session 41
D/AudioFlinger( 136): ? => ACTIVE (4101) on thread 0x4002ce78
D/AudioPolicyManagerBase( 136): startOutput() output 2, stream 1, session 41
I/Timeline( 715): Timeline: Activity_launch_request id:com.android.camera2 time:744963
I/ActivityManager( 443): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.camera2/com.android.camera.CameraLauncher bnds=[565,1022][699,1190]} from pid 715
W/BroadcastQueue( 443): Permission Denial: receiving Intent { act=com.android.launcher3.action.LAUNCH flg=0x10 (has extras) } to com.google.android.googlequicksearchbox/com.google.android.search.core.summons.icing.InternalIcingCorporaProvider$ApplicationLaunchReceiver requires com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS due to sender com.cyanogenmod.trebuchet (uid 10017)
V/Zygote ( 3538): Switching descriptor 33 to /dev/null
V/Zygote ( 3538): Switching descriptor 9 to /dev/null
I/ActivityManager( 443): Start proc com.android.camera2 for activity com.android.camera2/com.android.camera.CameraLauncher: pid=3538 uid=10038 gids={50038, 1006, 3003, 1028, 1015}
D/ActivityThread( 3538): handleBindApplication:com.android.camera2
D/ActivityThread( 3538): setTargetHeapUtilization:0.75
D/ActivityThread( 3538): setTargetHeapMinFree:2097152
D/AwesomePlayer( 136): Before reset_l
D/Utils ( 136): printFileName fd(33) -> /system/app/Camera2.apk
D/OMXCodec( 136): Successfully allocated OMX node 'OMX.google.vorbis.decoder'
I/AwesomePlayer( 136): Could not offload audio decode, try pcm offload
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocating 4 buffers of size 8192 on input port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40d10ad8 on input port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40d101b8 on input port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40c9fe70 on input port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40c9ff28 on input port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocating 4 buffers of size 32768 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40ca00b0 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40ca02d0 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40ca0410 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40ca0538 on output port
D/AudioPlayer( 136): start of Playback, useOffload 0
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40ca00b0 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40ca02d0 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40ca0410 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40ca0538 successful
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocating 4 buffers of size 32768 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40c9ff80 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40d146f0 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40d147f8 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40d14920 on output port
D/AudioPlayer( 136): Pause Playback at 526530
D/AudioPlayer( 136): reset: mPlaying=0 mReachedEOS=1 useOffload=0
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40c9ff28 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40c9fe70 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40d101b8 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40d10ad8 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40d14920 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40d147f8 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40d146f0 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40c9ff80 successful
D/AwesomePlayer( 136): Before reset_l
D/Utils ( 136): printFileName fd(33) -> /system/app/Camera2.apk
E/CameraHAL( 136): Couldn't get camera properties
W/dalvikvm( 3538): Exception Ljava/lang/RuntimeException; thrown while initializing Lcom/android/camera/CameraSettings;
D/AndroidRuntime( 3538): Shutting down VM
W/dalvikvm( 3538): threadid=1: thread exiting with uncaught exception (group=0x418bcce0)
D/OMXCodec( 136): Successfully allocated OMX node 'OMX.google.vorbis.decoder'
I/AwesomePlayer( 136): Could not offload audio decode, try pcm offload
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocating 4 buffers of size 8192 on input port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40d10998 on input port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40d10b28 on input port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40d10bf8 on input port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40d10cb0 on input port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocating 4 buffers of size 32768 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40d10698 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40ca01a8 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40ca02e8 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40ca0410 on output port
D/AudioPlayer( 136): start of Playback, useOffload 0
E/AndroidRuntime( 3538): FATAL EXCEPTION: main
E/AndroidRuntime( 3538): Process: com.android.camera2, PID: 3538
E/AndroidRuntime( 3538): java.lang.ExceptionInInitializerError
E/AndroidRuntime( 3538): at com.android.camera.PhotoModule.init(PhotoModule.java:486)
E/AndroidRuntime( 3538): at com.android.camera.CameraActivity.onCreate(CameraActivity.java:1142)
E/AndroidRuntime( 3538): at android.app.Activity.performCreate(Activity.java:5231)
E/AndroidRuntime( 3538): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1087)
E/AndroidRuntime( 3538): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2169)
E/AndroidRuntime( 3538): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2271)
E/AndroidRuntime( 3538): at android.app.ActivityThread.access$800(ActivityThread.java:144)
E/AndroidRuntime( 3538): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1205)
E/AndroidRuntime( 3538): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime( 3538): at android.os.Looper.loop(Looper.java:136)
E/AndroidRuntime( 3538): at android.app.ActivityThread.main(ActivityThread.java:5146)
E/AndroidRuntime( 3538): at java.lang.reflect.Method.invokeNative(Native Method)
E/AndroidRuntime( 3538): at java.lang.reflect.Method.invoke(Method.java:515)
E/AndroidRuntime( 3538): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:796)
E/AndroidRuntime( 3538): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:612)
E/AndroidRuntime( 3538): at dalvik.system.NativeStart.main(Native Method)
E/AndroidRuntime( 3538): Caused by: java.lang.RuntimeException: Fail to get camera info
E/AndroidRuntime( 3538): at android.hardware.Camera._getCameraInfo(Native Method)
E/AndroidRuntime( 3538): at android.hardware.Camera.getCameraInfo(Camera.java:221)
E/AndroidRuntime( 3538): at android.media.CamcorderProfile.get(CamcorderProfile.java:276)
E/AndroidRuntime( 3538): at com.android.camera.CameraSettings.<clinit>(CameraSettings.java:153)
E/AndroidRuntime( 3538): ... 16 more
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40d10698 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40ca01a8 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40ca02e8 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40ca0410 successful
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocating 4 buffers of size 32768 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40d10d20 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40ca0090 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40ca01d0 on output port
I/OMXCodec( 136): [OMX.google.vorbis.decoder] allocated buffer 0x40ca02f8 on output port
W/ActivityManager( 443): Force finishing activity com.android.camera2/com.android.camera.CameraLauncher
D/AudioPlayer( 136): Pause Playback at 554875
D/AudioPlayer( 136): reset: mPlaying=0 mReachedEOS=1 useOffload=0
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40d10cb0 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40d10bf8 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40d10b28 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40d10998 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40ca02f8 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40ca01d0 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40ca0090 successful
I/OMXNodeInstance( 136): OMX_FreeBuffer for buffer header 0x40d10d20 successful
I/WindowManager( 443): Screenshot max retries 4 of Token{42682620 ActivityRecord{42699d68 u0 com.android.camera2/com.android.camera.CameraLauncher t5 f}} appWin=Window{423fdcb8 u0 Starting com.android.camera2} drawState=4
W/WindowManager( 443): Screenshot failure taking screenshot for (720x1280) to layer 21010
W/ActivityManager( 443): Activity pause timeout for ActivityRecord{42699d68 u0 com.android.camera2/com.android.camera.CameraLauncher t5 f}
I/Timeline( 715): Timeline: Activity_idle id: [email protected] time:746623
I/ActivityManager( 443): Killing 3205:com.android.calendar/u0a37 (adj 15): empty #17
I/Timeline( 443): Timeline: Activity_windows_visible id: ActivityRecord{4242b7d8 u0 com.cyanogenmod.trebuchet/org.cyanogenmod.trebuchet.CustomHomeLauncher t1} time:747045
D/AudioPolicyManagerBase( 136): getOutput() device 2, stream 1, samplingRate 0, format 0, channelMask 3, flags 0
D/AudioPolicyManagerBase( 136): getOutput() returns output 2
D/AudioPolicyManagerBase( 136): getOutput() device 2, stream 1, samplingRate 0, format 0, channelMask 3, flags 0
D/AudioPolicyManagerBase( 136): getOutput() returns output 2
D/AudioPolicyManagerBase( 136): getOutput() device 2, stream 1, samplingRate 48000, format 1, channelMask 3, flags 4
D/AudioPolicyManagerBase( 136): getOutput() returns output 2
W/AudioTrack( 443): AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate (48000 vs 44100)
I/Process ( 3538): Sending signal. PID: 3538 SIG: 9
D/AudioFlinger( 136): start(4098), calling pid 443 session 42
D/AudioFlinger( 136): ? => ACTIVE (4098) on thread 0x40d10808
D/AudioPolicyManagerBase( 136): startOutput() output 2, stream 1, session 42
I/ActivityManager( 443): Process com.android.camera2 (pid 3538) has died.
W/InputMethodManagerService( 443): Window already focused, ignoring focus gain of: [email protected] attribute=null, token = [email protected]

Categories

Resources