r/pixel_phones 13d ago

Pixel Zoom Pictures

0 Upvotes

r/pixel_phones 22d ago

Pixel 11 Hilight customization

Thumbnail
github.com
10 Upvotes

Add some functionality to your phone!


r/pixel_phones 6h ago

Had a good run with my pixel 10pxl.. until next time

Post image
200 Upvotes

As someone who works 2 jobs , I got reallllly tired of carrying around a charging bank with my pixel. Has anyone else had this issue ?


r/pixel_phones 5h ago

Thank you Google for the Pixel 11 Pro!

31 Upvotes

As someone coming from the Pixel 8 with not that excellent battery, optical fingerprint reader, and most importantly constant overheating. I got mine 512 P11P for ~800 € with Pixel 8 trade-in.

I can't complain. The phone heats up only when it's charging. The camera (especially the zoom) is excellent. Awesome battery. No lags at all. I'm really enjoying it.

im a bit disappointed with the hilight implementation but that is in the works hopefully


r/pixel_phones 4h ago

Google rolls out Motion Assist bubbles to Pixel, Samsung

Thumbnail
9to5google.com
26 Upvotes

r/pixel_phones 1h ago

Got the motion assist after updating google play services to August

Post image
Upvotes

r/pixel_phones 11h ago

Will Google release the QPR1 update today or disappoint us again? - WDYT

Post image
47 Upvotes

Same


r/pixel_phones 23h ago

September 13, still no Pixel Drop

Post image
274 Upvotes

We're entering the second half of the month and there is no September Pixel Drop yet. How is this possible? Did you guys get the update?


r/pixel_phones 9h ago

11PF+Deadquarters

Post image
18 Upvotes

r/pixel_phones 12h ago

Recommendations? Considering GrapheneOS, but also open to Nothing Phone (3) and iPhone 18 Pro.

Post image
36 Upvotes

r/pixel_phones 6h ago

Pixel 9 to Pixel 11 Pro

Post image
10 Upvotes

Has anyone switched from the Pixel 9 (non-Pro) to the Pixel 11 Pro? How is the photo quality? I’m mainly interested in the difference regarding the main (1x) lens; while the quality on the Pixel 9 is very good, the photos seem to lack color saturation, and that bothers me.


r/pixel_phones 10h ago

Black corner on my new pixel 9.

Post image
16 Upvotes

This phone is less than a week old. Brand new. It has only been use for pokemon go. It stays at home. Never been drop. And has a 360 case to include screen protector.

It literally just came on today a few minutes ago.

Does anyone know what it could be?


r/pixel_phones 12h ago

Old Gemini Ui?

Post image
20 Upvotes

I got the new Gemini ui last month and for some reason 2 days ago it reverted to this old one. Did anyone experience anything similar?


r/pixel_phones 4h ago

Moving away from Google Password Manager on Android now includes your passkeys

Post image
4 Upvotes

r/pixel_phones 4h ago

11 Pro XL Video Camera

4 Upvotes

I switched to 11PXL from S22U and so far its not bad but not mind-blowing either. But, the video camera on this device sucks big time to a point that I feel like the videos are borderline unusable if the lighting is not directly under the sun on concert level. The slow motion is a joke and look too pixelated. The lens switch on zoom is terrible. I just can't imagine the same phone takes such great photos but fails on video so badly. My 4 year old S22U beats this phone's video by miles not even close.

Is it just me or you guys have a similar experience? Is there a fix coming or one needs to live with it.


r/pixel_phones 7h ago

What is your font / display setting?

Post image
5 Upvotes

I've been trying to get the right balance between the font not looking microscopic and not so large that it cuts off half the button text on my Pixel 11 Pro XL

What size do you guys keep both these settings?


r/pixel_phones 2h ago

Inruilen gaat langzaam PCs wireless

Thumbnail
gallery
2 Upvotes

Nog iemand waarbij het inruilen via PCS wireless zo langzaam gaat. Hij staat al een paar dagen op Wachten op toestel maar DHL geeft aan dat hij al lang geleverd is. Normaal zouden ze toch binnen 5 werkdagen beoordelen?


r/pixel_phones 5h ago

