How to increase the photo of a contact to the full screen when calling on Xiaomi Redmi 9T: a detailed guide

Why a contact photo doesnโ€™t show up on the full screen and how to fix it

Are you tired of seeing a tiny photo of a subscriber in the left corner of the screen when you get a call on the Xiaomi Redmi 9T? Want a photo of a contact to occupy the entire display, like on commercials? This problem is familiar to many owners of Xiaomi smartphones - standard MIUI settings often hide full-screen display mode. The reason lies in the policy of energy saving and interface optimization, but the solution is there!

In this article, weโ€™ll look at all the ways you can enable full-screen photo displays when you make an incoming call, from standard MIUI settings to hidden features and workarounds. Youโ€™ll learn how to make your smartphone show your contacts photos as large as possible, even if your firmware version doesnโ€™t support this out-of-the-box option. And weโ€™ll also explain why photos sometimes stay small and how to fix them.

Itโ€™s important to understand that on the Redmi 9T (M2010J19SG), this option depends on the version of MIUI. In some builds, the full-screen display feature is available by default, in others it needs to be activated manually. If you recently updated the firmware and noticed that the photo of the caller has become smaller, do not rush to blame the manufacturer: most likely, the settings have simply gone wrong.

Checking the current call display settings

Before making changes, make sure the problem is not in the basic parameters. On Xiaomi Redmi 9T, the phone system app (not to be confused with Google Phone!) is responsible for the appearance of incoming calls.

  1. Open the phone application (the icon with the handset).
  2. Click on the three dots in the top right corner and select Settings.
  3. Go to Incoming Calls or Call Display (the name may vary depending on the version of MIUI).
  4. Check the settings of the incoming call style and the background of the call screen.

If this menu doesnโ€™t have an option to resize your photo, donโ€™t worry. On most MIUI versions for Redmi 9T (including MIUI 12.5 and 13), this option is hidden in the developerโ€™s additional settings or requires activation through the thematic engine, which we will discuss in the following sections.

โš ๏ธ Note: If you use a third-party call app (such as Truecaller or Google Phone), the full-screen display settings may conflict with system settings. Before setting up, make sure that the default is the standard Phone app from Xiaomi.

๐Ÿ“Š What version? MIUI You're using Redmi. 9T?
MIUI 12.5
MIUI 13
MIUI 14
I don't know.
other

Method 1: Activate full-screen mode through phone settings

The easiest method is to enable full-screen display through standard MIUI settings, which works on most firmware versions for Redmi 9T, but may require developer mode pre-activation.

Step 1: Enable Developer Mode (if not already activated)

For this:

  1. Go to Settings. โ†’ The phone.
  2. Find the MIUI version and click on it 7 times in a row until the notification โ€œYou became a developer!โ€ appears.
  3. Return to the main settings menu โ€“ there will be a new section Additional โ†’ For developers.

Step 2: Configure the display of incoming calls

Now, do the following:

Enable Developer Mode (if not activated)

Open the settings โ†’ Additional โ†’ For developers

Find the option "Full screen incoming call" or "Full screen incoming call"

Activate the switch and restart the phone

Check the photo display during the test call-->

  1. Go to Settings. โ†’ Additionally. โ†’ For developers.
  2. Scroll down to the Drawing or Interface section.
  3. Find Full Screen Call Mode (also known as Full Screen Incoming Call or Force Full-screen Call).
  4. Activate the switch and restart the phone.

After the reboot, make a test call (e.g. from another phone) If the photo of the contact still doesn't take up the entire screen, move on to the next method.

โš ๏ธ Note: Some custom firmware (e.g. Xiaomi.EU or PixelExperience) may not have this option.

Method 2: Using design themes to change the size of the photo

If the standard settings didn't work, try changing the MIUI theme. Many themes have their own styles for incoming call screens, including full-screen photo displays. Here's how to do this:

Step 1: Installation of an alternative theme

MIUI allows you to install themes from the official store, some of which are optimized to display large photos of contacts:

  1. Open the "Themes" app (icon with brush).
  2. Go to the Online Topics section and search for the "full screen call" or "big photo call".
  3. Select your favorite theme (such as โ€œPure Blackโ€ or โ€œMIUI Mixโ€) and click Apply.

Recommended themes for full screen display:

  • ๐ŸŽจ Pure Black โ€“ Minimalist design with a big photo in the center of the screen.
  • ๐ŸŒŒ Dark Sky โ€“ Dark Theme with Increased Contact Display.
  • ๐Ÿ”ด Red Velvet โ€“ a bright theme with an emphasis on subscriber photos.

Step 2: Set up the current theme

If you donโ€™t want to change the topic completely, you can edit the current one:

  1. In the "Themes" app, go to My Themes.
  2. Choose an active theme and click Setup.
  3. Find the Call Screen section and select the style with the maximum photo size.

๐Ÿ’ก

If the photo is still small after changing the subject, try resetting the Phone app. Go to Settings โ†’ Apps โ†’ App Management โ†’ Phone โ†’ Storage โ†’ Clear the data. This wonโ€™t delete your contacts, but will reset the display settings.

Method 3: Manually modifying system files (for advanced users)

If previous methods failed, you can manually edit the system files that display incoming calls, which requires root rights or ADB, but yields 100% results.

