Hi, I have bought the Xperia ZQ (Xperia ZL's alias in Brazil) C6503. I am experiencing a very annoying problem: from time to time the audio playback in any audio app just stops. If I hit play again it will resume normally but I still need to tap the play button which can be a pain specially while driving. I can't remember when this started but I think it is from the first time I tried to play any audio on it.
I think it is an issue with 'Audio Focus' since the playback pauses and will resume gently from where it stopped if I hit the play (or unpause) button.
I used 'adb logcat' to register the events logged by the OS while listening to music. When it happened I checked the log and found these lines (which I think represent the moment it stopped playing):
D/PowerManagerService( 581): acquireWakeLock flags=0x1 tag=NetworkStats
D/ConnectivityService( 581): Actual State: DefaultConnectivityState, Current State: DefaultConnectivityState.processMessage what=113
D/ConnectivityService( 581): Actual State: DefaultConnectivityState, Current State: DefaultConnectivityState.processMessage what=113
D/PowerManagerService( 581): releaseWakeLock flags=0x1 tag=NetworkStats
D/PowerManagerService( 581): releaseWakeLock flags=0x1 tag=AlarmManager
I/AudioService( 581): Remote Control registerMediaButtonIntent() for PendingIntent{441a9fa0: PendingIntentRecord{441adea8 deezer.android.app broadcastIntent}}
I/AudioService( 581): Remote Control registerMediaButtonIntent() for PendingIntent{42519fe8: PendingIntentRecord{441adea8 deezer.android.app broadcastIntent}}
I/AudioService( 581): AudioFocus requestAudioFocus() from [email protected]@42659da8
D/@ AudioController(17666): AUDIOFOCUS_LOSS
D/@ AudioController(17666): Pause requested.
D/PowerManagerService( 581): releaseWakeLock flags=0x20000001 tag=android.media.MediaPlayer
I/AudioService( 581): AudioFocus abandonAudioFocus() from [email protected]@425206b0
I/AudioService( 581): AudioFocus abandonAudioFocus(): removing entry for [email protected]@425206b0
D/PebbleWatch(17666): Sent com.getpebble.action.NOW_PLAYING for Ambitions from Dead End Kings
Click to expand...
Click to collapse
I was using n7 player (which I guess is "[email protected]" in the log) when the playback was interrupted. I think that "I/AudioService( 581): AudioFocus requestAudioFocus() from [email protected]@42659da8" did interrupt the n7 player.
I'll try to get more events like this using other apps. Anyone have any clue on how to solve this? I thought I would find some lousy app requesting audio focus randomly but what I got here is AudioManager messing my playback... (assuming I did interpret this correctly).
Thanks in advance for any help.
it also happen to me on the 4.2.2, but now im back to 4.1.2 its more stable, no flicker screen, much faster, audio quality is much much better, and camera also.:good:
danieldp1990 said:
it also happen to me on the 4.2.2, but now im back to 4.1.2 its more stable, no flicker screen, much faster, audio quality is much much better, and camera also.:good:
Click to expand...
Click to collapse
That's bad news... I am using 4.1.2. I hoped version 4.2.2 would fix this.
Some information from my system:
I am running: Android: 4.1.2
Phone model: C6503
baseband model: 9x15A-ACEFWMAZQ-30110017-11
Kernel: 3.4.0-g298631f-02021-gc1b7814
Version: 10.1.A.1.434
Has anyone had the same problem? Anyone?
Enviado de meu C6503 usando o Tapatalk 2
guarita said:
Has anyone had the same problem? Anyone?
Enviado de meu C6503 usando o Tapatalk 2
Click to expand...
Click to collapse
Maybe u have sleep timer on...
"maybe"
Sleep timer? I don't really know what it is. Isit something related to when the phone is locked? This happens at any time, with the phone unlocked and when it is locked and in standby...
Anyway, how can I disable it so I can check if it is causing this?
Thanx!
Enviado de meu C6503 usando o Tapatalk 2
Related
Anyone know of a way to get a bluetooth headphone paired up and ready to listen with a single click? Currently I have to activate BT via Comm manager, then enter BT settings, select the headphones and "Set as wireless stereo" all before I actually start any music playing. Ideally it would be good to be able to chain those commands into a macro which also launched the music player - kind a music mode button.
Maybe this is a feature of later roms? I'm currently still using Black 2.5, waiting for compelling reasons to move on.
Cheers
PP
You can write a script but you must have MortScript installed (available here http://www.sto-helit.de/index.php?module=page&entry=ms_overview&action=view)
Basically you can get it to check the registry and if the Headphone profile has been detected (i.e. when you switch on your headphones), a series of keystokes can then set the 'wireless setreo' mode by opening the Bluetoock devieces screen ect, then your favorites music player can be launched.
You can also get it to close your music player when you switch off your headphones by checking the registry fir when headset profile is disabled.
Downsides are that Bluetooth must already be actived on the handset (so 2click solution ) before headphones are switched on. Also, the keystrokes will fail to start wireless stereo if you add/remove bluetooth devices because the relative positions of the listed devices will change...
Here is an example that works on my device - may need changes for yours;
RunCheck = 0
While (1)
HandsFreeState = RegRead("HKLM", "System\State\Hardware", "Handsfree")
If (HandsFreeState = 1 && RunCheck = 0)
ToggleDisplay(1)
Run "Windows\Bluetooth Shortcut.lnk"
Sleep 2000
MouseDown 25, 286
Sleep 1000
MouseUp 25,286
Sleep 500
SendDown
SendDown
SendCR
SendDown
SendCR
MouseDown 196, 309
Sleep 1000
MouseUp 196,309
Sleep 1000
SendCR
SendDown
SendCR
MouseDown 196, 309
Sleep 1000
MouseUp 196,309
Sleep 2000
Close "Settings"
Sleep 2000
RunCheck = 1
EndIf
If (HandsFreeState = 0 && RunCheck = 1)
# - Enter any code you wish to execute on disconnect here.
ToggleDisplay(0)
RunCheck = 0
EndIf
Sleep (1000)
EndWhile
Thanks for that. Do you find it's stable - I used to do similar things with the old Windows 3 macro recorder, but it often used to screw up when a window didn't open in time. It would be nice if there was a program to do it, I imagine one day the music app will do a quick poll to see if a device is available.
Yes its stable -I have it run on startup so it constantly running in the background. There maybe some battery usage whilst it is doing this.
I heard some BT stereo headphones automatically connect properly once you update to the latest drivers for the headphones.
Bil
I dont understand. Why do you need to constantly re-pair your headset?
With mine (iclip r35) it was only a 5 click job anyway.
1 click on Comm Mgr
2 Click on BT
1 Click switch on Headset
2 Click pair headset
3 click play music button on headset.
Takes less time to do than it does to write it!
That was with Black 2.5 too. only one problem I noticed was that B2.5 absolutely having the h/s powered off before activating bt via com mgr.
Black Majik is the same but seems slight better range and quality than B2.5
secret_squirrel said:
I dont understand. Why do you need to constantly re-pair your headset?
With mine (iclip r35) it was only a 5 click job anyway.
1 click on Comm Mgr
2 Click on BT
1 Click switch on Headset
2 Click pair headset
3 click play music button on headset.
Takes less time to do than it does to write it!
Click to expand...
Click to collapse
I don't have to re-pair. I have to:
1. click on CommMgr
2. click on BT
3. turn on phones
4. Settings, Bluetooth to bring up the BT settings window
5. click-hold on Bluephone entry under paired devices
6. select "Set as wireless audio" - phones are now active and linked
7. close BT dialog
8. close CommMgr
9. start music software
Your setup seems less fiddly, somehow your headphones are doing some of the work.
Auto BT Pairing
Have your enabled the (Make this device visible to other devices?) Under Start/Settings/Connections/Bluetooth then select Mode. If that doesn't work there might be another fix if you check out:
http://www.jetwaremobile.com
Hi all,
I've been trying & error to get the best combination/configuration of bitpool for my I-tech Clip Radio bluetooth. What is the best:
1. bitpool?
2. Min/max support bitpool?
3. Sample rate?
Please do help me since i the audio keep on pausing for every second & sometime no sound. believe there is a best configuration for it. for those who have the solution do help me. Thank you.
BT config
I use Plantronics 590, and had a problems with it till I changed
BitPool = 54
SampleRate = 48000
UseJointStereo = 0
tabasco said:
I use Plantronics 590, and had a problems with it till I changed
BitPool = 54
SampleRate = 48000
UseJointStereo = 0
Click to expand...
Click to collapse
Thanks but still have the same problem. Anyone else that could give their opinion. Thanks..
A2DP Itech radio
nyok80 said:
Thanks but still have the same problem. Anyone else that could give their opinion. Thanks..
Click to expand...
Click to collapse
I uses Tomal's 8.2 ROM with 1.15 Radio and the standard settings
bitpool=30, UseJointStereo=1,SampleRate=48000
with a Itech Radio headset. This works perfectly for both a2dp mode and handsfree.
Is anyone good at diagnosis?
I'm trying to figure out why my headset (shipped HTC standard hands-free stereo headphones) buttons and mic don't work.
They work as head phones but that's it, however the device recognises them as a headset. The output of adb logcat when I pug them in states:
V/HeadsetObserver( 102): Headset UEVENT: {SUBSYSTEM=switch, SWITCH_STATE=129, DEVPATH=/devices/virtual/switch/h2w, SEQNUM=1004, ACTION=change, SWITCH_NAME=Headset}
V/HeadsetObserver( 102): Intent.ACTION_HEADSET_PLUG: state: 1 name: Headset mic: 1
I/HeadsetService( 1170): Headset plugged: true
W/Vold ( 68): Ignoring unknown switch 'Headset'
I/AudioService( 102): AudioFocus abandonAudioFocus() from [email protected]
I'm not sure but I think it might have something to do with the Vold process.
If anyone has any ideas how I could debug this tips would be appreciated.
--
HTC Desire
AdamG's DevNull-1.0.3 (Android 2.3.4)
Kernel: Linux version 2.6.35.13-stable ([email protected])
AlphaRev S-OFF
Sorry I can't add anything to help but I would just like to state that I have this issue too. I didn't used to while a had s-on with leedroid 2.4.0. But ever since I s-off'd, changed hboot to cm7, and tried with leedroid 3.0.7, RC mix S, Reflex S, and Cool Kingdom.
I used to use the headset quite often so this issue is quite annoying.
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.
EDIT - add link to pictures to internal parts
http://www.my-acoustic.com/Audio/nameBLUE_ST-11/nameBLUE_ST-11.htm
EDIT - end.
Just tested a bluetooth earphones by brand nameBLUE, model is ST-11 as seen here
http://aud.dx.com/product/nameblue-...one-w-microphone-black-961312498#.U7YAQfmSyRI
or
http://www.newegg.com/Product/Produ...e=bluetooth_in_ear-_-9SIA0U01M23002-_-Product
made by the same people anyway.
apt-X phone is HTC one MAX T6UL HK International, not rooted, not S-OFF. in dos prompt, command = adb logcat -v long > d:\logcat.txt
Songs were played, paused, skip, closed apk, reopen apk, play new songs in hope to trigger the aptx codec to appear in logcat. As well as bluetooth turn on and off, connect and disconnect to trigger more bluetooth commands to appear in logcat. Then searching through keywords found below.
search keyword = aptx
[ 07-04 17:13:01.863 18941:19000 E/bt-btif ] bta_av_co_audio_peer_supports_codec no aptx sink
[ 07-04 17:13:59.929 18941:18956 E/bt-btif ]bta_av_co_audio_peer_supports_codec no aptx sink
[ 07-04 17:15:07.471 18941:20555 E/bt-btif ]bta_av_co_audio_peer_supports_codec no aptx sink
[ 07-04 17:15:11.265 18941:20499 E/bt-btif ]bta_av_co_audio_peer_supports_codec no aptx sink
[ 07-04 17:16:16.094 18941:21147 E/bt-btif ]bta_av_co_audio_peer_supports_codec no aptx sink
[ 07-04 17:16:28.808 18941:21085 E/bt-btif ]bta_av_co_audio_peer_supports_codec no aptx sink
search keyword = SBC
[ 07-04 17:16:28.808 18941:21085 E/bt-btif ]sbc id : 0, codec required 0
[ 07-04 17:13:01.863 18941:19000 E/bt-btif ]sbc id : 0, codec required 0
here are songs playing, skipping, changing, etc.
search keyword = a2dp
[ 07-04 17:13:01.943 18941:18941 D/Avrcp ]A2DP playing state changed, state = 11
[ 07-04 17:13:01.943 18941:18941 V/BluetoothPbapService ] Mark A2DP state as not playing
[ 07-04 17:13:01.943 18941:18959 D/A2dpStateMachine ]A2DP Playing state : device: 00:00:00:FF:BB:BF State:10->11
[ 07-04 17:13:02.443 18941:18963 I/Avrcp ]play state check timer timeout a2dp = 11 CurrentPlayState=0 mPlayStatusChangedNT=1
[ 07-04 17:14:00.079 18941:18959 D/A2dpStateMachine ]A2DP Playing state : device: 00:00:00:FF:BB:BF State:11->10
[ 07-04 17:14:00.079 18941:18941 V/BluetoothPbapService ] Mark A2DP state as playing
EDIT
[ 07-04 22:07:05.650 17078:23416 W/bt-btif ]btif_a2dp_mediatask_set_snkname: ST-11
is the model name as stated on the box as well as website.
Initial conclusion.
Seems like the ST-11 does not have apt-X, i.e. not legitimate??? need more verification??? Other forumers have posted keywords found in logcat something like "successful initialization aptx" none found in mine. More tests to be conducted to be pair to this toy.
Going to try Sennheiser MM-450X to see if logcat will capture other outputs.
OK, pulled logcat off the phone with Sennheiser MM450X and YES!!!
search keyword = aptx
[ 07-04 21:53:11.340 17078:20899 E/bt-btif ] bta_av_co_audio_peer_supports_codec aptx
search keyword = sbc
[ 07-04 21:53:11.340 17078:20899 E/bt-btif ]sbc id : 0, codec required 255
different from my top post.
search keyword = a2dp
[ 07-04 21:54:38.913 17078:21634 W/bt-btif ]btif_a2dp_mediatask_set_snkname: Sennheiser MM450-X
Thanks all for reading.
cx5 said:
OK, pulled logcat off the phone with Sennheiser MM450X and YES!!!
search keyword = aptx
[ 07-04 21:53:11.340 17078:20899 E/bt-btif ] bta_av_co_audio_peer_supports_codec aptx
search keyword = sbc
[ 07-04 21:53:11.340 17078:20899 E/bt-btif ]sbc id : 0, codec required 255
different from my top post.
search keyword = a2dp
[ 07-04 21:54:38.913 17078:21634 W/bt-btif ]btif_a2dp_mediatask_set_snkname: Sennheiser MM450-X
Thanks all for reading.
Click to expand...
Click to collapse
Hey,how are you liking the Nameblue ST-11 headphones? I'm considering them for office use but can not find any reviews, so I was hoping you could share your thoughts.
Thanks in advance
Not at all, lousy bad sound for music, flimsy buttons. Phone calls only? Better of get proper headset. I bought these US$20 planning to rip them apart learn, swap, replace speakers, whatever fun out of it.
cx5 said:
Not at all, lousy bad sound for music, flimsy buttons. Phone calls only? Better of get proper heatset. I bought these US$20 planning to rip them apart learn, swap, replace speakers, whatever fun out of it.
Click to expand...
Click to collapse
okay, I'll keep looking, thanks for your swift reply
thank for your post !!! I know now That I can now Use My Sol Republic track AIr with my stock Moto G xt1032
E/bt-btif ( 1943): bta_av_co_audio_peer_supports_codec: aptX
Dear cx5,
As I can see you are the only one arround using this BT headset.
I have a problem you may help.
I'm using note 3 (N9005-stock 4.4.2 Germany ROM-Rooted).
After pairing with phone, some time later, phone and headset disconnets each other,
when I try to reconnect them, they don't establish connection until I put headset into pairing mode and re-pair them.
This happens every time, the connection between phone and headset cut off (distance, turning headset off, turning BT of the phone OFF)
each time, I need to re-pair devices.
Have you face a problem like that, is there way to overcome this problem?
regards
dionysos
@dionysos77
Yes I had the same problems with many bluetooth headphones earphones. My solution is switch both bluetooth off, wait 10 seconds, re power them on normally, one by one, luckily no need to redo the pairing process. Just turn on and they managed to link back properly, both phone and media working.
I think turn on PHONE 1st, then headphones 2nd is more easy to get a link versus the other way around. Good luck. Write back if it doesn't.
dionysos77 said:
Dear cx5,
As I can see you are the only one arround using this BT headset.
I have a problem you may help.
I'm using note 3 (N9005-stock 4.4.2 Germany ROM-Rooted).
After pairing with phone, some time later, phone and headset disconnets each other,
when I try to reconnect them, they don't establish connection until I put headset into pairing mode and re-pair them.
This happens every time, the connection between phone and headset cut off (distance, turning headset off, turning BT of the phone OFF)
each time, I need to re-pair devices.
Have you face a problem like that, is there way to overcome this problem?
regards
dionysos
Click to expand...
Click to collapse
@MaLiXs thanks for confirmation & good for you.
Say yes
http://www.motorola.com/us/accessor...la/TRACKS-AIR-by-SOL-REPUBLIC-x-Motorola.html
doesn't say
http://www.solrepublic.com/tracks-air
It's inconvenient they don't emphasis it when they have it. A2 sound engine marketing is more important I suppose
MaLiXs said:
thank for your post !!! I know now That I can now Use My Sol Republic track AIr with my stock Moto G xt1032
E/bt-btif ( 1943): bta_av_co_audio_peer_supports_codec: aptX
Click to expand...
Click to collapse
I have tried it many times many to many configurations.
No luck..
My guess is; headset changes passkey for each bt connection so they don't reconnect without repair.
Sent from my SM-N9005 using Tapatalk 2
cx5 said:
@MaLiXs thanks for confirmation & good for you.
Say yes
http://www.motorola.com/us/accessor...la/TRACKS-AIR-by-SOL-REPUBLIC-x-Motorola.html
doesn't say
http://www.solrepublic.com/tracks-air
It's inconvenient they don't emphasis it when they have it. A2 sound engine marketing is more important I suppose
Click to expand...
Click to collapse
yeah that why I prefer take a look on oficial CSR (The maker of APTX) to find wuch device that is supported
@dionysos77
Sorry to hear. Mine would sometimes failed on first connection, but then would be succesful on second power up, without going into pairing mode.
I dismantled it and found the bluetooth chip is CSR 8610 version A04G, K406BK.
Downloaded CSR datasheet says it is MONO, not stereo. No wonder when I was playing a LEFT CHANNEL PINK NOISE, both was playing. Can you verify if your's have aptx and in stereo?
May be mine is a fake. Then my findings previously are all wrong.
dionysos77 said:
I have tried it many times many to many configurations.
No luck..
My guess is; headset changes passkey for each bt connection so they don't reconnect without repair.
Sent from my SM-N9005 using Tapatalk 2
Click to expand...
Click to collapse
pictures of internals, PCBA, chip, battery, microspeakers.
dissected !!!!
http://www.my-acoustic.com/Audio/nameBLUE_ST-11/nameBLUE_ST-11.htm
well on my GS5 I cant find any line about aptx in 45 000+ line (for few second ... play pause and restart headphone...)