- Nov 12, 2013
- 712
- 847
- 93
I was messing with a Tasker script and well, it didn't go as planned.
Google keeps pulling up the PPI instead of DPI.
Per ChatGPT the DPI is 505
wm density 505 && reboot
Looks right but off at the same time.
wm density reset && reboot
Everything is definitely too large. Not sure why they differ so much.
Can someone download https://play.google.com/store/apps/details?id=com.tribalfs.pixels or similar on their S25 Ultra and let me know what it is on the highest resolution?
Edit: Reset Density sets it to 600 per above app.
Mathematically it should be 560.
Note; Checking your DPI is harmless. You can't actually change it, even with above app or similar without ADB, even then it doesn't/can't edit the build.prop
Google keeps pulling up the PPI instead of DPI.
Per ChatGPT the DPI is 505
wm density 505 && reboot
Looks right but off at the same time.
wm density reset && reboot
Everything is definitely too large. Not sure why they differ so much.
Can someone download https://play.google.com/store/apps/details?id=com.tribalfs.pixels or similar on their S25 Ultra and let me know what it is on the highest resolution?
Edit: Reset Density sets it to 600 per above app.
Mathematically it should be 560.
Note; Checking your DPI is harmless. You can't actually change it, even with above app or similar without ADB, even then it doesn't/can't edit the build.prop
Last edited: