Resolution Changer — Uses ADB APK

Resolution Changer — Uses ADB  Icon
   
3.65/5
68 Ratings
Developer
tytydraco
Current Version
1.5
Date Published
File Size
1.4 MB
Package ID
com.draco.resolutionchanger
Price
$ 0.00
Downloads
129.5K+
Category
Android Apps
Genre
Tools

APK Version History

Version
1.5 (6)
Architecture
universal
Release Date
July 01, 2022
Requirement
Android 4.2+
Version
1.4 (5)
Architecture
universal
Release Date
June 27, 2020
Requirement
Android 4.2+
Version
1.3 (4)
Architecture
universal
Release Date
June 27, 2020
Requirement
Android 4.2+
Version
1.2 (3)
Architecture
universal
Release Date
June 27, 2020
Requirement
Android 4.2+
  • Resolution Changer — Uses ADB Screenshot
  • Resolution Changer — Uses ADB Screenshot
  • Resolution Changer — Uses ADB Screenshot

About Radio FM 90s

Resolution Changer works by using a hidden Android API called IWindowManager. Originally, Google restricted access to this API starting with Android Pie, however, they allowed developers to disable the API blacklist by tweaking a Secure Setting.

Resolution Changer first unlocks the blacklisted APIs, and then applies the requested resolution and display density.

If you do not specify a height or width, Resolution Changer will simply use the resolution that is currently set by the device.

If you do not specify a density, Resolution Changer will try to calculate a suitable density based on the diagonal screen size of the device.

WARNING:
If you specify a broken resolution and are unable to fix it, follow these steps:
1. Connect device to PC
2. Open CMD or Terminal (depending on OS)
3. Type these commands:
adb shell wm size reset
adb shell wm density reset

What's New in this version

- Update libs and kotlin version

- Warn if failed to apply with solution steps

- Update resolution fetching API

- Update target version

Thanks to a tester named Pest for contacting me about a report for resolutions not applying!