โš ๏ธ Warning: Changing system files can cause your phone to run unstable or reset.Before you start, make a full backup through Settings โ†’ Additionally. โ†’ Backup and reset.

Step 1: Getting root rights (optional)

The easiest way to edit system files is to use Magisk:

  1. Download the latest version of Magisk from the official website.
  2. Install it via TWRP (if you have a bootloader unlocked).
  3. After installation, open the Magisk app and check the root status.

If you donโ€™t want to get root, you can use ADB (Android Debug Bridge) to change settings without deep intervention.

Step. 2: File editing call_ui_config.xml

Open any root-enabled file manager (such as Root Explorer or Mixplorer) and follow the path:

/system/priv-app/Contacts/Contacts.apk/res/xml/call_ui_config.xml

Find the line:

<bool name="fullscreen_photo_enabled">false</bool>

And replace false with true. Save the file and reboot the phone.

What to do if the file is only for reading?
If the file call_ui_config.xml It's not editable, copy it to internal memory, change it, and then move it back to the original. โ†’ Copy โ†’ insert /sdcard/, edit, then move back with a replacement.

Step 3: Alternatives โ€“ ADB teams

If root is not available, try running the command via ADB:

adb shell settings put global incoming_call_fullscreen_photo 1

After completing the command, restart the phone and check the result.

MethodNeed root?DifficultyEfficiency
Developer settingsโŒ No.โญโญโ˜†70%
Change of subjectโŒ No.โญโ˜†โ˜†60%
Editing by XMLโœ… Yes.โญโญโญ100%
ADB Team TeamโŒ No.โญโญโ˜†80%

Method 4: Using Third-Party Applications

If you don't want to dig into the settings, you can install a third-party call app that supports full-screen photo display. 9T:

  • ๐Ÿ“ž Truecaller โ€“ has a customizable incoming call interface with photo zoom option.
  • ๐Ÿ”„ ExDialer โ€“ lightweight dialer with support for themes and large contact images.
  • ๐ŸŽจ Contacts+ โ€” Allows you to customize the call screen, including photo size.

How to set up a full-screen photo in Truecaller:

  1. Install the app from Google Play.
  2. Open the Settings โ†’ Call screen.
  3. Select Call Screen Style โ†’ Full-screen.
  4. Activate the option to show a large photo of the contact.

โš ๏ธ Note: When using third-party dialers, disable the Phone system application to avoid conflicts. โ†’ Annexes โ†’ Application management โ†’ Phone. โ†’ Shut down.

๐Ÿ’ก

The side dialers may consume more battery than the standard application. If you notice an accelerated discharge, go back to the system Phone and configure it through themes or ADB.

Problem Solving: Why the photo doesn't show up on the full screen

Even after all the settings, the photo of the contact may remain small, and consider common causes and ways to eliminate them:

Problem 1: Incorrect size of the original photo

MIUI automatically trims contact photos to 720ร—720 pixels, and if the original photo is smaller or in the wrong proportions, it wonโ€™t stretch to the entire screen.

Decision:

  • ๐Ÿ“ Cut the photo of the contact into a square (1:1) permittably 1080ร—1080 px.
  • ๐Ÿ–ผ๏ธ Use apps like SquarePic or Photo Editor to adjust.

Problem 2: Conflict with energy-saving regimes

The Ultra-Economic Mode or Battery Optimization function may limit the display of graphics during calls.

Decision:

  1. Open Settings โ†’ Battery and Performance.
  2. Turn off the ultra-economic mode.
  3. Add the Phone app to the Battery Optimization Exclusions list.

Problem 3: Resetting settings after MIUI update

After updating the firmware on Redmi 9T to MIUI 13+, the full-screen image settings can be reset to standard, due to a change in the structure of the system files.

Solution: Re-apply one of the methods described above (editing through ADB or changing the topic works best).

Problem.Reason.Decision
Photo cropped around the edgesWrong aspect ratioCut the photo to a 1:1 square
Photos don't grow.Low source resolutionReplace the photo with HD-version
Settings resetMIUI UpdateRe-apply the settings
Black screen on the callThematic conflictReset the topic to standard

FAQ: Frequently Asked Questions

Can I take a full screen photo when calling without root rights?
Yes, in most cases, activation of the developer mode or change of theme is enough. Root is required only for manual editing of system files, which is extremely rare (for example, on custom firmware).
Why is the photo so small again after the MIUI update?
Updates often reset user interface settings. After the update, re-enable full-screen mode through Developer Settings or re-apply the theme. If that doesn't help, use the ADB command from Section 3.
Will this method work on other Xiaomi models (Redmi Note 10, Poco X3)?
Yes, the described methods are universal for all smartphones on MIUI (including Redmi Note, Poco, Mi).Exception is Android One devices (for example, Mi A3), where the call interface is controlled by Google Phone, and not the system application Xiaomi.
Can I return the standard display if I donโ€™t like the full screen mode?
For that, turn off Full Screen Call Mode in the developer settings, or reset the theme to standard in the Themes app. If you've edited system files, return to the call_ui_config.xml falsehood.
Why do some contacts have full-screen photos and others donโ€™t?
It has to do with the source of the photo: ๐Ÿ“ฑ Local contacts (save in the phoneโ€™s memory) are usually displayed correctly. โ˜๏ธ Synchronized contacts (Google, Mi Account) can load compressed versions of photos. Try to keep that contact locally and assign the photo manually.