How to change the call to Xiaomi Redmi: from standard tunes to custom ringtones

Replacing a standard call with a Xiaomi Redmi is a challenge that almost every smartphone owner of this brand faces. Even in the latest versions of MIUI 14, the basic set of tunes is limited and their sound is quickly boring. Fortunately, the manufacturer has provided several ways to personalize, from choosing from built-in options to installing your own audio files or ringtones from third-party applications.

In this article, we’ll look at all the current methods, from the simplest (via phone settings) to the most advanced (using a file manager or ADB), focusing on the nuances of working with different versions of MIUI and Redmi models (for example, Redmi Note 12 or Redmi 10), and explain why some ringtones may not play. If you want your phone to stand out from others, read on.

1. Standard method: selection from built-in tunes

The fastest method is to use pre-installed ringtones, which don't require any additional apps or downloads, but the choice is limited to 10-15 tunes (depending on the version of MIUI).

  1. Open the Settings app** (cog icon).
  2. Go to the section Sound and vibration.
  3. Slap on the call melody item.
  4. Select your favorite tune from the list and click OK.

⚠️ Note: Some Redmi models (e.g. Redmi) 9A) The path may be slightly different: β†’ Sound. β†’ If you can't find the right section, search by settings (lamp in the upper right corner).

The built-in options usually include classic signals (Call 1 by default) and a few tunes with names like Morning Flower or MIUI Ring, which are not very good, but are suitable for a temporary solution.

πŸ“Š How often do you change your phone call?
Once a month
Six months
Only when buying a new phone
Never changed.

2. Install custom call through files

If the built-in tunes don’t work, you can download your audio file. Xiaomi supports.mp3,.m4a,.wav and.ogg formats, but there are limitations:

  • 🎡 Length: no more than 30 seconds (long files will be cropped).
  • πŸ“ Size: up to 5 MB (otherwise the system will not show the file in the list).
  • πŸ”Š Volume: optimally - not lower -10 DB, otherwise the call will be quiet.

Installation instructions:

  1. Download your favorite ringtone to your phone (for example, from Zedge or Mob.org).
  2. Move the file to the Ringtones folder (if it is not, create it in the root directory of internal memory).
  3. Open Settings β†’ Sounds and vibration β†’ Call melody.
  4. At the top of the screen, select the Local tab – your file will appear there.

πŸ’‘ If the file is not displayed, check its format and size. Also try to reboot the phone - sometimes MIUI Does not update the list of tunes immediately.

Check the format (.mp3,.m4a,.wav)

Cut the track to 30 seconds

Increase the volume in the audio editor

Move the file to the Ringtones folder

-->

3. Use of third-party applications

If manual file downloading seems complicated, you can use specialized applications that offer thousands of free ringtones, as well as tools for cropping and editing sound.

AnnexFeaturesReference
ZedgeMore than 1 million ringtones and notifications, weekly updatesGoogle Play
Ringtone MakerTrack trimming, volume setting, export to Ringtones folderGoogle Play
MP3 CutterA simple editor to create ringtones from your songsGoogle Play

Example of working with Zedge:

  1. Install the application and open it.
  2. Select Ringtones from the menu.
  3. Find your favorite track and click Download.
  4. After downloading, tap Set as a caller - the system will redirect you to the MIUI settings.

⚠️ Note: Some applications (e.g. Zedge) may request access to storage and contacts. Denie unnecessary permissions - file access is sufficient to work with ringtones.

How to cut a song for Ringtone Maker?
1. Open the app and select a track from your phone's memory. 2. Move the sliders on the timeline to select a segment (optimally 20–30 seconds). 3. Press Save and select the Ringtones folder. 4. In the phone settings, select the new file as a bell.

4. Customize individual melodies for contacts

In MIUI, you can assign unique ringtones to individual contacts, which is convenient if you want to know who's calling without looking at the screen.

  1. Open the Contacts app (or Phone).

πŸ”Ή Nuance: If you have assigned an individual melody, but when calling plays a standard, check it out:

  • πŸ”• Contact is stored in the phone book, not on the phone SIM-map.
  • πŸ“± In sound settings (Settings) β†’ No sounds and vibrations activated Quiet or Do not disturb.
  • πŸ”„ Restart your phone - sometimes MIUI resets the contact settings.

MIUI 14 has a Dynamic Ringtones feature, which changes the tune depending on the frequency of calls (for example, quiet first, then louder). To turn it off, go to Settings β†’ Sounds and Vibration β†’ Dynamic ringtones and deactivate the slider.

5 Problems and Solutions: Why the Call Doesn't Change

Sometimes users find that a new tune is not installed or played, and consider the typical causes and ways to eliminate them:

