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

Flashlight not working in nexus 5 android 6.0.1

I am new in android . i implemented code for flashlight on and off while ringing call .so this code work for every device but in nexus 5 its not working .i debug and try to find out issue but nothing do (no force close, no flash…
sunita
  • 470
  • 1
  • 6
  • 22
1
vote
0 answers

Google Nexus, app not downloading from play store and Fragment showing empty after navigation

My app consisting of Tabs with fragments. If I navigate to other activity and come back the fragment is empty (this is happening only in nexus phone). In other android phones its working fine. Kindly help me out.
Dunken_sai
  • 343
  • 3
  • 7
1
vote
1 answer

Project Oxford Speech API: AUDIO_INPUT_FLAG_FAST denied by client

I've been trying to use the Project Oxford Speech API on Android (https://msdn.microsoft.com/en-us/library/mt613453.aspx). I've added my API subscription key into the example project module SpeechRecoExample. However, I get the following error…
Carsten
  • 1,912
  • 1
  • 28
  • 55
1
vote
1 answer

Nexus devices not recognized by adb

Adb does not recognize my Nexus devices but does recognize my Samsung Tab 2 7 inch tablet. C:\Users\Allen Edwards\AppData\Local\Android\sdk\platform-tools>adb devices List of devices attached c0808e004a14c2f device The device recognized…
Allen Edwards
  • 1,488
  • 1
  • 27
  • 44
1
vote
2 answers

LG Nexus 5X can't see in Android Studio on Windows 10

I have a LG Nexus 5x smartphone, I would like to use to on device debugging in Android Studio on my Windows 10 Computer. I turn on the dubugger options on my phone, but the Android Studio can't see that. From where can I downlod the USB driver, that…
1
vote
1 answer

Bluetooth low energy writeCharacteristic return false in Nexus 5x with Android marshmallow

My app is work fine in Samsung S6 and Nexus 5 and Nexus 7 with Android 5, however, it can't work in Nexus 5x with Android 6. boolean success = mBluetoothGatt.writeCharacteristic(characteristic); My app will send this command many times to set or…
1
vote
1 answer

Missing networkId in WifiConfiguration and WiFiInfo on Nexus 5 (6.0)

I need a networkId of currently connected WiFi in order to disconnect device from that WiFi: wifiManager.disconnect() wifiManager.removeNetwork(i.networkId); wifiManager.saveConfiguration() I tried WifiManager wifiManager = (WifiManager)…
Bozic Nebojsa
  • 3,606
  • 1
  • 19
  • 17
1
vote
1 answer

Connecting to virtual Android Wear (avd) with Android M Preview 3

I'm trying to connect to virtual Android Wearable (Android 5.1.1) with my phone. (Nexus 5, Android M Preview 3) gabor@gabor-U430p:~$ adb devices List of devices attached emulator-5554 device 0934deb30ddf309d device gabor@gabor-U430p:~$ adb -d…
Gabor
  • 11
  • 4
1
vote
0 answers

Emulator is not connecting to the internet

I recently updated android studio & SDK to API 23 & run the app with google maps that for sure require internet access but Emulator does not get connected to internet. because of this google map services are not working. I am using Nexus 5 with…
Inzimam Tariq IT
  • 6,548
  • 8
  • 42
  • 69
1
vote
2 answers

Android camera api SCENE_MODE_HDR not supported in Nexus 5?

My Nexus 5 isn't supporting the HDR scene mode of the camera api (as well as the camera2 api). Is this due to the manufacturer support? If so, what I want to implement HDR scene mode in a custom camera app as in the stock camera? I tried using both…
gopi1410
  • 6,567
  • 9
  • 41
  • 75
1
vote
0 answers

App Widget not listed in google now launcher widget list in Nexus 5 (Android 5.1.1)

I have an app which has a widget along with it. It works fine for all devices except Nexus 5. The widget is not listed in widget list of Nexus 5's google now launcher. I have tested installing the app on Nexus 7 (Android 5.1.1) with same google now…
1
vote
1 answer

Call screenrecord within android app on samsung device not working

I am using the screenrecord api from android within my app. Therefor i have read several good postings On a rooted Nexus 5 (Android 5.1) the code below works without any problems. That means that the screen record gets triggered and the video is…
1
vote
1 answer

Android Nexus5 Navigation Hiding Layout

I'm using Nexus5 for testing application and I got issue that is Navigation bar hides Bottom Layout Main container is RelativeLayout which has LinearLayout on the bottom. other devices are fine and showing well but only Nexus5 has that issue…
1
vote
1 answer

9 patch issue with nexus 5

I have a 9 patch image, here it is now, I'm using it as a background image for a Relative Layout like this
goseta
  • 770
  • 1
  • 7
  • 26
1
vote
1 answer

ListView adapter getView called twice with null convertView on Nexus device

I've got a strange situation here. There's a list view with a custom adapter. The view has a few different item types which are correctly used in getViewItemType. On just about every device and supported OS the getView method in the adapter is…
Sababado
  • 2,524
  • 5
  • 33
  • 51