Status Update
Comments
er...@google.com <er...@google.com>
xi...@google.com <xi...@google.com> #2
sa...@uber.com <sa...@uber.com> #3
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Freezes again and needed to hard reset. Was scrolling chrome this time. Swiped back and the phone become unresponsive with the screen on. Nothing worked.
Debugging information
Google Play-tjenester
com.google.android.gms
Version 231312044 (23.13.12 (190400-519946965))
System App (Updated)
Android System WebView
com.google.android.webview
Version 561510134 (112.0.5615.101)
System App (Updated)
Network operator: Talkmore
SIM operator: Talkmore
Filed by Android Beta Feedback. Version (Updated): 2.33-betterbug.external_20230301_RC01 (DOGFOOD)
To learn more about our feedback process, please visit
hu...@google.com <hu...@google.com> #4
sh...@gmail.com <sh...@gmail.com> #5
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
27.04.23 2209. Phone froze again. Now in the HBO app... Needed to hard reset the phone to get it up and running again. Please fix this fast. The phone is almost unusable#æ!
Debugging information
Google Play-tjenester
com.google.android.gms
Version 231312044 (23.13.12 (190400-519946965))
System App (Updated)
Android System WebView
com.google.android.webview
Version 561513534 (112.0.5615.135)
System App (Updated)
Network operator: Talkmore
SIM operator: Talkmore
Filed by Android Beta Feedback. Version (Updated): 2.33-betterbug.external_20230301_RC01 (DOGFOOD)
To learn more about our feedback process, please visit
hu...@google.com <hu...@google.com> #6
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
29.04.23 15: 57 Frozen again. Now on the home screen. Phone was unresponsive, but now after approximately 1-2 min it restarted by itself
Debugging information
Google Play-tjenester
com.google.android.gms
Version 231312044 (23.13.12 (190400-519946965))
System App (Updated)
Android System WebView
com.google.android.webview
Version 561513534 (112.0.5615.135)
System App (Updated)
Network operator: PlussMobil
SIM operator: PlussMobil
Filed by Android Beta Feedback. Version (Updated): 2.33-betterbug.external_20230301_RC01 (DOGFOOD)
To learn more about our feedback process, please visit
th...@gmail.com <th...@gmail.com> #7
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
29.04.23 16:07 AAAAND 16:11 FROZEN AGAIN!! NOW WHEN ENTERING FEEDBACK. BLACK SCREEN AND HAD TO HARD RESET. FFS! FIX THIS!!!
Debugging information
Google Play-tjenester
com.google.android.gms
Version 231312044 (23.13.12 (190400-519946965))
System App (Updated)
Android System WebView
com.google.android.webview
Version 561513534 (112.0.5615.135)
System App (Updated)
Network operator: PlussMobil
SIM operator: PlussMobil
Filed by Android Beta Feedback. Version (Updated): 2.33-betterbug.external_20230301_RC01 (DOGFOOD)
To learn more about our feedback process, please visit
th...@gmail.com <th...@gmail.com> #8
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Froze again when searching apps... Coman google. Fix this phone breaking bug!!!
Debugging information
Google Play-tjenester
com.google.android.gms
Version 231312044 (23.13.12 (190400-519946965))
System App (Updated)
Android System WebView
com.google.android.webview
Version 561513534 (112.0.5615.135)
System App (Updated)
Network operator: PlussMobil
SIM operator: PlussMobil
Filed by Android Beta Feedback. Version (Updated): 2.33-betterbug.external_20230301_RC01 (DOGFOOD)
To learn more about our feedback process, please visit
fl...@jenji.io <fl...@jenji.io> #9
hu...@google.com <hu...@google.com> #10
Hi,
This seems to be similar to
re...@gmail.com <re...@gmail.com> #11
I also got the same issue with a HXY A9 Pro. The log is attached.
The issue happens as soon ProcessCameraProvider#hasCamera(CameraSelector.DEFAULT_BACK_CAMERA) is called.
re...@gmail.com <re...@gmail.com> #12
I believe this issue was fixed with commit:
Am I right?
If yes, if the device is using an inverted value for the zoom level, wouldn't that cause the device to behave to zoom in when the user tried to zoom out and vice versa?
I mean, if the values for min and max zoom are inverted, doesn't it mean that the zoom level is also inverted, and in this case 0.1 means 0.9?
I don't have any problematic device to test it, but I'm just worried if that would work as expected, as the fix only inverted the values for min and max zoom levels.
hu...@google.com <hu...@google.com> #13
Hi,
Correct, that's the commit where the fix was made.
| if the device is using an inverted value for the zoom level
I don't think the zoom level is being reported in a reversed manner. The min digital zoom value is 1 by default, and the max should be greater than or equal to 1. I think the fix that was implemented sets the max digital zoom to 1 if CameraCharacteristics.SCALER_AVAILABLE_MAX_DIGITAL_ZOOM
is erroneously reported on the device, this happens if it's null
or less than 1 (the min zoom).
@scottnien is that the case?
re...@gmail.com <re...@gmail.com> #14
Okay, got it! I think that makes sense, in this case the zoom level will be between 1.0 and 1.0 (min and max).
gr...@wavelt.com <gr...@wavelt.com> #16
FWIW this bug also happens in Redmi Note 8, model GINKGO, codename ginkgo Android API 10 when using cameraX 1.0.0-beta12 version. Will update to the latest and see if it keeps happening:
Non-fatal Exception: java.util.concurrent.ExecutionException: androidx.camera.core.InitializationException: java.lang.IllegalArgumentException: Requested zoomRatio 1.0 is not within valid range [1.0 , 0.0]
at androidx.concurrent.futures.AbstractResolvableFuture.getDoneValue(AbstractResolvableFuture.java:518)
at androidx.concurrent.futures.AbstractResolvableFuture.get(AbstractResolvableFuture.java:475)
at androidx.concurrent.futures.CallbackToFutureAdapter$SafeFuture.get(CallbackToFutureAdapter.java:199)
at androidx.camera.core.impl.utils.futures.FutureChain.get(FutureChain.java:155)
at androidx.camera.core.impl.utils.futures.ChainingListenableFuture.get(ChainingListenableFuture.java:105)
at com.wavelt.sister.helper.CameraHelperXImpl$setupCamera$1.run(CameraHelperXImpl.java:111)
at android.os.Handler.handleCallback(Handler.java:914)
sc...@google.com <sc...@google.com> #17
Hi grzegorz Thanks for the reporting this. I believe the issue has been fixed in latest version (both 1.0.0 RC or 1.1.0 alpha) Please let us know if you still encounter the issue.
Description
StackOverflow post:https://stackoverflow.com/questions/64187271/what-causes-error-java-lang-illegalargumentexception-requested-zoomratio-1-0-is?noredirect=1#comment113671356_64187271
It seems that the min/max zoom ratio is swapped on the device. This is a device specific issue that is not reproducible on other devices.