Status Update
Comments
ni...@gmail.com <ni...@gmail.com> #2
com.google.android.gms.ads.internal.scionintegration.a.onSharedPreferenceChanged (:com.google.android.gms.policy_ads_fdr_dynamite@240304709@240304704034.602821767.602821767:73)
com.google.android.gms.ads.internal.scionintegration.m.a (:com.google.android.gms.policy_ads_fdr_dynamite@240304709@240304704034.602821767.602821767:106)
com.google.android.gms.ads.nonagon.a.s (:com.google.android.gms.policy_ads_fdr_dynamite@240304709@240304704034.602821767.602821767:439)
com.google.android.gms.ads.nonagon.a.b (:com.google.android.gms.policy_ads_fdr_dynamite@240304709@240304704034.602821767.602821767:5)
com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl.getMobileAdsSettingManager (:com.google.android.gms.policy_ads_fdr_dynamite@240304709@240304704034.602821767.602821767:52)
m.ajn.onTransact (:com.google.android.gms.policy_ads_fdr_dynamite@240304709@240304704034.602821767.602821767:21)
android.os.Binder.transact (Binder.java:1188)
ocm.gL (:com.google.android.gms@240812039@24.08.12 (190408-608507424):8)
com.google.android.gms.ads.internal.client.ay.getMobileAdsSettingManager (:com.google.android.gms@240812039@24.08.12 (190408-608507424):12)
com.google.android.gms.ads.MobileAdsSettingManagerCreatorImpl.getMobileAdsSettingManager (:com.google.android.gms@240812039@24.08.12 (190408-608507424):42)
com.google.android.gms.ads.internal.client.az.fL (:com.google.android.gms@240812039@24.08.12 (190408-608507424):40)
ocn.onTransact (:com.google.android.gms@240812039@24.08.12 (190408-608507424):101)
android.os.Binder.transact (Binder.java:1188)
com.google.android.gms.internal.ads.zzaoj.zzbs (com.google.android.gms:play-services-ads-base@@20.6.0:2)
com.google.android.gms.internal.ads.zzbic.zze (zzbic.java:4)
com.google.android.gms.internal.ads.zzbjv.zza (zzbjv.java:3)
com.google.android.gms.internal.ads.zzbgg.zzc (com.google.android.gms:play-services-ads-lite@@20.6.0:12)
com.google.android.gms.internal.ads.zzbgn.zzf (com.google.android.gms:play-services-ads-lite@@20.6.0:1)
com.google.android.gms.internal.ads.zzbgn.zzd (com.google.android.gms:play-services-ads-lite@@20.6.0:11)
com.google.android.gms.internal.ads.zzbjq.zzv (com.google.android.gms:play-services-ads-lite@@20.6.0:3)
com.google.android.gms.internal.ads.zzbjq.zzl (com.google.android.gms:play-services-ads-lite@@20.6.0:8)
com.google.android.gms.ads.MobileAds.initialize (com.google.android.gms:play-services-ads-lite@@20.6.0:3)
ul...@gmail.com <ul...@gmail.com> #3
ni...@gmail.com <ni...@gmail.com> #4
Happens across multiple App versions, devices and Android versions.
ro...@gmail.com <ro...@gmail.com> #5
I'd say that it's possibly because the static string key saved on the shared prefs is used somewhere else, even in a different library perhaps, as an Integer. Couldn't fully recover the string name though because of the compiled code. Haven't delve much in though
st...@gmail.com <st...@gmail.com> #6
It's a bit hard to understand where's the problem is as the code is obfuscated but it should be one of these:
"gad_has_consent_for_cookies"
"IABTCF_gdprApplies"
"IABTCF_TCString"
"IABTCF_PurposeConsents"
I don't know who exactly causes this crash but I know that the "getString" function crash when one of them returns an integer instead of string.
The getString function crashes somewhere here:
public final void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String str) {
char c;
int i;
zzbbc zzbbcVar = zzbbk.zzay;
C6158t c6158t = C6158t.f15178d;
if (((Boolean) c6158t.f15181c.zzb(zzbbcVar)).booleanValue()) {
if (zzbwv.zza(str, "gad_has_consent_for_cookies")) {
if (!((Boolean) c6158t.f15181c.zzb(zzbbk.zzaw)).booleanValue()) {
return;
}
int i2 = sharedPreferences.getInt("gad_has_consent_for_cookies", -1);
C6482j0 c6482j0 = (C6482j0) this.zzc;
c6482j0.m973p();
synchronized (c6482j0.f16228a) {
i = c6482j0.f16242o;
}
if (i2 != i) {
((C6482j0) this.zzc).m982g(true);
}
((C6482j0) this.zzc).m984e(i2);
return;
} else if (zzbwv.zza(str, "IABTCF_gdprApplies") || zzbwv.zza(str, "IABTCF_TCString") || zzbwv.zza(str, "IABTCF_PurposeConsents")) {
String string = sharedPreferences.getString(str, "-1");
if (string != null && !string.equals(((C6482j0) this.zzc).m965x(str))) {
((C6482j0) this.zzc).m982g(true);
}
((C6482j0) this.zzc).m983f(str, string);
return;
} else {
return;
}
}
String string2 = sharedPreferences.getString("IABTCF_PurposeConsents", "-1");
int i3 = sharedPreferences.getInt("gad_has_consent_for_cookies", -1);
String valueOf = String.valueOf(str);
int hashCode = valueOf.hashCode();
if (hashCode != -2004976699) {
if (hashCode == -527267622 && valueOf.equals("gad_has_consent_for_cookies")) {
c = 1;
}
c = 65535;
} else {
if (valueOf.equals("IABTCF_PurposeConsents")) {
c = 0;
}
c = 65535;
}
if (c != 0) {
if (c != 1) {
return;
}
if (((Boolean) c6158t.f15181c.zzb(zzbbk.zzaw)).booleanValue() && i3 != -1 && this.zzf != i3) {
this.zzf = i3;
zzb(string2, i3);
}
} else if (!string2.equals("-1") && !this.zze.equals(string2)) {
this.zze = string2;
zzb(string2, i3);
}
}
where the str argument is one of the static strings I mentioned. Notice that Google does lots of type/null checks before communicating with the SharedPreferences so this seems like something that the developers tried to avoid
df...@gmail.com <df...@gmail.com> #7
Again, I could be wrong. My assumptions are heavily relayed on lots of obfuscated code
ic...@gmail.com <ic...@gmail.com> #8
On an old build of com.google.android.gms.policy_ads_fdr_dynamite
(211512000057.367949677.367949677 July 15, 2021), there are 2 potential culprits:
public final void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String str) {
Context context;
if ("IABTCF_PurposeConsents".equals(str)) {
String string = sharedPreferences.getString("IABTCF_PurposeConsents", "");
public final void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String str) {
char c;
if ("consent_string".equals(str)) {
String string = sharedPreferences.getString("consent_string", "");
I have a strong feeling that IABTCF_PurposeConsents
is the one we are crashing on.
From the documentation:
Binary String
: The'0'
or'1'
at position n – where n's indexing begins at0
– indicates the consent status for purpose ID n+1;false
andtrue
respectively. eg.'1'
at index0
is consenttrue
for purpose ID1
Something in the chain might have replaced this value thinking it was an Integer
🙈.
wa...@gmail.com <wa...@gmail.com> #9
```
val prefs = PreferenceManager.getDefaultSharedPreferences(this)
try {
prefs.getString("consent_string", "")
} catch (e: ClassCastException) {
prefs.edit().putString("consent_string", "").apply()
}
MobileAds.initialize(this) {}
```
eu...@gmail.com <eu...@gmail.com> #10
ro...@gmail.com <ro...@gmail.com> #11
fg...@gmail.com <fg...@gmail.com> #12
Sorry. This is the complete solution we have until now:
val prefs = PreferenceManager.getDefaultSharedPreferences(this)
try {
prefs.getString("consent_string", "")
} catch (e: ClassCastException) {
prefs.edit().putString("consent_string", "").apply()
}
try {
prefs.getString("IABTCF_PurposeConsents", "")
} catch (e: ClassCastException) {
prefs.edit().putString("IABTCF_PurposeConsents", "").apply()
}
MobileAds.initialize(this) {}
ni...@gmail.com <ni...@gmail.com> #13
I advice against using this solution though. I don't think you're suppose to touch the consent finals. This message only meant to help point to the right solution
ba...@gmail.com <ba...@gmail.com> #14
co...@gmail.com <co...@gmail.com> #15
vi...@google.com <vi...@google.com> #16
I guess the team has to undo the recent remote changes on Admob server side ASAP
li...@gmail.com <li...@gmail.com> #17
Any Google update on this? Some config change on AdMob servers?
(don't think we should be altering GDPR strings as stated above...)
ba...@gmail.com <ba...@gmail.com> #18
lf...@gmail.com <lf...@gmail.com> #19
ch...@gmail.com <ch...@gmail.com> #20
Is there anyone on Crashlytics who is seeing a decrease in crashes? (I'm not)
Crashes stopped between 01:04-01:14 GMT but they appeared again after that interval for me.
ja...@gmail.com <ja...@gmail.com> #21
bg...@gmail.com <bg...@gmail.com> #22
ni...@gmail.com <ni...@gmail.com> #23
I just released a new version with try-catch.
df...@gmail.com <df...@gmail.com> #25
ni...@gmail.com <ni...@gmail.com> #26
da...@gmail.com <da...@gmail.com> #27
ge...@gmail.com <ge...@gmail.com> #28
the status page doesnt include any technical details.
I just hope that they fixed the issue in a robust way.
wk...@gmail.com <wk...@gmail.com> #29
Google said it was resolved, but many crashes are still being reported.
az...@gmail.com <az...@gmail.com> #30
lo...@gmail.com <lo...@gmail.com> #31
ym...@gmail.com <ym...@gmail.com> #32
Related API or developer doc.
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report to google drive and share the folder to android-bugreport@google.com, then share the link here.
da...@gmail.com <da...@gmail.com> #34
ba...@gmail.com <ba...@gmail.com> #35
da...@gmail.com <da...@gmail.com> #36
ba...@gmail.com <ba...@gmail.com> #37
Rats, I added try/catch
around the MobileAds.initialize()
call, released it, but the crash is still happening! It's in a callback as a result of shared preferences changing:
Fatal Exception: java.lang.ClassCastException
java.lang.Integer cannot be cast to java.lang.String
android.app.SharedPreferencesImpl.getString (SharedPreferencesImpl.java:306)
com.google.android.gms.ads.internal.scionintegration.a.onSharedPreferenceChanged (:com.google.android.gms.policy_ads_fdr_dynamite@240304709@240304704034.602821767.602821767:73)
android.app.SharedPreferencesImpl$EditorImpl.notifyListeners (SharedPreferencesImpl.java:693)
android.app.SharedPreferencesImpl$EditorImpl.lambda$notifyListeners$0$android-app-SharedPreferencesImpl$EditorImpl (SharedPreferencesImpl.java:699)
android.app.SharedPreferencesImpl$EditorImpl$$ExternalSyntheticLambda0.run (Unknown Source:4)
android.os.Handler.handleCallback (Handler.java:942)
android.os.Handler.dispatchMessage (Handler.java:99)
android.os.Looper.loopOnce (Looper.java:226)
android.os.Looper.loop (Looper.java:313)
android.app.ActivityThread.main (ActivityThread.java:8762)
Any ideas how to defend against that?
ba...@gmail.com <ba...@gmail.com> #38
ac...@gmail.com <ac...@gmail.com> #39
Referring to the posts above, the problem is that the saved type of iab consent strings of the initially affected users was somewhat corrupted.
Google needs to restore these corrupted iab consent strings to their original state,
but I'm worried that they may have omitted this part.
ku...@gmail.com <ku...@gmail.com> #40
at android.app.SharedPreferencesImpl.getString(SharedPreferencesImpl.java:302)
at com.google.android.gms.ads.internal.scionintegration.a.onSharedPreferenceChanged(:com.google.android.gms.policy_ads_fdr_dynamite@240304709@240304704034.602821767.602821767:73)
at com.google.android.gms.ads.internal.scionintegration.m.a(:com.google.android.gms.policy_ads_fdr_dynamite@240304709@240304704034.602821767.602821767:106)
at com.google.android.gms.ads.nonagon.a.s(:com.google.android.gms.policy_ads_fdr_dynamite@240304709@240304704034.602821767.602821767:439)
at com.google.android.gms.ads.nonagon.a.b(:com.google.android.gms.policy_ads_fdr_dynamite@240304709@240304704034.602821767.602821767:5)
at com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl.getMobileAdsSettingManager(:com.google.android.gms.policy_ads_fdr_dynamite@240304709@240304704034.602821767.602821767:52)
at
at m.ajn.onTransact(:com.google.android.gms.policy_ads_fdr_dynamite@240304709@240304704034.602821767.602821767:21)
at android.os.Binder.transact(Binder.java:1169)
at ocm.gL(:com.google.android.gms@240812038@24.08.12 (190400-608507424):8)
at com.google.android.gms.ads.internal.client.ay.getMobileAdsSettingManager(:com.google.android.gms@240812038@24.08.12 (190400-608507424):12)
at com.google.android.gms.ads.MobileAdsSettingManagerCreatorImpl.getMobileAdsSettingManager(:com.google.android.gms@240812038@24.08.12 (190400-608507424):42)
at com.google.android.gms.ads.internal.client.az.fL(:com.google.android.gms@240812038@24.08.12 (190400-608507424):40)
at ocn.onTransact(:com.google.android.gms@240812038@24.08.12 (190400-608507424):101)
at android.os.Binder.transact(Binder.java:1169)
at com.google.android.gms.internal.ads.zzato.zzbg(SourceFile:8)
at com.google.android.gms.ads.internal.client.zzcp.zze(SourceFile:15)
at com.google.android.gms.ads.internal.client.zzeq.zza(SourceFile:15)
at com.google.android.gms.ads.internal.client.zzaq.zzc(SourceFile:109)
at com.google.android.gms.ads.internal.client.zzax.zzf(SourceFile:1)
at com.google.android.gms.ads.internal.client.zzax.zzd(SourceFile:93)
at com.google.android.gms.ads.internal.client.zzej.zzA(SourceFile:15)
at com.google.android.gms.ads.internal.client.zzej.zzn(SourceFile:49)
at com.google.android.gms.ads.MobileAds.initialize(SourceFile:3)
at com.viber.voip.ViberApplication.lambda$doInitApplication$16(SourceFile:889)
at com.viber.voip.ViberApplication.x(SourceFile:1)
at com.viber.voip.y1.init(SourceFile:1)
at u20.f.initInstance(SourceFile:3)
at u20.d.b(SourceFile:16)
at u20.d.run(SourceFile:1)
at d00.j1.run(SourceFile:1)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:487)
at java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:307)
at d00.i1.run(SourceFile:1)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
at java.lang.Thread.run(Thread.java:1012)
ed...@gmail.com <ed...@gmail.com> #41
Please provide the requested information mentioned in
ed...@gmail.com <ed...@gmail.com> #42
pc...@gmail.com <pc...@gmail.com> #43
Thanks for the information. We are closing this issue as this forum is for reporting Android issues only. For Google Mobile Ads issues, please visit the
tr...@gmail.com <tr...@gmail.com> #44
Pixel 2, build QP1A.190711.019
br...@gmail.com <br...@gmail.com> #45
fr...@dataligent.com <fr...@dataligent.com> #46
pa...@gmail.com <pa...@gmail.com> #47
mb...@gmail.com <mb...@gmail.com> #48
ma...@gmail.com <ma...@gmail.com> #49
Pixel 2XL,
Stock Android 9 on latest SP
Never tampered with the phone
Downloaded update via update button
Installed, rebooted all sensors working as expected
al...@gmail.com <al...@gmail.com> #50
sh...@gmail.com <sh...@gmail.com> #51
But sideloaded Q build QP1A.190711.019 and no issues with sensors/bootloop/etc so far. Someone else give this a shot maybe?
pe...@gmail.com <pe...@gmail.com> #52
My out going calls lag for over 1-2 minutes 😡😡
al...@gmail.com <al...@gmail.com> #53
ro...@gmail.com <ro...@gmail.com> #54
I also recorded my screen and rotated my phone in landscape with the camera active, so you can see the rotation is not working.
The two files are attachted.
Hopefully it helps.
so...@xara-capoeira.com <so...@xara-capoeira.com> #55
Hard reset is the only way to get the phone back.
mi...@gmail.com <mi...@gmail.com> #56
bt...@aol.com <bt...@aol.com> #57
ni...@gmail.com <ni...@gmail.com> #58
mi...@gmail.com <mi...@gmail.com> #59
co...@googlemail.com <co...@googlemail.com> #60
mi...@gmail.com <mi...@gmail.com> #61
be...@gmail.com <be...@gmail.com> #62
mb...@gmail.com <mb...@gmail.com> #63
la...@gmail.com <la...@gmail.com> #64
pe...@gmail.com <pe...@gmail.com> #65
ma...@gmail.com <ma...@gmail.com> #66
jm...@gmail.com <jm...@gmail.com> #67
ti...@gmail.com <ti...@gmail.com> #68
10 (QP1A.190711.020)
rc...@gmail.com <rc...@gmail.com> #69
gr...@gmail.com <gr...@gmail.com> #70
kr...@gmail.com <kr...@gmail.com> #71
kr...@gmail.com <kr...@gmail.com> #72
co...@gmail.com <co...@gmail.com> #73
ow...@gmail.com <ow...@gmail.com> #74
Anything, I mean ANYTHING not about broken sensors on a Pixel running Android 10 is definitely off topic
For other issu, ask around on XDA or some and if you can't find a solution, send feed to Google or open a separate bug report BUT DO NOT MENTION HERE
This is a bug report, Not a general purpose discussion thread
rk...@gmail.com <rk...@gmail.com> #75
sa...@gmail.com <sa...@gmail.com> #76
ri...@gmail.com <ri...@gmail.com> #77
A similar thing with calls I can make and receive calls however if I'm the receiver nothing works they can't hear me I can't hear them and none of the call GUI works, ringtone doesn't work either nor does alerts
I also had an alarm set for 9 even though I had no alarms set
ly...@gmail.com <ly...@gmail.com> #78
st...@stushepherd.co.uk <st...@stushepherd.co.uk> #79
ho...@gmail.com <ho...@gmail.com> #80
rc...@gmail.com <rc...@gmail.com> #81
ba...@gmail.com <ba...@gmail.com> #82
rc...@gmail.com <rc...@gmail.com> #83
ap...@gmail.com <ap...@gmail.com> #85
Pixel 3XL. Android Q. Rooted.
za...@gmail.com <za...@gmail.com> #86
Il sab 7 set 2019, 20:05 <buganizer-system@google.com> ha scritto:
ap...@gmail.com <ap...@gmail.com> #87
ni...@gmail.com <ni...@gmail.com> #89
Thank you to XDA members (too many to quote here, but link here:
Should you need our help in getting this issue fixed, email us.
za...@gmail.com <za...@gmail.com> #90
ja...@gmail.com <ja...@gmail.com> #92
ca...@gmail.com <ca...@gmail.com> #93
ba...@gmail.com <ba...@gmail.com> #94
an...@gmail.com <an...@gmail.com> #95
jo...@gmail.com <jo...@gmail.com> #96
Pixel 3
Build Number: QP1A.190711.019
lz...@gmail.com <lz...@gmail.com> #97
st...@gmail.com <st...@gmail.com> #98
ja...@gmail.com <ja...@gmail.com> #99
2XL. Hopefully all these reported bugs get fixed
ca...@gmail.com <ca...@gmail.com> #100
ca...@gmail.com <ca...@gmail.com> #101
This is terrible.
ca...@gmail.com <ca...@gmail.com> #102
si...@gmail.com <si...@gmail.com> #103
Pixel 2 XL, issue been present since Beta 5
si...@gmail.com <si...@gmail.com> #104
pi...@gmail.com <pi...@gmail.com> #105
im...@gmail.com <im...@gmail.com> #106
vi...@google.com <vi...@google.com> #107
ba...@gmail.com <ba...@gmail.com> #108
regards
Rob
la...@gmail.com <la...@gmail.com> #109
ly...@gmail.com <ly...@gmail.com> #110
After I removed the screen protector and then the issue is fixed, the sensor functions are back to normal with Q.
The sensor algorithm seems more sensitive on Android 10
hf...@gmail.com <hf...@gmail.com> #111
wong, I can not hear anything either pick up the phone or call someone.
And chrome and google play store crashes at the time download started.
em...@gmail.com <em...@gmail.com> #112
ro...@gmail.com <ro...@gmail.com> #113
sa...@gmail.com <sa...@gmail.com> #114
fm...@gmail.com <fm...@gmail.com> #115
sa...@gmail.com <sa...@gmail.com> #116
jk...@gmail.com <jk...@gmail.com> #117
ja...@gmail.com <ja...@gmail.com> #118
ra...@gmail.com <ra...@gmail.com> #119
du...@gmail.com <du...@gmail.com> #120
Everything in AtOmXpLuS.CoM
bl...@gmail.com <bl...@gmail.com> #121
It goes without saying, but the failure of the proximity sensor, in particular, really really freaking sucks. I can't use my phone during calls. I also can't hang up during a phone call. I have to restart the phone. I also can't view notifications while on the phone, which severely impacts my ability to use the Pixel 3 XL as a work device.
Please freaking fix this issue.
li...@gmail.com <li...@gmail.com> #122
I did some tests and realize that the Android 10 modified the algorithm of proximity sensor, I think the proximity sensor is too sensitive now, which can sense around 5cm, even the screen protector is quite transparent.
My phone is totally fine on Android 10 now!
ma...@gmail.com <ma...@gmail.com> #123
No solution, of course. They are bugs...
wj...@gmail.com <wj...@gmail.com> #124
First it was the pixel 3 proximity sensor
Second it was my pixel 3a front facing camera stopped working.
Now, after updating to android 10, I lost active edge, screen rotate, phone does not go black when I put phone to my ear after I’ve made phone call or received call .. Went to the store I purchased my phone and received a refund. Had the worst luck with this phone but thanks google! Case ID: 2-0624000027720
do...@gtempaccount.com <do...@gtempaccount.com> #125
31...@gmail.com <31...@gmail.com> #126
jo...@gmail.com <jo...@gmail.com> #127
How do you do what you noted above? Are there detailed instructions or a video available?
iv...@gmail.com <iv...@gmail.com> #128
No ScreenLock during phonecalls, no Auto adjustment of the Screen brigthness, no Gyroscope, no Accellerator,
Would be nice to get a solution / fix for this in the next few days.
The only thing working imho is Location (GPS)
aw...@gmail.com <aw...@gmail.com> #129
em...@gmail.com <em...@gmail.com> #130
Unbelievable. I was denied a replacement device because it's not technically a hardware issue. As a consumer I don't care if it's software or hardware based - but I know it wasn't my fault. I need a working phone. On asking them what my options are, the agent just apologized for the inconvenience. This situation and how Google is handling it blows my mind.
ca...@gmail.com <ca...@gmail.com> #131
em...@gmail.com <em...@gmail.com> #132
fi...@gmail.com <fi...@gmail.com> #133
la...@gmail.com <la...@gmail.com> #134
ap...@opentable.com <ap...@opentable.com> #135
Oddly enough, a few days later I rebooted my phone and all sensor issues disappeared. I don't remember doing anything special other than turning off developer mode. I don't, however, think this is the reason for the failure although I don't have any ideas on why things work perfectly fine now.
This is not much of help, but perhaps just another data point.
jb...@gmail.com <jb...@gmail.com> #136
th...@googlemail.com <th...@googlemail.com> #137
be...@gmail.com <be...@gmail.com> #138
is not being able to hang up phone calls because the screen is dark and
won't turn on. I tried setting the screen to "always on" but it still goes
blank for calls. Any reasonable fixes for this that don't involve getting a
new persist.img?
On Fri, Sep 13, 2019 at 2:46 AM <buganizer-system@google.com> wrote:
li...@gmail.com <li...@gmail.com> #139
be...@gmail.com <be...@gmail.com> #140
ch...@gmail.com <ch...@gmail.com> #141
Does anyone know if Google is working on this? This is my first Google phone and honestly, this is a PITA.
em...@gmail.com <em...@gmail.com> #142
da...@gmail.com <da...@gmail.com> #143
ho...@gmail.com <ho...@gmail.com> #144
ve...@googlemail.com <ve...@googlemail.com> #145
There is no way of taking pictures any more.....
ns...@gmail.com <ns...@gmail.com> #146
Something seems to be seriously wrong. This is not the first time that this issue has cropped up with the Pixel 3 devices. In my searching for things there was also a user in China (bought the phone new from a 3rd party reseller) that also ran into this issue on the help forums and nothing that he did fixed it either. Google is probably really glad they have the binding arbitration agreement in the TOS for the Pixel 3 devices (though I promptly opted out of it, both times) right now, cuz this is grounds for a class action lawsuit. Though, maybe enough people did opt out to provide enough of a group to become a class.
su...@gmail.com <su...@gmail.com> #147
It has to be sepolicy or a permissions issue. Given the sepolicy in the stock boot.img differs from the the output of aosp built sepolicy, using the same repos from stock manifest, I can only assume this is a result of either vendor or changes made to BoardConfig not represented in aosp source
And by differ in relation to sepolicy, I mean the stock boot.img's sepolicy when decompiled with dispol (stools) has a lot more than what aosp spits put.
lo...@gmail.com <lo...@gmail.com> #148
pa...@gmail.com <pa...@gmail.com> #149
sa...@gmail.com <sa...@gmail.com> #150
mc...@gmail.com <mc...@gmail.com> #151
Km...@cogeco.ca <Km...@cogeco.ca> #152
sa...@gmail.com <sa...@gmail.com> #153
I upgraded to Android 10 via OTA. Since then closing the cover does not shut the screen nor does opening the cover wake the screen up again. All I can do is either press the power button to get to a lock screen or use the fingerprint scanner to unblock the phone.
I regard this as a bug/fault/error, not an "update" or an "improvement". Please fix the sensor issues ASAP.
Thank you.
dv...@gmail.com <dv...@gmail.com> #154
Please fix this issue as it's very annoying.
Thanks
th...@gmail.com <th...@gmail.com> #155
Please patch this asap.
er...@gmail.com <er...@gmail.com> #156
er...@gmail.com <er...@gmail.com> #157
to...@gmail.com <to...@gmail.com> #158
Using power button to end calls and eventually get control back but in call am pretty much stuck if need to press digits, etc. No ability to join conference calls from calendar, etc...
as...@gmail.com <as...@gmail.com> #159
st...@stushepherd.co.uk <st...@stushepherd.co.uk> #160
ri...@gmail.com <ri...@gmail.com> #161
lu...@gmail.com <lu...@gmail.com> #162
jc...@gmail.com <jc...@gmail.com> #163
je...@gmail.com <je...@gmail.com> #164
ga...@gmail.com <ga...@gmail.com> #165
Pixel 2 xl, build QP1A.190711.020
sp...@googlemail.com <sp...@googlemail.com> #166
ca...@gmail.com <ca...@gmail.com> #167
os...@gmail.com <os...@gmail.com> #168
be...@gmail.com <be...@gmail.com> #169
jr...@gmail.com <jr...@gmail.com> #170
ab...@gmail.com <ab...@gmail.com> #171
rk...@gmail.com <rk...@gmail.com> #172
it...@gmail.com <it...@gmail.com> #173
za...@segmint.com <za...@segmint.com> #174
Issues include the inability to connect to mobile data, most settings in the notification shade are gone, recent button is unresponsive. I had a similar issue when coming from P to the OTA, I then just flashed the factory image to see if that would fix the issue. Now it's back but more debilitating than before. FWIW I am rooted with a custom kernel but this issues first became apparent going from P->10, which would render the phone stock...
ba...@gmail.com <ba...@gmail.com> #175
cm...@gmail.com <cm...@gmail.com> #176
vi...@gmail.com <vi...@gmail.com> #177
bl...@gmail.com <bl...@gmail.com> #178
ba...@gmail.com <ba...@gmail.com> #179
bl...@gmail.com <bl...@gmail.com> #180
I'm asking because I know there's a fix that involves rooting the phone and manually overwriting the persist image. I'm wondering if I should just go ahead and do that or wait it out.
ba...@gmail.com <ba...@gmail.com> #181
al...@gmail.com <al...@gmail.com> #182
ja...@gmail.com <ja...@gmail.com> #183
bi...@gmail.com <bi...@gmail.com> #184
be...@gmail.com <be...@gmail.com> #185
[image: Saint Louis University]
Benjamin Winter, PhD
On Thu, Sep 26, 2019 at 11:43 AM <buganizer-system@google.com> wrote:
st...@stushepherd.co.uk <st...@stushepherd.co.uk> #186
ob...@gmail.com <ob...@gmail.com> #187
fo...@gmail.com <fo...@gmail.com> #188
ro...@gmail.com <ro...@gmail.com> #189
ya...@oakbrookcorp.com <ya...@oakbrookcorp.com> #190
du...@gmail.com <du...@gmail.com> #191
wa...@gmail.com <wa...@gmail.com> #192
vi...@gmail.com <vi...@gmail.com> #193
rh...@gmail.com <rh...@gmail.com> #194
Now my play store doesn't work. I'm pending a ton of Google app update downloads. And the Play store / phone app setting screens crash every 15 or so seconds.
Haven't experienced any battery issues... But it's only been 18 hrs.
*Believe it's a refurbished XL, Google sent it to me 1.5-2 yrs ago after replacing my S5P a half dozen times. It was around the same time the Pxel 2 was released.
de...@gmail.com <de...@gmail.com> #195
Tap to wake doesn't work. Lift to wake doesn't work. Face down to 'shh' doesn't work.
Active Edge and light sensor seem to work, brightness does adjust, and the Google Assistant comes up squeezing the phone.
tj...@gmail.com <tj...@gmail.com> #196
Potential workaround to the prox sensor at least is the screen comes back during the call if I connect a headset (wired or bluetooth). Doesn't help if you don't have a headset handy, but it at least gets the phone in a mode where it's not using the prox sensor.
em...@gmail.com <em...@gmail.com> #197
je...@gmail.com <je...@gmail.com> #198
c....@gmail.com <c....@gmail.com> #199
ye...@gmail.com <ye...@gmail.com> #200
st...@stushepherd.co.uk <st...@stushepherd.co.uk> #201
wu...@gmail.com <wu...@gmail.com> #202
wu...@gmail.com <wu...@gmail.com> #203
th...@googlemail.com <th...@googlemail.com> #204
bl...@gmail.com <bl...@gmail.com> #205
bl...@gmail.com <bl...@gmail.com> #206
However, this means that I have to give up quick access to my camera just to use my phone as a phone.
Google. Fix your damned phones.
be...@gmail.com <be...@gmail.com> #207
I second and third the motion: can we please get some kind of timeline for a fix? :)
dj...@gmail.com <dj...@gmail.com> #208
ma...@gmail.com <ma...@gmail.com> #209
gu...@gmail.com <gu...@gmail.com> #210
Proximity sensor not working and its really annoying!
How can we disable the sensor?
df...@gmail.com <df...@gmail.com> #211
bl...@gmail.com <bl...@gmail.com> #212
Google reportedly stated that the bug fix would be released in the October update.
The October update did not fix this issue.
Can we please get a response from a google dev regarding this issue?
ja...@gmail.com <ja...@gmail.com> #213
Sensors not working.
Phone is not BL unlocked or anything, however I don't know if it was before I got it.
mj...@gmail.com <mj...@gmail.com> #214
Please fix as soon as you can,
Jennifer
dr...@gmail.com <dr...@gmail.com> #215
[Deleted User] <[Deleted User]> #216
dr...@gmail.com <dr...@gmail.com> #217
fi...@gmail.com <fi...@gmail.com> #218
Extremely annoying.
Please fix it asap.
ne...@gmail.com <ne...@gmail.com> #219
ss...@gmail.com <ss...@gmail.com> #220
These are problems that make people dump brands
pe...@gmail.com <pe...@gmail.com> #221
ni...@gmail.com <ni...@gmail.com> #222
mo...@hotmail.com <mo...@hotmail.com> #223
gr...@gmail.com <gr...@gmail.com> #224
gu...@gmail.com <gu...@gmail.com> #225
Do we have an Idea if they even work on it? Priority abd Severity seems pretty high for something that long to fix...
I added the ability to hang up my call with the power button but still unable to access the keypad when doing a phonecall unless I have my earbuds connected. It is VERY annoying. I always was a google fan but as the days goes on, i'm less and less impressed by their flagship phones.. might go back to samsung...
ow...@gmail.com <ow...@gmail.com> #226
If I had to guess the Google developers are just as confused as to why this is occurring as you, and actively working on it (note the P1 tag). Have a little patience and let them do their job. Trust me, developers have to work to actually fix things and _it takes time_. Not like it's just a switch to flip, we're talking hundreds of millions of lines of code and thousands of possibile points of failure.
Another thing I noticed: most of you are not including logs or even such basics as what device you are using, and if you're using 100% pure Google stock. Complaining it doesn't work without any of that isn't very helpful
em...@gmail.com <em...@gmail.com> #227
ar...@gmail.com <ar...@gmail.com> #228
bl...@gmail.com <bl...@gmail.com> #229
This comment is infuriating. As #227 specified, the problem has *already* been identified by the community and fix has been found. That fix requires rooting one's phone and overwriting persist.img with a known-good copy.
But, moreover, threatening to use other phones for this kind of issue is perfectly legitimate. One of the primary reasons many buy Pixel phones is to get a pure Android experience. The assumption is that, at the very least, Pixel phones will offer a much more streamlined and reliable Android experience.
This is a *major* update that has introduced widespread problems. The update was pushed out TWO MONTHS AGO, and this issue has only JUST be promoted to a P1.
There is absolutely no way around this but to recognize that Google has absolutely botched the handling of this issue.
ow...@gmail.com <ow...@gmail.com> #230
This isn't a fix. It's a workaround. Google has to figure out what the heck 10 is doing to mess up your persist partition in the first place. I guarantee that you do not know the underlying reason
An OEM can't do what you want from an OTA. They have to fix the underlying problem which is God knows what
You ever develop a ROM or heck anything? No? OK then don't tell developers how to do their job (PSA: I maintain two ROMs and two magisk modules. And let me tell you sometimes these things DO take months to fix).
And know, going on an issue tracker to complain that you're going to switch IS NOT APPROPRIATE. This isn't Facebook, it's the AOSP issue tracker.
ng...@gmail.com <ng...@gmail.com> #231
Ciao
Nick
em...@gmail.com <em...@gmail.com> #232
I'm not telling developers how to do their jobs vis-a-vis coding. That is genuinely outside my expertise.
What I would tell them is to not break, in a seriously debilitating way, something that I purchased in the first instance. And barring that, to fix it ASAP, to actively give as workarounds, and to find a way to keep us up to date on their progress.
The difference between your hobbyist mods and my phone software is that I paid for this, and I did not elect to risk the functionality of my phone with this "update."
You may rightly dispute whether this is the right place to threaten boycott (and one might dispute whether this is the right place for us to be having this conversation at all). And you may also be right that Google may not be spurred to any more urgent action based on complaints. But surely you realize that we generally have little real leverage when it comes to corporate bad behaviour besides boycott, and surely you can sympathize both with consumers' frustrations at the same time as the coders' frustrations.
bl...@gmail.com <bl...@gmail.com> #233
Yes. I do. I'm a firmware developer who works in these kind of environments every day.
I can say WITH EXPERIENCE that two months of relative silence on behalf of Google devs on an issue that impacts many, many customers is absolutely reckless management.
In my line of work, updates that render key features unusable and causes basic use cases to fail is unshippable. If we discover these in the field, they become immediate priority, and our customers are aware, at least, that the issue is known to devs.
We haven't received any information from devs regarding this issue short of a second-hand post on an external forum which specified that this issue would be fixed in the October update.
bi...@gmail.com <bi...@gmail.com> #234
gt...@gmail.com <gt...@gmail.com> #235
"When I make a phone call, the screen goes dark and no swiping or pressing of the power button brings the screen back on. If the call goes to voicemail, you can's see the dial pad to respond to prompts." Also have a few other freezes and crashes at random times. About to revert back to Pie now, can't possibly use my phone like this. When will it be fixed??
be...@gmail.com <be...@gmail.com> #236
le...@gmail.com <le...@gmail.com> #237
yu...@gmail.com <yu...@gmail.com> #238
ra...@gmail.com <ra...@gmail.com> #239
ph...@gmail.com <ph...@gmail.com> #240
ph...@gmail.com <ph...@gmail.com> #241
vi...@gmail.com <vi...@gmail.com> #242
bl...@gmail.com <bl...@gmail.com> #243
Can we expect a fix in the November update?
pe...@gmail.com <pe...@gmail.com> #245
pe...@gmail.com <pe...@gmail.com> #246
is...@gmail.com <is...@gmail.com> #247
we...@gmail.com <we...@gmail.com> #248
he...@googlemail.com <he...@googlemail.com> #249
restart in Safe Mode is working. After restart in normal mode again, all Sensors are working for a while. After a couple of hours its not working anymore. I have removed any App that i dont need. So only essential Apps for Work and messaging are installed.
su...@googlemail.com <su...@googlemail.com> #250
vi...@google.com <vi...@google.com> #251
sn...@gmail.com <sn...@gmail.com> #252
mu...@gmail.com <mu...@gmail.com> #253
le...@gmail.com <le...@gmail.com> #254
pe...@gmail.com <pe...@gmail.com> #255
gu...@gmail.com <gu...@gmail.com> #256
Still having issues with my proximity sensor.
Anyone knows if there is another issue number were work is being done regarding this? Doesn't seems to have any updates here...
I can't properly use my phone as I often need to access my dialpad while on a call.... Really frustrating...
ng...@gmail.com <ng...@gmail.com> #257
there is this issue
It was upgraded from P2 to P1 on Oct. 9th only to be down graded again from P1 to P2 on Nov. 5th. This is really frustrating!
ni...@gmail.com <ni...@gmail.com> #258
bl...@gmail.com <bl...@gmail.com> #259
--but, if I'm being honest, this issue has existed since September and my patience has run out. I guess I will have to root my phone and fix this issue myself. But this will be the last Google phone I purchase.
le...@gmail.com <le...@gmail.com> #260
I would like to know what physical hardware (chip) is used by these sensors as my phone says they don't exist (!).
Can someone with a Pixel 3 shared this information?
One way to find out is to install a sensor app (eg:
Thank you in advance.
bi...@gmail.com <bi...@gmail.com> #261
ro...@gmail.com <ro...@gmail.com> #262
sk...@gmail.com <sk...@gmail.com> #263
it...@gmail.com <it...@gmail.com> #264
it...@gmail.com <it...@gmail.com> #265
jp...@gmail.com <jp...@gmail.com> #266
I had upgraded my old Pixel 1st gen to 10 a few weeks back and it seemed OK on that phone only that now the phone shuts off randomly when the battery is below 50% so I had to carry a portable charger pack around with me all the time. I had bought that one rehabbed over 2 years ago and the battery was getting to the point that I only got half a day out of it even with all the consuming stuff turned off, so I thought it was tinme to upgrade. But the shutting off under 50% seemed to concur with that upgrade. Now with no SIM card in it it still works great for casting to my Chromecast dongles because for some reason my Atvio and LG TV's won't accept casting from my Chromebooks, only my Samsung TV will and now that unit is in my downstairs apt that I rent out.
Waiting for the fix to arrive.
su...@googlemail.com <su...@googlemail.com> #267
vi...@google.com <vi...@google.com> #268
- Share new bugreport on the latest build.
- We also need a couple of bugreports right after booting up the device and seeing none of the sensors are working. Is the behavior same after reboots?
gt...@gmail.com <gt...@gmail.com> #269
wi...@gmail.com <wi...@gmail.com> #270
Now, auto screen rotate, auto back light control, etc do not work.
su...@googlemail.com <su...@googlemail.com> #271
bi...@gmail.com <bi...@gmail.com> #272
Pixel 3xl, Android 10. Sensors all not working.
le...@gmail.com <le...@gmail.com> #273
ka...@gmail.com <ka...@gmail.com> #274
ko...@gmail.com <ko...@gmail.com> #275
vi...@google.com <vi...@google.com> #276
Additionally, requesting affected users to please share bugreport for Pixel 3/3 XL devices.
fe...@gmail.com <fe...@gmail.com> #277
I did a factory reset and they were still not working.
After doing a power off and power on, all the sensors don't work. Here is the bug report: bugreport-blueline-QP1A.191105.003-2019-11-19-18-42-24.zip
If I then restart my phone, the auto-rotation starts working again, but not the other sensors: bugreport-blueline-QP1A.191105.003-2019-11-19-18-36-17.zip
ka...@gmail.com <ka...@gmail.com> #278
vi...@gmail.com <vi...@gmail.com> #279
vi...@google.com <vi...@google.com> #280
fe...@gmail.com <fe...@gmail.com> #281
ka...@gmail.com <ka...@gmail.com> #282
I've noticed that yesterday my "Google" app had an update - maybe related.
ro...@gmail.com <ro...@gmail.com> #283
Running QP1A.191105.003 - have a full bugreport.
This is bad!
ro...@gmail.com <ro...@gmail.com> #284
Rebooting a 3rd time, they disappeared. Doing a 4th reboot to safe mode and it didn't seem like they returned. Rebooting out of safe mode and they came back (minus the light/proximity one).
I think I've got the bug reports for each reboot if needed.
pa...@gmail.com <pa...@gmail.com> #285
I just bought 2 brand new Pixel 3A XL's which have Android 9 on them.
System Update shows that Android 10 is available for download and install.
What is the status of these issues, has the problem been fixed or should I delay installing Android 10 on the devices?
Thanks!
ng...@gmail.com <ng...@gmail.com> #286
The problem has not been fixed for me. I am waiting for Google to send me a new (replacement) phone. I will try to update it to Android 10, because I simply don't want my phone on 9. But if you can wait - I would recommend that for now.
Nick
pa...@gmail.com <pa...@gmail.com> #287
Thanks very much for that update. Overall we really like the phones but it is disturbing to me to see the update pushed out and having such a serious issue.
Where is the best place to check and/or be notified when the issues with the sensors after updating to Android 10 is fixed?
Thanks!
Joe
da...@gmail.com <da...@gmail.com> #288
gave up waiting. The refurb unit I got came loaded with 9... and it
successfully upgraded. whew. Google should be ashamed for not better
supporting its customer base, breaking our devices with their software
updates. Not Cool Google.
On Fri, Nov 29, 2019 at 3:04 PM <buganizer-system@google.com> wrote:
pa...@gmail.com <pa...@gmail.com> #289
How old is your phone and did you run the betas?
In researching this it seems like the problem may be caused by a corrupted /persist partition.
Our phones are brand new (only a week old) so I'm wondering if we would not experience the problem as they have not had any updates or much change for the corruption to have occurred yet?
I found the following factory images for the Pixel 3A XL as being available:
10.0.0 (QP1A.190711.020, Sep 2019) Link 1f47c677bcb3ce427103a6388e3f07fb8a03789353cfd3baceb6c24e13b62f9a
10.0.0 (QP1A.190711.020.C3, Sep 2019) Link ffac7a4a1412546609f3dddffa6f83b5dc61ad424cf625b9c71429ddd2726cb6
10.0.0 (QP1A.191005.007, Oct 2019) Link 9754d7c6c75199cc3c45eac5a9bf0ae685c3ce75e84b079e2a58af01b896e89a
10.0.0 (QP1A.191105.003, Nov 2019) Link 2c1af983da0c508f44a2c715f20850b5e7d82ee66d0ac0ab225e0cc855a04047
The first one appears to be when people updated and had the problem so I'm wondering if one of the other images fixed the sensor issues but I have not yet found a detailed change log to confirm this.
Do they post a changelog of fixes for the different images/builds?
Thanks!
Joe
ng...@gmail.com <ng...@gmail.com> #290
My phone is a little over a year old. I received it shortly after the release of the pixel 3. I never had a beta version installed. Also after the update to Android 10 and the problem showed up, I tried a factory reset. This was not helpful - the problem was still there.
Ciao
Nick
ka...@gmail.com <ka...@gmail.com> #291
I'll wait till Dec update. If it won't help I'll return the phone to the shop (second time).
bi...@gmail.com <bi...@gmail.com> #292
su...@googlemail.com <su...@googlemail.com> #293
em...@gmail.com <em...@gmail.com> #294
Thanks.
ka...@gmail.com <ka...@gmail.com> #295
bi...@gmail.com <bi...@gmail.com> #296
A real black eye for their Pixel brand. Let the RMA parade begin!
pa...@gmail.com <pa...@gmail.com> #297
Which Pixel device do you have where you are having the Sensor issues?
I contacted Google Support the other day to try and get something official that the issue has been addressed. He said that Google was not aware of the issues.
I pointed the support person to this discussion and was first told that Google did not comment on 3rd party sites to which I pointed out that this is not a 3rd party site and is instead a Google hosted site where users have reported the issue with the Android 10 update causing the sensors to stop working.
He did some research and then said I should to the update and be ok and sent me the following email:
Thanks for contacting Google support.
This email is in regards to the chat conversation we had today. As discussed, we recommend to go ahead and install the Android
10 update on your Pixel 3a XL device. Should you need any help, contact us or reply to this email and we'll be happy to help.
I pressed for a link to a change log for Android which show that sensor issue had been addressed but was not given one.
I have the Pixel 3A XL but have not yet upgraded to Android 10 because I've been waiting for something official which says that the issue is fixed.
Have you tried flashing back to the Android 9 OTA update?
Wouldn't that get the sensors working again?
It seems like the issue is with the /persist partition becoming corrupted.
Is there a way we could back that up and then restore after updating to Android 10 if the sensor issue occurred?
Seems like Google should have been able to issue an update which restored the /persist partition to fix the issue???
I don't understand why these problems have dragged out, getting 3 years of OS and security updates and getting faster updates/fixes was one of the big reasons we went with a Pixel.
Is this a reoccurring situation with Google updates???
Joe
su...@googlemail.com <su...@googlemail.com> #298
pa...@gmail.com <pa...@gmail.com> #299
Did you flash back to Android 9 using the Factory Images or the OTA Images?
Google seems to recommend using the OTA images in most cases since I believe you don't have to unlock the boot loader, however, I am wondering if you unlock the boot loader and flash with the factory image if that would restore the /persist partition and fix the sensors?
If that worked, then maybe you could backup the /persist partition, install Android 10 and then restore the /persist partition to get things working on Android 10.
Just thinking out loud here, but hoping to find a recovery option as I'd like to upgrade to Android 10 but am holding off until either a solution or a recovery option is available and verified to work.
Joe
em...@gmail.com <em...@gmail.com> #300
Will I have the option then to hold off on updating to 10?
Thanks.
su...@googlemail.com <su...@googlemail.com> #301
Hi, yeah I flashed both the OTA update and factory images and neither worked, I'm thinking whatever got fucked up with /persist when Android 10 was installed is permanent and no software update will be able to fix it. I think the only way will be to get a new /persist from someone with the same model phone
ur...@gmail.com <ur...@gmail.com> #302
pa...@gmail.com <pa...@gmail.com> #303
FWIW, after talking to Google as well as my carrier, I updated BOTH of our Pixel 3A XL phones from Android 9 to Android 10 today.
First they installed the 2nd Sept 2019 Android 10 version (QP1A.190711.020.C3, Sep 2019) and then they installed the Oct 2019 update (QP1A.191005.007, Oct 2019), and then finally the Nov 2019 update ((QP1A.191105.003, Nov 2019).
Notably they did NOT first install the first Sept 2019 Android 10 Update (QP1A.190711.019, Sep 2019).
This leads me to wonder if the 1st Android 10 update in Sept 2019 is/was the source the problems people were having and possibly why it was not downloaded to our phones and instead they started with the 2nd Sept 2019 Android 10 update.
So far both phones seem to be working and no sensor issues and I have also rebooted as well as powered off both phones several times and then restarted to make sure everything was still working.
So far so good.
Figured I'd share with others that have been having the problems.
It would be interesting to see if those that are having the problems also are the ones that first installed the QP1A.190711.019, Sep 2019 update instead of starting with the 2nd Sept 2019 update as we did.
Hope this helps someone!
Joe
an...@gmail.com <an...@gmail.com> #304
vi...@google.com <vi...@google.com>
cm...@gmail.com <cm...@gmail.com> #305
None of the sensors (active edge, flip to shhh, proximity, ambient light, double tap to wake) work.
ch...@gmail.com <ch...@gmail.com> #306
ro...@gmail.com <ro...@gmail.com> #307
ng...@gmail.com <ng...@gmail.com> #308
I am now on:
10(QQ1A.191205.008)
ry...@gmail.com <ry...@gmail.com> #309
bl...@gmail.com <bl...@gmail.com> #310
ca...@gmail.com <ca...@gmail.com> #311
Actualice mi Redmi Note 4 a pixel experience Android 10, y el mismo fallo. Todos los sensores desactivados. Alguna solución pronto por favor!!!
ch...@gmail.com <ch...@gmail.com> #312
[Deleted User] <[Deleted User]> #313
Why the solution is not ready Mr Google?
mo...@gmail.com <mo...@gmail.com> #314
br...@gmail.com <br...@gmail.com> #315
ni...@gmail.com <ni...@gmail.com> #316
A side note, which might need it's own bug thread. When I install the Google Play Systems update for December 1st, 2019, all of the sensors on the phone will no longer work. After about a minute of being turned on, the phone will then restart, but will not turn on the display. I then have to force a shutdown by holding the power button, and when I check the updates it shows that it is on the preinstall September 1st, 2019 update, and now none of the sensors work again.
My current build is QP1A.191105.003, but the only update that it says is available is the aforementioned Play Store update.
le...@gmail.com <le...@gmail.com> #317
ni...@gmail.com <ni...@gmail.com> #318
After Software update to Android 10, everything worked initially - now no mic or speaker during any type of voice call beit phone or WhatsApp.
I can't use the phone and I've only just got it!
Any idea when google will issue a fix for this please I run a business and need to make phone calls!?
ma...@gmail.com <ma...@gmail.com> #319
Also have problems with my phone after the Android 10 update. I cant make calls cause it freezes when making or recieving calls.
I cant record my voice for google search, youtube, whatsapp or anything else.
Some times when the phone froozes because of a call, im forced to restart it, it doesnt have any sound at all, to get it back on i have to restart it again a couple of times and then its back on.
I read that if i go back to Android 9 everything will be fine again on it. I tried doing that but my phone is from Verizon and they disabled the option to unlock OEM so im stuck with this phone which the same manufacturer damaged.
cs...@redhat.com <cs...@redhat.com> #320
pa...@gmail.com <pa...@gmail.com> #321
Regards,
Joe
xx...@gmail.com <xx...@gmail.com> #322
ma...@gmail.com <ma...@gmail.com> #323
Regards,
Martin
j....@gmail.com <j....@gmail.com> #324
st...@gmail.com <st...@gmail.com> #325
Nope still not fixed. Have the problem on my Pixel4XL.
ol...@gmail.com <ol...@gmail.com> #326
jo...@gmail.com <jo...@gmail.com> #327
li...@gmail.com <li...@gmail.com> #328
gu...@gmail.com <gu...@gmail.com> #329
s....@gmail.com <s....@gmail.com> #330
The proximity Sensor not working is very annoying since the screen stays on while answering the call and gathers unwanted screen touches from ear and hair.
Why is Google not doing anything about this since this is clearly Android Q update issue as reported be several users. I would like know if anybody is filing a class action lawsuit if the issue is not resolved soon.
ve...@gmail.com <ve...@gmail.com> #331
da...@gmail.com <da...@gmail.com> #332
zh...@gmail.com <zh...@gmail.com> #333
he...@gmail.com <he...@gmail.com> #334
om...@gmail.com <om...@gmail.com> #335
ma...@gmail.com <ma...@gmail.com> #336
wg...@gmail.com <wg...@gmail.com> #337
rm...@gmail.com <rm...@gmail.com> #338
ma...@gmail.com <ma...@gmail.com> #339
fe...@gmail.com <fe...@gmail.com> #340
After the security update this month (~2 days ago) my senors are not working again. Same story as last time, some sensors seem to start working again after a reset, but it is not consistent. Super annoying.
le...@gmail.com <le...@gmail.com> #341
ad...@gmail.com <ad...@gmail.com> #342
om...@gmail.com <om...@gmail.com> #343
The android sensors app shows these features as not supported:
LIGHT
PROXIMITY
TEMPERATURE
RELATIVE HUMIDITY
I'm glad to see some progress is finally being made towards this issue.
zh...@gmail.com <zh...@gmail.com> #344
device. February update yes.
<buganizer-system@google.com> 于 2020年2月5日周三 下午10:13写道:
om...@gmail.com <om...@gmail.com> #345
zh...@gmail.com <zh...@gmail.com> #346
le...@gmail.com <le...@gmail.com> #347
C'mon Google, this needs to be better addressed (timely communication on progress status and a complete fix). Users are losing confidence in these phones. I'm certainly really annoyed and inconvenienced.
st...@gmail.com <st...@gmail.com> #348
1) The February update briefly brought back many of my sensors (squeeze / active edge, etc). But those sensors' functionality was lost again after a restart of the phone.
2) Screen rotation has *mostly* worked. Occasionally I have to restart my phone to get screen rotation back. None of my other sensors come back with a restart (active edge, proximity sensor, etc).
st...@gmail.com <st...@gmail.com> #349
To Google: Can you give us an update on this issue and the likelihood of a software fix? And if a software fix is not possible (despite this looking like a software problem), can you extend the warranty on these phones to cover this issue? My phone is running its stock software and gets it's updates directly from Google Fi (my service provider). It is not rooted. And it has never been abused or damaged.
da...@gmail.com <da...@gmail.com> #350
lm...@gmail.com <lm...@gmail.com> #351
j....@gmail.com <j....@gmail.com> #352
lb...@gmail.com <lb...@gmail.com> #353
Flashing a kernel ? Flashing Android 9? Some specific Android 10 build?
I tried to perform a factory reset and it didn't help.
I have Pixel 4 and all sensors can't work anymore:
lb...@gmail.com <lb...@gmail.com> #354
or...@mail.huji.ac.il <or...@mail.huji.ac.il> #355
lb...@gmail.com <lb...@gmail.com> #356
I have no idea if it really works, but I would have tried it.
Sadly I have Pixel 4 and I can't find anyone who has it and would be able to send me what's needed by this post.
be...@gmail.com <be...@gmail.com> #357
Never have I been closer to being tempted to the dark side and finally trying an iPhone.
br...@gmail.com <br...@gmail.com> #358
I've had no luck with hard resets twice.
The Google tech support chat assistant said if my hard reset didn't fix it, then I would need a new phone because it must be a hardware problem.
lb...@gmail.com <lb...@gmail.com> #359
It started for me on my Pixel 4 last week or so, and as opposed to older Pixel devices, I can't flash Android 9 to fix it.
You can, however. I suggest trying it out.
Maybe you could flash the version of January instead?
If you try, please let us know if indeed it fixes the issue as people wrote.
co...@gmail.com <co...@gmail.com> #360
cu...@gmail.com <cu...@gmail.com> #361
sensors are not working after upgrading to Q.? What is Q?
On Tue, Feb 25, 2020, 6:39 PM <buganizer-system@google.com> wrote:
hy...@gmail.com <hy...@gmail.com> #362
Tried factory reset, sideload latest update, same result.
go...@google.com <go...@google.com> #363
Google investigated the issue and discovered that it was affecting devices with 3rd party recovery tools installed. The sensors are calibrated in the factory and the data is unique to each device. These recovery tools were causing the sensor calibration data to become corrupt/overwritten. A fix was released in the October 2019 software update.
We have started to get reports of similar issues on Pixel 1, Pixel 2, Pixel 3a, and Pixel 4, but they are unrelated to the original issue. If you are experiencing a similar issue please contact our support(
We are going to closeout this bug as it has a mix of potential issues that may be unrelated to the original reported problem. Please feel free to to open a new bug that you are experiencing after upgrading to the latest SW release. As stated above, you can also reach out to customer support so we can help address your individual problem and perhaps you can help us collect bug report/logs to get to the root cause.
lb...@gmail.com <lb...@gmail.com> #364
And there is no support in my country (Israel).
You should fix this issue on software, because it's a software issue. Factory reset couldn't even handle it.
I actually already reported about this here (before I knew it exists for more users) :
Whoever got it similar to me, out of nowhere and without any recovery, please star it.
go...@google.com <go...@google.com> #365
le...@gmail.com <le...@gmail.com> #366
A couple of months ago, my phone failed to load Android (see screenshot) so I was forced to do a factory reset. That did not resolve the issue.
Not sure if Portugal has support (tried to call just now and automated message said it was outside business hours and did not state what these are).
Hope you are not closing the bug as the problem is not fixed! A someone who spend nearly 1000€ to have a Google specific phone, I would hope to get better treatment.
go...@google.com <go...@google.com> #367
Like I said before, this thread has a mix bag of issues. Your individual issue may be a new issue that we may need your help troubleshooting and finding a root cause. Please file a new bug for your individual issues.
lb...@gmail.com <lb...@gmail.com> #368
Are you sure support could help me, even in my country?
How can I talk to them?
I don't see an email or some chat on the link you've provided.
This issue exists for me for at least 2 weeks now.
I don't get how it's even possible that after flashing the entire Android R image the issue still exists. Doesn't it replace the recovery anyway?
I had this device only for a few months.
hy...@gmail.com <hy...@gmail.com> #369
lb...@gmail.com <lb...@gmail.com> #370
See attached video of how this page looks like.
hy...@gmail.com <hy...@gmail.com> #371
go...@google.com <go...@google.com> #372
Let me check with customer support and get back if its a regional menu option. In the meantime, I have informed the team to specifically reach out to you. Please also be on the lookout for an email from support. Thanks for your patience while we figure it out.
go...@google.com <go...@google.com> #373
hy...@gmail.com <hy...@gmail.com> #374
lb...@gmail.com <lb...@gmail.com> #375
:)
Anyway, please contact me via email. I will send you everything you want. Do note that currently the device is not rooted though, so I don't think I can send you protected files.
I suggest you to talk to someone who have a rooted device on Android 10. Could give you more information.
I wish there was a way to go back to Android 9 (some say it fixes it), but Pixel 4 doesn't seem to have this firmware on the website. Did it ever have it?
go...@google.com <go...@google.com> #376
The goal is not to ignore these issues but to have a structured process to get to the bottom of the problem and find an appropriate resolution. We really appreciate your support and patience in the meantime.
go...@google.com <go...@google.com> #377
Customer support will help file a ticket on the Case management system and provide you the tracking information.
hy...@gmail.com <hy...@gmail.com> #378
lb...@gmail.com <lb...@gmail.com> #379
af...@gmail.com <af...@gmail.com> #380
st...@gmail.com <st...@gmail.com> #381
zh...@gmail.com <zh...@gmail.com> #382
lb...@gmail.com <lb...@gmail.com> #383
Flashing the firmware is supposed to replace the recovery, as far as I know.
Correct me if I'm wrong here...
go...@google.com <go...@google.com> #384
When you mod or install recovery tools like TWRP, they tend to create log files in the persist partition and were corrupting the sensor calibration files. Further, on the forums, several folks provided a persist.img to help resolve the issue. It's not likely to resolve it if you overwrite your persist with someone else's with different sensor calibration data.
persist partition is unlike other partitions such as system, boot.. ones its loose the factory calibrations, it cannot be restored. I hope that helps clear why only a small population of users experienced this issue post Android 10.
In Android 9 too this problem existed, but Android 9 was more forgiving than Android 10.
lb...@gmail.com <lb...@gmail.com> #385
Or is it only for Android 10?
Why do you even make it harder to use recoveries?
And why don't you provide a way to reset the device to truly factory-state, using a PC if needed? What's the use of firmware and factory-reset options if none of those truly do go back to factory state?
I think you should improve this on Android R. Now you have a chance: Investigate the issue and provide a way to fix it.
Anyway, as for people who were harmed by this issue, whether it's from recovery or not, please provide a tool to diagnose the cause of it and help you fix it.
You can use root if you wish. I will go back to Android 10 , root it, and run your tool. I didn't use TWRP. I couldn't even use it on Android 10.
go...@google.com <go...@google.com> #386
bo...@gmail.com <bo...@gmail.com> #387
go...@google.com <go...@google.com> #388
It depends on what is broken, on what device and build. The symptoms may be same but the root cause may be different. For example,
* If its a hardware issue, you may have to RMA is depending on your device warranty.
* If your mods or TWRP/ other recovery tools caused the sensor calibrations to get corrupted, your device may not function as it was supposed to with the factory calibrations. There was a fix released in October to make Android 10 more forgiving similar to Android 9. But this still isnt going to be same as having the original calibrations. There is no way to recover the original calibration data once its destroyed.
* If you have not made any changes to the original device that shipped and still experience the issue, It may be a new issue that we havn't root caused. I'd suggest you work with customer support to help get to the bottom of your issue.
bo...@gmail.com <bo...@gmail.com> #389
st...@gmail.com <st...@gmail.com> #390
Also: Many of us lost sensor functionality long after the initial Android 10 update and long after subsequent October patch. I started experiencing problems in January of this year. All of my sensors came back temporarily after the following Android update, but functionality disappeared after a restart.
be...@gmail.com <be...@gmail.com> #391
bo...@gmail.com <bo...@gmail.com> #392
lb...@gmail.com <lb...@gmail.com> #393
Some people do want a custom recovery.
In the past, for different devices, I also used those. Mostly for flashing custom ROMs. I care about other users too :)
As for the support, they asked me for something and I gave it right away, but didn't get any reply ever since.
al...@gmail.com <al...@gmail.com> #394
al...@gmail.com <al...@gmail.com> #395
lb...@gmail.com <lb...@gmail.com> #396
RPP1.200123.020
I really hope this can be fixed. I don't think that using the warranty in the store we got it will help. It's not like in the USA, where people just give a completely new device as a replacement...
al...@gmail.com <al...@gmail.com> #397
ka...@gmail.com <ka...@gmail.com> #398
It suddenly happened and even my device started to restart randomly
ja...@gmail.com <ja...@gmail.com> #399
bo...@gmail.com <bo...@gmail.com> #400
bo...@gmail.com <bo...@gmail.com> #401
le...@gmail.com <le...@gmail.com> #402
necessary info, bug report, etc. Still waiting for a reply back with a
solution.
Latest April update made no difference. Sometimes I get some sensors to
work after multiple reboots of the phone (very annoying process). A new
reboot will remove the sensors again. Some features, like squeeze touch and
proximity sensor have just stopped working altogether.
Over half a year with a crippled, expensive phone is not my idea of fun.
Expected much more from a company like Google. I was a big fan and intended
to keep upgrading within the Nexus/Pixel line but this has undermined my
confidence and trust in Google phones. I can't even resell the phone in
this state.
Really hoped for some good news but feel let down.
On Tue, 7 Apr 2020, 22:46 , <buganizer-system@google.com> wrote:
lb...@gmail.com <lb...@gmail.com> #403
I wish Google would go back to Nexus days, and also stop ruining Android OS (too many restrictions over the past years).
ye...@gmail.com <ye...@gmail.com> #404
le...@gmail.com <le...@gmail.com> #405
=================================
Hello,
I got a message saying this case was closed? (copied below)
I've been waiting for a solution for over a month now and this problem is NOT FIXED.
Please reopen the case and provide instructions on how to get my sensor fixed.
----
From: <no-reply@google.com>
Date: Sun, 12 Apr 2020 at 16:40
Subject: Re: Your Google Support Inquiry: Case ID [4-0168000029641]
To: <xxxx@gmail.com>
Hi,
Thank you for contacting Google Support.
We hope we were able to resolve your problem to your satisfaction. Please take a minute to answer a quick survey below about your experience with us so we can improve our service.
Take Survey
Thank you
ve...@gmail.com <ve...@gmail.com> #406
How can this be possible? Google please provide a solution ASAP
lb...@gmail.com <lb...@gmail.com> #407
1. Google doesn't have a solution. If you can, replace your device as soon as possible. You can see that this type of issue has existed for months and there is still no solution.
2. Google said to use a new issue being reported, so please use it instead and star it:
be...@gmail.com <be...@gmail.com> #408
em...@gmail.com <em...@gmail.com> #409
js...@gmail.com <js...@gmail.com> #410
it is frustrating that google continues to ignore this issue.
di...@gmail.com <di...@gmail.com> #411
ad...@gmail.com <ad...@gmail.com> #412
rg...@gmail.com <rg...@gmail.com> #413
ro...@gmail.com <ro...@gmail.com> #414
dk...@gmail.com <dk...@gmail.com> #415
le...@gmail.com <le...@gmail.com> #416
Maybe that's why heads of Pixel team (Mario Queiroz, Marc Levoy) are leaving Google!
bo...@gmail.com <bo...@gmail.com> #417
ka...@gmail.com <ka...@gmail.com> #418
jh...@gmail.com <jh...@gmail.com> #419
j....@gmail.com <j....@gmail.com> #420
bo...@gmail.com <bo...@gmail.com> #421
Most gestures like flip to shsh (do not disturb), camera on with wrist twist, change to selfie mode (with camera on portait mode)
Auto-rotate
Camera panorama mode
camera photosphere mode
camera astrophotgraphy mode
Unable to update to current Google Play System
Squeeze for google assistant
ad...@gmail.com <ad...@gmail.com> #422
Screen proximity sensor: screen doesn't deactivate when using the phone.
Description
this is a major problem me and other guys on XDA are experiencing. I'm on blueline, but this is confirmed for some people on crosshatch too.
please fix this very urgently. already tried factory reset, enabling the "sensors off" tile from developer options i can confirm that all sensors are on / not disabled.
Q build QP1A.190711.020
i unlocked the BL downgrade to P, and all sensors started working again!
and if i reflash Q factory image with full wipe, sensors stop working again.
thanks
rob