Questions tagged [oneplusone]

The OnePlus One is the first smartphone developed by new start-up company OnePlus

The OnePlus One is the first smartphone developed by new start-up company OnePlus. It was released in April 2014, marketed as the "2014 Flagship Killer". The device sports a 5.5" 1080x1920 JDI display. It's powered by a 2.5GHz Qualcomm Snapdragon 801 processor and 3GB of RAM. Storage comes in at either 16GB or 64GB. Other features include a 13MP camera, 3100mAh battery

48 questions
3
votes
3 answers

Oneplus One not found in Eclipse device manager

I found some questions where the Android devices were not found with Android ADT. I tried another cable, restarting Eclipse and the OnePlus One, installing new drivers, changing the USB port and some other different tips. My OnePlus One shows "USB…
user3844405
  • 31
  • 1
  • 2
2
votes
1 answer

Android studio not showing my device even after enabling developer options

I have installed one plus X drivers on my Windows 10 I am using One plus X android device with Android OS version 5.1.1 - Oxygen OS. I have enabled developer options, enabled USB Debugging, enabled ADB over network. My android studio is not showing…
ojas
  • 247
  • 1
  • 4
  • 17
2
votes
3 answers

UnknownFormatConversionException coming from XML preferences (only on Oneplus One)

I'm getting following exception when trying to display ListPreference in a PreferenceFragment. Note that this happens only on Oneplus One device. I've tried the same on Nexus 4, Moto G and S5 without any issues. Stack trace: 09-08 14:33:50.434 …
Marcel Bro
  • 4,907
  • 4
  • 43
  • 70
2
votes
1 answer

OnePlus One device not shown in Eclipse (Ubuntu)

I have turned my USB debugging mode and tried every setting for development purpose. The eclipse does recognize other devices but it's not working for OnePlus One. What are the steps required? Eclipse: 64bit Thanks!
Nabin
  • 11,216
  • 8
  • 63
  • 98
1
vote
0 answers

OnePlus and Huawei detect "Disable Data Usage" enabled for my app

Apparently on a OnePlus and Huawei devices a user can disable data usage on a single app. The feature is located on a onePlus in Settings/apps & notifications/[app name]/Mobile data & Wi-Fi If enabled the app will not get mobile data no matter…
Kong Far
  • 191
  • 1
  • 9
1
vote
1 answer

I'm getting below crash in Android 11 OnePlus Device, How to fix this?

Getting application info from package manager leads to app crash, why this has occurred and how to fix it? Error code Fatal Exception: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at…
Mohan K
  • 464
  • 5
  • 18
1
vote
0 answers

Android (OnePlus device) deep linking issue, tapping SMS app launches my mobile app after deep linking

I am developing an Android app having deep linking configured. The deep linking works fine and on clicking of the link my app get launched also. In one case (OnePlus device) when I click the deep link from the SMS app it launches my app properly…
rizzz86
  • 3,862
  • 8
  • 35
  • 52
1
vote
0 answers

Issue with OnePlus 5 SQLite database using Flutter - database (sometimes) not deleting with app

I have created an app using SQFlite plugin for Flutter. Everything works fine on iOS and most Android phones, yet I have one tester who was experiencing some very bizarre behaviour on his OnePlus device, specifically a OnePlus 5 running OxygenOS…
Garrison
  • 99
  • 1
  • 9
1
vote
1 answer

OxygenOS 9 request read service message permission

Oxygen OS 9 running on OnePlus phones currently (6 and 6T) has started to have segregated app permissions like Xiaomi MIUI. I am unable to get any technique to request permission to "read service message" on Oxygen OS 9 and above. I have read all…
1
vote
0 answers

Notification disappears on OnePlus one

I have an app that shows notifications I'm testing my app on many devices and it works well. But on OnePlus, the notifications of the app disappear and are not visible in the status bar. If the phone screen is on I am able to see the heads-up…
amitfr
  • 1,033
  • 1
  • 9
  • 29
1
vote
1 answer

Roaming detection on OnePlus One/Two/Three

I'm willing to detect if roaming switch on a telephone is turned off. if (Build.VERSION.SDK_INT < 17) { isDataRoamingDisabled = (Settings.System.getInt(context.getContentResolver(), Settings.Secure.DATA_ROAMING, 0) == 0); } else…
1
vote
1 answer

Image is not set in imageview onelplus , lollipop

I was trying to create a tutorial like in zomato app, its working in all phones I tested, other than oneplus devices, in oneplus one and oneplus X, the image is not set and imageview is transparent. I tried both programmatically and through xml to…
1
vote
0 answers

One plus doesn't receive device id from GCM over 4G

I'm using Ionic & Angular to build my APP and all works fine in Samsung devices. However I encounter some problems using my One Plus. When I try to sign in on GCM using data connection I get an empty device id back from GCM, but it works just fine…
1
vote
1 answer

One plus One ADB drives not getting installed

I am not able to install the ADB drivers/Oem drivers for my one plus one. I have tried the following three methods given by the link and restarted my system http://www.technobuzz.net/install-oneplus-one-usb-drivers-windows/ PLEASE HELP
Yati Sawhney
  • 1,372
  • 1
  • 12
  • 19
1
vote
3 answers

OnePlus One not found in Android Studio on Mac

I have a strange problem while developing in Android Studio on mac and i am using OnePlus one. While debugging if a call come on my mobile adb disconnect my device and don't show it again. Help me to solve this permanently. Only solution that i…
Ahsan Awan
  • 11
  • 3