Problem.Reason.Decision
The file does not appear in the listWrong folder or formatMove the file to /Ringtones/, check the extension (.mp3)
The caller's playing, but quietly.Low volume in the fileIncrease the volume in the audio editor (e.g. Audacity)
After resetting, it is reset to standardCache failure MIUIClear the Settings app cache (Settings β†’ Applications β†’ Application Management β†’ Settings β†’ Storage β†’ Clear the cache)

πŸ› οΈ Advanced Diagnosis: If the problem persists, check:

  • πŸ“‚ Access Rights: Make sure the Media app has access to storage (Settings) β†’ Annexes β†’ Permits β†’ Warehouse).
  • πŸ”„ Updates: In older versions MIUI (Below 12) there may be ringtones bugs. Update the software to Settings β†’ The phone. β†’ Updating the system.
  • πŸ› οΈ Resetting: Reset the sound settings to standard (Settings) in extreme cases β†’ System system β†’ Resetting settings β†’ Reset the sound settings).

πŸ’‘

If the call is interrupted or playing with a stutter, try converting the file to.m4a (AAC) format with a bitrate of 128 kbps – it is better optimized for MIUI.

6. Advanced method: Replacing a call through ADB

For power users who want to replace system tunes (like the standard MIUI Ring), there is a way through ADB (Android Debug Bridge) that allows you to replace embedded files with your own, but requires an unlocked bootloader and root rights (most Redmis don’t have them by default).

⚠️ Attention: Incorrect actions through ADB This method is recommended only for those who are familiar with the command line and are preparing for possible consequences (up to a phone reset).

Step-by-step:

  1. Install. ADB-pc-tool.
  2. Activate USB Debugging on your phone (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times tap the version number, then go back to Settings β†’ Additional β†’ For Developers β†’ Debugging by USB).
  3. Connect Redmi to your PC and execute the command: Adb devices (you should display your device).
  4. Copy your ringtone to the system folder: adb push your melody.mp3 /system/media/audio/ringtones/
  5. Change the access rights: adb shell chmod 644 /system/media/audio/ringtones/your melody.mp3
  6. Reboot the phone.

πŸ”§ Important: New Redmi models (e.g. Redmi Note 13 Pro)+) The system partition is protected and you will need Magisk or custom recovery to write files (TWRP). Without root rights, this method will not work.

πŸ’‘

Replacing system tunes through ADB is a risky process that can disrupt the stability of MIUI. It is recommended only for experienced users with a backup.

7. Alternative methods: vibration and LED-indication

If you want to not only change your call, but also configure additional signals, MIUI offers several options:

  • πŸ“³ Vibration: B Settings β†’ Sounds and vibrations β†’ Vibration when calling you can choose one of 10+ templates or create your own rhythm.
  • πŸ’‘ LED-indicator: On models with LED-lamp (e.g. Redmi Note 11) in Settings β†’ Notifications β†’ Light indicator adjusts the color of flashing for calls.
  • πŸ”ˆ Loudness: In the same section, Sounds and Vibration have separate sliders for ringing melody, notifications and alarm clocks.

πŸŽ›οΈ Hidden function: B MIUI 13/14 There's an Adaptive Sound mode that automatically adjusts the volume of the call to the noise level around it:

  1. Go to Settings β†’ Sounds and vibrations.
  2. Slip on three dots in the upper right corner and select Adaptive Sound.
  3. Activate the slider and adjust the sensitivity of the microphone.

This feature is useful if you are often in noisy places (for example, on the street or in transport) and do not hear calls.

FAQ: Frequent questions about calls on Xiaomi Redmi

Can I make a call longer than 30 seconds?
Technically, yes, but MIUI will cut it to 30 seconds when you select the settings. To play the full version, use third-party apps like Ringtone Maker, which let you set long tracks as "notification music" (but not as a primary call).
Why does my call only play when connected to a charger?
This is a sign of activated Battery Savings mode. Go to Settings β†’ Battery and Performance β†’ Charge Saving and turn off the option to Limit Background Activity or add the Phone app to exceptions.
How to return a standard call after a reset?
If you reset your phone settings, the standard tunes should be restored automatically. If they don't, go to Settings β†’ Apps β†’ App Management, find Settings, click Storage β†’ Clear Data. Once you reboot, the tunes will return.
Can I set up a call on SIM-map?
Xiaomi Redmi does not support the preservation of ringtones on the SIM-All the melodies are stored either in the internal memory or in the SD-card (if installed), however, you can assign unique calls for contacts saved on the SIM, via the Contacts app.
Where to download free ringtones for Xiaomi?
We recommend verified sources: Zedge is the largest database of ringtones and notifications. Mob.org is a Russian-language catalog with categories by mood. Melofania - ringtones from films, games and series. ⚠️ Avoid sites with suspicious permissions (such as those requiring you to disable AdBlock) – they can spread viruses.