Questions tagged [google-pixel]

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.

98 questions
0
votes
1 answer

Uninstalling my app from the device makes it so that I can no longer run it from Android Studio

I can deploy a fresh hello world app no problem (as long as it's not with the same name/namespace as one I've already uninstalled from the device). However, the moment that I uninstall the app (accidentally admittedly) I can no longer just run and I…
Mike Vittiglio
  • 338
  • 1
  • 3
  • 13
0
votes
0 answers

Pixel 4 Motion Sense Support

How do I get Pixel 4's Motion Sense to work with my music apps? Google's (of course) works. So does Spotify's. The Pixel 4 support team clearly states that 3rd party devs are the issue, and we should visit…
Justin
  • 3,322
  • 2
  • 22
  • 37
0
votes
0 answers

i'm getting alpha numeric imei in android google pixel phones

when i'm trying to get IMEI from google pixel 3 (android 10), i'm getting alpha numeric data. if anyone knows the issue please let me know. public static String getUniqueIMEIId(Context context) { try { TelephonyManager telephonyManager…
Mitesh kambli
  • 25
  • 1
  • 6
0
votes
1 answer

Why does Android app lose WebView data after upgrade to Android 10?

We have at least two Android applications that use the webview component with persistent offline data in the form of IndexedDB, LocalStorage, and Cookies. They appear to lose all of this data with the upgrade from Android 9 to Android 10 on Pixel XL…
0
votes
1 answer

Did anything change with Drag and Drop in Android 10?

I have a drag and drop function in my app that allows a user to move card images around on the screen. This functionality was working on all devices until it was tested on a Pixel device running Android 10. Now the DragShadow of the touched object…
usajnf
  • 522
  • 3
  • 11
0
votes
0 answers

How can i open the video gallery on a Google Pixel XL?

Im pretty sure the issue is thanks to my phone, a couple of my friends have tried the app and they can open the video gallery just fine but when i test it on my Google Pixel XL the "photos" gallery will pop up. I have 2 buttons, one to open the…
user7495634
0
votes
3 answers

How to get Wi-FI information in Google Pixel 3?

I am not able to get the Wi-FI information such as SSID name through code in Google Pixel 3. It works with other devices like Samsung S10, Oneplus 6 etc. WifiInfo wifiInfo = wifiManager.getConnectionInfo(); if (wifiInfo != null) { …
Rahul
  • 481
  • 4
  • 9
0
votes
1 answer

Invalid Manifest on Pixel Slate (Chrome OS)

Users of my Chrome extension are reporting problems installing it on a Pixel Slate device. The error just says "Invalid Manifest", and the extension cannot be installed. However, there is no such error on a Windows or OSX device, and the manifest…
0
votes
0 answers

Prevent Google Assistant from popping up in Google Pixel while pressing KEYCODE_VOICE_ASSIST

I have a cheap selfie stick which connects to the phone and emulates an audio device. On normal phones, what triggers KEYCODE_VOLUME_UP, triggers KEYCODE_VOICE_ASSIST on Pixel (And presumably some other phones). I tried catching the KeyPress in a…
ColonD
  • 954
  • 10
  • 28
0
votes
2 answers

Android studio unable to run emulator: Process finished with exit code 2

I am trying to use an emulator in Android Studio 3.1.4, but I keep getting the error messages: Emulator: Could not launch 'C:\Users\Ian\AppData\Local\Android\Sdk\emulator/qemu/windows-x86_64/qemu-system-i386.exe': No such file or…
0
votes
1 answer

react native app in google pixel 2 XL shows transparent bottom button bar

while trying to run my app on google pixel 2 XL the softkeys bar remains transparent which is somehow handled in remaining pixel phones(black background behind the softkeys). Is there a way to handle that from your app
Prakash
  • 396
  • 1
  • 6
  • 23
0
votes
1 answer

Error connecting to android backend

I am using an android emulator on a desktop. I am getting the following error when I try to connect to my backend. java.net.UnknownHostException: Unable to resolve host "": No address associated with hostname Here are the things I…
horatius
  • 784
  • 1
  • 12
  • 30
0
votes
0 answers

Exif showing wrong resolution of captured image using camera api in oreo 8.1.0

In Pixel2 XL Android 8.1.0 , image captured in portrait mode using camera api is showing wrong resolution whereas image captured in landscape is showing right resolution. Android Version: 8.1.0 Device tested: Google Pixel2 XL device Steps to…
0
votes
0 answers

Showing outline or border in Samsung S8 and Google Pixel

I am struggling an issue in Google Pixel and Samsung S8 with a border like thing around the div. We have to run that with Google Pixel or samsung S8 to see the issue. Attacing an image for better understanding Js fiddle for code…
Shafeeque
  • 555
  • 1
  • 7
  • 24
0
votes
1 answer

React native dimensions for Google Pixel XL and 2 XL

I'm having trouble rendering a lottie animation in Google Pixel XL and 2 XL. But I don't have that device on hand, does anyone know the width and height in react native unit? or how do you do to detect this devices?