Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
297 views

App crashes on Oppo A52 and A17 with Android 11 and 12

I develop Enterprise Mobile apps for the aged care sector on Xamarin forms. On Oppo A52 and A17 (CPH2477) running Android 11 and 12 the app will crash. On the logon screen where there is no activity ...
user631618's user avatar
1 vote
0 answers
32 views

Empty space when creating an AlertDialog, only on Oppo phones

I was just trying to migrate my application from a Realme to an Oppo and everything looked fine until I noticed the displayed dialogs were not centered. Here is the example (I will only talk about the ...
DeadFrancis's user avatar
0 votes
0 answers
325 views

Rooting an oppo a53s using a rooted .ozip as an update file

I have a problem, when I start my oppo after having been turned off the bootanimation does not appear, but after a while the phone turns on, as if the bootanimation does not exist, in the same way ...
Alfa PSH's user avatar
3 votes
0 answers
371 views

Android Studio Recording button disabled on Oppo device

There is a very handy feature in Android Studio which allows to record screen of the phone while it is connected via USB cable. I use it a lot, but on one particular device it doesn't work. The button ...
GV_FiQst's user avatar
  • 1,567
0 votes
0 answers
228 views

App icon not displaying after installing APK in OPPO A55

I am installing apk on my device OPPO A55 (Android 12), but after a successful install message, the app icon does not display in the menu list or Application Manager. Below are some screenshots of the ...
Sagar Zala's user avatar
  • 5,114
3 votes
0 answers
760 views

Play Integrity alternative for China region

Google provides play integrity API for app integrity protection in android applications. But, since Google services are not available in China region, then what are the alternative APIs for integrity ...
Aakash Jaiswal's user avatar
1 vote
0 answers
434 views

How to fix : java.lang.RuntimeException: Unknown error at android.os.Process.getProcessGroup(Process.java) occurring only in Android 9 oppo devices

We have been receiving a crash which is one of the top crash having highest event counts in Firebase crashlytics. the stacktrace does not say much, but it only happens on Android 12 Oppo devices in in ...
Vikas Pandey's user avatar
  • 1,215
1 vote
0 answers
119 views

Xamarin/Prism Issue with Oppo Phones with overlapping Screen

I'm encountering issues with Oppo phones using Xamarin with Prism. As included in the attached screenshot, the screens overlap as if their background is transparent. I have difficulties debugging the ...
Russel Claveria 's user avatar
0 votes
2 answers
156 views

How to launch my app (not in google play) in disconnect mode from a QR Code like myApp://open on my OPPO that use google Lens online app?

I try to open my app with a QR Code generated : myApp://open When I scan it, it send me an error message : "Sorry the application requested could not be launched. The content of the barcode may ...
ΩlostA's user avatar
  • 2,601
1 vote
1 answer
560 views

CameraX configuration issue in oppo A5 version 11

Facing issue while configuration cameraX in oppo A5 , android version 11 works fine on all other devices. Dependencies used: // CameraX core library def camerax_version = '1.1.0-beta01' // CameraX ...
Hasnat Ahmad's user avatar
10 votes
1 answer
1k views

Android Studio terminates app during debug if stopped at a breakpoint for more than several seconds

I have an Oppo A53s running Android 11. When I set a breakpoint in the initial activity (login page), once the breakpoint is hit the app will terminate after five seconds of inactivity. This problem ...
FractalBob's user avatar
  • 3,514
2 votes
0 answers
288 views

How to get current location on chinese phone?

I use Goole play service location APIs and fusedLocationClient.requestLocationUpdates(locationRequest,locationCallback,looper); to get current location. But sometimes it get a last location on Chinese ...
kid3652's user avatar
  • 21
0 votes
2 answers
311 views

adb cannot accurately read IMEI 1 and 2

there are two OPPO phones, using adb cannot accurately read IMEI 1 and 2, but only MEID. How can I read IMEI? Android version 11 Model PEAM00 and PEMM20 Tried the following command, but it doesn't ...
z.eric's user avatar
  • 1
2 votes
3 answers
5k views

Android 11 Runtime Permissions

Before a few days, the code is working fine not having issues with permissions. I am not able to grant permission at run-time also having issues while granting permissions from the setting. (App ...
Ashvin solanki's user avatar
1 vote
0 answers
351 views

Navigate users to the screen where they can turn off power saving mode

I have tried to navigate users to power saving mode change screen using the following intent Intent(Settings.ACTION_BATTERY_SAVER_SETTINGS) However this will not work for manufacturers like Huawei, ...
shanzAD's user avatar
  • 55
0 votes
0 answers
903 views

Foreground service is not running in some device

I am creating a app to show push notifications to user , I have tested to run the app using Background Service for showing notifications but it didn't work for me , so I used Foreground Service. And ...
Prateek Chaubey's user avatar
1 vote
0 answers
874 views

Oppo,xiaomi,vivo devices don't show fcm flutter backround notification

I am trying to send notifications from my app at certain times using Flutter Firebase Messaging. Notifications; The application does not appear when deleted from the background on OPPO, XIAOMI, VIVO .....
Serife's user avatar
  • 21
0 votes
0 answers
158 views

location issues for the custom roms like Miui,Oppo,Vivo etc

Guys i am facing an issue regading the location updates on Custom Roms like Miui,Oppo etc, These Roms are taking too much time for location update and in background it do not trigger the listner, and ...
Shubham Kumar's user avatar
8 votes
0 answers
2k views

Permission denial -> requires oppo.permission.OPPO_COMPONENT_SAFE but it's already on the AndroidManifest.xml

I can't open intents in oppo devices. I've put required permissions on manifest <uses-permission android:name="oppo.permission.OPPO_COMPONENT_SAFE"/> but never works... always show the ...
Nitro Julià Soler's user avatar
1 vote
1 answer
210 views

Where can i find list of miui, oppo permissions

Xioami, Oppo and some other vendors have custom android permission like. // from https://github.com/KashaMalaga/XiaomiMiBand/blob/master/AndroidManifest.xml <uses-permission android:name="miui....
user2301346's user avatar
2 votes
0 answers
168 views

After clicking on TextInputLayout, the app crashes in Oppo F1S running 5.1.1

I am not able to figure out the cause, I am finding its very difficult to counter the issue. Its working fine in other devices and even in oppoF7 which is running 8.1.0 This is my XML <android....
adam's user avatar
  • 211
2 votes
2 answers
563 views

unknown call types when querying device call logs

In the snippet below, I am trying to read call logs and print their call type Cursor cursor = context.getContentResolver().query(Calls.CONTENT_URI, ...); while (cursor.moveToNext()) { int ...
zhirzh's user avatar
  • 3,429
1 vote
2 answers
5k views

how to Connect Oppo devices to Android Studio over MacBook Pro?

Environment Specs: MacBook Pro, MacOs Mojava 10.14.16 Phone: Oppo Reno2 f, Android Version 9 Connecting steps; Enabled Developer options Enabled USB Debugging Enabled USB configuration PTP Notes ...
aya salama's user avatar
2 votes
2 answers
3k views

Chinese Android Devices Killing Background Service

I am trying to run a background service in an android application. I have tried the standard way of doing it and a lot of other tweaks. The problem is that when the application is closed from recent ...
Hamza Khurshid's user avatar
1 vote
0 answers
717 views

How to move to App Info page in OPPO by starting intent for my app?

I want to open app info page from my app while user clicking on button. I have used this permissions in Manifest. But when i click on button, app is crashing . <uses-permission android:name="...
The Bala's user avatar
  • 1,313
0 votes
1 answer
7k views

View in your space option missing in Realme X2 for google scene viewer

I recently got the Realme X2 by Oppo and tried out using the AR funtionalities with google scene viewer . I do get the view in 3d option by searching animals like dog , cat , shark etc. , however I ...
Abir Roy Chowdhury's user avatar
3 votes
1 answer
263 views

onTaskRemoved() not getting called in Oppo devices

OnTaskRemoved () not getting called in Oppo devices, When app removed from recent list of apps and also the service not running when the app in the background and the screen get locked.
Jeosh Kurian E J's user avatar
1 vote
0 answers
553 views

E/CheckPermission: Permission Denial: can't use real_camera takePicture

I have an application which takes a photo by launching the activity from background whenever the user sends the message(FCM) In most of the devices, it works perfectly but in oppo phones I am getting ...
Amin Pinjari's user avatar
  • 2,173
3 votes
1 answer
2k views

RunTime Localization (Multi-language) not working on some devices ex. Oppo f9 and Huawei y9

I implemented the following Localization logic in order to be able to change the language of my app dynamically from English to Arabic and vice-versa. It is working on all emulator versions from 5.1 ...
Mena's user avatar
  • 3,365
1 vote
0 answers
568 views

Why sometimes can and sometimes cannot capturing the image on android oppo

After capturing the image, the data from the onActivityResult is SOMETIMES null and SOMETIMES not. I did on Oppo a3s. It works fine on other devices like samsung or huawei. The storage is not full. ...
O.Chounry's user avatar
  • 322
0 votes
0 answers
299 views

Not able to turn on/off Bluetooth/WiFi on few devices

My App has a background service which keeps running as foreground service. This service controls the device WiFi/Bluetooth programmatically on certain conditions. Everything works fine BUT on few ...
Akki's user avatar
  • 823
0 votes
0 answers
103 views

How to reliably run location tracking services on brands like Oppo, Vivo, Xiaomi?

I work for a cab company which specializes specifically in intercity and outstation rides. This means that we have to track the driver for long duration, continuously. our app works fine on stock ...
Aditya Gurjar's user avatar
0 votes
1 answer
810 views

Oppo firebase notification in background

Code for permission oppo cannot load app. Oppo phone cannot handle notification in background, but when I use these code it work well: val POWERMANAGER_INTENTS = arrayOf( Intent()....
booc booc's user avatar
1 vote
2 answers
1k views

Send SMS programmatically on Oppo phones

My android app sends SMS programmatically (usually triggered by a push message), and works as expected on numerous Android versions and devices. However on a new Oppo phone model CPH1851 I see a ...
PVS's user avatar
  • 91
0 votes
0 answers
168 views

Unknown Host Exception Only in ONEPLUS 6T and Other Pie mobile are working fine

Unknown Host Exception Only in ONEPLUS 6T and Other Pie mobile are working fine when refreshed three to four times then gets data otherwise getting error logcat-Access denied finding property “...
suyash saurabh's user avatar
3 votes
1 answer
450 views

Android - Getting InflateException in oppo devices only

I am getting a strange InflateException in my crashlytics. This happens only in Oppo devices with Android version 5.1. From the stack trace, its clear that the issue is with a TextView. The stack ...
Ruthwik Warrier's user avatar
-1 votes
1 answer
3k views

Autostart permission programmatically

I am working on an app where I need to ask user for the autostart permission and for that I am opening the Autostart permissions settings page for the user to turn on the permission for our app using ...
Kunal's user avatar
  • 412
4 votes
0 answers
455 views

setAlarmClock() not working in dozo mode for few devices like OPPO phones

Inside my application I need to set alarms and when they fire I'm trying to trigger them in my Receiver. In order to deal with Dozo mode from marshmallow 6.0, if the device version is greater or ...
Siddharth Reddy's user avatar
0 votes
0 answers
122 views

Qwerty keyboard is showing on Oppo, when it should be a numerical keyboard

My EditText has an inputType="numberPassword"and I've tested this on many devices and it shows correctly (a numerical keyboard), BUT on an Oppo device it just shows a qwerty keyboard. <EditText ...
Miki's user avatar
  • 27
0 votes
1 answer
2k views

Oppo phones showing yellow line at Notification Bar

I have an app which uses Administrator permission, In oppo phones if user provides Administrator permissions then Oppo phone is showing yellow line at Notification bar (Continuously flashing ...
Amin Pinjari's user avatar
  • 2,173
2 votes
1 answer
1k views

How to prevent my app from being closed by user in/from Recent

In Phones Like Oppo and One Plus 6 some apps like Facebook and Whatsbook do not get closed from recent. When I close all apps from recent, these 2 apps Facebook and Whatsapp remains there. In the ...
kamlesh yadav's user avatar
2 votes
0 answers
2k views

Oppo Realme 1 is not detecting in android studio 3 for Debugging

My device Oppo Realme1 is not detecting in my Android Studio 3.0.1 for debugging. I search a lot of things in web, tried to installed few software's for adb. But didn't find the official oem driver ...
jeetdeveloper's user avatar
1 vote
1 answer
383 views

Application in background and after reboot is not working

I have turned on startup manager https://colapps.zendesk.com/hc/en-us/articles/217203146-OPPO-F1-No-Notificatons-Startup-Manager and battery optimization option Permissions given: <uses-...
Priyadarshini Maurya's user avatar
7 votes
4 answers
5k views

Background Service Stop when removing app from recent

Background service is stop, when removing my app from recent in oppo & vivo mobiles, & Broadcast reciever also not working in that case.
Yogesh Choudhary Paliyal's user avatar
1 vote
0 answers
1k views

Oppo A57 - Unable to detect phone in Ubuntu and Android Studio

Actual Problem Oppo A57 is not getting detected when connected to a laptop running Ubuntu 18.04 LTS (Transfer files via USB is enabled). Not only that i am unable to see that device (with usb ...
Ganesh K's user avatar
  • 126
1 vote
1 answer
2k views

How to enable USB Debug on OPPO device without display warning message on notification panel

I tried hard to stop this warning message but I still don't have solution for this. If anyone know the best solution please share here. These are reasons why: It is annoy for my development It can be ...
Chivorn's user avatar
  • 2,353
2 votes
2 answers
14k views

Oppo Phone removing Device Admin Permission

In my application I am using Device admin permission, It is working fine in all devices but In Latest Oppo Phones F9, F7, F5 whenever user unlocks phone it askes to remove Admin permission Or Shows a ...
Amin Pinjari's user avatar
  • 2,173
11 votes
1 answer
7k views

Denial permission OPPO_COMPONENT_SAFE

I have service in my app which needs to be running in background in device OPPO. I have read somewhere that we need to enable auto start in settings for app to keep service running but I have a ...
Hồ Minh Tùng's user avatar
2 votes
1 answer
2k views

Background location service is not working in oppo and MI phones

In my android application,location service is implemented as background service.I have tested it with different phones(like samsung,micromax,Moto,lenovo,nexus) it works fine with all.But when i run ...
Akshay Chache's user avatar
7 votes
2 answers
2k views

How to ask Permission in OPPO again if user deny permision in Oppo lollipop version?

I am facing problem in Oppo mobile - Lollipop version. I need write contact permission in my app. but in oppo lollipop it ask oppo's own security permission. If I deny that permission than application ...
Maulik Patel's user avatar