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
0 answers

Is there a way to view/use web developer tools by plugging an android phone into a Windows 11 PC?

I'm not a mobile app developer but I do develop an intranet which has an app which was created for us. The app uses web controls to display a mobile HTML interface within the intranet. Every now and then we'll see a bug which may be related to a…
Teckyhead
  • 13
  • 3
0
votes
0 answers

How can I limit mobile data usage for other users(multi-users) of my Android phone

The other users (like guest or any other, referred as multi-users) of my phone use too much mobile data. I don't want to completely deny the permission to use it but set a limit on it. A limit which doesn't just notify of limit crossing but I want…
0
votes
0 answers

On my Android phone (Pixel 7) what is "-5" stealthily using several gigabytes of mobile data? (It's not the hotspot)

Android BatteryStats shows something called "-5" rapidly using gigabytes of mobile data, but it's not the hotspot. Per another post I used the command "adb shell dumpsys batterystats" to get the battery statistics of my Pixel 7 since it got a full…
LakesGeek
  • 1
  • 1
0
votes
0 answers

How to properly setup/record the Google Ads conversion tracking for subscription model after trial period?

Hi please help me to find a logic way to track/record conversions after an trial period for active subscriptions. I have website app builder on bubble.io, i have google conversion setup on google ads and added with GTM on my website at moment the…
Artem.
  • 1
  • 1
0
votes
1 answer

How can I gain permissions to move files between folders in code? [Android 11]

Using an emulated version of the Google Pixel 5 running Android 11 API 32, I'm attempting to make a program that will move files between folders at the press of a button, as a proof of concept I have made two folders on my device, Left…
Josh Hunter
  • 45
  • 1
  • 10
0
votes
0 answers

Pixel 5: Failed loading RS driver: dlopen failed: library "libRSDriver_adreno.so

I've created an Android app using RenderScript, it works on a wide variety of systems but it seems to not run on specifically the Pixel 5. I have tried to debug it with a real device but I cannot find the source of the issue. I get the following…
N3sh
  • 881
  • 8
  • 37
0
votes
0 answers

How can I fix "Can't install" issue in Google Play for Google Pixel phones?

My app was published to Google Play in 2019 and it is now version 2.2.17. Everything was fine until the latest version 2 weeks ago. I got a number of feedbacks from the users saying they cannot install the app from Google Play. When they attempt to…
Vinh Hung Nguyen
  • 139
  • 1
  • 11
0
votes
1 answer

Camera2 API for Pixel 5 Zooming out below 1x

In Google Pixel 5 default camera application, there is a feature that you can zoom out below 1x(By default: .6x, 1x, 2x). Now is Camera2 framework, is there any function that apply the zoom-out functionality to get the wide angle of the picture? I…
A K M Saleh Sultan
  • 2,403
  • 2
  • 22
  • 28
0
votes
1 answer

Depth Sensors In ArCore

I am trying to understand the depth APIs in Arcore. I am using a Google Pixel4, which I understand has a depth…
eshalev
  • 3,033
  • 4
  • 34
  • 48
0
votes
1 answer

Flashing custom kernel into Android phone (Pixel)

I'm trying to modify the kernel of a Pixel 4a 5g phone. For that, I've downloaded the stock boot.img from https://developers.google.com/android/images. I've also got a kernel src code…
jorge
  • 45
  • 5
0
votes
1 answer

Linux, adb and Google Pixel 3a - No connection

I am trying to install GrapheneOS on a brand new Google Pixel 3a, but I cannot connect to it using adb, so I cannot install GrapheneOS. Does anyone have any suggestions on what else to try? Hardware info: Google Pixel 3a with fully upgraded Android…
Hultan
  • 119
  • 1
  • 10
0
votes
1 answer

Trying to recover files from a lockscreen loop Pixel 4 with ADB pull

I am trying to use ADB pull to recover my files from my Pixel 4 but I am getting the error message "adb: error: failed to access '4' : No such file or directory". What does this mean? USB debugging is on and my device shows up on adb devices.
0
votes
1 answer

Does anyone have the layout of the Google Pixel 3 xl?

Inadvertently replace the emulator layout of the google pixel 3 xl and I can no longer find it anywhere, is the file found in this path: C:\Users\your_user\AppData\Local\Android\Sdk\skins\pixel_3_xl already look it all over Google and I can't find…
0
votes
1 answer

Install old (unsupported) Android Version on unlocked smartphone

I would like to install an older Android version on a Pixel 3a. I saw the system images provided by Google, but they only offer Android9.0-10.0 (see here). I already unlocked the bootloader, so I think I'm ready to start the flashing. For testing…
MajorasKid
  • 733
  • 2
  • 5
  • 24
0
votes
1 answer

RSSI Scanning: onBluetoothLeDeviceFound Callback not called on Pixel 1

I'am working on a RSSI scanner for Android. I want to archieve this via constantly scanning for BLE devices. So if the RSSI of a device should be figured out it needs to advertise via BLE. The measuring device start scanning in really short…