WAI
Status Update
Comments
jo...@arklabs.nz <jo...@arklabs.nz> #2
Information redacted by Android Beta Feedback.
xa...@google.com <xa...@google.com>
je...@google.com <je...@google.com>
bi...@google.com <bi...@google.com>
bi...@google.com <bi...@google.com> #3
Thank you for reporting this issue. We’ve shared this with our product and engineering teams and will continue to provide updates as more information becomes available.
ni...@ansman.se <ni...@ansman.se> #4
- Build Number: google/oriole_beta/oriole:UpsideDownCake/UPB1.230309.014/9890577:user/release-keys
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Same problem on beta 1. Re-registering fingerprints doesn't help.
Debugging information
Google Play services
com.google.android.gms
Version 231312044 (23.13.12 (190400-519946965))
System App (Updated)
Android System WebView
com.google.android.webview
Version 561504834 (112.0.5615.48)
System App (Updated)
Network operator: One NZ
SIM operator: vodafone NZ
Filed by Android Beta Feedback. Version (Updated): 2.33-betterbug.external_20230301_RC01 (DOGFOOD)
To learn more about our feedback process, please visithttps://developer.android.com/preview/feedback#feedback-app .
(Note: It is the build when sending this report. For exact build reference, please see the attached bugreport.)
Same problem on beta 1. Re-registering fingerprints doesn't help.
Debugging information
Google Play services
com.google.android.gms
Version 231312044 (23.13.12 (190400-519946965))
System App (Updated)
Android System WebView
com.google.android.webview
Version 561504834 (112.0.5615.48)
System App (Updated)
Network operator: One NZ
SIM operator: vodafone NZ
Filed by Android Beta Feedback. Version (Updated): 2.33-betterbug.external_20230301_RC01 (DOGFOOD)
To learn more about our feedback process, please visit
bi...@google.com <bi...@google.com> #5
Information redacted by Android Beta Feedback.
ni...@ansman.se <ni...@ansman.se> #6
Same issue and it also will not allow me to register new fingerprints. Android 14 Beta 1
bi...@google.com <bi...@google.com> #7
Android 14 Beta 1 has this same issue. I've even tried removing all fingerprints and readding them with no luck. Rebooting doesn't fix it. You're always forced to enter your PIN or Pattern code. Face Unlock seems to work without any issues.
bi...@google.com <bi...@google.com> #8
Pixel 7 Pro Android 14 Beta 1. Fingerprint setup timed out. Can't use fingerprint sensor. I'm able to unlock phone with other security features but the fingerprint sensor is not working. I've deleted registered fingerprints and tried to register new ones but a pop up error message appears. Attached a screenshot of the message. Fingerprint sensor worked fine before upgrading to Android 14.
bi...@google.com <bi...@google.com> #9
It's the same for me. You can't unlock your finger.
bi...@google.com <bi...@google.com>
ni...@ansman.se <ni...@ansman.se> #10
Mine did this once and then suddenly it works again and hasn't happened yet
again. Nothing seemed to trigger it and nothing seemed to fix it either.
Not restarts or anything.
On Wed, Apr 12, 2023, 11:05 PM <buganizer-system@google.com> wrote:
again. Nothing seemed to trigger it and nothing seemed to fix it either.
Not restarts or anything.
On Wed, Apr 12, 2023, 11:05 PM <buganizer-system@google.com> wrote:
Description
Android Plugin Version: 3.5.0-beta01 and 3.5.0-beta02
Module Compile Sdk Version: 28
Module Build Tools Version: 28.0.3
Android SDK Tools version: 26.1.1
When I build from the commandline using assemble<Type> the resulting APK is not signed. If I switch to 3.4.X of the AGP the APKs are signed as expected.
My relevant build.gradle:
android {
signingConfigs {
debug {
storeFile file("debug.keystore")
storePassword "<password>"
keyAlias "<alias>"
keyPassword "<password>"
}
}
buildTypes {
debug {
applicationIdSuffix ".debug"
versionNameSuffix "-debug"
}
}
}