[Q] Problems with Pandora on ICS and up? - Samsung Epic 4G Touch

Hey everyone:
Ever since I upgraded to 4.x on the E4GT, I've had intermittent problems with using Pandora on 3G. The connection appears to timeout, as it displays the song information but never actually plays, and then it skips to the next song generally repeating until I close the application. I've tried uninstalling it, clearing data, etc. even going so far as to factory reset. This persists across modems. The only thing I can say for sure about it is that it happens more when I use it while it's plugged into my car dock. Has anyone else had this problem?

jyaworski said:
Hey everyone:
Ever since I upgraded to 4.x on the E4GT, I've had intermittent problems with using Pandora on 3G. The connection appears to timeout, as it displays the song information but never actually plays, and then it skips to the next song generally repeating until I close the application. I've tried uninstalling it, clearing data, etc. even going so far as to factory reset. This persists across modems. The only thing I can say for sure about it is that it happens more when I use it while it's plugged into my car dock. Has anyone else had this problem?
Click to expand...
Click to collapse
I've found the same. The only time that I see it working in when connected to WIFI. I've tried it under ICS and JB 3G. But it doesn't word either place.http://forum.xda-developers.com/images/smilies/frown.gif

Did you change your Sprint proxy? I've heard of people fixing their Pandora 3g streaming issues by restoring back their Sprint proxy to default values from that 0.0.0.0 tweak thingy..
Sent from my SPH-D710 using xda app-developers app

This happens on and off with Pandora and it happened to me on GB rom also. It seems more common right after a Pandora app update then after a day or two it always fixes itself so I figure the issue is on their end.

jyaworski said:
Hey everyone:
Ever since I upgraded to 4.x on the E4GT, I've had intermittent problems with using Pandora on 3G. The connection appears to timeout, as it displays the song information but never actually plays, and then it skips to the next song generally repeating until I close the application. I've tried uninstalling it, clearing data, etc. even going so far as to factory reset. This persists across modems. The only thing I can say for sure about it is that it happens more when I use it while it's plugged into my car dock. Has anyone else had this problem?
Click to expand...
Click to collapse
It does the same to me, besides the fact that data is so slow in most of the greater Sacramento area I don't even get fast enough data to
run Pandora.
Sent from my Nexus 7 using Tapatalk 2

Hey, I had the same issue. This thread solved it for me. your mileage may vary but it worked so worth a try.
http://forum.xda-developers.com/showthread.php?t=1844271

That seems like it might work. Since this is related to the thread, does anyone know how to change proxies from AOSP? Maybe using adb?
Sent from my SPH-D710 using xda premium

No idea, Sorry man. Try the same way as with touchwiz. If it doesn't work it you might have to flash to touchwiz so it and flash back, or if the temp touchwiz thingy is done use that.

You were right about the Sprint proxy. I changed back and it started to work on 3g. However, when I have it plugged into my car dock (the official Samsung one) it still refuses to play. I'm wondering if car mode interferes with it.
Sent from my SPH-D710 using xda premium

jyaworski said:
You were right about the Sprint proxy. I changed back and it started to work on 3g. However, when I have it plugged into my car dock (the official Samsung one) it still refuses to play. I'm wondering if car mode interferes with it.
Sent from my SPH-D710 using xda premium
Click to expand...
Click to collapse
I had a similar issue with dock mode as well but i was using the dock but connected to the car by bluetooth(sync is one hell of a system) try checking your dock settings specifically the audio out setting, Play around with that guy. Also get an aux cable plug that into the dock and the car and see if that helps you.

pandora problem
jyaworski said:
Hey everyone:
Ever since I upgraded to 4.x on the E4GT, I've had intermittent problems with using Pandora on 3G. The connection appears to timeout, as it displays the song information but never actually plays, and then it skips to the next song generally repeating until I close the application. I've tried uninstalling it, clearing data, etc. even going so far as to factory reset. This persists across modems. The only thing I can say for sure about it is that it happens more when I use it while it's plugged into my car dock. Has anyone else had this problem?
Click to expand...
Click to collapse
Yeppers, same here, was instructed to clear data out of app, but no-go, seems to work better on wifi for some reason though...

Related

Bluetooth play/pause issue on EC05

