Assigned
Status Update
Comments
ap...@google.com <ap...@google.com> #2
I have same issue, but in addition many a time, when I switch on Bluetooth, the WiFi connection drops.
js...@google.com <js...@google.com> #3
js...@google.com <js...@google.com> #4
Thanks... but that is not the same issue... I can leave wifi on all the time and it will never drop connection. Even when screen blanks out. The wifi will only drop when I turn on bluetooth.
js...@google.com <js...@google.com> #5
The issue with bluetooth killing wifi is a known Android 4.2.1 issue. Whether or not it is related to other wifi issues has yet to be determined, since the cause of the wifi bug has not been made public. I have also seen the bluetooth killing wifi bug on My Nexus 4, all I have to do is turn on my paired Plantronics headset.
And for clarity, my wifi doesn't "drop" either. But after the screen has been blanked for about a minute, it stops communicating. A simple ping test to your N4 can verify this. If you turn the screen back on you still see the wifi icon, but it will be greyed out. After a few seconds with the screen on, it will turn blue again (and ping will again reach your device).
And for clarity, my wifi doesn't "drop" either. But after the screen has been blanked for about a minute, it stops communicating. A simple ping test to your N4 can verify this. If you turn the screen back on you still see the wifi icon, but it will be greyed out. After a few seconds with the screen on, it will turn blue again (and ping will again reach your device).
ap...@google.com <ap...@google.com> #6
Yeah, I had a discussion with a level 2 Google Play support rep. They said they are aware of the issue and to please be patient for an update. I think we need to make this more publicly known so that they get on top of it...
My wifi icon is always blue (when bluetooth isn't on, that is)... even after the screen's been off for quite some time and then turn back on. Still blue...
My wifi icon is always blue (when bluetooth isn't on, that is)... even after the screen's been off for quite some time and then turn back on. Still blue...
js...@google.com <js...@google.com> #7
Thanks for the update. How did you get to discuss this with a level 2 rep? Did you call Google Device support and escalate?
[Deleted User] <[Deleted User]> #8
After a long discussion of "It must be your router..." or "It must be your bluetooth device..." or "you must have installed some app that's causing that..." or "those radios have nothing to do with each other..." I proved to the first rep that my router + bluetooth device doesn't have any problems on my Nexus 7. Then explained that I can get the same results on both Nexus 4 (dropped wifi) and Nexus 7 (perfectly working wifi) at multiple router locations - not just mine. I then proceeded to uninstall every downloadable app... still the same problem... I then reset my phone to factory settings... still the same problem... then I booted my phone in safe mode... still the same problem. She was stumped... it was clearly a Nexus 4 issue as no outside force was causing this issue.
It took all that running around to present my case to a level two. And of course... level two knew about it and said be patient...
It took all that running around to present my case to a level two. And of course... level two knew about it and said be patient...
js...@google.com <js...@google.com> #9
Figures. I've done essentially the same thing trying to track down the wifi sleeping problem. I've RMA'd two Nexus 4's, and the third one has the identical problem as the other two. It's about time for me to call them back again.
Description
-addconfigurationdebugging
Specifies to instrument the processed code with debugging statements that print out suggestions for missing ProGuard configuration. This can be very useful to get practical hints at run-time, if your processed code crashes because it still lacks some configuration for reflection. For example, the code may be serializing classes with the GSON library and you may need some configuration for it. You can generally just copy/paste the suggestions from the console into your configuration file.
Counter-indication: do not use this option in release versions, as it adds obfuscation information to the processed code.