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
2
votes
2 answers

TCP connection refused on Nexus 5X

I have a simple application where I open a TCP socket connection to a server and then send some data over it. It works fine but I am getting the following exception on Nexus 5X devices. Since I am able to connect to the server with other devices its…
Ubaier Bhat
  • 854
  • 13
  • 33
2
votes
2 answers

Android Time Format issue - Its coming as A.M / P.M

I am getting issue when getting the Date Time format from the Moto X and Nexus 5X devices Below is the code I am using. @Override public void onTimeSet(TimePicker view, int hourOfDay, int minute) { SimpleDateFormat mSDF = null; final String…
Lakshmanan
  • 1,671
  • 2
  • 26
  • 42
2
votes
1 answer

Android camera2 exposure issue. Preview is overexposed in case of YUV ImageReader use

Very strange issue founded on Nexus 5x. I have ordinary set of surfaces for camera app: - SurfaceHolder for on-screen preview - ImageReader in YUV format for preview frames data - ImageReader in YUV or JPEG format (depends on internal application…
Grinchman
  • 243
  • 4
  • 14
2
votes
4 answers

camera result code and RESULT_OK unequal, app crashing after camera intent only in nexus 5 (lollipop)

This same code runs like a charm in other devices but in nexus 5 (OS version 5.1.1) am unable to run it. When I run the below code in nexus 5 I get NullPointerException, and value of resultCode=0 and that of RESULT_OK=-1, thus my if condition in…
2
votes
0 answers

Low image capture performance Nexus5 with OpenCV-Manager on Android

I am trying to test the image capture performance using camera api 2 and opencv manager on different devices. I am using the samples included in the repository, Tutorial 1 Camera Preview in especial. I have tested the sample using a Nexus 4 device,…
goe
  • 2,272
  • 1
  • 19
  • 34
2
votes
0 answers

Samsung Galaxy S5 (G900H) has a broken "current_now" property in the battery driver?

I need to read the battery current value periodically. On Nexus devices, I do this (in unit uA) by reading /sys/class/power_supply/battery/current_now Lollipop (API 21) and higher has an API as well: BatteryManager bm…
Rahul Murmuria
  • 428
  • 1
  • 3
  • 16
2
votes
2 answers

Running NFC app on different devices results in inconsistency parsing EXTRA_NDEF_MESSAGE

I am having an issue with NFC in a project I am currently making for school. It is the first time I try to use NFC in an application and might therefore not have a proper understanding of how it works. The issue is that we have been testing the…
2
votes
0 answers

An error occurred while connecting to camera: 0. Camera does not exist. Nexus5X

I brought a Nexus5X few days ago. I tried to test an android app on it. It keeps reporting error: W/CameraBase﹕ An error occurred while connecting to camera: 0 D/TAG﹕ Camera Does Not exist I print out the Camera numbers by…
Wei G
  • 93
  • 1
  • 7
2
votes
0 answers

Android LibSpeechKit file not opened

My nexus 5 keeps posting 09-08 10:12:29.523 6214-6397/? E/LibSpeechKit﹕ -1595581056 [909215 ms] size_t Util::WavOutputStream::write(const void*, size_t): file not opened to the tracestack. It occurs every 140 ms. I'm checking running apps and…
Barışcan Kayaoğlu
  • 1,294
  • 3
  • 14
  • 35
2
votes
1 answer

Android camera saves photo without ExIf

I want to take photo using MediaStore.ACTION_IMAGE_CAPTURE intent, and save with MediaStore.EXTRA_OUTPUT. My code is same as this link: http://developer.android.com/training/camera/photobasics.html However, saved photo has no exif. It has only size…
YhChun
  • 33
  • 4
2
votes
2 answers

Picking image from gallery on Nexus 5 (Android 5.1.1) returning null, working on other devices

I have an app which has a function that allows the user to pick an image from gallery. Here is the code for doing that: @OnClick(R.id.imageView_fragmentUploadLayout_uploadedArt) public void setUploadedArtImageView () { …
Vlad Iancu
  • 487
  • 1
  • 6
  • 15
2
votes
1 answer

download manager failed to download a file on lg g devices

When i'm trying to run the following code on my nexus 5 it shows a progress bar and actually download the file. DownloadManager.Request request = new DownloadManager.Request(Uri.parse(url)); request.setDescription(""); …
ben
  • 1,064
  • 3
  • 15
  • 29
2
votes
1 answer

Running Android application

When I run a program with Android Studio with emulator, Nexus_5_API__21_x86 runs and I don't see environment Android in emulator; my emulator stops in Android logo while booting. Please help me.
2
votes
0 answers

How to mount usb drive to nexus 5 using mount command?

I read in some online sources that lolipop 5 allows mounting usb devices using otg cable without root permissions. Another thing i saw is that the app "ES Explorer" can mount usb devices without root. I'm trying to mount usb device using the built…
krukita
  • 89
  • 1
  • 10
2
votes
1 answer

Bitcoinj will not compile onto Nexus 5 with Android Studio

I am building an app using Bitcoinj and I am trying to run it on a Nexus 5. When using grade to build Bitcoinj - compile 'org.bitcoinj:bitcoinj-core:0.12' - and subsequently running the app on the phone, I receive this error... "Failure…