Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
an...@google.com <an...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Android build
Which Android build are you using? (e.g. PPP5.180610.010)
Device used -- Device Make, Model, Android OS Version
Which device did you use to reproduce this issue? Are you also using 2 phones: Pixel 4 with Android 10 and Sony Xperia L3?
Steps to reproduce
What steps are needed to reproduce this issue?
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Screen record of the issue, if possible
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 avoid uploading directly to the issue using attachments. Please upload to google drive and share the folder to android-bugreport@google.com, then share the link here.
Android build
Which Android build are you using? (e.g. PPP5.180610.010)
Device used -- Device Make, Model, Android OS Version
Which device did you use to reproduce this issue? Are you also using 2 phones: Pixel 4 with Android 10 and Sony Xperia L3?
Steps to reproduce
What steps are needed to reproduce this issue?
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Screen record of the issue, if possible
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 avoid uploading directly to the issue using attachments. Please upload to google drive and share the folder to android-bugreport@google.com, then share the link here.
zo...@gmail.com <zo...@gmail.com> #3
It's bug in you Bluetooth stack. It's not depend on any build system. I point exact line in code where bug happen. Please stop use blueprint response.
This problem happened even in system applications.
Current happened on Pixel 6 device whit last march update. Also this bug present in gabeldorsche Bluetooth stack
zo...@gmail.com <zo...@gmail.com> #4
We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
zo...@gmail.com <zo...@gmail.com> #6
Can anyone give on update on this bug ?
an...@google.com <an...@google.com> #7
Could the assignee of the ticket update us on the status. This is an useful feature to a number of users as well as developers. It being inoperable for such a long time since its release casts a shadow on the reliability of Pixel phones and demonstrates certain lack of support.
zo...@gmail.com <zo...@gmail.com> #8
Hi, is there any update on this ticket?
an...@google.com <an...@google.com> #9
Hello vi...@gmail.com (Assignee)- can you give an update please ?
an...@google.com <an...@google.com> #10
Any update? This is terrible
zo...@gmail.com <zo...@gmail.com> #11
Our engineering team is still working on this issue. We will provide more updates as they become available.
zo...@gmail.com <zo...@gmail.com> #12
"Our engineering team is still working on this issue. We will provide more updates as they become available." - thank you
an...@google.com <an...@google.com> #13
zo...@gmail.com <zo...@gmail.com> #14
Hello,
I second that "na...@qualcomm.corp-partner.google.com" #13.
Will this show up in Android 14 today ?
I second that "na...@qualcomm.corp-partner.google.com" #13.
Will this show up in Android 14 today ?
so...@gmail.com <so...@gmail.com> #15
How can I fixed this issue on my Android 10 and 11?
jo...@onsalesit.com <jo...@onsalesit.com> #16
Hello,
are there any updates regarding this bug/feature ?
I've been waiting for quite a while ;-)
Regards, Paul
are there any updates regarding this bug/feature ?
I've been waiting for quite a while ;-)
Regards, Paul
an...@google.com <an...@google.com> #17
ap...@google.com <ap...@google.com> #18
Hello,
I have been testing Android 14 on a pixel 6 - this still is not working.
The fix seems to be reverted - is that correct ?
Or... will the fix get into Android 15 ?
Many thx, Paul
I have been testing Android 14 on a pixel 6 - this still is not working.
The fix seems to be reverted - is that correct ?
Or... will the fix get into Android 15 ?
Many thx, Paul
na...@google.com <na...@google.com> #19
I find this a big problem. Phones where it worked fine. Now it doesn't. Please when will a fix be available?
Description
This happens on a Pixel 5 running on Android 12.
Box(
modifier = modifier.conditional(
condition = animated && !sticky && actualKey != null,
modifier = {
Modifier.animateItemPlacement(
animationSpec = OffsetSpec
)
}
),
content = {
content()
}
)