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
142
votes
24 answers

Android ADB devices unauthorized

Configuration: Windows 8.1 ADB version: 1.0.32 Smartphone: Oneplus One Problem I installed the Samsung drivers as it is said to do. When I run the ADB devices command, it said unauthorized. Already tried: I've done everything that'd been said on…
julio
  • 2,762
  • 4
  • 22
  • 34
24
votes
2 answers

Is there any way to emulate perfectly a OnePlus device?

I'm trying to debug a problem that seems to be happening only on OnePlus devices, unfortunately buying this device is not an option for me, so I've been looking on Google how to emulate an OnePlus device but without any success :( Is there any way I…
Gabcvit
  • 1,468
  • 1
  • 15
  • 32
17
votes
3 answers

Location map crash in OnePlus One device

my application got crash in OnePlus one device. Following is the details of device Oneplus One(A0001) Cyanogen 13.1- ZNH2KAS1KN Android 6.0.1 Api Elderberry (5) And logcat shows error Unable to start activity …
Asha Soman
  • 1,846
  • 1
  • 18
  • 28
10
votes
1 answer

Android Studio is not recognising OnePlus2 on Mac/Linux

My Android Studio (1.3.2) is not recognising my phone "OnePlus Two" I am having Mac (OS x Yosemite 10.10.5) with latest Android SDK. Update 1: The file transfer software installed on my mac "Android File Transfer" is able to recognise the phone as…
Irfan Raza
  • 2,859
  • 1
  • 22
  • 29
10
votes
7 answers

Android Studio Doesn't recognize my device- one plus one

I activated Developer Options" and check "USB debugging". I installed google usb driver on sdk. But still Android studio doesn't recognize my mobile (one plus one). I tested my mobile on my friend's laptop, it works. Also my android studio…
roya zamiri
  • 157
  • 1
  • 2
  • 15
7
votes
1 answer

How to create emulator for ONEPLUS TWO?

User has reported a bug in OnePlus two mobile, I want to debug my application for OnePlus two mobile. I tried checking in user mobile, the bug exist. Even-though i create AVD based on the same specification, i'm not able to simulate the error in…
7
votes
11 answers

Android - OnePlus does not work over ADB

I've been at this for a while. My issue is with using my OnePlus in order to run apps over ADB. As expected, when I connect my OnePlus without USB Debugging enabled, it is connected as a "Portable Device" in my Device Manager. However, when I turn…
mattrick
  • 3,580
  • 6
  • 27
  • 43
6
votes
2 answers

Foreground notification service not working in one plus devices

Below is the code for starting the foreground service. It is working fine for many devices like Samsung, moto, Vivo, Oppo and also with Android version nougat and oreo, but not working on One plus devices. Can anyone let me know if any extra changes…
6
votes
2 answers

SQLiteAssetHelper - problems on specific phones, e.g. OnePlus

I'm experiencing crashes on some devices when using SQLiteAssetHelper in my app, most of all on OnePlus devices. Now I read here that it has to do with the directory the database is stored. Now I'm trying to find a workaround, the best I could come…
swalkner
  • 16,679
  • 31
  • 123
  • 210
4
votes
0 answers

RemoteServiceException on all OnePlus One devies running Android 8.0

Have the following app crash in android vitals with some specific information as under, I have no clue what is the root cause, looked around for some similar cases but no luck. If anyone faced the same thing or have any pointers they would be of…
4
votes
2 answers

CM12 build failed for oneplus one

I am following this wiki http://wiki.cyanogenmod.org/w/Build_for_bacon to build cyanogenmod 12 for oneplus one. Build fails with the following error. brunch bacon including vendor/cm/vendorsetup.sh Looking for…
habisravi
  • 69
  • 1
  • 4
3
votes
0 answers

How to use inbuilt call recording functionality in Android?

Samsung and one plus mobiles are providing default call recording functionality in android 9 and 10. Is there any way to use that inbuilt call recording feature in my android application? I tried with lot of ways. But I'm unable to record a call.…
3
votes
1 answer

repo sync duplicate path issue

I've been building cyanogenmod for the oneplus one for a while now and I've replaced the stock kernel with boeffla kernel howerver i ran into an issue as of today (was able to repo sync with new kernel just fine before) All it says now when I do…
user265889
  • 667
  • 1
  • 10
  • 24
3
votes
1 answer

Take a photo using a service on OnePlus One - using WindowManager hack

I'm trying to take a picture without showing the user anything (no view) through a service. This question has been asked several times before and I've gone through all I could find. Some similar questions: Android Camera.takePicture failed Android…
john
  • 1,561
  • 3
  • 20
  • 44
3
votes
2 answers

Android activity crashes when a breakpoint is set

I have a strange issue I'm experiencing when developing an app for Android. I'm trying to debug my application using my phone (a Oneplus One), Android Studio and ADB. Everything works as normal except that when I start an activity that already has a…
Ed R
  • 91
  • 1
  • 6
1
2 3 4