Fixed
Status Update
Comments
[Deleted User] <[Deleted User]> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Android bug report capturing
After reproducing the issue, press the volume up, volume down, and power button simultaneously. This will capture a bug report on your device in the “bug reports” directory. Attach the bug report file to this issue.
Alternate method
After reproducing the issue, navigate to “developer settings”, 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 capture of the issue
Press the volume down and power buttons simultaneously. The image will appear in your gallery. Attach the screenshot file to this issue.
NOTE : To avoid leaking private information, please share screenshots and bugreports only in Google Drive. Share files with android-bugreport@google.com and include only Google drive links in your bug. Bug report attachments should not be included directly in issue reports.
Android bug report capturing
After reproducing the issue, press the volume up, volume down, and power button simultaneously. This will capture a bug report on your device in the “bug reports” directory. Attach the bug report file to this issue.
Alternate method
After reproducing the issue, navigate to “developer settings”, 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 capture of the issue
Press the volume down and power buttons simultaneously. The image will appear in your gallery. Attach the screenshot file to this issue.
NOTE : To avoid leaking private information, please share screenshots and bugreports only in Google Drive. Share files with android-bugreport@google.com and include only Google drive links in your bug. Bug report attachments should not be included directly in issue reports.
mt...@gmail.com <mt...@gmail.com> #3
I sent you the google drive links to the bug report and attached some screenshots of the process.
Number 2 is network settings when physical sim is active and number 4 is network settings when esim is active and physical sim is present in sim tray but is not detected
Number 2 is network settings when physical sim is active and number 4 is network settings when esim is active and physical sim is present in sim tray but is not detected
ar...@gmail.com <ar...@gmail.com> #4
Hi, I'm having the same issue. I contacted Google Fi support and they gave me a manually switch Sims. It worked. To manually switch Sims
*#*#794824746#*#*
Not an ideal solution however it's a patch until they fix it.
*#*#794824746#*#*
Not an ideal solution however it's a patch until they fix it.
xa...@google.com <xa...@google.com> #5
Thanks for that code! Not ideal, but helpful!
yo...@gmail.com <yo...@gmail.com> #6
Another way to switch is to, hit the plus button on mobile network, download Sim, it'll fail
Now turn on airplane and turn off airplane..
Now turn on airplane and turn off airplane..
yo...@gmail.com <yo...@gmail.com> #7
What if the Sim you are connected to is the esim not the physical sim?
xa...@google.com <xa...@google.com> #8
Same issue on my Pixel 2 XL after upgrading from Android 9 to 10. The workaround dialer code works.
sk...@gmail.com <sk...@gmail.com> #9
I am facing this issue as well. I had to manually to remove the physical SIM and reinsert it to get it working.
ar...@gmail.com <ar...@gmail.com> #10
Same here. This is a real and easy to reproduce issue.
jo...@lovoo.com <jo...@lovoo.com> #11
I have the exact same issue. The other work around would be to unlock bootloader and downgrade to 9 or see if one of the 10 betas doesn't have the bug. I am seriously considering downgrading.
xa...@google.com <xa...@google.com> #12
Same issue, just brutal and embarrassing
[Deleted User] <[Deleted User]> #13
One more anecdote. Possibly out of date since this experience happened on Beta 2 in the second week of May.
The (physical) sim swaps did not help me, no matter how many times or in what order.
The only thing that worked for me was the dialer code that was provided by Fi support.
The (physical) sim swaps did not help me, no matter how many times or in what order.
The only thing that worked for me was the dialer code that was provided by Fi support.
xa...@google.com <xa...@google.com> #14
Same issue. Must eject and reinsert ATT sim after switching to Fi eSIM
vi...@gmail.com <vi...@gmail.com> #15
I've been trying different solutions. The only thing that works is to use the change sim code above. Google, you need to fix this.
mt...@gmail.com <mt...@gmail.com> #16
Please share the gdrive link as mentioned in comment #3 .
NOTE : To avoid leaking private information, please share screenshots and bugreports only in Google Drive. Share files with android-bugreport@google.com and include only Google drive links in your bug. Bug report attachments should not be included directly in issue reports.
NOTE : To avoid leaking private information, please share screenshots and bugreports only in Google Drive. Share files with android-bugreport@google.com and include only Google drive links in your bug. Bug report attachments should not be included directly in issue reports.
Description
Build #AI-171.4041253, built on May 25, 2017
JRE: 1.8.0_112-release-b736 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.5
Version of Gradle Plugin: om.android.tools.build:gradle:3.0.0-alpha2
Version of Gradle: gradle-4.0-milestone-1
Steps to Reproduce:
1. Created a minimum app project from Android Studios project assistant
2. add an empty library module which then add to app dependencies.
3. add one flavorDimensions and 2 productFlavors
4. add 3 build types and let one build type inherit from another
5. let the inherited build type enable shrinkResources
See attached gradle file for full config.