Questions tagged [oppo]

for questions related to application development issues affecting just Oppo Mobile devices.

62 questions
1
vote
1 answer

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 Where are these…
user2301346
  • 438
  • 3
  • 11
1
vote
2 answers

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 Same phone connects over windows machines…
aya salama
  • 903
  • 1
  • 10
  • 29
1
vote
0 answers

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 .
The Bala
  • 1,313
  • 1
  • 15
  • 23
1
vote
0 answers

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 below error when phone screen is locked otherwise…
1
vote
0 answers

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. The permissions are already handle with camera,read…
O.Chounry
  • 304
  • 4
  • 16
1
vote
2 answers

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 notification pop-up saying: "[app name] will send SMS…
PVS
  • 69
  • 9
1
vote
1 answer

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:
1
vote
0 answers

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 debugging enabled) in Android Studio. USB port in phone…
Ganesh K
  • 126
  • 14
1
vote
1 answer

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 disable when I touch on it by mistake. Actually…
Chivorn
  • 2,203
  • 2
  • 21
  • 37
1
vote
0 answers

Oppo A1601 java.lang.NoClassDefFoundError

The problem does not happen on other phones or emulator. The app runs fine if I install and launch app separately using command line: ./gradlew clean installMyApp && adb shell "am start -n…
ericn
  • 12,476
  • 16
  • 84
  • 127
0
votes
0 answers

İmage Picker Crash in Flutter

I am using Image Picker library. Although my code works normally another devices, Xiaomi and oppo devices crash after taking a picture. I tried using the libraries "image_picker: 0.8.9" and "image_pickers: 2.0.4+1". I am getting the same error on…
0
votes
0 answers

ModuleNotFoundError: No module named 'GpioObj while building nethunter kernel

hello guys good day today i was building non-existing nethunter kernel for the device oppo A5s but i encountered an error and this is the log Traceback (most recent call last): File "/home/kali/A5S-8.1-kernel-source/tools/dct/DrvGen.py", line 26,…
K1NG
  • 1
  • 1
0
votes
0 answers

Prevent Disabling Device Admin Permission on Oneplus and Oppo Phones

Can someone provide a working solution for a Device Admin permission issue in my Android app? The permission works fine on most devices, but it seems to have problems on specific devices like OnePlus and Oppo. User can disable it from app info ->…
Muraino
  • 554
  • 7
  • 18
0
votes
0 answers

Android notification setFullScreenIntent doesn't work on Samsung, Oppo Devices

When receiving an incoming call, I create a notification using 'setFullScreenIntent' to show the Call Activity (especially on the lock screen). However, on Samsung devices with Android 13 and Oppo devices with Android >= 12, there is a custom…
0
votes
0 answers

WideVine Certification DRM problem on Android phone

I have a WideVine Certification problem with my android phone. I have a Oppo Find X2 Pro where my security level is L3, but it should be L1. The problem is that L3 forces all streaming Apps like Netflix and Hbo Max to stream in max 480p SD…
SoulX1
  • 1