Until EC05 I was able to pause/unpause music playback on my a2dp headsets. Now I just get an error message when I use the BT to pause. The pause functionality even worked on the greatly flawed EB13. Anyone else experience this issue? For now I am using the screen to pause but when I am cycling I prefer not to use the screen (safety).
- Javalee
Sent from my SPH-D700 using XDA Premium App
Haven't seen this issue. Did you try un pairing and re pairing? Also check bluetooth options for your device.
I did try unpairing/pairing thinking that might do the trick. I have the issue with both sets of BT headphones (I have 2 different models of headsets). I also tried several apps that used to have this functionality. No dice, all behave the same way.
I had kind of an ugly OTA migration from EB13-to-EC05. It seemed to work until my cache (dalvik?) went whacko. After that most apps had GC issues until cleared their cache or re-installed them. I got my apps working again but not BT pause. I have even considered resetting to Factory but that is a bit drastic and may not help. I wish there was an easy way to clear the OS BT cache and see if that would work but I don't think there is.
Thanks for your suggestions. They seem like they should work but unfortunately did not.
- Javalee
Sent from my SPH-D700 using XDA Premium App
I went from DI18 to EC05, and was somewhat careful and methodical, but it seems some junk and issues can always make their way with you. I'm contemplating a reset myself for things more minor than your issues; as long as your data is ok, I'd say give it a try.

[Q] Bluetooth A2DP audio occasionally drops out for a second on custom ROMs

