Set screen resolution on iOS 18 and lower.
This tool can very easily mess up your device. Unlike ResSet16 and other MDC tools, this will persist across reboots. If you can't unlock the device, you can't change it back.
- Install
pymobiledevice3
in your Python environment. - Run
resset.py
with your device plugged in. - Enter the width and height you'd like to set (it'll default to 14 Pro Max resolution if you don't enter anything).
- Read the warning, and press Enter to apply. Your device will reboot.
- Profit?
- Skadz for writing this script.
- Lemin's backup system writeup for the idea.
- JJTech/the TrollRestore authors for SparseRestore and its backup code.