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

Why Can't i setup a wifi aware network on Pixel 2

I use two devices Pixel 2 which both publish and subscribe to the same service. android.net.wifi.aware.PublishConfig cfg = new android.net.wifi.aware.PublishConfig.Builder() …
KristianR
  • 420
  • 2
  • 6
1
vote
0 answers

Base64 decoding photo error, getting some unusual text instead of real photo

I've tried to import vCard info into Google Pixel phone (.vcf file). On every other phone (Samsung, Huawei, any Android or IOS phone) there is no problem at all with all information, only with Google Pixel phone. What i have when i import the .vcf…
1
vote
0 answers

Integrating google Speech Listener on WearOS app (Samsung Galaxy 4, 5, Google Pixel)

We developed an app that needs to work on all smartwatches with wearOS. The app is installed on Ticwatch and it works perfectly well. In the same app, with the same wearOS version, we are facing an issue on Samsung smartwatch Galaxy 4, 5 and Pixel…
1
vote
1 answer

Pixel 4a Android 11 Sunfish custom build "no valid slot to boot" error after flashing

I built AOSP Android 11 Sunfish by my self and try to flash out images using fastboot into the phone. The entire build and flashing process is done successfully, however, after flashing is done, the device is stuck in fastboot page of Pixel 4a and…
1
vote
0 answers

How to allow OEM unlock without starting Android?

I have a google pixel (sailfish) where the Operating system was damaged beyond repair. It won't start into recovery mode. I tried to use fastboot to unlock the bootloader (fastboot flashing unlock), but it won't do that because OEM is not allowed. I…
Elliot
  • 21
  • 3
1
vote
0 answers

Can't save photo. Camera doesn't have permission to save to this location [Only happening to Google Pixel phones]

I am currently facing an issue with Google pixel phones not letting the app save photo to a specific file location (mentioned below). I don't know if this is something to do with the scoped-storage because the app is running perfectly fine with…
1
vote
0 answers

Pixel 6 changes reported screen size based on orientation - how to get the screen size in a stable way?

We use the "screen size" resource qualifier to determine the size of the device - roughly speaking whether it's a phone or a tablet. This is because our app is meant to start in portrait mode on a phone and landscape mode on a tablet. We found an…
Adam Burley
  • 5,551
  • 4
  • 51
  • 72
1
vote
1 answer

Unable to delete eSIM profile on Google Pixel 3a

I have recently changed phone carriers. I cannot download an eSIM for my new carrier while it is supposed to be compatible with the Pixel 3a. They claim this is because I still have the eSIM profile from my previous carrier. For some reason, I…
Sennin
  • 11
  • 1
1
vote
1 answer

Android 12 WI-FI Connection

Phone Model: Google Pixel 4 Os version : Android 12 We have tried to connect Open wifi of IOT device from System but it showing obtaining IP address and never changed state of that one. Before Android 12 it connects successfully. Things tried to…
MIkka Marmik
  • 1,101
  • 11
  • 29
1
vote
1 answer

Why is there a solid black rectangle obscuring the rightmost 60% of my app's screen on a Google Pixel 5?

Does anybody know why a Google Pixel 5 and a Google Pixel 5e (API 30) might have a solid black overlay completely obscuring the rightmost 60% of the screen when viewing the otherwise normal in-app screenshots produced by Automatic Robo Script in…
1
vote
1 answer

How to access the list of songs in Pixels "Now Playing" feature?

So I'm trying to make an app on Android Studio that reads all the songs on Google's Now Playing Ambient services and makes them into a list. However I've been trying to figure out how to access the songs and have been unable to, does anyone know how…
cooldecola
  • 118
  • 7
1
vote
0 answers

Encoding ARGB_8888 bitmaps to video file using mediacodec android fails on Pixel 3A device

I'm decoding and encoding a video file using android MediaCodec. Both decoding and encoding are working fine with the following code except Pixel 3a device. For encoding, the encoder uses a set of bitmaps to create a video file. But only on the…
1
vote
0 answers

How to create seperate values folder for Samsung Galaxy note plus and Google Pixel XL3 in Android Studio

I am creating to show virtual card swipe view for left to right and right to left. so, am trying to give common width & height(xxxhdpi-values dimen.xml) for below mentioned mobiles in Android UI part. Samsung Galaxy note plus 6.8 inch, 1440*3040 ,…
harikrishnan
  • 1,985
  • 4
  • 32
  • 63
1
vote
1 answer

How to read/write to a file that can be accessed by a user not being root?

I would like to write to a file that I can access from the file system without being root. This is my attempt: FileOutputStream fos = null; final String FILE_NAME = "test.txt"; fos = openFileOutput(FILE_NAME,…
1
vote
2 answers

Android 10 Biometric Manager Security

Android is deprecating FingerprintManager in favor of BiometricManager since the end of 2019. The update is great news for developers and designers as they do not need to solve much of the tedious biometrics design and behavior. However... This…
Aki
  • 329
  • 3
  • 13
  • 28