How to increase the photo of the caller to the full screen on Xiaomi: all ways

Are you tired of a tiny photo of a contact during an incoming call on your Xiaomi? Want a subscriber photo to occupy the entire screen like on commercials? This problem is familiar to many owners of Redmi, POCO and other brands. By default, MIUI shows a miniature image at the top of the screen, which is not always convenient - especially when you need to quickly identify the caller.

In this article, we’ll look at all the working ways to increase full-screen photo contact, including hidden MIUI settings, third-party apps, and even manual editing of system files for advanced users. Relevant for MIUI 12–14 firmware versions and 2020–2026 models. Importantly, some methods require unlocking the bootloader or root rights β€” we’ll separately specify where this is needed.

Why a caller’s photo doesn’t take up the entire screen by default

Xiaomi deliberately limits the size of the photo during a call for several reasons:

  • πŸ“± Resource savings: Large image rendering requires more RAM, which can affect smoothness on budget models (Redmi) 9A, POCO M3).
  • πŸ”„ Unification of the interface: MIUI It strives for uniformity across all devices, including those where it is physically impossible to display a large photo because of a small screen.
  • πŸ› οΈ Android Limitations: The standard phone call module (com.android.server.telecom) does not support full-screen images without modifications.

Interestingly, on some flagship models (for example, Xiaomi 13 Ultra or other models). MIX Fold 3 is the default image that is larger, but it's not on the whole screen. AMOLED-high-resolution display.

πŸ“Š What kind of Xiaomi model do you have?
Redmi Note 12/13
POCO X5/X6
Xiaomi 13/14
Redmi 10/11
Another model

Method 1: Configure with standard MIUI settings (without root)

The easiest method is to use hidden interface options, which works on most MIUI 12.5+ devices and does not require superuser rights.

  1. Open the phone application (pipe icon).
  2. Click on the three dots in the upper right corner β†’ Settings.
  3. Go to Incoming Calls (or the Incoming Call Screen on new versions).
  4. Activate Full Screen Mode or Enlarged Contact Photo.
  5. If there is no such option, tap 5 times on the Version line at the bottom of the screen - this will open hidden settings.

On some firmware (MIUI 14 for POCO F5), this option is called Immersive Screen Mode. Once activated, the photo will occupy ~70% of the screen, rather than the 30% default.

Check the version of MIUI in Settings β†’ About the phone

Update the Phone app in Google Play

Make a backup copy of your contacts

Restart your phone before setting up-->

⚠️ Attention: On devices with MIUI Global Stable (European firmware) full-screen photo option may not be available due to regional limitations.

Method 2: Use MIUI themes with modified call screen

The official Xiaomi theme store contains styles that visually increase the area of display of photos. This method does not require root rights and is reversible:

  1. Open the Themes app (brush icon).
  2. Enter Full Screen Call or Big Photo Caller.
  3. Select a theme with a rating above 4.5 and a download rate of > 10,000.
  4. Click Apply and confirm the change in the style of the call screen.

Popular topics for this purpose:

  • 🌌 Cosmic Call - animated background with a large photo (supports) MIUI 13–14).
  • πŸ–ΌοΈ Big Picture Call – photo takes up 80% of the screen, there is a transparency setting.
  • 🎨 Minimal Call UI β€” Minimalist design with increased contact area.
ThemeSupport for MIUISize of photoPayment required
Cosmic Call13–1475%No.
Big Picture Call12.5–1480%Yes (199)β‚½)
Minimal Call UI12–1465%No.
Full Screen HD1490%Yes (299).β‚½)

Important: After installing the theme, check the gestures and response/deflection buttons – some styles may overlap them.

Method 3: Third-party applications to replace the call screen

If standard methods don't work, use Google Play's specialized utilities, which completely replace the incoming call interface, including photo size.

  • πŸ“ž Truecaller – has a built-in β€œEnlarged Photo” option in the call screen settings (Settings) β†’ Call screen. β†’ Size of photo).
  • πŸ–₯️ Full Screen Caller ID β€” application specifically for full-screen display (requires overlay permission).
  • πŸ”„ Call Screen Themes – allows you to create a custom template with any photo size.

Instructions for Full Screen Caller ID:

1. Install the app from Google Play


2. Permit the following:




- Reading contacts




- Drawing on top of other applications




- Call management.




3. In the settings, select "Full screen mode"




4. Set up transparency and position of elements

⚠️ Warning: Call screen replacement applications may conflict with system services MIUI. Before using, disable battery optimization for them in Settings β†’ Annexes β†’ Permits β†’ Auto-start.

πŸ’‘

