Fixed
Status Update
Comments
mu...@google.com <mu...@google.com> #2
redacted
am...@google.com <am...@google.com> #3
redacted
eu...@gmail.com <eu...@gmail.com> #4
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)
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)
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.
eu...@gmail.com <eu...@gmail.com> #5
This is meant as Feature request rather than a bug report. I read somewhere this issue tracker is for both, but did not see where to change between bug/feature request..
I was just surprised there is no way to check the obtained IP Address when using a USB-C Ethernet Adapter in Android and believe this Info should be available via GUI..
>What steps are needed to reproduce this issue?
See attached screencast
>Frequency of occurrence?
Always - missing feature
>Which Android build are you using? (e.g. TQ3A.230705.001.A1)
Dont know, i have Android 14 Patchlevel 5. September 2024 (Stock Image Pixel 9 Pro)
>Can you confirm if this issue is reproducible on a Pixel/Nexus device?
I have a Pixel 9 Pro
>Are you reporting this as Developer or User?
I am reporting this as User
Kind Regards,
Stefan
I was just surprised there is no way to check the obtained IP Address when using a USB-C Ethernet Adapter in Android and believe this Info should be available via GUI..
>What steps are needed to reproduce this issue?
See attached screencast
>Frequency of occurrence?
Always - missing feature
>Which Android build are you using? (e.g. TQ3A.230705.001.A1)
Dont know, i have Android 14 Patchlevel 5. September 2024 (Stock Image Pixel 9 Pro)
>Can you confirm if this issue is reproducible on a Pixel/Nexus device?
I have a Pixel 9 Pro
>Are you reporting this as Developer or User?
I am reporting this as User
Kind Regards,
Stefan
gl...@gmail.com <gl...@gmail.com> #6
>Which Android build are you using?
Ah, i found the Build number: AD1A.240905.004
And i found a way to see the obtained IP Address:
Settings->About Phone->IP Address
But i guess the feature request is still valid. It makes sense to have a "Network Status Page" when using Ethernet, just like there is a "Network Status Page" when connected via WiFi.
Ah, i found the Build number: AD1A.240905.004
And i found a way to see the obtained IP Address:
Settings->About Phone->IP Address
But i guess the feature request is still valid. It makes sense to have a "Network Status Page" when using Ethernet, just like there is a "Network Status Page" when connected via WiFi.
lo...@google.com <lo...@google.com> #7
It looks like you are raising an issue as an Android user, rather than an Android Open Source Developer.
For user support, please see the
For Pixel phone support, please see the
Support for other devices is provided by the device manufacturers or by the carriers selling those devices,
Description
Before filing an issue, please read and follow these instructions carefully.
First, please search through existing issues to ensure that the bug has not already been reported. You can start the search here:https://issuetracker.google.com/savedsearches/5082111
If the issue has already been reported, you can click the star next to the issue number to subscribe and receive updates. We prioritize responding to the issues with the most stars. You can also comment on the issue to provide any details of your experience with it.
If your issue has not been reported, please provide all of the following:
A short description of the issue:
Trying to list the other contacts and to return the following fields for a person:
names
,emailAddresses
,phoneNumbers
,addresses
will return the following error:However, if
READ_SOURCE_TYPE_CONTACT
is being supplied instead, another error is being returned:What steps will reproduce the problem?
1.Use the following snippet:
What is the expected output? What do you see instead? If you see error messages, please provide them.
According to the documentation here ,
READ_SOURCE_TYPE_PROFILE
should be used since theaddresses
field is requested. However, this ends up returning an error.