Questions tagged [oneplusx]

8 questions
7
votes
3 answers

fcm push notification not working in one plus 6 mobile

FCM push notification is working in following devices properly when the device is in the background, foreground and also when an app is close by swiping from a tray. Brandname (android-Version) Micromax (5.1) Motorola (7.1.1) Nokia …
ashish pandey
  • 1,653
  • 1
  • 10
  • 15
1
vote
0 answers

How to make the system status bar completely disappear on an Android device

I am trying to create a full-screen widget in Flutter, where both the system status bar at the top and the navigation bar at the bottom are hidden. According to the information I could find you can achieve this by calling…
Peter Henter
  • 163
  • 6
1
vote
1 answer

OnePlus 6T Android Emulator Screen Configuration Hardware Profile

Has anyone been able to properly setup OnePlust 6T android emulator with regards to the screen profile? I set it up according to the official specs, 6.41" & 2340 x 1080: But the emulator doesn't reflect the screen of the actual device; see below:
GrzegDev
  • 135
  • 1
  • 10
0
votes
1 answer

App's cache is unintentionally deleted in Oxygen OS 13

I'm developping in Flutter and i debug my app in my real device, an OnePlus 8T. After i update to Oxygen OS 13, the app's local cache is deleted unintentionally, what makes that I can´t record any long videos. The images and whatever stay in the…
Alesss
  • 1
  • 2
0
votes
0 answers

Android AudioManager.setRingerMode(int ringerMode) is not working on OnePlus device

In my application I have to toggle the user between silent and normal ring modes Before calling the AudioManager.setRingerMode(int ringerMode), I was requesting the android.permission.ACCESS_NOTIFICATION_POLICY permission & checking…
0
votes
1 answer

Cannot save name field in contact book in Oxygen OS 11

I have been trying to save contact into contact book via the following code, Intent intent = new Intent(Intent.ACTION_INSERT); intent.putExtra(ContactContracts.Intents.NAME, "Ryan"); While the above code works perfectly on most of the devices…
karan vs
  • 3,044
  • 4
  • 19
  • 26
0
votes
1 answer

Android developement with Delphi on One Plus X: how to?

I own Delphi 10 Seattle and I am struggling to setup my IDE for Android development. My phone is One Plus X. I went through the docs at embarcadero website, in particular this page I did all up to point (6), but point (7) is not ok: I do not see my…
UnDiUdin
  • 14,924
  • 39
  • 151
  • 249
-2
votes
1 answer

got error while creating folder in samsung and one plus-x device sdcard

**Caused by: android.system.ErrnoException: open failed: EACCES (Permission denied)** at libcore.io.Posix.open(Native Method) at libcore.io.BlockGuardOs.open(BlockGuardOs.java:186) at libcore.io.IoBridge.open(IoBridge.java:438) at…