Hello all,
I have a very odd problem that I'm hoping others may have run into and solved. When I'm playing audio over the A2DP data path to my car, the audio randomly will drop for half a second, then gradually comes back to full volume over perhaps a second of time. Speaking like a programmer, it's almost like something mutes the audio and then slides the volume up in a loop or something.
This problem did not occur on Bombaridier and the older Synergy Kernel, however it is happening with the newer kernel on Juggernaut v5, Paradox and SlickMOD, leading me to believe something in the kernel or newer system binaries might be causing it. This behavior happens in Pandora, Amazon MP3 and also the stock Music app.
Thinking that maybe a stray notification was the problem, I've tried disabling notifications in all of the apps I know of that notify, I've also tried switching the phone into vibrate and finally into full-silent, but it does not seem to affect the behavior. I have found no likely cause. I wish I was able to log alsa changes; maybe a script running constantly with something like:
Code:
while (true)
do cat /proc/alsa/some_alsa_status_entry >> /tmp/alsalog
sleep 1
done
Does anyone else have any ideas as to what this might be? It's really annoying!
Thanks in advance,
Pete
Dirty Pete said:
Hello all,
I have a very odd problem that I'm hoping others may have run into and solved. When I'm playing audio over the A2DP data path to my car, the audio randomly will drop for half a second, then gradually comes back to full volume over perhaps a second of time. Speaking like a programmer, it's almost like something mutes the audio and then slides the volume up in a loop or something.
This problem did not occur on Bombaridier and the older Synergy Kernel, however it is happening with the newer kernel on Juggernaut v5, Paradox and SlickMOD, leading me to believe something in the kernel or newer system binaries might be causing it. This behavior happens in Pandora, Amazon MP3 and also the stock Music app.
Thinking that maybe a stray notification was the problem, I've tried disabling notifications in all of the apps I know of that notify, I've also tried switching the phone into vibrate and finally into full-silent, but it does not seem to affect the behavior. I have found no likely cause. I wish I was able to log alsa changes; maybe a script running constantly with something like:
Code:
while (true)
do cat /proc/alsa/some_alsa_status_entry >> /tmp/alsalog
sleep 1
done
Does anyone else have any ideas as to what this might be? It's really annoying!
Thanks in advance,
Pete
Click to expand...
Click to collapse
I second this as an issue that I have run across quite often. I use this BT for music in my car on a daily basis. I usually get a .5 second audio drop out at lest twice each song. Seems to be about every 2 minutes if I would have to guess.
I have just learned to get used to it but it would be fantastic if this could be resolved.
I've also tried fiddling with the CPU governor ant the IO scheduler, but to no avail. Im wondering if there is a bug in the bluetooth module introduced in the latest kernel.
Sent from my SGH-T989 using xda premium
Works great for me and I've tried just about every rom and kernel over clocked and under clocked. I had it skip once before, I rebooted and it was fine.
Sent from my SGH-T989 using Tapatalk
I'll give this a bump, because I have the exact same problem. Never had this problem on my Blackberry (sad), in the same car. OP has described the issue better than I could have.
scotty-dont said:
I'll give this a bump, because I have the exact same problem. Never had this problem on my Blackberry (sad), in the same car. OP has described the issue better than I could have.
Click to expand...
Click to collapse
Thanks for posting, out of curiosity, what ROM and kernel are you running? Maybe we can find some sort of similarities...
My phone's currently running SlickMOD 3.1 with kernel "2.6.35.14"
-Pete
I've tried black edition and warfare, never had any issues
tomasitoc said:
I've tried black edition and warfare, never had any issues
Click to expand...
Click to collapse
What version of the kernel on your warfare mod? SlickMOD uses the Darkside 2.6.35.14 kernel.
Dirty Pete said:
Thanks for posting, out of curiosity, what ROM and kernel are you running? Maybe we can find some sort of similarities...
My phone's currently running SlickMOD 3.1 with kernel "2.6.35.14"
-Pete
Click to expand...
Click to collapse
Hi Pete,
I've noticed it on Digital Warfare 2.5.1 and BeastMOD 5.0 ("Test 13"), using TDJ's personal kernel and the same 2.6.35.14 above, respectively.
I'll post to Melvin on rootzwiki in the hopes that he can investigate maybe.
It might be better to bring this up in other sections as well. I came across this post by accident while researching extended batteries.
scotty-dont said:
It might be better to bring this up in other sections as well. I came across this post by accident while researching extended batteries.
Click to expand...
Click to collapse
I originally posted it in a different forum, but a moderator kicked it over here. It's not really an accessories question as I'm pretty sure it's a kernel bug, but I wasn't about to argue with site moderators on a forum like this where I'm definitely the new kid on the block.
That being said, if you have some other suggestions as to where we can ask about this, I'm all ears and would be more than willing to help debug/diagnose. I've been a Linux user since '96, so I'm unafraid of poking around in the kernel's guts to get answers.
Pete
Yeah that's the problem with this place... and why I have less than 10 posts.
On second thought, I'm tempted to just wait. It sounds like we will have a proper ICS rom and true kernel on about April 25th, to coincide with the launch of the HTC One S on T-Mobile. I can't find the threads. Hopefully then it will be an issue of the past.
I'm glad I'm not the only one though.
Just a thought....I don’t think this has anything to do with CPU performance
Hi, I have a Galaxy 2s with this exact problem but I wonder if I might offer a suggestion as to what could potentially be the cause. I have no idea how to fix it but I’m hoping that what I share here might help someone who knows more about the way these things work to be able to solve the problem.
I have spent much of my career working in Broadcast Radio, the problem I have heard my phone have with audio dropouts followed by either a ramp up of volume back to the previous level OR an audio dropouts followed by a momentary slight speed shift in the audio playback (sounds a bit like an old cassette recorded when the batteries are starting to fail) many people would probably not notice the later problem because it is very subtle and you have to know what you’re listening for.
Anyway, I believe this could be caused because of a lack of word clock sync between the phone and the bluetooth receiver. I say this because there have been times when I have had digital audio devices such as CD players that are connected to an audio console or digital amplifier and with both devices free running in terms of their clock synchronisation exhibit almost exactly the same symptoms.
You see all digital audio devices require that the audio data be put into frames much the same as regular Ethernet data is transmitted around a network is put into frames, however in order for the audio to be at the correct pitch and speed generally speaking both the playback device (Phone) and the receiving device (Bluetooth receiver) need to have the same word clock, otherwise you end up with the two devices running freely and the audio frames wont by in sync.
Depending on the Error correction implemented (sample rate conversion) on the receiver you can get really odd audio results. I think that this is what is causing this problem. Basically the Bluetooth receiver and the phone aren’t in sync so every few minutes you get a drop out.
It doesn’t seem to happen when you are talking on the phone which makes me think that when you have a call connection as this is bi-directional, the phone is probably synchronised to the Bluetooth device word clock. But when you are listing to music the connection is mono-directional so there is no sync.
Anyway just a thought. Maybe someone out there who understands the way these units synchronise can figure out a fix.
Mine has random just disconnects from the phone altogether. I have Jawbone Era, Voyager Pro Plus, and a Jabra Wave + and all will just randomly disconnect and have a hard time connecting back to phone audio. It will reconnect to media pretty much first time but won't show coonected to phone audio for some reason unleass I turn off BT, turn off headset, and sometimes even re-boot phone.
I am sure you guys have ruled this out, but this was a common problem with bluetooth audio on android. I haven't had the problem for a long time, but I used to have to disable wifi during my commute due to this dropout. Can you turn off wifi and see if the issue still happens? I was able to identify it by changing the time between wifi scan. If you had custom rom settings you could push it out and sure enough, my bluetooth dropouts happened on the same schedule (2s, 10s, more)
Just a thought.
I had this issue when I tried out juggernaut, so I went right back to Bombardier with Synergy kernel. Anyone have this on any if the ICS roms?
Sent from my beastly Galaxy S 2.
Shane_pcs said:
I am sure you guys have ruled this out, but this was a common problem with bluetooth audio on android. I haven't had the problem for a long time, but I used to have to disable wifi during my commute due to this dropout. Can you turn off wifi and see if the issue still happens? I was able to identify it by changing the time between wifi scan. If you had custom rom settings you could push it out and sure enough, my bluetooth dropouts happened on the same schedule (2s, 10s, more)
Just a thought.
Click to expand...
Click to collapse
I disable my wifi while I'm in the car, so this wasn't my issue. Thanks for the suggestion though!
I used to have occasional a2dp problems, however I have not had them since I started using various ICS releasese. The problems I would occasionally have would be a total loss of bluetooth till I rebooted the phone.
Since using Infamous I haven't had the problem other then for some odd reason occasionally having to reenter the PIN #
I'm using a Scoche Bluefusion in my car.
It had to be the fuse.
Sent from my SGH-T959 using xda premium
After upgrading to DARKSIDE's latest ICS rom, this problem has not recurred. I'm assuming that my early thought was correct in that it was some kind of kernel bug.
Dirty Pete said:
After upgrading to DARKSIDE's latest ICS rom, this problem has not recurred. I'm assuming that my early thought was correct in that it was some kind of kernel bug.
Click to expand...
Click to collapse
With Darkside and the stock ROM I have not only this problem, but crackly/staticy audio and my phone and car won't communicate once I've shut the car off. I have to completely re-pair the phone. They're bugs in 4.0.3, which Samsung dumped off on us.
4.0.4 via CM9 already doesn't exhibit the connection issue (I have to turn Bluetooth on and then off though) but I'm not sure about the others yet.

