Purr — Rootless Resolution Cha

4.3
596 reviews
100K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image

About this app

Say hello to Purr, the all-in-one resolution changer for Android devices, no root required! How does it work you ask? We use Android SDK reflection to access hidden APIs to change the resolution of your phone screen. All we need is a special permission that can be granted using ADB.

Why would you want to change the resolution of your display, anyway?
- Reducing the resolution of the display reduces the load on the GPU.
- Some games may fit a standard 16:9 display better than widescreen displays.

Here's some benefits to using Purr:
- I calculate the DPI using some fancy math. Typically adjusting the DPI for new resolutions can be tricky because I need to determine the diagonal inches of each display, but instead I calculate the diagonal pixels of the display and divide it by the current DPI to determine a fair divisor. Then when a new resolution is applied, I divide the new diagonal pixels by this divisor to get a near identically-scaled DPI.
- We verify resolutions for compatibility before applying them for a sort of failsafe.
- Custom resolutions can be specified in the settings menu.
- You get to see a cute cat every time you open the app <3
- Those with root can grant Purr permissions without using ADB. NOTE: Root is NOT required, it is optional.
- Android 6.0 (SDK 23) and above are supported using legacy APIs.
- Free warranty and support via email (tylernij@gmail.com) and Telegram (@tytydraco)

There is a limitation:
- Some Android versions may tamper with the resolution changing APIs, causing an error to be displayed. This is not the fault of Purr, but rather your OEM or ROM provider using non-standard APIs..

This project might be paid on Google Play, but it is open source on GitHub. It can be compiled using Android Studio Canary FOR FREE if you so wish to, however I do not offer direct support with compiling the app: https://www.github.com/tytydraco/Purr
Updated on
Feb 23, 2022

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

Ratings and reviews

4.3
574 reviews
Avery Winters
June 1, 2022
Seems to work well enough, but some issues keep me from utilizing it. On my Pixel 4, the rounded corners get huge when reducing the resolution, making for a ridiculous shape. Gesture Navigation doesn't work well, or at all, even after resetting the resolution. The status bar gets squished after resetting the resolution, leaving a bunch of empty space on one side. That said, seeing all your published apps, I think you are doing great stuff.
42 people found this review helpful
Did you find this helpful?
corrytyn
July 21, 2024
as a curved screen hater, gave me a nice square screen so i didnt smudge the camera pinhole or have things cut off at the corners. note that this can make using embedded fingerprint scanners impossible to use (galaxy a35) due to how they work if you shrink it too much. also the navigation bar may disappear when changing resolution. it will return when you unlock the phone next. itd be neat if you could have different resolutions per application or keep it fullscreen on the lock screen.
73 people found this review helpful
Did you find this helpful?
Juanmiguel Felix
June 17, 2022
Works on poco x3 nfc! You just need to enable both usb debugging and the security usb debugging on developer options. Needs pc when you open it for the first time, After that you can use it all the time!! Im happy^^ It reduce the resolution of your phone natively (It will not make the buttons on your games bigger) Cons are it hangs for a minute when you go to your homescreen after playing for some time and the touch in the notch is a bit unrespnsive but its not permanent you can reset intheapp
31 people found this review helpful
Did you find this helpful?

What’s new

- Update internals
- Fix a bug where custom resolution didn't apply if verify was off
- Add bookmarks support