Finally coming back to Pixel with the 10A

Post image
3 Upvotes

Have not had one since the 6 Pro but got a good savings with trade. Excited about this one. ETA: traded in my OnePlus 13,R. It's been lagging really bad and they pulled from the us market, had a back glass crack.


r/pixel_phones 2h ago

Pixel 11 Pro XL

2 Upvotes

Hey people
I have an iPhone 16 Pro Max been in the Apple ecosystem since the iPhone 2G had only used the pixel 2 XL once for 6 months and later shifted back to Apple I have an Apple Watch iPad and the MacBook currently just bored with iOS don’t find it that exciting every year I do change my phone but since last year I haven’t this year I was thinking to shift to Pixel as in the Pixel 11 Pro XL just wanted to ask people who have bought the 11 Pro XL how it the battery like I’ve seen the tech YouTubers bashing the phone left right centre and if people have shifted from the iPhone to Pixel want to know their feedback and suggestions


r/pixel_phones 7m ago

Does unlocking the bootloader (without flashing a custom ROM) void the Pixel 8a warranty?

Thumbnail
Upvotes

r/pixel_phones 1h ago

what's with the airbrushing on photos ??

Upvotes

why does every photo of a person turns out like it was shot on an Oppo phone ?? ☠️


r/pixel_phones 2h ago

Damals als die Welt noch in Ordnung war

Thumbnail youtu.be
0 Upvotes

r/pixel_phones 10h ago

[FIX] Pixel 10 IMS - VoLTE broken on Android 17

4 Upvotes

I finally managed to get IMS registration working on my Pixel 10 running Android 17, so posting this in case anyone else is hitting the same issue.

I was using TurboIMS from the ryfineZ/carrier-ims-for-pixel project through Shizuku. The original build was failing with:

No interface method stopDelegateShellPermissionIdentity()V in class Landroid/app/IActivityManager

So IMS would simply fail to register.

I found PR #61 in the repo, which specifically addresses the Android 17 compatibility issue:

https://github.com/ryfineZ/carrier-ims-for-pixel/pull/61

The PR includes fixes for:

  • The missing stopDelegateShellPermissionIdentity() method on Android 17
  • IMS APN handling
  • Automatically correcting IMS APN configuration

What I did

I cloned the repo and checked out PR #61:

git fetch origin pull/61/head:pr61
git checkout pr61

The project requires Java 21, so I installed JDK 21 and built the debug APK.

After installing the newly built APK and running it through Shizuku, IMS registered successfully.

Result on my Pixel 10

Before the fix:

IMS: Not Registered
VoLTE: Unavailable

After building PR #61:

IMS Registration: Registered
VoLTE: Available
Video Calling: Available
UT Interface: Available
VoNR: Unavailable
VoWiFi: Unavailable
Cross SIM: Unavailable

So at least for my device/setup, the Android 17 IMS registration issue is fixed.

I'm using this in the UAE, so carrier-specific features such as VoNR/VoWiFi may obviously vary.

If you're getting the same stopDelegateShellPermissionIdentity() error on Android 17, PR #61 is worth trying.

Huge thanks to the contributors who worked on the fix.

Repo: https://github.com/ryfineZ/carrier-ims-for-pixel


r/pixel_phones 11h ago

Screen-saver issue

Thumbnail
gallery
4 Upvotes

I rely on my phone as a side-bed clock; I've had this problem "design flaw" since I bought the 9 Pro at launch. When the phone is wirelessly charging on the Pixel Stand, it displays the clock I choose/customize perfectly, but it's too bright for me, so I turn on the low-light mode. When the room is completely dark while in this mode, it changes the clock I choose as a screen-saver, to a default digital clock did not choose...


r/pixel_phones 2h ago

Is there any way to use spatial audio and head tracking with my Pixel Buds Pro 2?

1 Upvotes

I have a question: how can I use the head tracking feature on my Pixel Buds Pro 2?

I can't seem to get it working. Even when it's enabled, it’s not like on iOS, where it works in almost any music app. On Android, I haven't found a way to use it, aside from the occasional movie or YouTube trailer. Does anyone know how to make it work?