[Q] FI25 Com.android.phone has stopped - [RESOLVED]

I'm currently running Re-Calked.E4GT.0.2.1.FI25. For the most part everything is solid, and getting some of the best battery life I've ever gotten out of the phone (24 hrs with ~2hrs screen time no problem if in a good signal area).
The one little problem I'm having is any time I finish a call using my in-car bluetooth device, the screen blacks out for a while then I get a message saying Com.android.phone has stopped.
The device is still connected to bluetooth (music starts streaming again, etc...), but if I try to make another call, the dialer won't enable bluetooth (a lot of weirdness about finding a bluetooth device when you tap the bluetooth button on the dialer UI). A hot-boot puts everything back again the way it should be until my next call. This happens 100% of the time on bluetooth, never on a regular call - speaker or otherwise.
I don't think it's Re-Calked's fault, I've experienced the same problem on the stock ROM (FH25). It was fine on FH13, and I'm fairly certain FI03 was good too, but I got dismal battery performance on these kernels.
Any suggestions? This is a real downer for me ... I'd hate to have to try an older ROM since everything else is effin' fantastic! (BIG thanks tdunham!!)
UPDATE:
If anyone else runs into this problem, flash the FF18 Phone from THIS POST (thanks tdundham)
The problem appears to be related to the phone being in landscape orientation, which is only available during a call when docked in a car dock.
I'm using the Official Samsung Vehicle Mount
Wish I had an answer for this for you but...
I've seen several frustrated posts concerning Bluetooth pairing with vehicles on ICS with no clear workaround/solution. I don't have a vehicle with onboard Bluetooth to troubleshoot the issue. I bet it's a doable fix too if it's just a matter of porting over some older library files or something from FI03. Maybe we can experiment with some file replacements to see if we can get it working.
You listen to music over Bluetooth too? I wonder if the media player is conflicting too somehow. What happens if you don't have streaming music and recieve a call?
Edit: It would help if you could backup and flash back to FI03 to verify if the problem still exists on that version.
tdunham said:
Wish I had an answer for this for you but...
I've seen several frustrated posts concerning Bluetooth pairing with vehicles on ICS with no clear workaround/solution. I don't have a vehicle with onboard Bluetooth to troubleshoot the issue. I bet it's a doable fix too if it's just a matter of porting over some older library files or something from FI03. Maybe we can experiment with some file replacements to see if we can get it working.
You listen to music over Bluetooth too? I wonder if the media player is conflicting too somehow. What happens if you don't have streaming music and recieve a call?
Click to expand...
Click to collapse
Actually it's not a built-in bluetooth. It's a "Belkin Bluetooth Car Hands-Free Kit for Apple iPod, Apple iPhone, BlackBerry,and Android Smartphones, US Version" ... search for that on Amazon ... tried to post a link, but I'm too much of a noob to post links yet, apparently.
I have the phone in a Samsung windshield mount, and the Belkin device ports all audio through the aux-in jack of my car stereo. It also has a built-in microphone so that I can use it for calls.
I have experimented a bit to see if it was a conflicting app, but it still happens even if I'm using nothing else. Worked fine on the older kernels, even with multiple apps running (Car Home Ultra, Waze, and Play Music are typical) went wonky as of FI25. I even tried disconnecting it from the dock and disabling car mode. The only thing that causes it is being connected to bluetooth and ending a call, and then it happens every time. Doesn't matter if I initiate the call or receive it. (Which is useful, because I could easily test by calling 611)
I wish I had another Bluetooth device to test if it was specific to the Belkin ... but that's all I've got.
No problem. I live out of Waze. Glad I found the fix for the full navigation voice cutoff for that (and Google Voice) and included it in the FI25 rom. I'll look into posting a couple of flashable zips for you to experiment with for the Bluetooth library files.
tdunham said:
No problem. I live out of Waze. Glad I found the fix for the full navigation voice cutoff for that (and Google Voice) and included it in the FI25 rom. I'll look into posting a couple of flashable zips for you to experiment with for the Bluetooth library files.
Click to expand...
Click to collapse
Thanks for that ... can't wait to try. Going to flash your new Re-Calked update soon too.
On a tangent regarding Waze ... did you install the latest update? I can't stand the way they use 30% of the screen with that black bar ... even worse when you get close to your destination and that other menu bar pops in above it. 50% of the screen covered with useless info.
I rolled back to the prior version from my Titanium backup.
I only used Waze this morning once after the update but didn't really check it out.
Backup your phone.
Flash this first - FI03.flash.first.zip
Test bluetooth, if it isn't working move on...
Flash this second - FI03.stock.lib.zip
Test bluetooth. Even if it is working, flash this next. FI03.stock.lib.zip
Very cool. I'll give it a shoot tomorrow at lunch if I get a moment.
Sent from my SPH-D710 using xda app-developers app
romgnascher said:
Very cool. I'll give it a shoot tomorrow at lunch if I get a moment.
Sent from my SPH-D710 using xda app-developers app
Click to expand...
Click to collapse
Yeah, don't forget to backup first.
Sent from my SPH-D710 using xda premium
So, it looks like I was wrong with my initial investigation.
I did flash the first file ... everything connected fine. Placed and disconnected a call no crash. But what I DIDN'T do was put the phone in the car dock.
So, I think the problem isn't bluetooth at all. I think it's some interaction with the car dock. If the phone is connected to the car dock when I disconnect the call ... that's when com.android.phone crashes (I can start the call connected, just need to disconnect before I end the call). I also had a suspicion that Car Home Ultra might have been a factor, but it happens even if Car Home Ultra is not running. I thought I had tested this scenario originally, but I guess I missed that one.
I'll flash back to my nandroid later and reconfirm these results. In the mean time ... any thoughts on what the car dock might be doing to trip up the phone?
UPDATE:
Now that I've narrowed it down to the dock, I found this bug report that appears to be related to my issue (yay, I'm not the only one):
http://code.google.com/p/android/issues/detail?id=34612
Down the end of that thread, it appears that the issue seems to be related to the phone being in portrait mode ... not necesserily the dock, it's just that you can only get portrait mode during a call when docked.
Just curious. Does your dialer rotate when docked so you can make a call?
Anyway, I sent you something in a PM check it out.
Edit: I'm working on one more thing to add to that. Give me a little while.
Cool, I'll look at it afterI get the kids to bed.
Yes, the dialer rotates in the dock. Also, when in a call, the contact's photo is also rotated and moved left.
Sent from my SPH-D710 using xda app-developers app
Ok we're running out of choices I guess. Try this older stock dialer and if that doesn't work, I guess that's it for now.
Thanks for your efforts whatever the outcome!
I'll flash this tomorrow and see how we go.
I just flashed the new Re-Calked update by the way. No problems, good stuff and it's been idling at around 1.6%/hr.
Changing out the phone did the trick!
OP updated with resolution.
Sent from my SPH-D710 using xda app-developers app
Hold your horses there cowboy.
That is a totally unmodified phone.apk. Let me upload a modfied one you can try too. This one is FI03, disabled ascending ringtones, roaming notification fix. Might be something else too but I can't remember.
tdunham said:
Hold your horses there cowboy.
That is a totally unmodified phone.apk. Let me upload a modfied one you can try too. This one is FI03, disabled ascending ringtones, roaming notification fix. Might be something else too but I can't remember.
Click to expand...
Click to collapse
Cool, I'll look at this one too. Have an answer for you by lunch time.
tdunham said:
Hold your horses there cowboy.
That is a totally unmodified phone.apk. Let me upload a modfied one you can try too. This one is FI03, disabled ascending ringtones, roaming notification fix. Might be something else too but I can't remember.
Click to expand...
Click to collapse
So I tried that phone. Crashes on disconnect just like the others. Back to the FF18 phone and it works like it should.
romgnascher said:
So I tried that phone. Crashes on disconnect just like the others. Back to the FF18 phone and it works like it should.
Click to expand...
Click to collapse
That's fine, as long as we got it working for you.

