Status Update
Comments
ja...@gmail.com <ja...@gmail.com> #2
I'm pretty far from being a C++ expert, but I think this may be due to holding a reference to the Config
beyond it's lifetime?
See StartDiscovery()
:
void StartDiscovery() {
...
g_state->task_runner->PostTask([]() {
// optional<Config> created here
auto config = GetConfigForAllInterfaces();
if (!config) {
return;
}
// long-lived reference of config given to OpenScreen
g_state->service = discovery::CreateDnsSdService(g_state->task_runner.get(),
g_state->reporting_client.get(), *config);
for (int i = 0; i < kNumADBDNSServices; ++i) {
auto receiver = std::make_unique<ServiceReceiver>(
g_state->service.get(), kADBDNSServices[i], OnServiceReceiverResult);
receiver->StartDiscovery();
...
}
...
// config destructed here
});
}
mo...@gmail.com <mo...@gmail.com> #3
A word on impact:
- We rely on WiFi debugging because we use the USB port for additional devices.
- This has made WiFi based debugging unreliable and painful to use because when ADB crashes the connection is lost and is not automatically re-created. Often it can required manually toggling WiFi debugging on the tablet.
an...@google.com <an...@google.com>
an...@google.com <an...@google.com> #4
I've left Wireshark running over the weekend to detect truncated MDNS queries and can confirm they are killing ADB. The truncated messages seem like valid network traffic, so it shouldn't be killing ADB.
Attached are wireshark records in a screenshot which line up with the ADB logs (timezone is Adelaide +10:30):
daniel@RES-0128:/ressys/maxedge$ cat /tmp/adb.5005.log | grep -ie Bridge -e OSP | tail
01-15 00:02:38.265 37828 37828 F adb : logging.cpp:39 OSP_CHECK((max_allowed_messages_) > (0)) failed: 0 vs. 0:
01-15 00:02:41.413 37846 37846 I adb : main.cpp:63 Android Debug Bridge version 1.0.41
01-15 07:58:02.786 37846 37846 F adb : logging.cpp:39 OSP_CHECK((max_allowed_messages_) > (0)) failed: 0 vs. 0:
01-15 07:58:05.928 40026 40026 I adb : main.cpp:63 Android Debug Bridge version 1.0.41
01-15 08:02:46.408 40026 40026 F adb : logging.cpp:39 OSP_CHECK((max_allowed_messages_) > (0)) failed: 0 vs. 0:
01-15 08:02:48.548 40054 40054 I adb : main.cpp:63 Android Debug Bridge version 1.0.41
01-15 08:11:55.906 40054 40054 F adb : logging.cpp:39 OSP_CHECK((max_allowed_messages_) > (0)) failed: 0 vs. 0:
01-15 08:11:59.048 40092 40092 I adb : main.cpp:63 Android Debug Bridge version 1.0.41
01-15 08:48:03.117 40092 40092 F adb : logging.cpp:39 OSP_CHECK((max_allowed_messages_) > (0)) failed: 0 vs. 0:
01-15 08:48:06.280 41928 41928 I adb : main.cpp:63 Android Debug Bridge version 1.0.41
an...@google.com <an...@google.com> #6
ak...@google.com <ak...@google.com>
va...@gmail.com <va...@gmail.com> #7
My previous comment giving the steps to replicate the issue appears to have been deleted. I have since forgotten the specifics of the steps, but can share the broad outlines.
- Attached is a PCAP containing a truncated message.
- Replay this PCAP over UDP (using a tool like
https://github.com/ska-sa/udpreplay )
fl...@gmail.com <fl...@gmail.com> #8
I am able to repro. I can reply with tcpreplay.
tcpreplay -i en0 ~/Downloads/truncated\ mDNS\ packets.pcapng
ja...@gmail.com <ja...@gmail.com> #9
It looks like we are not using openscreen
properly. Config
should live as long as the Service is alive. The docs of MdnsResponder and MdnsServiceImpl are explicit.
MdnsResponder:
// |record_handler|, |sender|, |receiver|, |task_runner|, |random_delay|, and
// |config| are expected to persist for the duration of this instance's
// lifetime.
MdnsServiceImpl
// |task_runner|, |reporting_client|, and |config| must exist for the duration
// of this instance's life.
jo...@gmail.com <jo...@gmail.com> #10
Fixed in aosp/2909778
ja...@gmail.com <ja...@gmail.com> #13
daemon not running; starting now at tcp:5037
mi...@gmail.com <mi...@gmail.com> #14
Mine has an error with ui nit just the I, not sure how literal this verbose problem is...please keep us updated.....64 arm correct?
co...@gmail.com <co...@gmail.com> #15
yo...@gmail.com <yo...@gmail.com> #16
ib...@gmail.com <ib...@gmail.com> #17
ja...@gmail.com <ja...@gmail.com> #18
pr...@gmail.com <pr...@gmail.com> #20
ma...@gmail.com <ma...@gmail.com> #22
Reda
hu...@hunterwittenborn.com <hu...@hunterwittenborn.com> #24
wr...@gmail.com <wr...@gmail.com> #25
en...@gmail.com <en...@gmail.com> #26
ja...@gmail.com <ja...@gmail.com> #27
wi...@gmail.com <wi...@gmail.com> #28
Bardzo dobre
jl...@gmail.com <jl...@gmail.com> #29
Zadowolony
aa...@gmail.com <aa...@gmail.com> #30
Scan hacking
ph...@gmail.com <ph...@gmail.com> #31
Please update my best practice
ka...@gmail.com <ka...@gmail.com> #32
ka...@gmail.com <ka...@gmail.com> #33
Please update
aa...@gmail.com <aa...@gmail.com> #34
Done
mi...@gmail.com <mi...@gmail.com> #35
Get Outlook for Android<
________________________________
From: buganizer-system@google.com <buganizer-system@google.com>
Sent: Tuesday, January 7, 2025 11:29:46 PM
To: b-system+-1739714008@google.com <b-system+-1739714008@google.com>
Cc: kwamanabrown1@gmail.com <kwamanabrown1@gmail.com>
Subject: Re:
Replying to this email means your email address will be shared with the team that works on this product.
Changed
am...@gmail.com added
Done
_______________________________
Reference Info: 294120933 ADB crashes with often due to openscreen error
component: Android Public Tracker > App Development > SDK > platform tools > adb<
status: Fixed
reporter: da...@maxmine.com.au
assignee: sa...@google.com
cc: ad...@google.com, sa...@google.com
type: Bug
access level: Default access
priority: P2
severity: S2
retention: Component default
Generated by Google IssueTracker notification system.
You're receiving this email because you are subscribed to updates on Google IssueTracker
Unsubscribe from this issue.<
ke...@gmail.com <ke...@gmail.com> #36
cc...@gmail.com <cc...@gmail.com> #37
tnx
st...@gmail.com <st...@gmail.com> #38
Brigadao
ja...@gmail.com <ja...@gmail.com> #39
Add a comment
fl...@gmail.com <fl...@gmail.com> #40
.
ja...@gmail.com <ja...@gmail.com> #41
Dnnddndn
go...@gmail.com <go...@gmail.com> #42
li...@gmail.com <li...@gmail.com> #44
حل المشكلات
an...@gmail.com <an...@gmail.com> #46
gw...@gmail.com <gw...@gmail.com> #47
What
Feature request
Still continuing following latest Android beta update.
Where
Build and device data
- Build Number: google/husky_beta/husky:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
- SoC Revision: Zuma B1
Debugging information
Google Play services
com.google.android.gms
Version 242335039 (24.23.35 (190408-646585959))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: Sky
SIM operator: Sky
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
gw...@gmail.com <gw...@gmail.com> #48
Information redacted by Android Beta Feedback.
fl...@gmail.com <fl...@gmail.com> #49
I confirm, beta 3.1 did not resolve the problem
pa...@gmail.com <pa...@gmail.com> #50
na...@gmail.com <na...@gmail.com> #51
This issue hasn't been resolved in beta 3.1.
Strangely, I also get messages telling me to try entering the PIN again in X seconds.
ad...@google.com <ad...@google.com> #52
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.
Screen Record of the Issue
Please capture screen record or video of the issue using following steps:
adb shell screenrecord /sdcard/video.mp4
Subsequently use following command to pull the recorded file:
adb pull /sdcard/video.mp4
Attach the file to this issue.
Note: Please upload the files to google drive and share the folder to android-bugreport@google.com, then share the link here.
ao...@gmail.com <ao...@gmail.com> #54
ne...@gmail.com <ne...@gmail.com> #55
What
Feature request
After the update, this still happens. Not yet sorted. After the update it worked well, but today it's still as before
Where
Build and device data
- Build Number: google/husky_beta/husky:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
- SoC Revision: Zuma B1
Debugging information
Google Play services
com.google.android.gms
Version 242335039 (24.23.35 (190408-646585959))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647807133 (126.0.6478.71)
System App (Updated)
Network operator: iD
SIM operator: iD
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
ne...@gmail.com <ne...@gmail.com> #56
Information redacted by Android Beta Feedback.
rt...@gmail.com <rt...@gmail.com> #57
What
Feature request
Lock screen unlock bug still persists on the latest build/most recent patch supposed to fix said issue.
Where
Build and device data
- Build Number: google/oriole_beta/oriole:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242631044 (24.26.31 (260400-648418779))
System App (Updated)
Android System WebView
com.google.android.webview
Version 653302342 (127.0.6533.23)
System App (Updated)
Network operator: US Mobile
SIM operator: US Mobile
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
rt...@gmail.com <rt...@gmail.com> #58
Information redacted by Android Beta Feedback.
za...@gmail.com <za...@gmail.com> #60
ja...@gmail.com <ja...@gmail.com> #61
ja...@gmail.com <ja...@gmail.com> #62
ma...@gmail.com <ma...@gmail.com> #63
ma...@gmail.com <ma...@gmail.com> #64
mc...@gmail.com <mc...@gmail.com> #65
Issue is not fixed. Was gone for half a day and now the issue is back again. P7P
pu...@gmail.com <pu...@gmail.com> #66
Somehow… Palpatine the issue returned.
I'll be rebooting my Pixel 6 and report back.
pu...@gmail.com <pu...@gmail.com> #67
Doesn't persist immediately after a reboot so that's progress, however the 0% battery on reboot is still an issue.
fl...@gmail.com <fl...@gmail.com> #68
Still not actually fixed in beta 3.1 P8Pro... Google wth🤦🏻♂️😩😂
ra...@gmail.com <ra...@gmail.com> #69
jo...@gmail.com <jo...@gmail.com> #70
What
Feature request
The issue still occurs on Beta 3.1.
Where
Build and device data
- Build Number: google/oriole_beta/oriole:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242335038 (24.23.35 (190400-646585959))
System App (Updated)
Android System WebView
com.google.android.webview
Version 653302342 (127.0.6533.23)
System App (Updated)
Network operator: MY MAXIS
SIM operator: Maxis/Hotlink
Network operator: Digi
SIM operator: Digi
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
jo...@gmail.com <jo...@gmail.com> #71
Information redacted by Android Beta Feedback.
14...@gmail.com <14...@gmail.com> #72
What
Feature request
The latest update the issue is still present on pixel 6.
Where
Build and device data
- Build Number: google/oriole_beta/oriole:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242463044 (24.24.63 (260400-646502670))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: Tello
SIM operator: Tello
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
14...@gmail.com <14...@gmail.com> #73
Information redacted by Android Beta Feedback.
ta...@gmail.com <ta...@gmail.com> #74
What
Feature request
The issue is happening again even after beta 3.1 update. It's very very annoying issue
Where
Build and device data
- Build Number: google/cheetah_beta/cheetah:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242114045 (24.21.14 (260408-642695521))
System App (Bundled)
Android System WebView
com.google.android.webview
Version 636771932 (124.0.6367.219)
System App (Updated)
Network operator: airtel
SIM operator: airtel
Network operator: airtel
SIM operator: airtel
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
ta...@gmail.com <ta...@gmail.com> #75
Information redacted by Android Beta Feedback.
ve...@gmail.com <ve...@gmail.com> #76
What
Feature request
This issue continues to happen after the latest update. Not sure if it was supposed to have been fixed.
Where
Build and device data
- Build Number: google/husky_beta/husky:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
- SoC Revision: Zuma B1
Debugging information
Google Play services
com.google.android.gms
Version 242631045 (24.26.31 (260408-648418779))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: T-Mobile
SIM operator: T-Mobile
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
ve...@gmail.com <ve...@gmail.com> #77
Information redacted by Android Beta Feedback.
ck...@gmail.com <ck...@gmail.com> #78
Start
gi...@gmail.com <gi...@gmail.com> #79
What
Feature request
The pin request happens too if I push one of the volume buttons when an incoming phone call is coming
Where
Build and device data
- Build Number: google/husky_beta/husky:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
- SoC Revision: Zuma B1
Debugging information
Google Play Services
com.google.android.gms
Version 242463045 (24.24.63 (260408-646502670))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: vodafone IT
SIM operator: Vodafone
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
aa...@gmail.com <aa...@gmail.com> #80
Issue also happens when an alarm goes off. You need to enter your pin/pattern/fingerprint to be able to stop or snooze the alarm.
ja...@gmail.com <ja...@gmail.com> #81
go...@gmail.com <go...@gmail.com> #82
Press power to show lock screen.
Press "Emergency"
Tap any number on the disk pad or tap the "Emergency Info" button.
The pin entry screen pops up.
This is not just inconvenient. It's disabled a safety feature.
ja...@gmail.com <ja...@gmail.com> #83
(I am not the original reporter though we have the same first 2 letters of our email addresses. I have posted replies: #62 and #81.)
sa...@gmail.com <sa...@gmail.com> #84
sa...@gmail.com <sa...@gmail.com> #85
c....@gmail.com <c....@gmail.com> #86
hw...@gmail.com <hw...@gmail.com> #87
What
Feature request
After the update till the issue is not solved
Where
Build and device data
- Build Number: google/lynx_beta/lynx:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242335038 (24.23.35 (190400-646585959))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: Jio True5G
SIM operator: Jio
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
hw...@gmail.com <hw...@gmail.com> #88
Information redacted by Android Beta Feedback.
bu...@gmail.com <bu...@gmail.com> #89
vo...@gmail.com <vo...@gmail.com> #90
ki...@gmail.com <ki...@gmail.com> #91
ki...@gmail.com <ki...@gmail.com> #92
ja...@gmail.com <ja...@gmail.com> #93
What
Feature request
There was an update recently but even after updating my device, I can still find that issue bothering me.
Where
Build and device data
- Build Number: google/bluejay_beta/bluejay:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242335038 (24.23.35 (190400-646585959))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: Jio True5G
SIM operator: Jio
Network operator: airtel
SIM operator: airtel
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
sh...@gmail.com <sh...@gmail.com> #94
When did this happen?
5:45-ish PM GMT -5
How often has this happened?
Frequently
si...@gmail.com <si...@gmail.com> #95
What
Feature request
This problem still exists on the latest beta 3.1, build number AP31.240517.031
Where
Build and device data
- Build Number: google/cheetah_beta/cheetah:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242335038 (24.23.35 (190400-646585959))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: NOS
SIM operator: Siminn
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
si...@gmail.com <si...@gmail.com> #96
Information redacted by Android Beta Feedback.
ga...@gmail.com <ga...@gmail.com> #97
au...@gmail.com <au...@gmail.com> #98
ca...@gmail.com <ca...@gmail.com> #99
ab...@gmail.com <ab...@gmail.com> #100
What
Feature request
Happened again
Where
Build and device data
- Build Number: google/oriole_beta/oriole:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242335038 (24.23.35 (190400-646585959))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: T-Mobile
SIM operator: T-Mobile
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
ab...@gmail.com <ab...@gmail.com> #101
Information redacted by Android Beta Feedback.
da...@gmail.com <da...@gmail.com> #102
sh...@gmail.com <sh...@gmail.com> #103
What
Feature request
Using the phone has become intolerable
Where
Build and device data
- Build Number: google/oriole_beta/oriole:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242335038 (24.23.35 (190400-646585959))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: Jio True5G
SIM operator: Jio
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
sh...@gmail.com <sh...@gmail.com> #104
Information redacted by Android Beta Feedback.
ro...@jasbone.com <ro...@jasbone.com> #105
da...@gmail.com <da...@gmail.com> #106
tr...@gmail.com <tr...@gmail.com> #107
What
Feature request
After the latest update, this issue appeared to be resolved but it was only temporary. This issue appears after a couple of hours as if it were not resolved. A restart will correct the issue but only temporarily. I would still consider this an active issue.
Where
Build and device data
- Build Number: google/raven_beta/raven:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242335038 (24.23.35 (190400-646585959))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: T-Mobile
SIM operator: T-Mobile
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
tr...@gmail.com <tr...@gmail.com> #108
Information redacted by Android Beta Feedback.
mb...@gmail.com <mb...@gmail.com> #109
What
Feature request
Since last update, issue still remains.
Where
Build and device data
- Build Number: google/raven_beta/raven:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242335038 (24.23.35 (190400-646585959))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: Verizon
SIM operator: Verizon
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
mb...@gmail.com <mb...@gmail.com> #110
Information redacted by Android Beta Feedback.
nh...@gmail.com <nh...@gmail.com> #111
ck...@gmail.com <ck...@gmail.com> #112
ck...@gmail.com <ck...@gmail.com> #113
r....@gmail.com <r....@gmail.com> #114
pa...@gmail.com <pa...@gmail.com> #115
ge...@gmail.com <ge...@gmail.com> #116
What
Feature request
This bug still appears from time to time, randomly, after the last update
Where
Build and device data
- Build Number: google/husky_beta/husky:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
- SoC Revision: Zuma B1
Debugging information
Servicii Google Play
com.google.android.gms
Version 242335039 (24.23.35 (190408-646585959))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: Vodafone RO
SIM operator: Vodafone RO
Network operator: Digi RO
SIM operator: Digi.Mobil
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
ge...@gmail.com <ge...@gmail.com> #117
Information redacted by Android Beta Feedback.
st...@gmail.com <st...@gmail.com> #118
ir...@gmail.com <ir...@gmail.com> #119
ph...@gmail.com <ph...@gmail.com> #120
ma...@gmail.com <ma...@gmail.com> #121
What
Feature request
Restarting phone temporarily corrects issue, but reappears relatively quickly.
Where
Build and device data
- Build Number: google/oriole_beta/oriole:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242335038 (24.23.35 (190400-646585959))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: Koodo
SIM operator: Koodo
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
ja...@gmail.com <ja...@gmail.com> #122
(I am not the original reporter though we have the same first 2 letters of our email addresses. I have posted replies: #62, #81, and #83.)
al...@gmail.com <al...@gmail.com> #123
What
Feature request
Good evening, I think I've figured out what causes the Lock Screen Bug on my phone. My phone's Lock Screen worked perfectly today, but since I opened gemini on the lock screen the bug recurred. I tried restarting the phone and reopening Gemini in the Lock Screen which worked and the bug recurred in the same way as before.
Where
Build and device data
- Build Number: google/lynx_beta/lynx:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242632044 (24.26.32 (260400-650348549))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: Iliad
SIM operator: Iliad
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
al...@gmail.com <al...@gmail.com> #124
Information redacted by Android Beta Feedback.
pi...@gmail.com <pi...@gmail.com> #125
phone it works fine, I open gemini and the bug returns
Il gio 18 lug 2024, 19:51 <buganizer-system@google.com> ha scritto:
be...@gmail.com <be...@gmail.com> #126
What
Feature request
This issue still persist even after being solved, the issue is still there.
Where
Build and device data
- Build Number: google/bluejay_beta/bluejay:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242632044 (24.26.32 (260400-650348549))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: Safaricom
SIM operator: Safaricom
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
be...@gmail.com <be...@gmail.com> #127
Information redacted by Android Beta Feedback.
be...@gmail.com <be...@gmail.com> #128
What
Feature request
Please solve this issue stop dismissing it , it's hindering me a lot.
Where
Build and device data
- Build Number: google/bluejay_beta/bluejay:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242632044 (24.26.32 (260400-650348549))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: Safaricom
SIM operator: Safaricom
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
fl...@gmail.com <fl...@gmail.com> #129
Stop replying for the moment, a new beta version has just been released, wait until you can test it instead of talking about an outdated version!!!
be...@gmail.com <be...@gmail.com> #130
Information redacted by Android Beta Feedback.
mb...@gmail.com <mb...@gmail.com> #131
What
Feature request
Selecting zooms/take photo prompting lock screen password to be entered
Where
Build and device data
- Build Number: google/raven_beta/raven:15/AP31.240517.031/12012872:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242335038 (24.23.35 (190400-646585959))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: Verizon
SIM operator: Verizon
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
mb...@gmail.com <mb...@gmail.com> #132
Information redacted by Android Beta Feedback.
st...@gmail.com <st...@gmail.com> #134
hw...@gmail.com <hw...@gmail.com> #135
What
Feature request
Now I am frustrated due to this bug
Where
Build and device data
- Build Number: google/lynx_beta/lynx:15/AP31.240617.009/12094726:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242632044 (24.26.32 (260400-650348549))
System App (Updated)
Android System WebView
com.google.android.webview
Version 647813433 (126.0.6478.134)
System App (Updated)
Network operator: Jio True5G
SIM operator: Jio
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)
To learn more about our feedback process, please visit
hw...@gmail.com <hw...@gmail.com> #136
Information redacted by Android Beta Feedback.
Description
What
User experience
What type of Android issue is this?
User Interface
What steps would let us observe this issue?
What did you expect to happen?
Songs to be skipped or paused and played
What actually happened?
The action was performed but any task that should be able to be performed without unlocking prompts for the pin
What was the effect of this issue on your device usage, such as lost time or work?
High
When
Time and frequency
When did this happen?
8:37 AM GMT+03:00
How often has this happened?
Frequently
Where
Component
Suggested component: <not visible> (1498455)
Build and device data
- Build Number: google/bluejay_beta/bluejay:15/AP31.240517.022/11948202:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Debugging information
Google Play services
com.google.android.gms
Version 242213038 (24.22.13 (190400-638740827))
System App (Updated)
Android System WebView
com.google.android.webview
Version 642216533 (125.0.6422.165)
System App (Updated)
Network operator: Safaricom
SIM operator: Safaricom
Filed by Android Beta Feedback. Version (Updated): 2.43-betterbug.external_20240522_RC03 (DOGFOOD)https://developer.android.com/preview/feedback#feedback-app .
To learn more about our feedback process, please visit