Fixed
Status Update
Comments
ne...@gmail.com <ne...@gmail.com> #2
Hi, the presence of the "X-AppEngine" headers indicates that the requesting user agent was logged in as an administrator. When these headers are present, App Engine will suppress caching on the response, to keep these headers from being cached and served to other users.
Responses for non-administrator users shouldn't have X-AppEngine headers, and shouldn't trigger cache suppression.
Something else to look out for: responses with a Set-Cookie header will be marked as not cacheable by a shared cache, since the cookie may contain a session id or other user-specific information.
Cheers,
John
Responses for non-administrator users shouldn't have X-AppEngine headers, and shouldn't trigger cache suppression.
Something else to look out for: responses with a Set-Cookie header will be marked as not cacheable by a shared cache, since the cookie may contain a session id or other user-specific information.
Cheers,
John
co...@gmail.com <co...@gmail.com> #3
[Comment deleted]
gi...@gmail.com <gi...@gmail.com> #4
Ahh, thanks! I never thought to test with a different account (my software is still in development)! I just tried using another account and it responds as expected. Feel free to resolve this issue, and Much Thanks! :)
aa...@gmail.com <aa...@gmail.com> #5
It would be absolutely delightful if this information could make it into the documentation, somewhere like {Go, Python, Java}/Configuration/App Config/Static Cache Expiration.
I've spent hours googling for it and messing around with app.yaml until I found this explanation.
I've spent hours googling for it and messing around with app.yaml until I found this explanation.
fi...@gmail.com <fi...@gmail.com> #6
I had the same issue as Nikita. Better docs please.
cs...@gmail.com <cs...@gmail.com> #7
This is a Motorola specific issue. I have spoken with someone at Motorola and I have gotten the impression that is isn't important enough for them to fix :( If you think differently I would recommend letting them know on Twitter @motodev, ask them to fix the setLooping function.
Here is the MotoDev forum discussion I had with someone at Motorola, you may need a login to view.
http://community.developer.motorola.com/t5/Android-App-Development-for/Issue-on-Moto-hardware-with-MediaPlayer-gt-setLooping-true/m-p/18837/highlight/false#M4024
Here is the MotoDev forum discussion I had with someone at Motorola, you may need a login to view.
co...@gmail.com <co...@gmail.com> #8
Peter seems to be under the impression that this only affects short samples intended to be played as a tone; hopefully the developers are aware this obviously affects any kind of looping music, e.g. for games.
de...@gmail.com <de...@gmail.com> #9
This skipping is causing my Droid 2 Global to be unusable for many apps. this is important
denniso2323@gmail.com
denniso2323@gmail.com
de...@gmail.com <de...@gmail.com> #10
This skipping is causing my Droid 2 Global to be unusable for many apps. this is important
denniso2323@gmail.com
denniso2323@gmail.com
dg...@gmail.com <dg...@gmail.com> #11
This problem is occurring on my Motorala Droid 2 Global. It has totally ruined the apps "Lightening Bug" and "Sleep and Relax" on my phone. The problem began with the upgrade we received the other day. Please fix the setLooping function. Very important to me.
cs...@gmail.com <cs...@gmail.com> #12
I have gotten reports that the problem is also present on Motorola's new Razr? Has anyone seen this issue on non-motorola hardware?
ro...@gmail.com <ro...@gmail.com> #13
Happens on the Motorola Atrix as well, for looping apps such as "Relax and Sleep."
ne...@gmail.com <ne...@gmail.com> #14
i'm seeing this behavior on a galaxy nexus (made by samsung) ... but i understand that ICS no longer uses StageFright? in fact, i'm now seeing this happen in the ICS emulator as well.
cs...@gmail.com <cs...@gmail.com> #15
The problem is also present with Sleepy Time on all recent Motorola hardware.
cs...@gmail.com <cs...@gmail.com> #16
I have included a link to a very simple eclipse project that you can use to test for the setLooping bug. This bug doesn’t seamlessly loop an audio file. It plays a simple sine wave that can be used to easily detect if your device is displaying the bug. I have also provided the direct like to the apk file as well.
I feel this bug is an important bug to get fixed. Although this is a simple example, it has real world problems including:
*Looped music playback
*Sound machine type applications
*Game sample loops
I feel this bug hurts the Android platform and encourages the ‘fragmentation’ fault argument. Some devices/firmware don’t present the bug while others do. For example, almost every recent Motorola device has the bug, but most HTC devices don’t. The Xoom shipped without the bug, but a firmware update introduced the bug (I don’t know which version introduced it).
I have an application, SleepyTime, which used to be available on all devices but now isn’t available on many devices on the Android Market because the bug is present on those devices. This creates a bad user experience for the user because:
*A user on phone A can get the app, but a user on phone B may not be able to.
*A user with phone X paid for the app, then upgrades to phone Z, which can’t get the app because this device has the bug, and now doesn’t understand why they can’t download the application they paid for.
To anyone experiencing this bug, please run this application on any device you have access to and report the Android version, kernel, device name, and weather the bug is present. We need to give the engineers as much information as possible if we want this to get resolved. Please get as many people as possible to start this bug to give it more visibility.
Eclipse Project:
http://cwssoft.com/downloads/LoopBug.zip
APK:
http://cwssoft.com/downloads/LoopBug.apk
Here are my test results:
========================================
HTC G2
Android Version:
2.3.4
Kernel:
2.6.35.10-g96de068
Status:
Pass
========================================
Motorla Xoom
Android Version:
3.2.1
Kernel:
2.6.36.3-g111d827
Status:
FAIL!!!!
========================================
HTC Nexus One
Android Version:
2.3.6
Kernel:
2.6.35.7-59465-g42bad32
Status:
Pass
========================================
Kindle Fire
Android Version:
N/A
Kernel:
N/A
Status:
Pass
========================================
Logitech Revue
Android Version:
3.1
Kernel:
N/A
Status:
Fail!!!
Chuck Syperski
CWS Software LLC
I feel this bug is an important bug to get fixed. Although this is a simple example, it has real world problems including:
*Looped music playback
*Sound machine type applications
*Game sample loops
I feel this bug hurts the Android platform and encourages the ‘fragmentation’ fault argument. Some devices/firmware don’t present the bug while others do. For example, almost every recent Motorola device has the bug, but most HTC devices don’t. The Xoom shipped without the bug, but a firmware update introduced the bug (I don’t know which version introduced it).
I have an application, SleepyTime, which used to be available on all devices but now isn’t available on many devices on the Android Market because the bug is present on those devices. This creates a bad user experience for the user because:
*A user on phone A can get the app, but a user on phone B may not be able to.
*A user with phone X paid for the app, then upgrades to phone Z, which can’t get the app because this device has the bug, and now doesn’t understand why they can’t download the application they paid for.
To anyone experiencing this bug, please run this application on any device you have access to and report the Android version, kernel, device name, and weather the bug is present. We need to give the engineers as much information as possible if we want this to get resolved. Please get as many people as possible to start this bug to give it more visibility.
Eclipse Project:
APK:
Here are my test results:
========================================
HTC G2
Android Version:
2.3.4
Kernel:
2.6.35.10-g96de068
Status:
Pass
========================================
Motorla Xoom
Android Version:
3.2.1
Kernel:
2.6.36.3-g111d827
Status:
FAIL!!!!
========================================
HTC Nexus One
Android Version:
2.3.6
Kernel:
2.6.35.7-59465-g42bad32
Status:
Pass
========================================
Kindle Fire
Android Version:
N/A
Kernel:
N/A
Status:
Pass
========================================
Logitech Revue
Android Version:
3.1
Kernel:
N/A
Status:
Fail!!!
Chuck Syperski
CWS Software LLC
cs...@gmail.com <cs...@gmail.com> #17
Sorry, I have also gotten reports that the Galaxy Nexus suffers from this bug as well.
du...@gmail.com <du...@gmail.com> #18
I'm experiencing this too on my Samsung Galaxy Nexus. Running 4.0.1 (updates are handled by Telstra bleh hence the version. PLEASE fix this, it makes any sleep/ambient app useless.
ne...@gmail.com <ne...@gmail.com> #19
I'm the developer of Lightning Bug, an ambiance app similar to SleepyTime. I've been following this bug report since it was originally filed. It's now confirmed in *3 major versions* of Android and we still haven't seen a official fix or even a written acknowledgment from the Android team!
First, I'd like to say thanks to Chuck of SleepyTime for filing the report and his continued input.
Second, I'd like to confirm that I've seen exactly the same results in my testing. The Gingerbread issue seemed only to effect dual-core devices, and therefore wasn't present in the emulator. ICS seems a bit different though, as I see the issue in the ICS emulator too.
Third, I'd like to add that we actually built our own NDK interface to opensles that more or less fixed the problem in Gingerbread and Honeycomb. But this fix only works when our app is in focus. When the app goes to the background and the user, say, scrolls through his gmail inbox, the audio experiences obvious distortion, even though we've set the stream priority to Music.
And this fix, most unfortunately, doesn't work in ICS!
We're now looking at writing a complete audio component using the NDK that handles its own streaming to buffer ... an understandably frustrating endeavor when we'd *much* rather focus on updating our UI and delivering the more visible features our users have been asking for.
I realize this is not a forum for complaints ... but I got nothing back from the Android developer group. For such a seemingly simple issue? This is low hanging fruit is it not? I'd tell my users it was "Google's Fault", but would they even believe me over something so simple?
So I'm begging ... please ... could someone from the Android team at least acknowledge the issue?
Thanks,
Chris Newby
lightningbug.me
First, I'd like to say thanks to Chuck of SleepyTime for filing the report and his continued input.
Second, I'd like to confirm that I've seen exactly the same results in my testing. The Gingerbread issue seemed only to effect dual-core devices, and therefore wasn't present in the emulator. ICS seems a bit different though, as I see the issue in the ICS emulator too.
Third, I'd like to add that we actually built our own NDK interface to opensles that more or less fixed the problem in Gingerbread and Honeycomb. But this fix only works when our app is in focus. When the app goes to the background and the user, say, scrolls through his gmail inbox, the audio experiences obvious distortion, even though we've set the stream priority to Music.
And this fix, most unfortunately, doesn't work in ICS!
We're now looking at writing a complete audio component using the NDK that handles its own streaming to buffer ... an understandably frustrating endeavor when we'd *much* rather focus on updating our UI and delivering the more visible features our users have been asking for.
I realize this is not a forum for complaints ... but I got nothing back from the Android developer group. For such a seemingly simple issue? This is low hanging fruit is it not? I'd tell my users it was "Google's Fault", but would they even believe me over something so simple?
So I'm begging ... please ... could someone from the Android team at least acknowledge the issue?
Thanks,
Chris Newby
li...@gmail.com <li...@gmail.com> #20
Lightning Bug doesn't work on ICS 4.0.2. If an OS bug is at the root of this, I hope the Android team will address this soon.
jo...@gmail.com <jo...@gmail.com> #21
This sucks, use looping apps to fall asleep every night and now they don't even work on Ice Cream Sandwich. Well my iPod does it great, guess I'll go for iPhone next time.
po...@gmail.com <po...@gmail.com> #22
Samsung galaxy nexus here. Same issue, I've had to keep my droid 1 around to get some rest
na...@hotmail.com <na...@hotmail.com> #23
Skipping on Samsung Infuse, gingerbread. Seriously annoyed that I bought so many plug-Ins for them not to work with my phone. This is why I quit blackberry.
sa...@gmail.com <sa...@gmail.com> #24
nexus... upgraded from the original droid and can't believe I have to use my old phone for lighteningbug. This sucks!
ch...@gmail.com <ch...@gmail.com> #25
Some apps (e.g., "White Noise") seem to work fine on ICS (Galaxy Nexus). Is there a trick or API call they're using that these other apps aren't? I assume they're looping as well?
jk...@gmail.com <jk...@gmail.com> #26
This appears to be a pretty big issue making several top apps basically unusable. I must admit that I am stunned this hasn't been acknowledged and more importantly addressed by Google yet.
ne...@gmail.com <ne...@gmail.com> #27
A note on White Noise ... First, I think its a great app that has a lot of very happy users. However, from what I can tell its using a custom or 3-party codec to play AIF files. AIFs are uncompressed though ... meaning they require at least 10x more storage space than mp3 or ogg\vorbis. In addition, White Noise is using relatively short audio samples compared to other apps and doesn't allow mixing multiple samples simultaneously.
This is to say that while it appears White Noise is not affected by the looping issue in the standard Android SDK media player, it does so at a cost in features.
This is to say that while it appears White Noise is not affected by the looping issue in the standard Android SDK media player, it does so at a cost in features.
[Deleted User] <[Deleted User]> #28
I am having these issues on my Droid Incredible. Pleases
Fix soon!
Fix soon!
d....@gmail.com <d....@gmail.com> #29
Droid 2 user with skipping audio. Help!
fr...@gmail.com <fr...@gmail.com> #30
Currently using a Galaxy S running droid Gingerbread (2.3.3)
Skipping is less after update by developer, but only if app is active on screen. if I start a different app, of even blackout the screen, the skipping returns.
Skipping is less after update by developer, but only if app is active on screen. if I start a different app, of even blackout the screen, the skipping returns.
cu...@gmail.com <cu...@gmail.com> #31
Effects Google Nexus S since the update to 4.0 Ice Cream Sandwich.
cm...@gmail.com <cm...@gmail.com> #32
Plz fix
li...@gmail.com <li...@gmail.com> #33
Skips on galaxy nexus
[Deleted User] <[Deleted User]> #34
Please fix....
go...@gmail.com <go...@gmail.com> #35
Xoom 3.2 seamless loops please.
an...@gmail.com <an...@gmail.com> #36
Important app. Please fix ASAP
mi...@gmail.com <mi...@gmail.com> #37
PleaPlease fix, Google!
sh...@gmail.com <sh...@gmail.com> #38
Please fix lighting bug application
cf...@gmail.com <cf...@gmail.com> #39
Please fix the lightning bug app
gi...@gmail.com <gi...@gmail.com> #40
It happens anytime I open an app or pull down my notification bar. i have HTC Droid incredible to. And I'm using lightening bug. It's similiar to the whitenoise app. Love it, just hate the skips amd gaps.
xk...@gmail.com <xk...@gmail.com> #41
I've noticed the audio gap as well. Please fix it!
fr...@gmail.com <fr...@gmail.com> #42
Audio gaps for the DROID. Please fix
fr...@gmail.com <fr...@gmail.com> #43
lightning bug issue here as well
android 2.3.6
samsung charge SCH-I510
hardware version i510.06
this is a single core system btw
android 2.3.6
samsung charge SCH-I510
hardware version i510.06
this is a single core system btw
ne...@gmail.com <ne...@gmail.com> #44
[Comment deleted]
im...@gmail.com <im...@gmail.com> #45
Droid RAZR. Audio gaps on looped audio. Also when accessing other programs, the audio in the background is very choppy.
hk...@gmail.com <hk...@gmail.com> #46
I have a charge as well. as long as i stay in the lightning bug app it is fine...the moment i have it in the background it skips. hoping for a fix soon.
[Deleted User] <[Deleted User]> #47
Gaps in video every time lightning bug is launched. Fix please ASAP.
mz...@gmail.com <mz...@gmail.com> #48
Hi. I have an HTC EVO 4G gingerbread and I'm having the same problem whereas I didn't before. Please fix I Love my lighting bug. Thanx :0)
ma...@gmail.com <ma...@gmail.com> #49
Audio gapssssssss!!!!!!!!!
da...@gmail.com <da...@gmail.com> #50
Audio gaps!!!!!
[Deleted User] <[Deleted User]> #51
Samsung Galaxy S (I)
Android version: 2.3.5
Status: Fail
Definitely has audio gaps. I love this app, especially because of the ability to customize the screensaver clock thing. That's what stood out to me. I had to still using the app because the audio gaps make it difficult to sleep. (I use campfire and rain.)
PLEASE fix the audio gaps...
Android version: 2.3.5
Status: Fail
Definitely has audio gaps. I love this app, especially because of the ability to customize the screensaver clock thing. That's what stood out to me. I had to still using the app because the audio gaps make it difficult to sleep. (I use campfire and rain.)
PLEASE fix the audio gaps...
mb...@gmail.com <mb...@gmail.com> #52
Having issues with Lighning Bug on the Galaxy Nexus as well. A fix would be greatly appreciated Google.
br...@gmail.com <br...@gmail.com> #53
Having issues with audio gap on my Droid 2 and my Razr.
jo...@gmail.com <jo...@gmail.com> #54
Having audio gap issue on Galaxy Nexus as well. Android version 4.0.2.
ga...@gmail.com <ga...@gmail.com> #55
Please fix google
ro...@gmail.com <ro...@gmail.com> #56
To all the people posting useless "me too" or app-specific comments, please star this issue instead of posting comments unless your comments add helpful information not already included in the OP or previous comments. Thanks.
ah...@gmail.com <ah...@gmail.com> #57
There are gaps in the loop when playing, it did not happen previously.
sc...@gmail.com <sc...@gmail.com> #58
HTC sensation. Intermittent gaps in sound not any pattern I can discern just happens
ja...@googlemail.com <ja...@googlemail.com> #59
Audio lags when Lightning Bug is in the background and I write a text.
HTC Bravo with s-off & Cyanogenmod 7.0.3
HTC Bravo with s-off & Cyanogenmod 7.0.3
ma...@gmail.com <ma...@gmail.com> #60
There is a sizeable gap in the audio to the point where I've thought the app quit. Please fix! I listen to this every night to get to sleep
lo...@gmail.com <lo...@gmail.com> #61
HTC Droid Incredible 2... Noticeable distortion (gapping) when Lightning Bug running in background.
jl...@gmail.com <jl...@gmail.com> #62
Same issue in my Samsung Galaxy SII.
ca...@gmail.com <ca...@gmail.com> #63
LG esteem also experiences this frustrating sound gap. Resolve immediately please.
sp...@gmail.com <sp...@gmail.com> #64
Audio gaps!!!!!! On galaxy s epic 4g
an...@gmail.com <an...@gmail.com> #65
Having issue with gaps using lightningbug on first gen droid. Please fix
dk...@gmail.com <dk...@gmail.com> #66
The sound gaps need to be remedied since android is your biggest market.
DK
DK
dc...@gmail.com <dc...@gmail.com> #67
Please fix this shipping sound on my Samsung galaxy s
sp...@gmail.com <sp...@gmail.com> #68
Sound skips ever since I updated my Samsung Galaxy.
se...@gmail.com <se...@gmail.com> #69
If its causing problems, hope it gets fixed soon.
di...@gmail.com <di...@gmail.com> #70
Please fix this issue.
bu...@gmail.com <bu...@gmail.com> #71
Sprint evo, android 2.3.3, skips and glitchy, I use this app every day. Google, pls acknowledge this issue, pls implement a bug fix!
jo...@gmail.com <jo...@gmail.com> #72
Fix it please.
sa...@gmail.com <sa...@gmail.com> #73
Skip in the Galaxy Nexus pls fix!
ba...@gmail.com <ba...@gmail.com> #74
Droid bionic user. Had this issue since Se
ptember 2011. Please fix.
ptember 2011. Please fix.
rt...@gmail.com <rt...@gmail.com> #75
Skipping on Droid Bionic
lt...@gmail.com <lt...@gmail.com> #76
Horrible skipping on the Motorola Photon 4G!
bo...@gmail.com <bo...@gmail.com> #77
Audio gaps
vl...@gmail.com <vl...@gmail.com> #78
the gaps are very annoying
rr...@gmail.com <rr...@gmail.com> #79
Galaxy nexus running ice cream does constantly skip...please fix this!.
ja...@gmail.com <ja...@gmail.com> #80
Skipping on Nexus running ice cream...as others say its annoying
ba...@gmail.com <ba...@gmail.com> #81
Plz fix issues
md...@gmail.com <md...@gmail.com> #82
I am experiencing gaps in audio too.
ja...@gmail.com <ja...@gmail.com> #83
Samsung galaxy. skips several times very irritating
dn...@gmail.com <dn...@gmail.com> #84
Samsung Google nexus has gap when using lightening bug with new os download. Please fix.
ap...@gmail.com <ap...@gmail.com> #85
I only experience the gap for a split second as I lock the phone or when I place it on the nightstand. While it is not a huge bother, it would be nice to have it fixed. SRunning on HTC Sense. Love this App by the way!!!
th...@gmail.com <th...@gmail.com> #86
the duration of this bug and the lack of effort in fixing it is precisely the type of thing that makes people consider dumping andriod for an iPhone
kd...@gmail.com <kd...@gmail.com> #87
Samsung Fascinate, also. Please fix!
sh...@gmail.com <sh...@gmail.com> #88
Serious skipping with my Droid Bionic. Please fix soon
mi...@gmail.com <mi...@gmail.com> #89
Please fix ASAP
gl...@gmail.com <gl...@gmail.com> #90
I have the same gap in audio looping on both my and my wife's Motorola DROIDX2. 2.3 ... it is a irritating problem and Google should help the developer to fix the issue... after all us( the consumer ). And the developer's are what pays Google's salary's ... Google should be more consumer concise.. and take better care of us
ma...@gmail.com <ma...@gmail.com> #91
Wonderful concept Help then Thanks
st...@gmail.com <st...@gmail.com> #92
[Comment deleted]
fl...@gmail.com <fl...@gmail.com> #93
Having same problem on HTC Incredible - please fix this.
sh...@gmail.com <sh...@gmail.com> #94
plz fix, thx.
jo...@gmail.com <jo...@gmail.com> #95
These are the kind of issues apple iPhones don't have. This is the reason ill be switching over and banning Motorola from my personal list of reliable companies. Anyone else annoyed with this should do the same. I'm so bummed I got my droid razor in the first place now...
ne...@gmail.com <ne...@gmail.com> #96
Please help them get this fixed!
ri...@yahoo.com <ri...@yahoo.com> #97
Its also happening to my Samsung Tra
nsformer. From Boost. I really like lighting bug. But its really
Getting announing
nsformer. From Boost. I really like lighting bug. But its really
Getting announing
ch...@gmail.com <ch...@gmail.com> #98
Plz fix! Android 2.2 HTC wildfire. It always worked fine :(
th...@gmail.com <th...@gmail.com> #99
Fix quick please
ju...@gmail.com <ju...@gmail.com> #100
Please fix lag issue very annoying. You can do it...
mi...@gmail.com <mi...@gmail.com> #101
Seeing issue on droid bionic. Please address this.
rj...@gmail.com <rj...@gmail.com> #102
Please fix ; very annoying. I just got samsung galaxy nexus what i would expect to be able to handle something as easy as this since it is a google phone. Please fix
ca...@gmail.com <ca...@gmail.com> #103
I have yet to have any issues with my galaxy s vibrant however It is an older phone. I also haven't seen any trouble with the gateway android honeycomb 3.1 but have only used it twice on the tablet.
k9...@gmail.com <k9...@gmail.com> #104
PLEASE FIX THIS ISSUE. MY 4 YO SON GOES TO SLEEP BY THIS APP EVERY NIGHT. THE BUG IS DISRUPTIVE.
mi...@gmail.com <mi...@gmail.com> #105
Needs to be fixed very irritating. I have purchased add ons to this app, wasted mobey at this time
ca...@gmail.com <ca...@gmail.com> #106
Also present with our Droid X2 from the beginning, and my Droid X after update to v. 2.3.3. Pls repair ASAP!
1a...@gmail.com <1a...@gmail.com> #107
Please address ASAP. LIGHTNINGBUG is a fantastic app that I used nightly with my Ally and it looped seamlessly. Now with my **Droid X2 it skips so bad I cannot utilize the app anymore**.My fingers are crossed that Google will take the necessary steps to correct their bug so I can resume enjoying my favorite sleep aide.
go...@gmail.com <go...@gmail.com> #108
Please just fix it.
wb...@gmail.com <wb...@gmail.com> #109
HTC EVO 3D
Fix this loop gap please. It is irritating.
Fix this loop gap please. It is irritating.
[Deleted User] <[Deleted User]> #110
Come on Google. It's what you DON'T do that matters just as much as what you do! It does no good for consumers to pay these ridiculous dollar amounts for these 'smart' phones that are capable of and SUPPOSED to do so much! The people and companies that are supposed to be staying on top of things and doing THEIR job to ensure and backup the quality of performance that we are paying for are losing more respect than maybe you realize. If you even care. So many apps and services are such horrible failures when it comes to supporting the android phones that we consumers continue to CONSTANTLY feel that we will never get our money's worth out of what we pay for these phones. So maybe we are the ones that need to step back and reevaluate why we are continuing to allow you guys to rob us blind of what we CHOOSE to spend our money on and hit you in YOUR pocket and maybe we will see a change in how valuable you think our concerns and issues are about the things we no longer waste OUR money on that you chose to not give your attention to. The most important thing these companies like Google, Samsung, HTC, Verizon, etc need to put first and foremost in their priorities is accepting the truth that BEFORE it is their money, it is OUR money that we chose to spend on promising products and services that they all refuse to live up to. There are ALWAYS other options! Get these empty promises filled before you have noone to make promises to. As it stands, the vast majority of us feel that we always just end up with crazy-expensive phones built to be capable of performing so many tasks so well, but in the end just as always have an overpriced phone that still barely makes many calls without dropping or losing signal; missed texts or even sent to wrong person due to malfunctioning expensive over-priced phone, that needs to be recharged 3+ times per day and erratic rebooting due to too much usage of these fine $500+- toy phones. Unbelievable. Samsung Charge on Verizon ICS
[Deleted User] <[Deleted User]> #111
Droid Incredible 2 reporting issues.
zh...@gmail.com <zh...@gmail.com> #112
Samsung skyrocket experiencing problems too!
ly...@gmail.com <ly...@gmail.com> #113
I have this on Droid X.
mp...@gmail.com <mp...@gmail.com> #114
This bug needs to be addressed asap
mp...@gmail.com <mp...@gmail.com> #115
This bug needs to be addressed asap
wm...@gmail.com <wm...@gmail.com> #116
I am having this issue with my HTC Evo design.
af...@gmail.com <af...@gmail.com> #117
I have an LG Ally which is displaying the same issue.
el...@gmail.com <el...@gmail.com> #118
I have an HTC evo 3d, I don't have the problem, but it does need to be addressed for others who are.
ka...@gmail.com <ka...@gmail.com> #119
I have this problem on my droid global 2
d5...@gmail.com <d5...@gmail.com> #120
Epic 4G - Reporting Issue... Please Fix!!!!
gr...@gmail.com <gr...@gmail.com> #121
Galaxy S 4G. Please fix.
th...@gmail.com <th...@gmail.com> #122
Plz repair. Android Incredible. Thx!
sa...@gmail.com <sa...@gmail.com> #123
criticle app for me. plz fix
be...@gmail.com <be...@gmail.com> #124
Please fix. I have Droid razr
su...@gmail.com <su...@gmail.com> #125
Having issues with Lighning Bug on the htc evo 4g as well. A fix would be greatly appreciated Google.
fe...@gmail.com <fe...@gmail.com> #126
I have a EVO 3 d, hope you fix the problem soon Google.
ja...@gmail.com <ja...@gmail.com> #127
Samsung galaxy tab
en...@gmail.com <en...@gmail.com> #128
HTC MyTouch Slide 4G, please fix
wy...@gmail.com <wy...@gmail.com> #129
please fix. i have a droid x.
th...@gmail.com <th...@gmail.com> #130
Please fix this. I will not update my phone until this is fixed so that I can continue to use the lightningbug app.
st...@gmail.com <st...@gmail.com> #131
Skipping on my Samsung Galaxy II Epic Touch. Love Lightning Bug and its now unusable. Please address this problem with our platform developers! You're hurting apps for Android!
la...@gmail.com <la...@gmail.com> #132
I just got the nexus prime and now I can no longer enjoy lighting bug. It skipps and freezes. It worked great on my droid incredable. Please fix these problems so I can drown out my noisy neighbors!
pa...@gmail.com <pa...@gmail.com> #133
Gnexus here. Have the same problem with other similar programs
lo...@gmail.com <lo...@gmail.com> #134
Please fix this issue ASAP!
ba...@gmail.com <ba...@gmail.com> #135
Pls.fix this action
do...@lawson-online.co.uk <do...@lawson-online.co.uk> #136
Please fix this.
pa...@gmail.com <pa...@gmail.com> #137
Yes please fix this
ml...@gmail.com <ml...@gmail.com> #138
Please fix this.
st...@gmail.com <st...@gmail.com> #139
Please fix
li...@gmail.com <li...@gmail.com> #140
Please fix
ju...@gmail.com <ju...@gmail.com> #141
Galaxy X. Same problem.
dc...@gmail.com <dc...@gmail.com> #142
Please Google, fix this issue! I'm having the same problems on my Galaxy Nexus!
th...@gmail.com <th...@gmail.com> #143
Samsung exhibit. Pls fix.
ke...@thinksoft.ca <ke...@thinksoft.ca> #144
This bug still exists on Galaxy NEXUS. Please fix. thx
je...@gmail.com <je...@gmail.com> #145
HTC Wildfire. No problems.
nc...@gmail.com <nc...@gmail.com> #146
Major irritation for Sleepytime app running on Samsung Droid Charge with gingerbread. Just started occurring in the last few days. This new skipping probl
em is making this excellent app useless.
em is making this excellent app useless.
li...@gmail.com <li...@gmail.com> #147
Its like listening to a scratched CD. Not cool....
su...@gmail.com <su...@gmail.com> #148
There its definitely a gap in the loops and google needs to fix this!
st...@gmail.com <st...@gmail.com> #149
Yes...I hear it as well!!
dr...@gmail.com <dr...@gmail.com> #150
I am having the same problem with my droid bionic please fix immediately
mg...@gmail.com <mg...@gmail.com> #151
Intermittent drops in audio. Htc Amaze ....
ph...@dvortex.net <ph...@dvortex.net> #152
Droid X ... Me too
bh...@gmail.com <bh...@gmail.com> #153
Me to it is aweful
gh...@gmail.com <gh...@gmail.com> #154
Please fix.
am...@gmail.com <am...@gmail.com> #155
[Comment deleted]
am...@gmail.com <am...@gmail.com> #156
THIS SHOULD BE FIXED ASAP
ro...@gmail.com <ro...@gmail.com> #157
This should be addressed by google asap to ensure customer satisfaction.
sq...@gmail.com <sq...@gmail.com> #158
I am having the same issue...every five to six seconds...I get a pause.
ja...@gmail.com <ja...@gmail.com> #159
It seems all looping type media on my samsung nexus is causing this skip/delay. I did not experience this on older droid operating system
ru...@gmail.com <ru...@gmail.com> #160
Does not work with ICS. Fix asap please.
an...@gmail.com <an...@gmail.com> #161
[Comment deleted]
an...@gmail.com <an...@gmail.com> #162
DROID2
ANDROID 2.3.3
Love this app, please assist developer.
Thank you.
ANDROID 2.3.3
Love this app, please assist developer.
Thank you.
he...@gmail.com <he...@gmail.com> #163
Please fix the lightning bug app
pr...@gmail.com <pr...@gmail.com> #164
Fix the lightning bug app please!
an...@gmail.com <an...@gmail.com> #165
[Comment deleted]
an...@gmail.com <an...@gmail.com> #166
[Comment deleted]
an...@gmail.com <an...@gmail.com> #167
Google....Android developer team... are you there?
Im experiencing this issue as well, thought I was going crazy hearing things
Mytouch 4g gingerbread
Im experiencing this issue as well, thought I was going crazy hearing things
Mytouch 4g gingerbread
se...@gmail.com <se...@gmail.com> #168
Motorola Atrix 2 also having problems. I absolutely relied on white noise apps before I bought this phone. Upgraded from a Samsung Captivate to this brand new Motorola... I had no idea I was buying a phone that could not perform one of the most basic and important functions I need from it.
... very disappointed. This is a hard-core Google fan that's seriously considering switching to Apple phones.
... very disappointed. This is a hard-core Google fan that's seriously considering switching to Apple phones.
ir...@gmail.com <ir...@gmail.com> #169
Please..... PLEASE fix this bug. This will drive the Pope to drink.
mm...@ymail.com <mm...@ymail.com> #170
Samsung Galaxy S...Google, please fix the lag in the lightnin bug app!
ct...@gmail.com <ct...@gmail.com> #171
I hear bug with White Noise app running on Galaxy Nexus/ICS. Please fix!
ly...@gmail.com <ly...@gmail.com> #172
Lots of gaps in audio. Hope this doesn't cause problems with alarm!
sk...@yahoo.com <sk...@yahoo.com> #173
This really needs to. Be addressed as it is a problem.For a great many people who rely on. Your service and expect it to be reliable as always.
sk...@yahoo.com <sk...@yahoo.com> #174
Please fix
ba...@gmail.com <ba...@gmail.com> #175
Fix it Google.! I need this.!
me...@gmail.com <me...@gmail.com> #176
android please fix the bug
wi...@gmail.com <wi...@gmail.com> #177
I am experiencing the same issuea with my epic.
pa...@gmail.com <pa...@gmail.com> #178
This being an issue with the samsung nexus I'll be hanging on to my fascinate till this problem is fixed. Come on andriod... show those apple devs you actually listen to your users
ly...@gmail.com <ly...@gmail.com> #179
I love lightning bug, however the audio skips now more than ever when I play my plug in content :-( please fix, I paid for this app...
ca...@gmail.com <ca...@gmail.com> #180
asus eepad tranformer prime tf201 - affectedl
pw...@gmail.com <pw...@gmail.com> #181
I agree with many of the above comments. This really sucks!
da...@gmail.com <da...@gmail.com> #182
I need my sleep when traveling. Please prioritize!
dp...@gmail.com <dp...@gmail.com> #183
My motorola Droid does not like this bug.
pe...@gmail.com <pe...@gmail.com> #184
[Comment deleted]
pe...@gmail.com <pe...@gmail.com> #185
I have same problem with lightening bug sound skipping and gaps in the sound. I'm using HTC incredible its so annoying I'm thinking of switching to an iPhone and saying f u Google!
gi...@gmail.com <gi...@gmail.com> #186
Please address this issue!
Samsung galaxy user
Samsung galaxy user
tr...@gmail.com <tr...@gmail.com> #187
Please fix as soon as possible. HTC Rezound.
re...@gmail.com <re...@gmail.com> #188
I have the same problem on my ice cream sandwich motorola zoom skipping
na...@gmail.com <na...@gmail.com> #189
Same problem evo 4g ics deck
[Deleted User] <[Deleted User]> #190
I love my lightning bug, but the audio gets funky! Please help. I have an HTC Evo 4G.
ll...@gmail.com <ll...@gmail.com> #191
Please fix, i need sleep!
[Deleted User] <[Deleted User]> #192
Same problem here. And I need to sleep... Working graveyard shift and all. How has this issue NOT been fixed yet? Or better yet, why haven't I switched to more stable OS's like, say, Apple?
da...@yahoo.com <da...@yahoo.com> #193
Please fix
jo...@gmail.com <jo...@gmail.com> #194
Please address this bug/issue dear Android
le...@gmail.com <le...@gmail.com> #195
One of my fav apps... please fix problem so I can use it again..... the skips are pretty bad and very noticeable.
Samsung Stratosphere
Samsung Stratosphere
th...@gmail.com <th...@gmail.com> #196
Yes I to get a gap. I need a steady sound to sleep by.
me...@gmail.com <me...@gmail.com> #197
Plz fix
kk...@gmail.com <kk...@gmail.com> #198
Same problem here..driving me nuts!
ka...@gmail.com <ka...@gmail.com> #199
Android version 4.0.3 which had just received the update last night, has that noticeable bug in it. I requested money back on something I purchased thinking it was that, and it wasn't, it was this android update. Please fix, I would hate to put the older version back on, as I like the liiks of this newer one. Thank you, snowkat50
dw...@gmail.com <dw...@gmail.com> #200
Fix please!
sc...@gmail.com <sc...@gmail.com> #201
Please fix this....
LG g2x through T-Mobile.
LG g2x through T-Mobile.
si...@gmail.com <si...@gmail.com> #202
Fix please.
Galaxy Nexus Verizon
Galaxy Nexus Verizon
ba...@gmail.com <ba...@gmail.com> #203
While I'm not experiencing problems with my current phone, I plan to upgrade soon & am concerned my new phone will have this problem. Please fix it A.S.A.P. . Thank you
ba...@gmail.com <ba...@gmail.com> #204
While I'm not experiencing problems with my current phone, I plan to upgrade soon & am concerned my new phone will have this problem. Please fix it A.S.A.P. . Thank you
rj...@gmail.com <rj...@gmail.com> #205
Please need some sleep
af...@gmail.com <af...@gmail.com> #206
Please fix this issue.
cs...@gmail.com <cs...@gmail.com> #207
HTC Merge ...please fix
an...@gmail.com <an...@gmail.com> #208
Ridiculous! And Google expects Android to take over iOS? Dream On.
Google can't even keep the OS stable. New update breaks the previous functions! What is this?! At least don't touch what's already working fine. Damn!
Google can't even keep the OS stable. New update breaks the previous functions! What is this?! At least don't touch what's already working fine. Damn!
an...@gmail.com <an...@gmail.com> #209
Is there a work around with this? I'm thinking to run 2 media players. Has anyone try that?
This bug reminds me to Linux. When Linux was born, people loved it and hated Windows. They predicted Linux will capture 50% of market in 2010. Wrong!
Until when there were too many Linux versions, people started to realized it's difficult to keep track and to get support. Don't get me wrong, Linux is great.
Now people back to closed OS like Windows 7 and Lion OS. It's because there is no standard in Linux. Everybody want to create their own "cool" things.
And now with Android, if google doesn't fix this, it will end up like Linux.
This bug reminds me to Linux. When Linux was born, people loved it and hated Windows. They predicted Linux will capture 50% of market in 2010. Wrong!
Until when there were too many Linux versions, people started to realized it's difficult to keep track and to get support. Don't get me wrong, Linux is great.
Now people back to closed OS like Windows 7 and Lion OS. It's because there is no standard in Linux. Everybody want to create their own "cool" things.
And now with Android, if google doesn't fix this, it will end up like Linux.
an...@gmail.com <an...@gmail.com> #210
This is really bad if no one seems to care to fix it. Even if they fixed it, it will take 1 year or more for most users to be updated.
And because of this! App Developers paid the price. If you see recent comments of relax and white noise apps, they got rating 1! The users complained there is a gap, thus it is useless app. Users blamed apps and developers for being stupid!
Android will never get the blame.
And because of this! App Developers paid the price. If you see recent comments of relax and white noise apps, they got rating 1! The users complained there is a gap, thus it is useless app. Users blamed apps and developers for being stupid!
Android will never get the blame.
bu...@gmail.com <bu...@gmail.com> #211
It's very irritating when a relaxation/white noise app has such a definite audio skip. Please address this issue. It is very noticeable on my Droid Bionic.
rd...@gmail.com <rd...@gmail.com> #212
I recently brought motorola xoom (version 3.2). It is great tablet and i like it but when i play the videos (those transfered froom my pc) , audio of the video is slower and it does not match with the videos. This problem is occuring with almost all videos. I am wondering if its some kind of bug:(. Please help me out if there is any solution. Thank you:)
de...@gmail.com <de...@gmail.com> #213
Lightening Bug was the bomb sleep machine app until our Thrive took the Google update. PLEASE fix the skipping issues.
wa...@googlemail.com <wa...@googlemail.com> #214
Please fix!
wa...@googlemail.com <wa...@googlemail.com> #215
Please fix!
pe...@gmail.com <pe...@gmail.com> #216
My galaxy nexus has this bug. It has made it so i had to hunt for a used Droid just so i could sleep. I use lightning bug. Sleep now can't be used unless i leave the display on.
Chronic insomnia sucks! Imagine my dismay when i found out the fracking expnsive droid nexus couldn't run the best sleep assisting programs i NEED!
Chronic insomnia sucks! Imagine my dismay when i found out the fracking expnsive droid nexus couldn't run the best sleep assisting programs i NEED!
mr...@gmail.com <mr...@gmail.com> #217
Please, please, please fix this app! I love it!! I am using the Motorola Xoom 4.0.3 started skipping after the update 3 days ago. Some skip after 10 seconds and others after 24.
cd...@gmail.com <cd...@gmail.com> #218
Please fix
kr...@gmail.com <kr...@gmail.com> #219
I am using the samsung sidekick 4g, and have the delay, however, I never hd the delay on the lg ally. Really wish you would fix it.
li...@gmail.com <li...@gmail.com> #220
[Comment deleted]
na...@gmail.com <na...@gmail.com> #221
I have a Motorola , a Droid 2 and there is a very distrcting gap in the audio. It occurs with any of the audio clips and consistantly within a few minutes of activating the app.
ni...@gmail.com <ni...@gmail.com> #222
Several of my apps that have longer sounds or use loops (especially Lightning Bug) are now useless. I have a Samsung Galaxy ii Epic 4g Touch
ru...@gmail.com <ru...@gmail.com> #223
Please fix this issue
aa...@gmail.com <aa...@gmail.com> #224
Also a problem on Nexus S with ICS 4.0.3
yl...@gmail.com <yl...@gmail.com> #225
Please follow up on gap audij issues.
ma...@google.com <ma...@google.com>
st...@gmail.com <st...@gmail.com> #226
This sucks i thought having a new phone would make things better not woese im not impressed at all if this is how your product is then whats to say about the company ya think about that you corporite fuck holes. Take your penis and pogo stick your asses to the moon ... fix it dick wads
ro...@gmail.com <ro...@gmail.com> #227
Giant FAIL of the Android team, not even taking a look at this seemingly simple issue!
Samsung Galaxy Nexus, Android 4.0.2
Samsung Galaxy Nexus, Android 4.0.2
ni...@gmail.com <ni...@gmail.com> #228
ooh! They just updated the status. THANK YOU Google!
da...@gmail.com <da...@gmail.com> #229
Don't thank them too soon.... it's taken a while for them to even respond.
al...@gmail.com <al...@gmail.com> #230
Afecting galaxy nexus
kr...@gmail.com <kr...@gmail.com> #231
Galaxy Nexus 4.0.1/4.0.2 affected
ma...@gmail.com <ma...@gmail.com> #232
Droid 1seems affected as well.
fs...@gmail.com <fs...@gmail.com> #233
Xoom as well. Unfortunately one of my favorite apps does not work BC of it
zo...@gmail.com <zo...@gmail.com> #234
I am also among the many who need this fixed. HTC sensation, ICS.
an...@gmail.com <an...@gmail.com> #235
Please fix this. I love my GNexus but this issue is very very frustrating.
ma...@gmail.com <ma...@gmail.com> #236
The audio gaps are very noticeable on my gingerbread run android.
ga...@gmail.com <ga...@gmail.com> #237
jo...@gmail.com <jo...@gmail.com> #238
please work to resolve this gap issue.
wa...@gmail.com <wa...@gmail.com> #239
Having the gap sucks . Xoom ics. Please fix. Seems to be a problems on sound sleep deluxe app also.
wa...@gmail.com <wa...@gmail.com> #240
[Comment deleted]
ja...@gmail.com <ja...@gmail.com> #241
[Comment deleted]
ja...@gmail.com <ja...@gmail.com> #242
LG marquee -lightening bug-gap is bad please re-open & address issue.
iv...@gmail.com <iv...@gmail.com> #243
GOOGLE...I AM REALLY DISAPPOINTED IN YOUR LACK OF CONCERN REGARDING THIS MATTER AND HOW IT AFFECTS THOSE THAT RELY ON YOU.PLEASE GET IT TOGETHER
at...@gmail.com <at...@gmail.com> #244
App has an obvious gap in audio. Why can't we resolve?
br...@gmail.com <br...@gmail.com> #245
Audio gap
ga...@gmail.com <ga...@gmail.com> #246
Audio gap is still there. It's a bug, not a lighting bug.
kh...@gmail.com <kh...@gmail.com> #247
Fix it!!
mu...@gmail.com <mu...@gmail.com> #248
This problem is occurring on my Motorala Droid 2Global. None of my noise apps "Lightening Bug" and "Sleep and Relax" are working on my phone. The problem began with the upgrade to Gingerbread.
gr...@gmail.com <gr...@gmail.com> #249
Gaps on nexus s i9020t with ics 4.0.3 as well
sh...@gmail.com <sh...@gmail.com> #250
Same problem on Droid x. Google please fix!
ri...@gmail.com <ri...@gmail.com> #251
Audio gaps makes my most used app unusable (Lightning Bug). I'm on Samsung Galaxy S2 with ICS 4.0.3, please fix!
an...@gmail.com <an...@gmail.com> #252
Please fix this issue. Samsung Galaxy S II
be...@gmail.com <be...@gmail.com> #253
I also have a Droid 2 Global and I used to love the Lightning Bug app!! It helps me fall asleep when I'm away from home, but this problem is killing me!! Please fix it ASAP!!!
th...@gmail.com <th...@gmail.com> #254
Fix it Google! This is happening to all apps that are like this. Can't sleep!
aj...@gmail.com <aj...@gmail.com> #255
Well i purchased the google one despite it lacking a few key features (sd card reader) but i was putting my money on the fact that it would have a reasonably stable OS. I have come to regret my decision would, no have, cautioned everyone i have met not to bother with the nexus one until some of these OS issues have been worked out. in addition to a host of other problems, (camera crashing, apps failing to launch, doc reader failing time and time again) i find out now that it cant do something as simple as loop music files. Really im pretty sure a gen one Iphone had that one figured out. Please fix.
cm...@gmail.com <cm...@gmail.com> #256
So this is STILL an issue plz at least address the android community about it. It is very noticeable and quite sad we are not supported on new phones. Gnexus 4.0.3
ra...@gmail.com <ra...@gmail.com> #257
Affects my samsung captivate.
sa...@gmail.com <sa...@gmail.com> #258
I just bought a Droid razor and I used "relax and sleep" to help me sleep and it does not work as well now and it really frustrates me. For how much I spent on this phone, I want things to work proper. Please fix this issue ASAP.
3d...@gmail.com <3d...@gmail.com> #259
Please fix this issue. I can't go to sleep now! This worked beautifully before and now it is just plain annoying!
vo...@gmail.com <vo...@gmail.com> #260
I've seen audio stop entirely. Ltng bug was running in background when I started typing this and it did not survive more than 2 to 4 keys. Acer Iconia A500
vo...@gmail.com <vo...@gmail.com> #261
I've seen audio stop entirely. Ltng bug was running in background when I started typing this and it did not survive more than 2 to 4 keys. Acer Iconia A500
vo...@gmail.com <vo...@gmail.com> #262
I've seen audio stop entirely. Ltng bug was running in background when I started typing this and it did not survive more than 2 to 4 keys. Acer Iconia A500
na...@gmail.com <na...@gmail.com> #263
The audio loop skips for the app Sleepy Time Lite on my Motorola Photon running Gingerbread. It drives me nuts and essentially defeats the purpose of the app. I did not have this problem on my Samsung Transform running Froyo.
cu...@gmail.com <cu...@gmail.com> #264
Present on my Samsung Captivate running CM9 build 16. I used to use the app Sleepy Time almost every night. Please fix, my wife (iPhone user) is having way too much fun with this...
wd...@gmail.com <wd...@gmail.com> #265
The workaround I use is checking getCurrentPosition() against getDuration() in my game loop, if we're at the end; rewind using seekTo(0). Nasty, but for now...
ma...@gmail.com <ma...@gmail.com> #266
Also happens on HTC Sensation.
Android 4.0.3, dual core processor 1.5GHz
Official HTC RUU ROM 3.30.xxx
Android 4.0.3, dual core processor 1.5GHz
Official HTC RUU ROM 3.30.xxx
er...@gmail.com <er...@gmail.com> #267
Problem on Droid razzr maxx. This was an awesome app though. Hope yall can fix it.
no...@gmail.com <no...@gmail.com> #268
I downloaded this app and then immediately uninstalled it when I heard the gaps in the audio. It is a significant issue for all programs using looped sound. I have a Droid 4. This dual core stage fright problem needs to be fixed.
-wdn
-wdn
fo...@gmail.com <fo...@gmail.com> #269
Please fix nexus s ics 4.03 looping gaps render apps unusuable
mj...@gmail.com <mj...@gmail.com> #270
popping sounds also occur on the nexus s when using pure sleep & pain/depression ambiscience app
ke...@gmail.com <ke...@gmail.com> #271
This bug is present on Sleepy Time on both my Motorola Xoom and my Galaxy Nexus. Please fix!
tb...@googlemail.com <tb...@googlemail.com> #272
LG OPTIMUS 3D suffering same woes
GRRRRRRRRRRR
GRRRRRRRRRRR
[Deleted User] <[Deleted User]> #273
Same issue on Samsung Galaxy Nexus 4.0.2.
te...@gmail.com <te...@gmail.com> #274
Galaxy Nexus. Same problem. Assuming "future release" means it will be fixed in a future release? Well, that was in January. Some explaination for the devs affected by this would be nice.
ra...@gmail.com <ra...@gmail.com> #275
Seems to have been finally fixed in Android 4.0.4
Checkout
https://docs.google.com/document/pub?id=1Jx3-OX58QXR3tN-OQF55nRyR2zhIUIx_D7iexca_XUk
for the full changelog between 4.0.3 and 4.0.4 (viahttp://groups.google.com/group/android-building/browse_thread/thread/d03b6c1dac23b389 )
Search "577d6cc stagefright" for the description on the fix.
Awaiting HTC One X (4.0.3) device firmware update now to check the performance improvement...
Checkout
for the full changelog between 4.0.3 and 4.0.4 (via
Search "577d6cc stagefright" for the description on the fix.
Awaiting HTC One X (4.0.3) device firmware update now to check the performance improvement...
ar...@gmail.com <ar...@gmail.com> #276
Why rely on Google for this?
I set onCompletionListener on my MediaPlayer and when the track completes, I used seekTo(0) on the MediaPlayer and then start() again.
I set onCompletionListener on my MediaPlayer and when the track completes, I used seekTo(0) on the MediaPlayer and then start() again.
cu...@gmail.com <cu...@gmail.com> #277
I just checked 4.0.4 on a Motorola Xoom tablet and *still* hear audio gaps. That is, when using MediaPlayer to play a looped audio sample I can still hear an obvious gap between the end and beginning of the loop.
Looping the same audio sample using MediaPlayer on an N1 running the official Android 2.3.4 release, however, does not play back with gaps.
Can someone confirm?
Looping the same audio sample using MediaPlayer on an N1 running the official Android 2.3.4 release, however, does not play back with gaps.
Can someone confirm?
do...@gmail.com <do...@gmail.com> #278
Same problem with razr maxx running andro
id 2.3.6
id 2.3.6
cu...@gmail.com <cu...@gmail.com> #279
@ArifNade...
I tried that a long time ago actually. In my testing that strategy didn't work on any of my affected test bed devices: DroidX2, Galaxy Nexus, Xoom. That is, those three devices still experience an audio gap when doing something like:
mPlayer.setOnCompletionListener(new OnCompletionListener() {
@Override public void onCompletion(MediaPlayer mp) {
mp.seekTo(0);
mp.start();
}
});
I tried that a long time ago actually. In my testing that strategy didn't work on any of my affected test bed devices: DroidX2, Galaxy Nexus, Xoom. That is, those three devices still experience an audio gap when doing something like:
mPlayer.setOnCompletionListener(new OnCompletionListener() {
@Override public void onCompletion(MediaPlayer mp) {
mp.seekTo(0);
mp.start();
}
});
kr...@gmail.com <kr...@gmail.com> #280
Please fix this issue. I just bought a brand new razr maxx & now I have to use my old DroidX for my favorite app. Very disappointing!
or...@gmail.com <or...@gmail.com> #281
I have tried 4.0.4 on an HTC pyramid (TMo sensation) and still have the problem. This is a dual core phone.
an...@gmail.com <an...@gmail.com> #282
I too have this issue. I am trying to use Relax melodies on a Droid Bionic and have very noticeable gaps/jumps in my looped audio. All of my software/patches are all up to date. It disturbs me that this has been an issue for nearly a year... What is the hold up Google team?
aj...@gmail.com <aj...@gmail.com> #283
I am using Sleepy Time on my Droid Bionic, I too will reconsider whether to stay with Android the next time I upgrade. It's a shame they aren't fixing a simple gllitch. Fix this please!!
cs...@gmail.com <cs...@gmail.com> #284
@ArifNade I can also confirm this doesn't work, on older hardware, it actually appears to make the gap worse.
@cubiclep - Nexus One is fine, Xoom still has the problem with 4.0.4.
Google engineers, is there a target version for this bug, Jelly Bean?
@cubiclep - Nexus One is fine, Xoom still has the problem with 4.0.4.
Google engineers, is there a target version for this bug, Jelly Bean?
ar...@gmail.com <ar...@gmail.com> #285
@ csyper, try just mp.start(), It works in my app.
sh...@ymail.com <sh...@ymail.com> #286
I have an LG lucid and it is skipping and hiccuping on every app. Android version 2.3.6
le...@gmail.com <le...@gmail.com> #287
Asus transformer prime latest ics update i get the same error/bug. Please fix
he...@gmail.com <he...@gmail.com> #288
Please fix
no...@gmail.com <no...@gmail.com> #289
Dear Android Team,
I am eagerly awaiting some attention and resolution to this significant problem / bug. I have returned regularly only to find that there is still no broader acknowledgement by Android OS developers that this multiple processor sound looping issue is being taken seriously. Please review the details of the situation and at least craft a short term patch solution or recommend a temporary fix/that can be implemented by the app developer. Considering the nature of the problem and its impact upon user satisfaction, I would expect some urgency or at least feedback and a status update from Android developers on this. There must be someone willing to communicate who cares about the users and developers of these types of programs.
Sincerely,
D. Newsome
I am eagerly awaiting some attention and resolution to this significant problem / bug. I have returned regularly only to find that there is still no broader acknowledgement by Android OS developers that this multiple processor sound looping issue is being taken seriously. Please review the details of the situation and at least craft a short term patch solution or recommend a temporary fix/that can be implemented by the app developer. Considering the nature of the problem and its impact upon user satisfaction, I would expect some urgency or at least feedback and a status update from Android developers on this. There must be someone willing to communicate who cares about the users and developers of these types of programs.
Sincerely,
D. Newsome
sk...@gmail.com <sk...@gmail.com> #290
Got the same problem with Android 4.03 on a Galaxy S2, yesterday before the firmware update everything worked fine, now i'm also a audio-gap victim. Very annoying.
sy...@gmail.com <sy...@gmail.com> #291
Trying to make a sound loop for an app and I'm getting this annoying gap as well and I can't publish it like this, on iphone works just fine. I'm using HTC Evo 3D, Android 2.3.4.
Did anyone find a work around?
Thanks!
Did anyone find a work around?
Thanks!
ka...@gmail.com <ka...@gmail.com> #292
please fix
na...@gmail.com <na...@gmail.com> #293
Is the mighty google stumped by this bug? Are you immune to the cries of current and future
Google customers? Please fix this bug. And don't ignore your customers.
Galaxy Nexus.
Google customers? Please fix this bug. And don't ignore your customers.
Galaxy Nexus.
sy...@gmail.com <sy...@gmail.com> #294
I was able to get a work around but with the actual sound but not the programming, it seems that the MP3 is too big or to heavy for MediaPlayer so I had to test different sound tracks and this one works without gap
Format : OGG
File size : 219 KiB
Duration : 8s 205ms
Overall bit rate : 219 Kbps
Audio info:
Format settings, Floor : 1
Duration : 8s 205ms
Bit rate mode : Variable
Bit rate : 192 Kbps
Channel(s) : 2 channels
Sampling rate : 44.1 KHz
Compression mode : Lossy
Stream size : 192 KiB (88%)
Hopefully it will help some people, instead of waiting on Google as they don't seem to be moving anywhere with this.
Take care.
Format : OGG
File size : 219 KiB
Duration : 8s 205ms
Overall bit rate : 219 Kbps
Audio info:
Format settings, Floor : 1
Duration : 8s 205ms
Bit rate mode : Variable
Bit rate : 192 Kbps
Channel(s) : 2 channels
Sampling rate : 44.1 KHz
Compression mode : Lossy
Stream size : 192 KiB (88%)
Hopefully it will help some people, instead of waiting on Google as they don't seem to be moving anywhere with this.
Take care.
dk...@gmail.com <dk...@gmail.com> #295
I have a Nextbook and this delay in the loop is afecting the sleepy time app,making it unuseable.It seem to be an ongoing problem that needs to be addressed soon since it has been happening from July of 2011.FIX IT NOW!!!!!!!!!!!!!
ti...@gmail.com <ti...@gmail.com> #296
Confirmed this issue on these platforms:
Asus TF300 Tablet
Android Version: 4.0.3
Kernel Version: 2.6.39.4-00009-g5d1292f
HTC Amaze 4G
Android Version: 4.0.3
Kernel Version: 3.0.16-ga4fb83c
Confirmed this on several Tesla Software LLC AmbiScience apps and with Sleepy Time app.
Asus TF300 Tablet
Android Version: 4.0.3
Kernel Version: 2.6.39.4-00009-g5d1292f
HTC Amaze 4G
Android Version: 4.0.3
Kernel Version: 3.0.16-ga4fb83c
Confirmed this on several Tesla Software LLC AmbiScience apps and with Sleepy Time app.
mc...@tecnoguru.com <mc...@tecnoguru.com> #297
This also happens on the Galaxy S3 Euro version, popping sounds every few seconds. Had to refund.
sa...@gmail.com <sa...@gmail.com> #298
Fix this issue, it's the reason sleepbug isn't released on the Android store!
SII
SII
tr...@gmail.com <tr...@gmail.com> #299
Pleeeaaaaase fix the gaping. This is the best app I have found for sleeping and meditation!!!!! I use it on my first generation Samsung Galaxay Tablet SPH-P100.
su...@gmail.com <su...@gmail.com> #300
Seriously? I have a new phone I won't even use because of this horrible horrible bug. Please fix this or my next phone WON'T be an Android. And I've had Androids since the G1.
zo...@gmail.com <zo...@gmail.com> #301
I have the same problem on Samsung s2 with a sleep noise app. Nothing relaxing about a jarring gap between loops. Very disappointed. I was told when i got this phone android was as good as apple. I have more problems here than i have had with any of my apple stuff. Please fix.
zo...@gmail.com <zo...@gmail.com> #302
[Comment deleted]
cs...@gmail.com <cs...@gmail.com> #303
Can anyone with a jellybean device confirm that this bug is still present, either an updated galaxy nexus or a nexus 7?
cs...@gmail.com <cs...@gmail.com> #304
The bug is still very much present on the Nexus 7 and Android 4.1.1.
ar...@gmail.com <ar...@gmail.com> #305
I was wondering if a NDA custom fix for this issue exist (that is opensource).
E.g. lightning bug and relax meldoies works fine. Did they implement their own player or use a 3rd party/opensource library?
E.g. lightning bug and relax meldoies works fine. Did they implement their own player or use a 3rd party/opensource library?
cs...@gmail.com <cs...@gmail.com> #306
I am not positive how Lightning Bug worked around the problem, but it appears that their solution may not be 100% from looking at this post on their site:
http://lightningbug.me/2012/02/im-using-2-9-but-still-hear-skipping/
lu...@gmail.com <lu...@gmail.com> #307
Really bummed out about this problem with android. Just tried and uninstalled two apps that are affected by this looping bug. So disappointing! I'm on an Acer iconia tab, btw.
ju...@gmail.com <ju...@gmail.com> #308
Experiencing the same issue on android 4.0 ice cream sandwich on the Sprint HTC EVO 3d. PLEASE fix it!
ls...@gmail.com <ls...@gmail.com> #309
This problem is still occurring for the Nexus 7 with the updated 4.1.1
ol...@gmail.com <ol...@gmail.com> #310
My htc rezound has the clicking issues. Oldmage.hg@gmail.com.
Ice cream sandwich. No issues til around the os upgrade. Fix don't refund it worked. Like having Robert. Monroe with me til then....
Ice cream sandwich. No issues til around the os upgrade. Fix don't refund it worked. Like having Robert. Monroe with me til then....
eu...@gmail.com <eu...@gmail.com> #311
This is not working on LG Viper 4G
eu...@gmail.com <eu...@gmail.com> #312
The looping problem is present on the Pandigital Planet
me...@gmail.com <me...@gmail.com> #313
No issue with Galaxy S and Gingerbread, but big problem on S2 and Galaxy tab 10.1!!!
ke...@gmail.com <ke...@gmail.com> #314
This is an awesome app! Google please fix the problem. I have a droid x2
cm...@gmail.com <cm...@gmail.com> #315
Seriously, why hasn't this been fixed if people have been complaining for more than a year? Ridiculous. Having this issue on HTC Resound. App is awesome, please fix already!!!
br...@gmail.com <br...@gmail.com> #316
Fix this issue please.
co...@gmail.com <co...@gmail.com> #317
Google please fix the problem.
ap...@gmail.com <ap...@gmail.com> #318
PLEASE fix this, it makes any sleep/ambient app useless.
qk...@googlemail.com <qk...@googlemail.com> #319
FIX IT ... PLEASE ...
ICS on HTC SENSATION
ICS on HTC SENSATION
ke...@gmail.com <ke...@gmail.com> #320
Android Team, please fix this. It made my Lightning Bug unusable and I just bought an AmbiScience app that they are kindly refunding because of this stupid skipping noise. If this is still an issue when my contract is up, better believe I will go for iPhone. Used to love Android for integration and Latitude, but searching and loading have become so slow, even with cache cleared, as to be essentially useless most of the time. My Android loyalty is dwindling fast, especially since this bug has gone unfixed for AN ENTIRE YEAR.
cs...@gmail.com <cs...@gmail.com> #321
I have opened a new bug, so it will be in the list of outstanding bugs, about the Android team's lack of response on this bug. Maybe this can draw some attention to this bug again. IDK, a shot in the dark at this point.
http://code.google.com/p/android/issues/detail?id=37727
ar...@gmail.com <ar...@gmail.com> #322
Samsung Galaxies I have experience it too. I am stunned it hasn't been addressed.
ni...@gmail.com <ni...@gmail.com> #323
Asus transformer TF101 has it too... I please fix!
ja...@gmail.com <ja...@gmail.com> #324
samsung galaxy s duos 7562 has same problem ,please fix it as soon as possible
ta...@gmail.com <ta...@gmail.com> #325
I have an LG Connect 4 from Metro PCS, running Gingerbread 2.3, and it does the same thing, skipping and pausing between iterations of "seamless"sou. nd files.
fa...@gmail.com <fa...@gmail.com> #326
I bought new one(Pantech VEGA R3) which has QuadCore processor. Surely the problem doesn't exist on it. Former one(dual core) has the problem. Both run on ICS 4.0.4.
fa...@gmail.com <fa...@gmail.com> #327
oh,no. Quadcore still has the problem. but some files were solved while others not. I don't know why these things happen.
cr...@gmail.com <cr...@gmail.com> #328
This problem is like a stone in the shoe. Please fix it..... Galaxy S2 has same problem. Damn gap!
rb...@gmail.com <rb...@gmail.com> #329
Um, how can this be closed, yet still exist on my Nexus 7 running vanilla shipped 4.2.1? Is it that they think they fixed it and they didn't? Or that they don't believe it is a problem? Or there was a problem coded in Jan 2012, but it hasn't made it into any of the Nexus devices yet?!? I don't understand, and it seems like it needs to be reopened, or has it been opened in another spot?
ep...@gmail.com <ep...@gmail.com> #330
Same problem here, Galaxy SII, with ICS, the gap is everywhere...
an...@gmail.com <an...@gmail.com> #331
Gap exists in my Galaxy SII with GB. This should not be closed, please reopen and fix it!
j6...@gmail.com <j6...@gmail.com> #332
[Comment deleted]
j6...@gmail.com <j6...@gmail.com> #333
I am getting a noticeable skip when I play the entrainments. This is very annoying! Please fix this problem or give me my money back!
ri...@gmail.com <ri...@gmail.com> #334
I have the same skipping issue with Ambiscience (by Tesla) - binaurals, on a Samsung Galaxy Note II. Please fix!
na...@gmail.com <na...@gmail.com> #335
It has been over a year now, and this bug has not been fixed...
the popping /crackling sound on Android 4.0.4, 4.1.1, 4.1.2 with
Toshiba AT100-100, Samsung SG3, Minix GTV Neo X5...
Come on Google, get your act together and sort out this bad audio loop bug...
Apple has excellent and faultless cross-fade audio transitions, why not Android?
or Google does not care as much as Apple about their products and customers?
A shame really...
this shows very badly on Google image...
the popping /crackling sound on Android 4.0.4, 4.1.1, 4.1.2 with
Toshiba AT100-100, Samsung SG3, Minix GTV Neo X5...
Come on Google, get your act together and sort out this bad audio loop bug...
Apple has excellent and faultless cross-fade audio transitions, why not Android?
or Google does not care as much as Apple about their products and customers?
A shame really...
this shows very badly on Google image...
ar...@gmail.com <ar...@gmail.com> #336
[Comment deleted]
cs...@gmail.com <cs...@gmail.com> #337
Yes, the bug is present on the Kindle SDK for the Fire HD devices as well.
dt...@gmail.com <dt...@gmail.com> #338
Definitely should not be a closed issue.Still affecting 2.3.4 dual core Android users.
ar...@gmail.com <ar...@gmail.com> #339
[Comment deleted]
ar...@gmail.com <ar...@gmail.com> #340
[Comment deleted]
so...@gmail.com <so...@gmail.com> #341
plz fix this thanks you
kr...@gmail.com <kr...@gmail.com> #342
Bug STILL present.
ke...@tavo.org <ke...@tavo.org> #343
Still a problem using 4.4.2 on Samsung S4.
I'm annoyed that it's not fixed, but am REALLY annoyed at the lack of response from the developers in the 3+ years since this bug was first filed. If it's hard to fix, say that. If it's hard to reproduce, ask for help. If it's never going to be fixed, comment to that effect. Any news is more helpful than silence.
I'm annoyed that it's not fixed, but am REALLY annoyed at the lack of response from the developers in the 3+ years since this bug was first filed. If it's hard to fix, say that. If it's hard to reproduce, ask for help. If it's never going to be fixed, comment to that effect. Any news is more helpful than silence.
kr...@gmail.com <kr...@gmail.com> #344
I have 2 devices with the bug.
========================================
Motorola Razr M
Android Version:
4.4.2
Kernel:
N/A
3.4.42-g5170b6b
Status:
Fail!!
========================================
Motorola Moto X
Android Version:
4.4.4
Kernel:
3.4.42-gb444bf1-00004-g6b785f7
Status:
Fail!!!
========================================
Motorola Razr M
Android Version:
4.4.2
Kernel:
N/A
3.4.42-g5170b6b
Status:
Fail!!
========================================
Motorola Moto X
Android Version:
4.4.4
Kernel:
3.4.42-gb444bf1-00004-g6b785f7
Status:
Fail!!!
da...@gmail.com <da...@gmail.com> #345
like in #344 was said - do not ignore this issue! It's very serious problem.
re...@gmail.com <re...@gmail.com> #346
I have been having the same problem with my Samsung Galaxy S4, Android version 4.4.2, Kernel 3.4.0-2162929. I know that the ringtones I created looped perfectly on my old HTC Inspire phone until I updated the Android OS.
ju...@gmail.com <ju...@gmail.com> #347
The same issue on Android L (Nexus5) for ogg.......
ce...@gmail.com <ce...@gmail.com> #348
Same here. Are anybody going to fix this?
pu...@gmail.com <pu...@gmail.com> #349
Same here on a Nexus 7 (2013) and Android 5.0.2 with any of the following file formats: .wav, .ogg, .m4a, .mp3.
Does anybody care about it?
Does anybody care about it?
rv...@gmail.com <rv...@gmail.com> #350
I have purchased the item long back. but I had to reinstall the software. From then onwards not able to download the connected files. Please help me.
rvg123@gmail.com
rvg123@gmail.com
ko...@gmail.com <ko...@gmail.com> #351
Have the issue on Moto G 1st gen (5.1 GPE)
jj...@gmail.com <jj...@gmail.com> #352
Same issue on Samsung Galaxy Core Prime! I have successfully used Lightning Bug on several other Samsung phones for years. I just bought the Core Prime and now... none of the sleep/ambient apps work properly. I guess it won't help, but I will plead nonetheless, PLEASE FIX!
pr...@gmail.com <pr...@gmail.com> #353
Happens on my Google Nexus 5.
vt...@gmail.com <vt...@gmail.com> #354
It's happening with our looping audio on all our test devices (S3, Nexus 6 and others), versions 4.2.2 through 6.0. We tested with m4a and ogg formats, no difference. Wow, this bug has existed for 3 years. This isn't even the only mediaplayer bug that's affecting our apps. The other one causes audio to stop altogether when playing more than one track at a time, and that one has also existed for years. Since this bug will apparently never get fixed, I'll take this opportunity to say what I tell anyone who will listen: Get an iPhone.
ar...@gmail.com <ar...@gmail.com> #355
We are experiencing a same issue as reported by #355 in our apps.
ka...@gmail.com <ka...@gmail.com> #356
Experience the issue too.
Workaround: (it might not be appropriate for all cases, but for games for instance it should work) try to switch your implementation from MediaPlayer to SoundPool which loops very well. See my answer here:http://stackoverflow.com/a/33539399/1317086
Workaround: (it might not be appropriate for all cases, but for games for instance it should work) try to switch your implementation from MediaPlayer to SoundPool which loops very well. See my answer here:
ru...@gmail.com <ru...@gmail.com> #357
Even in 2017 this still doesn't appear to be fixed....
lo...@gmail.com <lo...@gmail.com> #358
error was found in 2011 But Even in 2017 still has gap.
Please Fix it!
Please Fix it!
da...@gmail.com <da...@gmail.com> #359
For what it's worth, this is still present on the 2015 Moto G3 as of today July 4th 2017
ma...@gmail.com <ma...@gmail.com> #360
Yes, this still happens on my Nexus 6P and every one of my test devices. It is truly amazing how Google has not only let this major bug persist through all these years, but propigate through all the new OS versions and hardware.
re...@gmail.com <re...@gmail.com> #361
It's like they don't want people to make their own ringtones anymore.
On Tue, Jul 4, 2017 at 9:31 AM, <buganizer-system@google.com> wrote:
On Tue, Jul 4, 2017 at 9:31 AM, <buganizer-system@google.com> wrote:
da...@gmail.com <da...@gmail.com> #362
Apparently someone is using my email address and I was subscribed to this thread. Whoever you are, please stop. Thanks.
t....@gmail.com <t....@gmail.com> #363
da...@gmail.com <da...@gmail.com> #364
I've never used this platform before now so I don't even know where to unsubscribe at and googling it didn't help. I started receiving notifications yesterday and I see that whoever comment #359 is, was the one who used my email address. If you can tell me how to unsubscribe I will, and it will save us all headaches.
Thanks
Thanks
ce...@gmail.com <ce...@gmail.com> #365
Good lord, I haven't used an android phone in almost 7 years. I don't know what's going on, but for the love of god, get me out of this list!
Sent from my iPhone
Sent from my iPhone
kr...@gmail.com <kr...@gmail.com> #366
To unsubscribe you must visit this page (https://issuetracker.google.com/issues/36931073 ) while signed into google. If you don't see your email address in the CC section on the right, then check the upper left of the screen for a star icon. If it is yellow click it and it should turn white (not filled it). If your email address is not under CC on the right and the issue is not starred you should not receive notifications from this thread.
jm...@gmail.com <jm...@gmail.com> #367
Yeah for whatever reason I'm suddenly subscribed to this thread as well. Thanks for the directions on how to unsubscribe.
ss...@gmail.com <ss...@gmail.com> #368
I too began to receive email from this site, yesterday. I have never subscribed to or been a participant in this site before. Is this some sort of hacker vulnerability attacking Google? Am I to be concerned? Do I need to remain a "subscriber" in order to be kept abreast of this issue? I know of the Stagefright virus/bug but is this something new? Please advise.
da...@gmail.com <da...@gmail.com> #369
Yeah, just getting back on the computer from being out all day. I'm not listed in the CC on the right and the start wasn't yellow. So not sure what's going on. All email addresses are blocked out such as the person in comment 368 (above my comment) it shows ss....@gmail.com. I can't click on any email addresses to be able to contact anyone other than posting a comment in this thread.
tr...@gmail.com <tr...@gmail.com> #370
I too suddenly began to get this for no reason. Worries me!
zo...@gmail.com <zo...@gmail.com> #371
Let's all reply to this ticket and spam hundreds of people. yeesh.
On 6 Jul. 2017 10:14, <buganizer-system@google.com> wrote:
On 6 Jul. 2017 10:14, <buganizer-system@google.com> wrote:
ce...@gmail.com <ce...@gmail.com> #372
Get me off this thread please
Sent from my iPhone
Sent from my iPhone
da...@gmail.com <da...@gmail.com> #373
I wish I could get off this thread too. Apparently there is no way to unsubscribe and I haven't found a person of contact to report this issue to remove me/us off this thread. If someone has any ideas or knows who to contact, please let us know!!!
The only thing I can think of is to mark the email notifications as spam or set up a filter to "mark as read" and send it straight to the bin where it belongs. :-/
The only thing I can think of is to mark the email notifications as spam or set up a filter to "mark as read" and send it straight to the bin where it belongs. :-/
ta...@gmail.com <ta...@gmail.com> #374
Literally all you have to do is click the 🌟 so it is grayed out.
da...@gmail.com <da...@gmail.com> #375
LITERALLY I don't have that option. Nor do I have the option to Un-CC in the right hand column. Please click the link (I uploaded a screenshot to google drive) to see what I'm talking about.
If I could just click on it, I would. Trust me.
https://drive.google.com/file/d/0BwSQrtYP60b-LU5VZjJqTW9RcGM/view?usp=drive_web (screen.JPG)
If I could just click on it, I would. Trust me.
le...@gmail.com <le...@gmail.com> #376
In the interest of ending the ridiculous nonsense being posted here, I'm certainly not clicking on a random Drive link that requires requesting access.
Go to the Issue Tracker, find the issue, then click the star, which I've cleverly highlighted here.http://imgur.com/a/Gv31P
If you couldn't find that on your own, consider never again commenting on an issue.
You cannot access the Issue Tracker without logging in, therefore either you or someone with access to your account subscribed to this issue.
Go to the Issue Tracker, find the issue, then click the star, which I've cleverly highlighted here.
If you couldn't find that on your own, consider never again commenting on an issue.
You cannot access the Issue Tracker without logging in, therefore either you or someone with access to your account subscribed to this issue.
da...@gmail.com <da...@gmail.com> #377
1. I'm logged in
2. The star on my screen is NOT yellow (which was what I was trying to show you with the google drive link that I used in this forum to upload a file. I clicked on your link which I already knew wasn't going to solve my issue considering that my star is NOT yellow.
3. There is NOTHING listed in the right hand pane with my email to Un-CC
There is no need to be an ass about it. Clearly I'm not the only one who has been mysteriously subscribed to this forum that can't unsubscribe.
Here- click this and you'll see what I'm seeing.http://imgur.com/a/S7jEU Which I've cleverly pointed out exactly what points 1, 2 and 3 say above.
2. The star on my screen is NOT yellow (which was what I was trying to show you with the google drive link that I used in this forum to upload a file. I clicked on your link which I already knew wasn't going to solve my issue considering that my star is NOT yellow.
3. There is NOTHING listed in the right hand pane with my email to Un-CC
There is no need to be an ass about it. Clearly I'm not the only one who has been mysteriously subscribed to this forum that can't unsubscribe.
Here- click this and you'll see what I'm seeing.
ab...@gmail.com <ab...@gmail.com> #378
Why isnt this bug fixed yet. Is there a way bump up the priority. @Google developer, can you please paste a workaround ? If you dont have a workaround this bug should be P1. Its a basic rule of thumb of development.
kr...@gmail.com <kr...@gmail.com> #379
Still not fixed. C'mon Google.
ic...@gmail.com <ic...@gmail.com> #380
I seem to have been subscribed without my knowledge as well.......
Sent from my iPhone
Sent from my iPhone
jr...@gmail.com <jr...@gmail.com> #381
I am not sure how I wound up on this thread, please unsubscribe me from all
future correspondence in this group.
On Thu, Oct 5, 2017 at 2:12 PM, <buganizer-system@google.com> wrote:
future correspondence in this group.
On Thu, Oct 5, 2017 at 2:12 PM, <buganizer-system@google.com> wrote:
cy...@gmail.com <cy...@gmail.com> #382
Please take me off of this conversation. Thank you
On Oct 5, 2017 16:01, <buganizer-system@google.com> wrote:
On Oct 5, 2017 16:01, <buganizer-system@google.com> wrote:
ma...@gmail.com <ma...@gmail.com> #383
ra...@gmail.com <ra...@gmail.com> #384
You are taking your sweet time with this one guys. Men will reach Mars and we won't still have flawless looping in Android.
pu...@gmail.com <pu...@gmail.com> #385
Still open?
ex...@gmail.com <ex...@gmail.com> #386
I dont believe is a bug. Its a limitation that on order to be overcome we should use an engine like audio engines found in gamss which makes sense
le...@gmail.com <le...@gmail.com> #387
You have the wrong email. I'm lebeck@gmail.com and I know about none of
this. Please remove my email address.
On Thu, Jun 11, 2020, 2:15 PM <buganizer-system@google.com> wrote:
this. Please remove my email address.
On Thu, Jun 11, 2020, 2:15 PM <buganizer-system@google.com> wrote:
po...@gmail.com <po...@gmail.com> #388
Same. I don't computer or bug stuff plz remove me too
On Thu, Jun 11, 2020 at 3:15 PM <buganizer-system@google.com> wrote:
On Thu, Jun 11, 2020 at 3:15 PM <buganizer-system@google.com> wrote:
rg...@gmail.com <rg...@gmail.com> #389
I faced this issue with almost every device using Exo Player, even with perfect loops.
f6...@gmail.com <f6...@gmail.com> #390
Which directory am I supposed to put the OGG files in?
su...@gmail.com <su...@gmail.com> #391
I have same problem on all device. And i use dolphin verdion Android studio.
Description
while developing Android applications. Use the Tools templates for issues
with the developer tools.
Please describe the problem in detail. Be sure to include:
- Steps to reproduce the problem (including sample code if appropriate).
- What happened.
- What you think the correct behavior should be.
I believe this is related to the new media framework stagefright where looped audio is not longer seemless. Using the following code:
Media Player mediaPlayer = MediaPlayer.create(this, Uri.parse(someValidPath));
mediaPlayer.setLooping(true);
In my testing someValidPath points to a local file stored on a SD card.
The audio will loop but there is a brief noticeable gap that didn't exist in previous versions of Android. I have tested with various ogg and wav files and they all produce the same result a brief pause between sounds.
Don't forget to mention which version of Android you're using, and/or which
device the problem appears on (model and Android version).
I have tested on Android 3.2 and have experienced the issue
kernel: 2.6.36-gb899528
android-build@apa28 #1
on the Motorola Xoom
On version 3.1 on the Xoom this problem was not present.
I feel that the expected output should be the same as it was in previous versions of Android where sample is looped seemlessly without any pause that is noticeable to the human ear.
Please also run "adb bugreport" and archive the output.
attached is the output of adb bugreport as well as a sample file to illustrate the issue.