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
0
votes
1 answer

relativelayout center rules doesn't work, only on nexuses

Task: zoom layout to fill all available space. I created container, called it ZoomViewGroup which measures single child inside itself and sets scaleX and scaleY depending on its own size. package sample.andrew.myapplication; import…
0
votes
0 answers

Nexus 5 Folder Issue

I am trying to create folder in external storage through my app. The problem is that things work fine and as expected, except the Nexus 5 phone. The issue is that folder is shown as file. But when the phone is restarted then it shows correctly as a…
Suraj Pohwani
  • 138
  • 1
  • 9
0
votes
1 answer

Android LocationManager delivers same Location multiple times (Nexus 5)

When I'm using the LocationManager on my phone, for almost all the Nexus 5 test devices the LocationManager detects the same location a couple of times every minute (I'm listening for the location every 60 seconds). To be clear the code I'm actually…
Stefan Medack
  • 2,731
  • 26
  • 32
0
votes
0 answers

WiFi Direct connection: Android on Nexus 5

people, i have a problem. I'm traying to connect two Nexus 5 devices from LG unsing WiFi Direct, but I have problems. I have studied this manual http://developer.android.com/guide/topics/connectivity/wifip2p.html but it doesnt works properly. The…
user3662303
  • 1
  • 1
  • 1
0
votes
1 answer

Android Thread turns off on running device Nexus 5

I have two activities: Main and Splash. My goal is to show Splash activity for 5 secs and then start Main activity. When I start Splash activity on my computer's emulator everything is okay. When the running device is my phone Nexus 5 (plugged to…
linkas
  • 175
  • 5
  • 18
0
votes
2 answers

Eclipse nexus 5 set Location

as the title suggests, developing into a nexus 5 I can not send the coordinates via DDMS. throughout that area tick off. I've never had this problem with other devices. In addition, on the settings of phone I put the check mark for "mock…
Lele
  • 703
  • 3
  • 15
  • 34
0
votes
2 answers

Can't copy files on Nexus 5

nexus 5 won't copy files, keeps giving me error saying "Cannot copy item - The device has either stopped responding or has been disconnected". I never had this problem before. Android Debugging is enabled, checked on unknown sources, checked on…
user2199351
  • 83
  • 1
  • 4
  • 11
0
votes
1 answer

CSS media query on Nexus 5

i discovered some strange behaviour on my nexus 5 - or am i doing something wrong? i use this css for a bigger font on mobile devices with small displays (or in portrait view) html { font-size: 14px; } @media screen and (max-width : 800px) { …
Matthias Schmidt
  • 585
  • 1
  • 7
  • 25
0
votes
1 answer

watchposition fires every minute on Nexus-5

Geo-location watch only fires every minute. Using a Nexus-5, android 4.4.2, and cordova 3.3.1 (I've also tried 3.4.0). It makes no difference what I define maximumAge as. The location returned is correct. In other devices I have have tested it…
gmh04
  • 1,351
  • 9
  • 24
0
votes
1 answer

Overlap background (and overlap image) on Nexus 5

This is the Overlap Background (or Overlap Image) problem which I only get it on Nexus 5 Emulator while testing. I have not tested on Nexus 5 Device, but I think the Emulator should show quite correct. This is my coding indicated how to support…
Huy Tower
  • 7,769
  • 16
  • 61
  • 86
0
votes
0 answers

Google Maps API v2 Android not working on Nexus 5 (Android 4.4.2)?

I'm developing an app with Google Maps API v2, I've tested it and it is pretty working on HTC Desire 500, Samsung Galaxy SIII mini and Mediacom Phonepad. But on Nexus 5 (with Android Kitkat 4.4.2) my app crashes when I click the button that opens…
0
votes
1 answer

eclipse AVD keeps crashing on nexus 5

I am trying to run this simple map app that was tutorial, on my nexus 5. The problem is, it keeps crashing and gives me this error "Unfortunately, Map has stopped" this is my Manifest
user2199351
  • 83
  • 1
  • 4
  • 11
0
votes
0 answers

After setting OnPreparedListener to VideoView, it never gives callbacks to onPrepared(MediaPlayer mp) method in Devices with in build Android 4.4

In my nexus-5 the progress indicator which i have set on video view never dismisses. My code is as PlayerActivity extends Activity{ private VideoView mVideoView; private OnPreparedListener mListner=new OnPreparedListener() { …
MAkS
  • 751
  • 3
  • 10
  • 19
0
votes
1 answer

Eclipse won't recognize my Nexus 5 anymore

I'm working on eclipse in ubuntu, I test my mobile app in my nexus 5... Everything was working fine (USB debugging mode is enabled), until tonight : I see that eclipse won't recognize my android anymore it shows me : "Unknown device ????????", I…
user1079425
-1
votes
1 answer

Nexus 5 showing `device offline` when using `adb shell` command

Issue: LG Nexus 5 is showing offline when using adb shell or adb devices command via CMD on Windows 7 Prefix to issue: Was unable to install drivers at the beginning - This has been fixed and when the USB Mode is in any mode (MTP, PTP, Charging) the…
DrBongo
  • 49
  • 6
1 2 3
12
13