The Google Pixel is a line of consumer electronics from Google that either run Chrome OS or Android. The Pixel lineup includes tablets, computers, and cellular phones.
Questions tagged [google-pixel]
98 questions
0
votes
0 answers
App crashing on startup ONLY on Google Pixel with Android Nougat
I'm using Google Play Console to test my app before releasing it to the public and I'm getting a consistent crash on startup only on Google Pixel devices running on Android Nougat(7.1). Every other device runs the app without problems, including the…

Systemallica
- 106
- 1
- 10
0
votes
1 answer
GnssStatus.Callback no working in android 8
I have used
public class MyGPSStatusV24 extends GnssStatus.Callback {
@Override
public void onStarted() {
super.onStarted();
myLogApp.log("[onGpsStatusChanged] GPS_EVENT_STARTED...");
}
…

gloria
- 51
- 1
- 9
0
votes
1 answer
Why Google Pixel phone kernel does not need CONFIG_MMC?
On the page https://source.android.com/devices/tech/perf/boot-times Google explains it removed CONFIG_MMC from the kernel for the Google Pixel phones. However don't most mobile devices use emmc for flash memory?

satur9nine
- 13,927
- 5
- 80
- 123
0
votes
1 answer
Different results when add new contact on Google devices (Nexus 6, Pixel )
I have strange issue with Nexus 6 (Android 7.0) that when adding new contact via intent, Uri as result as rawContacts not lookup as usual.
Here is my intent:
public static Intent getNewContactIntent() {
Intent intent = new…

Maher Abuthraa
- 17,493
- 11
- 81
- 103
-1
votes
1 answer
Only a small corner of my apps are visible, the rest is black / transparent
I upgraded from a OnePlus 7 pro to a Google Pixel 7 pro and when I installed my apps they are only showing the top left hand corner. It's the same issue for all my apps.
The missing portion appears to be transparent as the app switcher page on the…

jason
- 427
- 5
- 20
-1
votes
1 answer
White text color on Pixel 6 android
I have an app available on play store and users have been reporting that they can enter any text due to the fact that the text color is white, which very weird.
I have used Firebase Test Lab to try reproduce the issue. I could indeed reproduce…

DeKekem
- 589
- 10
- 20
-2
votes
1 answer
Building kernel 5.10 for blueline
I was wondering if there's a way for me to port kernel 5.10 to my device Google Pixel 3 (blueline) as the official Google support ended with kernel 4.9, but there's features that I need of kernel 5.10 that are not present in the kernel 4.9, so can…
-2
votes
1 answer
How to re-enable developer options
I've turned off the developer options from Settings in a Google Pixel 3a by turning off the general switch in the Developer Options section.
From this point onwards, no developer mode section is shown in the Advanced Settings and the default…

MiguelS
- 99
- 1
- 13