Are you tired of the standard ringtones on your Xiaomi and want to set your favorite song or unique sound to an incoming call? In this article, we will explore all possible ways, from basic settings through the phone menu to bypassing the system restrictions for installing custom tunes. We will pay special attention to the nuances of work in MIUI 14 and MIUI 15, where the interface and capabilities have changed markedly.
Smartphone makers often restrict users from choosing ringtones, offering only a few standard options. POCO There are hidden features and workarounds that allow you to install any audio file as a ringtone of a call โ whether itโs a call. MP3-Song, recorded voice, or sound from a game, and we'll tell you how to do it without root rights, without losing warranty.
Itโs important to understand that the process can vary depending on the phone model and firmware version. For example, on the Xiaomi 13 Pro with MIUI 15, the path to audio settings has changed compared to the Redmi Note 10 on MIUI 12, we took these differences into account and prepared universal instructions that will be suitable for most of the brandโs devices.
1. Standard method: selection from built-in ringtones
The easiest method is to use pre-loaded tunes, which require no additional action and is suitable for those who do not want to go into the settings.
To change the ringtone through the standard menu:
- Open the Settings app (cog icon).
- Go to the section Sound and vibration.
- Select the item Melody of the call.
- Scroll down the list and tap on your favorite ringtone for a pre-listening.
- Click OK or Save to apply the changes.
In this section you can also configure:
- ๐ Vibration when calling - turn on / off or select a pattern.
- ๐ต Call volume โ is regulated by a slider or volume buttons.
- ๐ Melody for the second SIM-Cards (if the phone supports Dual) SIM).
โ ๏ธ Note: On some models (e.g, POCO F5) embedded ringtones may not be on the list if system files have been previously deleted, in which case resetting the sound settings through Settings will help. โ Annexes โ Application management โ Settings (three points) โ Resetting settings.
2. Install custom melody through the file system
If you want to use your music or sound as a ringtone, you need to upload the audio file to a special folder on your phone. MIUI automatically scans this directory and adds the files to the list of available tunes.
Instructions for adding a custom ringtone:
- Connect your phone to your computer via USB or use a file manager (such as Google Files).
- Go to Internal Storage โ Ringtones, and if you don't have one, create it manually.
- Copy audio files in.mp3,.m4a or.ogg format to this folder.
- Reboot your phone (required to update the ringtones list).
- Go to Settings โ Sound and Vibration โ Call Melody and select your file from the list.
Limitations and recommendations:
- ๐ถ The file length should not exceed 30 seconds, otherwise the system can cut the melody.
- ๐ฑ Optimum bitrate โ 128-192 kbps for balance between quality and size.
- ๐ Format.mp3 supported by all versions MIUI,.m4a It may not be on the old slate.
Cut the track to 30 seconds | Convert to MP3 (128 kbps) | Rename the file in Latin | Place in the Ringtones |Reboot the phone-->
On devices with MIUI 15, the Ringtones folder may not be scanned automatically. In this case, use the Xiaomi Files app, click on the file โ More โ Install as a ringtone.
3.Use of third-party ringtone apps
If the standard methods donโt work or you want more features (for example, assign different tunes to different contacts), you can use third-party apps.
| Annex | Features | Link (Google Play) |
|---|---|---|
| Zedge | Large library of ringtones and wallpaper, support for MIUI 14/15 | Download |
| Ringtone Maker | Track trimming, format conversion, installation without rebooting | Download |
| MP3 Cutter and Ringtone Maker | Exact time-trimming, export to Ringtones folder | Download |
How to install ringtone through Zedge:
- Download and install the app from Google Play.
- Start Zedge and select the Ringtones section.
- Find your favorite ringtone and click on it.
- Switch to the ringtone (set as ringtone).
- Confirm your choice in the system window.
โ ๏ธ Note: Some applications (such as Ringtone Maker) require permission to access files. If the ringtone does not appear in the list after installation, check the permissions in Settings โ Annexes โ Permit management โ Memory.
Using standard settings | Using the Ringtones| folder Using third-party applications |In another way-->
4.Assigning unique melodies for contacts
You can assign a customized ringtone to individual contacts so you know who is calling without looking at the screen.This feature works on all Xiaomi smartphones, but the path to settings varies depending on the version of MIUI.
Instructions for MIUI 14/15:
- Open the Contacts app.
- Find the right contact and tap on it.
- Click Edit (pencil icon).
- Scroll down to the Melody of the Call (or Rington) item.
- Select a standard tune or your file from the Ringtones folder.
- Save the changes.
If the item Melody of the call is missing:
- ๐ Update the Contacts app via Google Play.
- ๐ฒ Check the settings in Contacts โ Settings (three points) โ Contact settings โ Bell melodies.
- ๐ง On some firmware (for example, POCO Launcher) this feature can be disabled - try changing the launcher to a standard one MIUI.
On devices with MIUI 12 and below, the path may look like this: Contacts โ Select Contact โ Menu (three dots) โ Set a ringtone.
๐ก
If you want to assign a unique tune to unknown numbers, use the Truecaller app, which has a Melody for Spam option in its settings, which triggers suspicious calls.
5. Problem Solving: Why the Rington is Not Set Up
Sometimes users find that custom tunes are not displayed in the list or playback. Let's consider the main reasons and ways to eliminate them.
| Problem. | Reason. | Decision |
|---|---|---|
| File not visible on ringtones list | Wrong folder or format | Place the file in Internal Storage/Ringtones in MP3 format |
| Rington is cut off when playing | It's too long. | Cut the track to 30 seconds with Ringtone Maker |
| The melody is playing, but very quietly. | Low volume in settings | Check Settings โ Sound โ Media Volume and Increase Level |
| Rington resets after rebooting | Cache error of the Settings application | Clear the cache to Settings โ Apps โ Settings โ Memory โ Clear the cache |
If none of these methods worked, try the following:
- Make sure that the file is not copyrighted (for example, downloaded from Spotify or Apple Music will not work).
- Check if the system sounds are turned off in Do Not Disturb mode.
- Update your firmware to the latest version of MIUI โ new versions fix sound bugs.
What to do if the ringtone is not played on the second SIM-map?
6. Advanced methods: ADB and custom firmware
For power users who want complete control of audio settings, there are more complex ways: they require knowledge of the command line or custom software installation.
Method 1: Installation of ringtones through ADB
If the system does not see your files in the Ringtones folder, you can manually add them to the system partition:
adb shell
su
cp /sdcard/Ringtones/your_ringtone.mp3 /system/media/audio/ringtones/
chmod 644 /system/media/audio/ringtones/your_ringtone.mp3
rebootโ ๏ธ This method requires root rights and can cause a system failure if executed incorrectly.
Method 2: Custom firmware (e.g., Pixel Experience)
Some custom firmware (such as LineageOS or ArrowOS) offer advanced sound settings, including:
- ๐๏ธ Assigning different tunes for notifications and calls.
- ๐ Scheduled volume control.
- ๐ Support for additional formats (FLAC, WAV).
โ ๏ธ Attention: Installing custom firmware will void the warranty and may result in data loss.Before the procedure, make a backup through Settings โ Additionally. โ Backup and reset.
7 Sound Optimization: How to Make the Rington Louder and Clearer
Even if you set a melody, it can be quiet or distorted, and here are some tips on how to improve the quality of playback:
Equalizer (Equalizer) settings
MIUI has a built-in equalizer that can be used to amplify the sound:
- Open Settings โ Sound and vibration โ Equalizer
- Choose Preset Rock or Pop, which amplify the medium and high frequencies.
- Manually lift the sliders 1-3 kHz for better audibility of the voice in the song.
Use of external speakers
If the built-in speaker is weak, plug in:
- ๐ง Bluetooth speaker โ the sound will be louder and better.
- ๐ Wired headphones โ some Xiaomi models automatically redirect the call to them.
- ๐ป FM-transmitter (e.g., for reproduction through a car tape recorder).
Checking hardware limitations
On some budget models (e.g. Redmi A1), the maximum volume of the call is limited hardware, in which case only:
- ๐ง Replacement of the speaker in the service center.
- ๐ฑ Using vibration paired with sound (Settings) โ Sound. โ Vibration on the bell).
๐ก
For maximum ringtone volume, turn off the โAdaptive Soundโ option in the sound settings โ it automatically reduces the volume in noisy rooms.