Music stops playing

Hi there,
I've got an annoying issue with my S3 with any player I use. The music stops playing at some point. It could be either after 3 min or 27 min with headset plugged in or not.
I've checked everywhere and 've seen a lot of people with the same problem but none of them has a proper fix.
I am running stock JB, Canadian Bell version, no root, no flash or any of these.
I didn't activate any motion option or fancy way to stop the player. When I receive a notification of all kind while listening, the player just stops for half a sec and then resume, I believe it is the way it should work.
I would much appreciate some help coz it drives me crazy.
By the way, happy new Year!
Sent from my SGH-I747M using xda app-developers app
I have had a similar problem with my phone ever since I switched to JB. My problem was that once the screen turned off, the player would stop, or stop once the song ends and not start the next song. I did not have this problem with ICS.
For me, I was able to fix it by going into the music app setting and unchecking the box for the screen automatically turning off during music play. However, if I turn the screen off manually the music will stop again either right away or at the end of the song. For now I'm OK just leaving the screen on since I charge the phone when I'm streaming music in the car.
Idk if this will help you or not.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
had a friend that was using go locker, when the phone fell to sleep, within a few minutes the music would stop. disabling and renabling go locker fixed it. this phone was not rooted.
I tried disable/enable and uninstall /reinstall and no luck. But, I figured it out that it was due to Juice Defender settings and adjusted them and now Pandora will play when the screen is off.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
nurseshelly said:
I tried disable/enable and uninstall /reinstall and no luck. But, I figured it out that it was due to Juice Defender settings and adjusted them and now Pandora will play when the screen is off.
Sent from my SAMSUNG-SGH-I747 using xda app-developers app
Click to expand...
Click to collapse
Well you said you have no motions enabled but just throwing this out there you can turn over to mute/pause under motion control. I don't see how this could be a hardware problem so if you reinstalled stock it shouldn't be happening. If it's not your software then the only thing I could imagine is the encoding of your files. I know from experience that some MP4s from iTunes don't work. idk why.
Hi,
We guys don't seem to have same problem.
Music doesn't stop when screen's off. It just stops randomly.
Any other ideas?
Sent from my SGH-I747M using xda app-developers app
What are you playing music with? (I'm assuming whatever media player comes with stock, but I could be wrong.)
What else do you have running on your phone right now?
I first used the stock media player then tried winamp and now poweramp.
Same problem with any of these.
There is always a lot of apps running in background such as bloat, mail, fb, rss reader, games....
I don't use task killers. I have GSam battery monitor and juice defender.
But as far as I know they don't kill running apps, unless i'm mistaken.
Sent from my SGH-I747M using xda app-developers app
djakereur said:
I have[...]juice defender.
Click to expand...
Click to collapse
nurseshelly said:
I figured it out that it was due to Juice Defender settings and adjusted them
Click to expand...
Click to collapse
I think we have an answer, folks.
I would suggest going back to basics. There might be some debris in your headphone jack that shorts the "Pause" action. I would blow some compressed air in there, just in case.
Also, didn't S Voice or something have a command to Pause/Play? Maybe you have that on and through casual conversation S Voice is picking it up as Pause?
Thanks for your advise.
Blew some air but just in case but nothing.
S Voice cmd isn't active, I had already turn that off.
I think I'll do a factory reset and see if it fixes it.
Sent from my SGH-I747M using xda app-developers app
djakereur said:
Thanks for your advise.
Blew some air but just in case but nothing.
S Voice cmd isn't active, I had already turn that off.
I think I'll do a factory reset and see if it fixes it.
Sent from my SGH-I747M using xda app-developers app
Click to expand...
Click to collapse
I have had this problem off and on ever since I got the phone. It usually happens when I am listening to music and listening to the coaching from my running app (Endomondo Pro). They both work fine for a while then randomly one or both will stop playing through the headphones. I have tried a factory reset multiple times and nothing completely stops this.
Ok
Basically I don't need to bother to do so. Coz to be honest it's a pain in the a.. to do it.
Don't know what to do to fix this.
Sent from my SGH-I747M using xda app-developers app
My PowerAmp developed a similar problem out of the blue just today or within the last few days.
JB 4.1.1 Ultimatum ROM.
Was working fine.
Then noticed it would stop playing after just five seconds, repeatedly.
I uninstalled.
Wiped Cache & Davlik.
Reinstalled and so far, so good. No more problems yet.
Pandora did not have any problems before or after.
Nope, n/m.
As soon as I hooked it up to my dock with DIY USB-OTG cable, PowerAmp started stopping/starting again.
Could be JB or any dozen other things, including my DIY cable.
I'll have to t/s some more.
djakereur said:
Don't know what to do to fix this.
Click to expand...
Click to collapse
As I said here:
You are running JuiceDefender.
Someone else in the thread with the same problem was running JuiceDefender.
Said someone else was able to make the problem go away by tinkering with JuiceDefender settings.
Could that possibly be the source of the problem, and a possible solution?
And as I said : we guys don't seem to have the same problem.
My player doesn't stop when screen goes black. My player stops randomly that's it.
He wanted to listen to internet radio while screen's off and just needed to set juice defender properly.
Anyway
Sent from my SGH-I747M using xda app-developers app
If a specific program you're using is causing a similar issue to the one you're experiencing with other users, is it not worth taking a similar approach to solving the problem? If you don't have a sense of what settings in that program might be causing issues, then just stop the program running for a while and see if the problem goes away.
Likewise, if it's something else on your phone causing issues, stop other programs you might be running from running one by one and see if/when the problem goes away.
djakereur said:
And as I said : we guys don't seem to have the same problem.
My player doesn't stop when screen goes black. My player stops randomly that's it.
He wanted to listen to internet radio while screen's off and just needed to set juice defender properly.
Anyway
Sent from my SGH-I747M using xda app-developers app
Click to expand...
Click to collapse
Umm, I am a she, not a he .
When I researched further, it was Juice Defender turning off the cellular raido that was causing the problem. The screen was a coincidence.
It wouldn't hurt to turn Juice Defender off and see if it still happens, just to rule that out. That way you would know for sure it is something else.
My set up is the same as yours, stock phone (can't remember if you are using ICS or JB), with Juice Defender and GSam Battery Monitor.
I ended up just turning Juice Defender off and putting it on power saving mode and honestly I haven't noticed a difference in performance, and I'm having better battery life than with Juice Defender. I'm getting average 23 hours on a charge and I'm using it a lot (although it does get charged in my car when I'm streaming music). With Juice Defender I was getting average 17 hours on a charge with using it a lot.
Sorry about that!
I did try that already but didn't change a thing.
I think I'll consider rooting it and flashing it.
Sent from my SGH-I747M using xda app-developers app

Bluetooth A2DP stutter cuts out while streaming music

I was hoping this would be fixed in the 4.4.2 update but it appears to still be there. While listening to anything in my vehicle with bluetooth A2DP the audio seems to cutout, like a bad connection. The song continues to play and sometimes I see the information on the radio screen disappear, as if the phone lost connection.
This happens no matter where I place the phone. Normally it sits in the storage pocket just below the radio but also happens in the mount on my dashboard as well as my center console.
It seems to happen less often if I plug in the charger, and even less if I force the screen to stay awake. I have not had this issue with my Sensation 4G or my Galaxy S3.
Any help is appreciated.
Zylograth said:
I was hoping this would be fixed in the 4.4.2 update but it appears to still be there. While listening to anything in my vehicle with bluetooth A2DP the audio seems to cutout, like a bad connection. The song continues to play and sometimes I see the information on the radio screen disappear, as if the phone lost connection.
This happens no matter where I place the phone. Normally it sits in the storage pocket just below the radio but also happens in the mount on my dashboard as well as my center console.
It seems to happen less often if I plug in the charger, and even less if I force the screen to stay awake. I have not had this issue with my Sensation 4G or my Galaxy S3.
Any help is appreciated.
Click to expand...
Click to collapse
Funny thing is I didn't have this issue at all back on 4.3, but do have it now with 4.4.2
Yay for 'upgrades'
Try turning wife off if it's on.
stevessvt said:
Try turning wife off if it's on.
Click to expand...
Click to collapse
I have tried every combination of different settings and the only thing that seems to help, although does not resolve altogether, is to plug in the charger and tell the screen to stay on during charging. May be something related to the sleep mode putting the CPU at too low of a minimum.
I am looking at other stereos for my vehicle as it may be an issue with the stereo just not being fully compatible with the newer bluetooth version on the Note 3. I need to test this to be sure.
I have the same issue. My screen is always on and charging but it still stutters on occasion. I used to have the HTC One and it had the same issue. I don't think there is a fix except to try a custom rom.
hawkye said:
I have the same issue. My screen is always on and charging but it still stutters on occasion. I used to have the HTC One and it had the same issue. I don't think there is a fix except to try a custom rom.
Click to expand...
Click to collapse
I am using the Sony DSXS310BTX, what about you?
Zylograth said:
I am using the Sony DSXS310BTX, what about you?
Click to expand...
Click to collapse
I have the older 300BTX. One thing that you made me realize is that on 4.3 I was running leankernel the whole time, and with KitKat I was running the stock kernel until this morning.
Going to the gym in an hour and I'll test the bluetooth today to see if switching kernels fixes the issue.
*EDIT*
Didn't skip on me at all on the way home today. This leads me to believe that your skipping problem is kernel-related. Give leankernel a try and let us know if that fixed it for you too?
I was just going to post the same as Kalm. I tried the new v2.0 of LeanKernel and no stutter. Also my Bluetooth MAP is working consistently again with my Ford Sync system. I played about 20mins of music on my Jawbone Jambox with no stutter also.
think this is something specific to a chip. I can stream pandora with pandora control and stream pandora and music over str8 bluetooth via hondalink with no issue.
I think I am going to wait and see what happens when I upgrade to the S5 in a few weeks. If the problem persists I will probably start looking at new head units for my vehicle. I am already eyeing the Pioneer AppRadio 3 LOL
Zylograth said:
I think I am going to wait and see what happens when I upgrade to the S5 in a few weeks. If the problem persists I will probably start looking at new head units for my vehicle. I am already eyeing the Pioneer AppRadio 3 LOL
Click to expand...
Click to collapse
Didn't have any luck with a different kernel?
Kalm_Traveler said:
Didn't have any luck with a different kernel?
Click to expand...
Click to collapse
I am trying to remain stock, once I start flashing ROMs and Kernels it becomes an addiction for me LOL

Categories

Resources