Questions tagged [nexus-5]

The Nexus 5 is a smartphone co-developed by Google and LG Electronics that runs the Android operating system.

The Nexus 5 is a smartphone co-developed by Google and LG Electronics that runs the Android operating system. The successor to the Nexus 4, the device is the fifth smartphone in the Google Nexus series, a family of Android consumer devices marketed by Google and built by an original equipment manufacturer partner. The Nexus 5 was unveiled on 31 October 2013, and released in black and white colors the same day for online purchase on Google Play, in selected countries.

Nexus 5 is the first Android device to ship with Android 4.4 "KitKat", which has a refreshed interface, improved performance, improved NFC support (such as the ability to emulate a smart card), a new "HDR+" camera shooting mode, native printing functionality, a screen recording utility, and other new and improved functionality.

Nexus 5 Tech Specs

  • 4.95" 1920 x 1080 display (445 ppi)
  • Size: 69.17 x 137.84 x 8.59mm
  • 8 MP rear facing with Optical Image Stabilization
  • 16GB or 32GB internal memory
  • 2GB RAM
  • CPU: Qualcomm Snapdragon™ 800, 4x2.26GHz
186 questions
7
votes
2 answers

Android mediaplayer audio glitches/stutters only on newer devices

I have a fairly standard mediaplayer object that starts up in onCreate and loops for background music in my app. The file isn't unusually large, it's a 6MB MP3. From the onCreate: MediaPlayer mp; mp = MediaPlayer.create(MainActivity.this,…
regomar
  • 163
  • 2
  • 11
7
votes
1 answer

Android 4.4 won't allow me to save a picture when captured using adb commands

My objective is to automate the process of capturing and saving a picture, with both front and back facing cameras. I am using a Nexus 5 running Android version 4.4.2 and I have not rooted it. I use the following commands to open the front and rear…
user3416096
  • 71
  • 1
  • 3
7
votes
1 answer

Nexus 5 (4.4.2) Flashlight LED not turning on

I wrote a simple flashlight app that I've tested on an HTC Sensation, Nexus 7, HTC One, Moto X, Galaxy S3, Galaxy S4, and a Nexus 5. The only one that it doesn't work on is the Nexus 5. It doesn't throw an exception so finding out what's wrong is…
Zeek Aran
  • 523
  • 4
  • 18
6
votes
0 answers

Unable to execute billing on Nexus 5X

I have an app with in-app purchases. I use last billing library: implementation 'com.android.billingclient:billing:4.0.0' implementation 'com.android.billingclient:billing-ktx:4.0.0' My problem is: every time some user on Nexus 5X device…
6
votes
2 answers

Shared preferences? javax.crypto.BadPaddingException: pad block corrupted only in some devices

I am getting some errors from google play console where some users ( Pixel XL, nexus 5 and Xperia Z3+) are getting Caused by: java.lang.RuntimeException: javax.crypto.BadPaddingException: pad block corrupted at…
D4rWiNS
  • 2,585
  • 5
  • 32
  • 54
6
votes
1 answer

Execute a daemon in Android init.rc

I am trying to execute a daemon on boot of my Nexus 5. This is a daemon built from source in c++. But whenever I build AOSP and flash the images on my Nexus 5 device, the daemon is not running in the background. I added this code to my init.rc file:…
Redson
  • 2,098
  • 4
  • 25
  • 50
6
votes
2 answers

Menu Softkey is not displaying on Android Lollipop Devices [Nexus 9 and nexus 5]

I cant seem to find the Menu softkey on my Nexus 9 and nexus 5 [Android Version Lollipop]. All the apps that i had developed which contained option menu are not displaying menu softkey. So i am unable to access that option menu. Also some of my apps…
6
votes
1 answer

Setting up AVD to same specs as physical device

I'd like to setup an Android Virtual Device with the exact same specs as my Google Nexus 5, however this doesn't seem as simply cut&dry as you'd think... Selecting Nexus 5 from the Device Definitions tab in the Android Virtual Device Manager brings…
user3453166
5
votes
1 answer

React Native Dev Menu on Android Nexus 5 Device

I have a basic react-native app which I am running on a real Nexus 5 and I cannot find a way to enable the developer menu which is present for iOS and emulated…
samazi
  • 1,161
  • 12
  • 24
5
votes
2 answers

camera view is upside down in my android application for Nexus 5X?

I am developing an android application which uses camera preview in the background. It is working fine across different devices. But when tested on Nexus 5X, the camera preview is upside down. I am using these permission in manifest…
krishna perla
  • 69
  • 1
  • 4
5
votes
6 answers

Failure [INSTALL_FAILED_UPDATE_INCOMPATIBLE] followed by DELETE_FAILED_INTERNAL_ERROR

When im trying to run app on nexus5 device, android studio open error window that says "installation failed with message INSTALL_FAILED_CONFLICTING_PROVIDER" and than im asked if i want to uninstall existing application even if it doesnt exist on…
Sharonas Ykm
  • 427
  • 2
  • 4
  • 13
5
votes
3 answers

Android ResideMenu library, bottom of Fragment has Cropping issue

https://www.dropbox.com/s/lykyutdlo6386il/nexus%205%202.png?dl=0 This picture is captured by nexus 5. As you can see the gap between top and bottom of screen is different. Android Logo is cropped when the side menu is closed. Part of the bottom…
5
votes
1 answer

ChooserActivity is not found with Robotium testing while ChooserActivity is showing on Nexus 5

I start developing a Android Project. I am writing testsuites. I want to test showing ChooserActivity. When I used a LG g2 tests are passed. However When I used a Nexus 5 (Lollipop) tests are failed. Code is as following: public void testRun() { …
5
votes
0 answers

Android Debuigging with Luna+Nexus 5+Android 5 fails

I've upgraded my Nexus 5 to Android 5 and my SDK + plugins under Eclipse Luna. I can no longer debug on my android! Application LogCat: 11-26 18:10:54.474: I/art(5890): Late-enabling -Xcheck:jni 11-26 18:10:54.527: W/ActivityThread(5890):…
5
votes
0 answers

Android L + Nexus 5: java.io.FileNotFoundException: open failed: EACCES (Permission denied)

First, I'll say that I've read many other posts that match this question and none of them have worked for me. I'm testing my app on my device, a Nexus 5 running Android L. It has not been rooted. This same code works on an older Android, running API…
Shreyans
  • 871
  • 7
  • 20
1
2
3
12 13