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
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.
Whats New
- Update internals- Fix a bug where custom resolution didn't apply if verify was off- Add bookmarks support