If after installing a third-party application, system calls stopped working, clear the cache of the Phone application in Settings β†’ Applications β†’ Application Management β†’ Phone β†’ Memory β†’ Clear the cache.

Method 4: Manual editing of system files (for advanced ones)

This method requires an unlocked bootloader and root rights (e.g., through Magisk), allows you to change the settings of the display of photos at the system file level, the risk of bricks of the device, recommended only to advanced users.

  1. Install Root Explorer or MT Manager from Google Play.
  2. Go to /system/priv-app/TeleService/TeleService.apk/res/layout/
  3. Find the file. incall_screen.xml Open it in the text editor.
  4. Change the parameters: <ImageView android:id="@id/caller_image" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop"/>
  5. Save the file, set the rights to 644 (r-w-r--r---).
  6. Reset the device.

An alternative way to use new versions of MIUI 14:

/system/product/overlay/TelecomFrameworkOverlay.apk
What if the calls stopped working after editing?
If after changing the system files, the call screen turned black or the calls are not displayed: 1. Return the original file from the backup. 2. Clear the data of the Phone application in the settings. 3. Reinstall the MIUI update through Settings β†’ About the phone β†’ System update. 4. In extreme cases, reset to factory settings (data will be lost!).

Method 5: ADB-commands to scale up photos (without root)

If you don't have root rights, but you have a computer, you can use ADB (Android Debug Bridge) to modify display settings, which works on MIUI 13-14 and doesn't require unlocking the bootloader.

Instructions:

  1. Turn on USB Debugging in Settings β†’ About Phone β†’ MIUI version (tap 7 times on version, then go back to Additional settings β†’ For developers).
  2. Connect your phone to your PC and execute the command: adb shell settings put global caller_photo_scale 1.8
  3. To apply the changes, restart the device: adb reboot

Permissible parameter values caller_photo_scale:

  • πŸ”’ 1.0 – Standard size (30% screen).
  • πŸ”’ 1.5 – Medium (50% of the screen).
  • πŸ”’ 1.8 – Large (70% of screen).
  • πŸ”’ 2.0 – maximum (85% of the screen, can cut buttons).

πŸ’‘

ADB-commands are the safest of the "advanced" methods, because they don't require changing system files. MIUI parameter will be reset to the default value.

Frequent problems and their solutions

It can be difficult to set up a full-screen photo, and let’s look at typical scenarios and ways to fix them:

Problem.Probable causeDecision
Photos are not increasing despite settingsConflict with the subject of designReset the theme to standard in the App Topics
No response/deflection buttons visibleToo big a picture too bigReduce the value caller_photo_scale before 1.5
The phone app is dyingDamaged files after editingClear the cache and app data
Photo is displayed blurryLow resolution of the original imageReplace the contact photo with a resolution of β‰₯500Γ—500 pixels

If none of the methods worked, check:

  • πŸ“± Version MIUI: on MIUI 11 and below full screen mode may not be supported.
  • πŸ”’ Regional firmware: on Chinese versions (China) ROM) More opportunities for customization.
  • πŸ› οΈ Phone app updates: sometimes newer versions add hidden features.
Can I take a full screen photo on Xiaomi without root and ADB?
Yes, use Method 1 (MIUI standard settings) or Method 2 (theme settings). On most devices with MIUI 13+, this is enough to zoom in to 60-70% of the screen. Full 100% mode without modifications to system files is not available.
Why is the photo so small again after the MIUI update?
The update resets user settings, including settings caller_photo_scale (if you have used ADB) You can also use modified system files, and after the update, reconfigure the configuration. incall_screen.xml before updating.
Does this work on the POCO F5 and Redmi Note 12?
Yes, both devices support all of the described methods: POCO F5 (MIUI 14): Methods 1, 2, 3 and 5 work without restrictions. Redmi Note 12 (MIUI 13/14): There may be problems with Method 4 due to secure system partition, but ADB (Method 5) works stably.
Can you make an animation of a photo when calling (like on iPhone)?summary> Yes, but only with the help of third-party applications, for example: Call Screen Themes supports zoom animation. Truecaller Premium - has transition effects for photos. MIUI Thema Store - look for themes marked "Animated Call." Standard MIUI tools do not provide this function.
How to return the standard call screen after a failed change?
Follow the following steps: Remove the themes installed in the Topic app. Turn off overlay rights for third-party apps in Settings β†’ Special facilities β†’ Picture on top of other apps. Reset the phone app settings to Settings. β†’ Annexes β†’ Phone. β†’ Warehouse β†’ Reset. If you used ADB, Adb shell settings delete global settings caller_photo_scale