Questions tagged [nexus-6p]

The Nexus 6P is an Android based Smartphone manufactured by HUAWEI. It was launched with Android 6.0 "Marshmallow".

Nexus 6P (codenamed Angler) is an Android smartphone manufactured by Huawei. It was co-developed with and marketed by Google Inc. as part of its Nexus line of flagship devices and unveiled on 29 September 2015 along with the Nexus 5X. This Nexus device was named "6P", with the "P" standing for premium, and is the first Nexus device with all-metal design. It is a successor to the Nexus 6 featuring a number of major changes, including an all-aluminum based body that is thinner and lighter than the Nexus 6, a rear fingerprint reader called Nexus Imprint, a faster octa-core Snapdragon 810 v2.1 system-on-chip (SoC), an AMOLED display, better cameras, enhanced LTE connectivity, a reversible USB Type-C dock connector, and the removal of wireless charging. The Nexus 6P along with the Nexus 5X serve as launch devices for Android 6.0 "Marshmallow", which introduces a refreshed interface, performance and battery life improvements, Google Now on Tap integration, a fine-grained permission model, fingerprint verification, and other new features.

Reference: https://en.wikipedia.org/wiki/Nexus_6P

21 questions
56
votes
3 answers

SharedPreferences not being removed on user uninstalling application

Has anyone encountered this issue on a Nexus 6P device? I am only getting this issue on a Nexus 6P (running Google Fi). When I install the app there is a key for userIsLoggedIn inside SharedPreferences. This block: boolean userIsLoggedIn =…
AndyRoid
  • 5,062
  • 8
  • 38
  • 73
15
votes
12 answers

Android Studio doesnt recognize my device - Nexus 6P

I am struggling to figure out the problem with my device not being recognized in Android Studio. However I do see it from file explorer and can browse the device files. OS: Windows 10 Device: Nexus 6P Yes, I did some research before posting this…
SlashJ
  • 687
  • 1
  • 11
  • 31
13
votes
5 answers

Cannot see Nexus 6P for debugging

I'm using Windows 10, a Dell XPS 13, and v1.4.1 of Android Studio. I have SDK Tools 24.4.1 installed as well as Google USB Driver 11. # On the phone I have USB debugging enabled and can see the device in File Explorer (i.e. documents, pictures,…
Bungles
  • 1,969
  • 2
  • 25
  • 54
4
votes
1 answer

Android sampling rates variation of hardware Sensors on Nexus 6P

I'm developing an Android app, for a research, and im reading several Sensor data like accelerometer, gyroscope, barometer etc. So I have 4 Nexus 6P devices all with the newest Factory Image and freshly set up with no other app installed than the…
Timm L
  • 43
  • 3
4
votes
3 answers

Android Marshmallow on Nexus 6P not clearing the internal storage after app delete

This is something new for me and after searching for a while unsuccessfully online, I am posting this question here. I have bought a new Nexus 6P device with Android Marshmallow. I have noticed that when I install an app, and delete it, and then…
zeeshan
  • 4,913
  • 1
  • 49
  • 58
3
votes
0 answers

how to enable usim in aosp

I try enable "usim" in AOSP. Many answers flashing vender.img or download binary driver, but it's not working. So... How to enable usim? fix AOSP code? or flashing another .img? Here my case... Device: nexus6P AOSP: 6.0.1_r62 MTC20F USIM: Insert…
Roxas
  • 43
  • 6
3
votes
1 answer

Android Geocoder not working in Nexus 6P with Android Nougat 7.0

I can't get the reverse geocoding feature to work in Android 7.0. It was working fine in Marshmallow, and it's working correctly on another phone with kitkat. The error is a timeout in the request: java.io.IOException: Timed out waiting for response…
2
votes
1 answer

Nexus 6P on 7.1.2 gives "Device supports , but APK only supports $abiFlavorsHere"; what do?

Note that this app uses native code that's arm-specific, so I can't just comment out the abiFilters line like others have suggested. The code worked before the update. Is the Nexus 6P only on arm64 ABI now? Or is there something broken with the…
RITheory
  • 43
  • 6
1
vote
0 answers

can't run Android studio code on nexus 6p

Everything goes fine when I run my program on My Samsung Galaxy which is android 4 but today I change it to Nexus 6P , errors happened。I put the logcat follow : 12-20 22:19:15.898 27998-28013/? A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr…
Sinyuk
  • 277
  • 6
  • 16
0
votes
1 answer

AOSP dialer app crash on nexus 6p

I have been building aosp for angler (nexus 6p) device. After flashing the images, everything works find except dialer app. I am on "8.0.0_r17" tag, anyone else has same issue or any pointer for workaround on this ? --------- beginning of…
SatishP
  • 21
  • 2
0
votes
1 answer

My android app gets killed when in background on nexus 6p

I had a problem running my app on Nexus 6p: My Android app is getting killed every time my app is moving to background. I have already set this app to be 'Not Optimized' and made reboot - but still had no success. I see that my Activity's…
lior
  • 11
  • 1
0
votes
0 answers

Nexus 6p runs with normal size layout instead of large

Android Studio shows Nexus 6P size name as "large" but still the device runs with "normal" layout. My normal layout is appropriate for actually normal devices and Nexus 6P is actually large enough to work with "large" layouts. How to fix this ?
iammrmehul
  • 730
  • 1
  • 14
  • 35
0
votes
1 answer

Android avd not launching from avd device manager

Working with a fresh install of ubuntu 17 & fresh install of androidstudio2.3.1 I am using android studio to manage the creation of a new avd, and am able to navigate to the avd manager and create a new device (i chose a Nexus 6) The virtual device…
0
votes
1 answer

Slow code on Nexus 6P

I'm developing an android app, in which I need to initialize float array. I have this code: private float[] verticesArray; private int vertexPosition = 0; public void addVertexAttribute(float attribute) { verticesArray[vertexPosition++] =…
0
votes
2 answers

Google Daydream controller (hardware) on Nexus 6p

I feel insulted! Just got Google's Daydream headset, connected controller to my Nexus 6p, ran my own game and NOTHING! I used another phone to emulate the controller. Now I have actual controller, but it doesn't work because google doesn't support…
gabus
  • 25
  • 6
1
2