Assigned
Status Update
Comments
ra...@google.com <ra...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
What steps are needed to reproduce this issue? Frequency of occurrence?
Which Android build are you using? (e.g. TQ3A.230705.001.A1)
Which device did you use to reproduce this issue?
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
Are you reporting this as Developer or User?
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.
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
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 and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
What steps are needed to reproduce this issue? Frequency of occurrence?
Which Android build are you using? (e.g. TQ3A.230705.001.A1)
Which device did you use to reproduce this issue?
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
Are you reporting this as Developer or User?
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.
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 and screenshot to google drive and share the folder to android-bugreport@google.com, then share the link here.
li...@sunmi.corp-partner.google.com <li...@sunmi.corp-partner.google.com> #3
What steps are needed to reproduce this issue? Frequency of occurrence?
1. Set "animator duration scale" to "animation off" in the developer settings
2. Open ANY app, then press minimize button on the bottom of the display to minimize the app. The moment the app is minimized, a huge icon shortly flickers on upper half of screen.
Frequency: everytime
Which Android build are you using? (e.g. TQ3A.230705.001.A1)
T3TD33.16-66-3
Which device did you use to reproduce this issue?
Moto G54 5G
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
unable to test, do not own such device
Are you reporting this as Developer or User?
as a user
Screen Record of the Issue
do not know how to use adb shell, sorry.
Please capture screen record or video of the issue using following steps:
1. Set "animator duration scale" to "animation off" in the developer settings
2. Open ANY app, then press minimize button on the bottom of the display to minimize the app. The moment the app is minimized, a huge icon shortly flickers on upper half of screen.
Frequency: everytime
Which Android build are you using? (e.g. TQ3A.230705.001.A1)
T3TD33.16-66-3
Which device did you use to reproduce this issue?
Moto G54 5G
Can you confirm if this issue is reproducible on a Pixel/Nexus device?
unable to test, do not own such device
Are you reporting this as Developer or User?
as a user
Screen Record of the Issue
do not know how to use adb shell, sorry.
Please capture screen record or video of the issue using following steps:
Description
I am a SUNMI Software Engineer.
As we know there is a tradition Wi-Fi which supports 2.4GHz/5GHz in Android device, and we'd like to extend wireless transmission distance.
And we are doing 802.11ah which supports Sub1GHz development, we'd like to add an 802.11ah wireless network card to Android13 GMS device.
Then we add a new Sub1G wireless network card to Android GMS device, we can make 2.4G/5G Wi-Fi as wlan0, and Sub1G Wi-Fi as wlan1, we can make 2.4G/5G Wi-Fi and Sub1G Wi-Fi association at the same time.
But the ConnectivityService module is in mainline, we couldn't modify it, we found that ConnectivityService will make the secondary connection disconnected.
Could you please suggest us how to add such a Sub1G network card to GMS devices?
Thanks