Questions tagged [oneplus7]

8 questions
5
votes
0 answers

One Plus devices biometric prompt is dismissed after first failed

I am using BiometricPrompt on my app. When I am trying to use on OnePlus devices and validate the fingerprint with another finger that is not enrolled on the OS, it will trigger the onAuthenticationFailed() callback and the biometricPrompt will be…
1
vote
0 answers

Unable to read a text file from external storage (Android studio)

I wrote a small script to check whether a text file exists in a folder. I have created a folder named depth_estimation and it contains a file named K.txt (Attaching screenshot for reference). While I try to read the text file it throws an error…
Manoj
  • 69
  • 1
  • 8
1
vote
0 answers

Is already there a fix to the OxygenOS issue with the BiometricPrompt?

I understand that until version 9 of Oxygen this error occurred: Biometric Prompt issue on Oneplus 6T I'm Filtering devices with in-display fingerprint sensor, so I can give a specific behaviour: //OnePlus models without in-display biometric…
Herno
  • 11
  • 3
1
vote
0 answers

React Native: GraphQL Mutation requests failing in OnePlus device

I'm facing issue in mutation with Apollo client. That too, brand/device specific issue with OnePlus devices. All the functions are working as expected in iOS and other android devices[like, Samsung, Oppo, Moto, Mi]. But, with OnePlus, i'm facing…
1
vote
0 answers

Alarm manager, Job Scheduler and Work manager, none of them are working if app is removed from recent apps in One plus 7

I am trying to build an android app to perform a specific task at particular time everyday. So i have tried to implement it in each and every possible way ie. AlarmManager with Broadcast receiver, Job Scheduler and even WorkManager API's. All the 3…
Prajwal
  • 11
  • 2
0
votes
0 answers

Forgot the pattern for my one plus 7t pro mobile, how to recovery it?

i have forget the pattern for my 1+ 7T pro mobile. It is not linked with gmail account. i need the data nearly 200 GB. How to recover that data from it ? is there any other way to unlock the mobile ?, there is no forget pattern option is shown or i…
Badcoder
  • 23
  • 4
0
votes
0 answers

Icons and content are not showing similar in different manufacturer devices with same resolution and same ppi

I am testing my app and I figure out that my app is looking different in two different manufacturer devices with same resolution. I have two devices as below and there are too many differences in my app regarding their icon size, text size, margins…
0
votes
1 answer

Problems running app on OnePlus 7 locally over USB ("Device supports , but APK only supports armeabi-v7a, x86_64, arm64-v8a, x86")

I'd like to connect a brand new OnePlus 7 test device with USB to my dev laptop and install our app to it, straight from Android Studio. However, Android Studio shows this: ...and trying to run the app on the device fails with: The app doesn't…
Jonik
  • 80,077
  • 70
  • 264
  • 372