Owners of Xiaomi Redmi 10 often face a problem: when you call, a photo of the contact is displayed in a small circle, not on the entire screen. This not only spoils the visual perception, but also prevents you from quickly identifying the subscriber. Fortunately, MIUI has several ways to fix this, from standard settings to hidden functions.
In this article, weโll break down all the current methods, including official phone settings, third-party apps, and even manual edits to system files (for advanced users), learn how to make a contact photo take up the entire screen when an incoming call is made, and how to avoid typical setup errors.
Importantly, not all methods are equally safe, some require unlocking the bootloader or root rights, which can lead to a loss of warranty, and we will note the risky steps with special warnings.
Why is the photo of the contact not displayed on the full screen?
The problem with scaling photos in Redmi 10 is related to the features of the MIUI shell. By default, the system uses a round cropping of avatars to make them fit into the standard call interface.
- ๐น Design unification (all contacts look the same)
- ๐น Resource savings (handling a round mask is easier than scaling)
- ๐น Compatibility with themes (some themes break the display of full-screen photos)
However, the latest versions of MIUI 12.5+ have the option to change this setting, so if you have an older firmware, youโll have to upgrade or use workarounds.
โ ๏ธ Note: If you use third-party launchers (like Nova Launcher), your contact display settings may be reset. MIUI.
| MIUI version | Support for full-screen photos | Is root required? |
|---|---|---|
| MIUI 12.0 and lower | โ No. | โ Yes (only through modification of system files) |
| MIUI 12.5 โ 13.0 | โ ๏ธ Partially (for some topics only) | โ No (can be done through the settings) |
| MIUI 14+ | โ Yes (built-in option) | โ No. |
If your Redmi 10 runs MIUI 12.5 or later, you can do without root rights.
Method 1: Configure with standard MIUI settings (without root)
The safest method is to use the built-in system options, which is suitable for MIUI 12.5 and higher.
- Open the Contacts app.
- Select the contact you want to change the image for.
- Click on the edit icon (pencil in the upper right corner).
- Tap the current contact photo and select Change the photo.
- Instead of standard circumcision, tap on the icon More (โฎ) โ Display settings.
- Activate the Full Screen Mode Switch when you call.
If this item is not available, update the Contacts app via Google Play or check for system updates in Settings โ About Phone โ System Update.
Update MIUI to the latest version
Make sure that the contact photo has a resolution of at least 720ร720 pixels.
Turn off third-party themes of design
Reboot your phone after the changes-->
โ ๏ธ Note: Some custom themes from the theme MIUI You can block full screen mode. Return the standard theme before setting up (Settings) โ Topics โ Standard).
If the option never appears, move on to the next method.
Method 2: Using third-party applications for calls
If standard settings don't work, you can install an alternative call app that supports full-screen photos.
- ๐ Truecaller โ has a built-in photo zoom option.
- ๐ Drupe โ allows you to adjust the size of avatars when incoming calls.
- ๐ ExDialer โ lightweight dialer with flexible interface settings.
Instructions for Truecaller:
- Install the app from Google Play.
- Open Settings โ Calls โ Design of the call screen.
- Select a full-screen photo of the contact.
- Assign Truecaller to the default call app (Settings โ Apps โ Default โ Phone).
The downside of the method: Some MIUI features (such as recording conversations) may not work in third-party dialers.
๐ก
Before installing a third-party dialer, back up your contacts via Settings โ Google โ Backup. This will help restore data if the application starts to glitches.
Method 3: Edit system files (for advanced files only)
This method requires an unlocked bootloader and root rights.It is suitable for Redmi 10 on MIUI 12.0 and below, where there is no built-in option. Wrong actions can lead to a device "brick" - use at your own risk!
Instructions:
- Install Root Explorer or any other file manager with root access.
- Go to /system/priv-app/Contacts/
- Find the contacts.apk file and copy it to the backup folder.
- Open the file in APK Editor (install from Play Market).
- Move to the res/values/bool.xml and find a line: <bool name="fullscreen_photo_enabled">false</bool>
- Change false to true, save the file.
- Install a modified contacts.apk over the old one.
- Reboot the phone.
If after the changes, the Contacts app stopped working, restore the original file from the backup.
What to do if the phone freezes after editing system files?
Method 4: Use ADB-commands without root)
If you don't have root rights but you have a computer, you can try changing your settings using the Android Debug Bridge (ADB), which works on MIUI 12.5-14.
Instructions:
- Turn on USB Debugging on your phone: Settings โ About Phone โ MIUI version (tap 7 times to become a developer). Then: Settings โ Additional โ Developers โ Debugging on USB.
- Connect Redmi 10 to your PC and confirm debugging permission.
- Open the command line (Windows) or the terminal (Mac/Linux) Enter: adb shell settings put global fullscreen_photo_in_call 1
- Reboot the phone.
If the team doesnโt work, try an alternative:
adb shell am start -n com.android.contacts/.settings.DisplaySettingsActivityThis command will open a hidden menu of contact display settings, where there may be a full-screen option.
Method 5: Manually changing the resolution of photo contact
Sometimes the problem is not the settings, but the resolution of the original photo, so if the image is too small, the system automatically crops it to a circle.
- ๐ Minimum photo resolution: 720ร720 pixel.
- ๐จ Format: JPEG or PNG (transparently).
- ๐ Aspect ratio: 1:1 (square).
How to prepare a photo:
- Open the image in any graphics editor (such as Photoshop or PIXLR).
- Cut it to square.
- Increase the resolution to 1080ร1080 (optimum for Redmi 10).
- Save and assign contact.
If the photo is still displayed in the circle, try to resave the contact:
- Export the contact to the.vcf file.
- Remove him from the phone.
- Import back.
๐ก
Proper resolution is key to success. Even if MIUI settings allow full-screen mode, low-quality images will be automatically cropped.
Frequent Mistakes and How to Avoid Them
When setting up full-screen photos, users often face typical problems. Here's how to solve them:
| Problem. | Reason. | Decision |
|---|---|---|
| Photo cut despite settings | Third-party theme of design | Return the standard theme to Settings โ Themes |
| The option "Full screen mode" is inactive | An outdated version of MIUI | Update the firmware through Settings โ System Update |
| After editing system files, the phone does not turn on | Error in modifying the APK | Recover the original file through Recovery |
| The side dialer doesn't show a photo | No right of access to contacts | Go to Settings โ Applications โ Permissions and give access to contacts |
If none of these methods worked, check:
- ๐ Does the second space conflict with the settings (Settings) โ Special facilities โ Second space).
- ๐ก๏ธ Do you block the changes to the antivirus (turn it off temporarily).
- ๐ฑ Are your phone settings reset to factory settings (check in Settings) โ Resetting settings).