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
1
vote
1 answer

USB device not found using fdisk

I have a new USB device but I cannot see it usign fdisk command. Here below some useful info. xxx:~$ uname -a Linux xxx-laptop 3.2.0-67-generic-pae #101-Ubuntu SMP Tue Jul 15 18:04:54 UTC 2014 i686 athlon i386 GNU/Linux This is the dmesg when I…
paulguigou
  • 11
  • 2
1
vote
2 answers

Developing application on OnePlus

I'm trying to develop an android application on Android Studio. I have a OnePlus device from Cyanogen with android version of 4.4.4. I enabled the developer options and enabled the USB debugging but when I connect the phone to the laptop to run the…
Itzick Binder
  • 175
  • 1
  • 4
  • 18
0
votes
0 answers

Bitmap Compression Error thowing in android 13 oneplus and oppo 5g devices in android

when compressing image in working in oneplus and oppo android 13 5g Phone thowing error [enter image description here](https://i.stack.imgur.com/LkbS7.png) code : @RequiresApi(Build.VERSION_CODES.O) fun bitmapToBase64(bitmap: Bitmap): String { …
0
votes
0 answers

Grayscale setting reverts back after reboot

I am using one plus 10r android mobile. I would like to use grayscale monochrome mode permanently, but this setting erased after every reboot. As I do auto shutdown and auto start at night time. Is there a way so that grayscale setting is setted…
Pavan Yogi
  • 180
  • 2
  • 7
0
votes
0 answers

ADB (Android Debugging): Device unauthorized, Locked out of device with no access to Recovery Mode

Background: I have a One Plus 6, I recently made a switch from it to iPhone, but I kept it for all my android needs. It has a PIN, which I used to change frequently enough for security reasons. Now, I've forgotten the combination. I've already…
0
votes
1 answer

Why does One Plus Nord 2T 5G crash with Animation Error?

I am experiencing following issues with only One Plus Telephones. Does anyone have an idea what this might be? I am having a hard to trying to figure out what causes this. Can this have something to do with OnePlus Oxygen? I haven't experienced this…
afu
  • 1
  • 2
0
votes
1 answer

OnePlus Nord devices with Android 10 are painful!

We have an enterprise application being developed, and since the project inception, we're facing a constant crash only in OnePlus Nord devices. We tried to reproduce in our devices, and it's not getting reproduced, but Firebase Crashlytics always…
0
votes
0 answers

Installation failed because the device "oneplus-oneplus_a5010-f95d9d0f" disconnected [Problem]

When I try to run my android studio project in the Oneplus device it shows Installation failed because the device "oneplus-oneplus_a5010-f95d9d0f" disconnected." But if I run this command adb start-server in the terminal it works fine. I have…
Shahadat Hossain
  • 533
  • 7
  • 20
0
votes
2 answers

Content provider not working in one plus devices

I have two applications, one contains content provider and other app receives data using content resolver. If i add any data form provider that should be displayed from receiver in second app, this is the expected functionality.But after adding data…
0
votes
1 answer

No stacktrace in Android Studio with one plus 5

With the One Plus 5 I don't get any stacktraces in logcat. Same mac same project with the nexus 6 I get them. This is happening on multiple projects so I guess this is a device issue but there seems nothing wrong with it.
Rene Gens
  • 480
  • 6
  • 18
0
votes
0 answers

OnePlus One Adb Connection - Offline

I'm trying to debug an app on my OnePlus One, but I'm not able to connect the phone to my laptop, since I get an "adb devices" offline status. Here's my configuration: OPO: Android 6.0.1, Debug Mode activated (PTP) Laptop: Windows 10 64bit I've…
Jack88PD
  • 615
  • 2
  • 10
  • 24
0
votes
0 answers

Android Console Log Understanding - Chromium/YT

While developing my android app for bachelor thesis, I received this log line in the console: I/chromium: [INFO:CONSOLE(89)] "[1.724s] [yt.mdx.remote] remote: -- with channel params: …
0
votes
2 answers

How do I write an android app that acts on ACTION_SCREEN_ON, without being stopped after a while?

Clarification: I do not want to keep the device awake, I just want to execute my command everytime the screen is turned on. Short background to why I want to do this Some Oneplus One phones has a nasty bug where the touchscreen gets more or less…
jaqob
  • 1
  • 1
0
votes
1 answer

cm12 build for one plus failed

I am trying to build cm12 for One Plus. But I get the following error and the build process stops. I checked CM12 build failed for oneplus one also. Can anyone please help? I used 1). build/envsetup.sh 2)brunch bacon make[1]: Entering directory …
Siju
  • 2,585
  • 4
  • 29
  • 53
0
votes
1 answer

where to find oneplus one binaries (Device tree, Vendor, Kernel) to build rom from AOSP?

I would like to build ROM for one plus one from AOSP (android 5.1.1) Look like i need below three information from the device manufacturer and override it in local_manifest.xml Device Tree' Vendor Kernel. I am able to get Device tree and Kernel. I…