Xiaomiβs robot vacuum cleaners are not just cleaning devices, but full-fledged voice-controlled assistants. But standard voices (such as female or male in Chinese/English) can quickly get bored or be confusing. Fortunately, the manufacturer and enthusiastic community offer dozens of alternatives, from celebrity voiceovers to customized packages with humor or regional accents.
In this article, you will learn how to download your voice to the Xiaomi robot vacuum cleaner in all possible ways: through the official Mi Home app, third-party repositories (including Russian-language packages), and even manual installation through ADB for advanced users. We will analyze the nuances for different models β from Mi Robot Vacuum-Mop 2 Pro to DreameBot D10 Plus, and also warn against typical errors that can βbrickβ the device.
Important: the procedure varies depending on the firmware and the region of the device. If your vacuum cleaner is bought in China, some voices may not be supported without changing the region in the Mi Home. But don't worry, we've detailed the workarounds.
1.What voices are Xiaomi's robot vacuum cleaners supporting?
The manufacturer offers two types of voice packets:
- πΉ Official voices β preinstalled in firmware (usually 2-3 You can change them directly to Mi Home without additional downloads.
- πΉ Custom voices β created by enthusiasts or streamers (e.g., Monroe, Goblin, game characters) installed via third-party services or manually.
List of supported models (relevant for firmware 2023-2026):
| Model | Support for custom voices | Official votes |
|---|---|---|
| Mi Robot Vacuum-Mop 2 Pro | β (via Mi Home or through ADB) | Chinese, English, Russian (CN region) |
| DreameBot D10 Plus | β (Only through DreameHome) | Chinese, English, Spanish |
| Viomi V3 | β (formal) | Chinese, English |
| Mi Robot Vacuum-Mop P | β (root) | Chinese, English, Japanese |
Important: Rockchip models (like the DreameBot Z10 Pro) only support official voices because of the closed firmware. If your model isn't in the spreadsheet, check it out on the 4PDA forum, there are compatibility bases.
2. Method 1: Change voice through the official Mi Home app
This is the simplest method, but it only works with preset voices.
- Open the Mi Home app and select your vacuum cleaner.
- Go to Settings β Voice prompts (or Settings β Voice Pack in English).
- Slip on the current voice and select an alternative from the list.
- Confirm the loading - the vacuum cleaner will restart (occupation ~ 2 minutes).
If there is no Russian voice on the list, try changing the region of the device:
- π In Mi Home, go to the device profile β Region.
- π Choose China, there are more options for voting.
- β οΈ Warning: after the change of the region may disappear support for Yandex Alice or Google Assistant.
π‘
If after changing your voice, the vacuum cleaner began to βdrumβ or talk with artifacts, return to the standard package and restart the device through Settings β Reboot.
Method 2: Install custom voices through third-party services
To install informal votes (e.g., community packages) you will need:
- π± Android smartphone (for iOS, the method does not work).
- π Connecting a vacuum cleaner and phone to the same Wi-Fi network.
- π οΈ Mi Home app with developer rights (included in phone settings).
Step-by-step:
- Download a voice packet (e.g., from Xiaomi.eu or 4PDA). The file should have a.vp or.zip extension.
- Unclick the package (if it is.zip) β there should be a voice.pack file inside.
- Connect your phone to the vacuum cleaner via Wi-Fi (password is indicated on the device sticker).
- In Mi Home, open Settings β About Device β The firmware version and tap 5 times on the version number to activate the developer mode.
- Return to the main menu, a new item will appear ADB Debugging β turn it on.
- Use it. ADB-command to download voice: adb push voice.pack /sdcard/miio/voice/
- Reboot the vacuum cleaner through Settings β Reboot.
Download voice packet (.vp or.zip)|Unlock file (should be voice.pack)|Connect phone and vacuum cleaner to one Wi-Fi network |Activate developer mode in Mi Home|Enable ADB Debugging|Reboot vacuum cleaner after installation-->
Where do you download voices? Popular sources:
- π Xiaomi.eu Community β European and Russian packages.
- π₯ 4PDA β Voice theme for Mi Robot and Dreame.
- π€ GitHub β Repositories with Open Voice Packages.
What to do if the voice is not set?
Method 3: Manual installation via ADB (for advanced)
This method is suitable if the standard methods do not work or you need to set a voice on a closed firmware model (for example, Viomi V3).
- π» Computer with Windows/Linux and established ADB.
- π USB-Type-C Cable (to connect vacuum cleaner to PC).
- π οΈ Knowledge of the basics ADB-team.
Instructions:
- Connect the vacuum cleaner to your PC via USB (the ports are usually located under the filter cover).
- Open the command line and check the connection: Adb devices should display a device with a serial number.
- Download the voice packet and place it in the folder with ADB.
- Upload the file to the vacuum cleaner: adb push voice.pack /data/miio/voice/
- Set file rights: adb shell chmod 644 /data/miio/voice/voice.pack
- Reboot the device: adb shell reboot
β οΈ Attention: Wrong commands ADB If the device does not turn on after rebooting, reset via the pressing of the Reset button (10 seconds).
For Dreame models (like DreameBot D9), the path to voice files is different:
/data/dreame/voice/Clarify the current path for your model on the official website or forums.
Problems and Solutions: Why is the Voice Not Working?
Even after a successful installation, the voice may not play back, and let's look at the typical errors and ways to fix them:
| Problem. | Reason. | Decision |
|---|---|---|
| Voice does not change after installation | Wrong path to file or access rights | Check the path through adb shell ls /sdcard/miio/voice/ |
| Speech interrupted or distorted | A damaged.vp file | Download the package again and check the MD5 checksum |
| Vacuum doesn't respond to commands | Firmware conflict | Reverse to the factory firmware through Mi Home |
| No sound at all. | Failure of dynamics | Check the volume settings in Settings β Sound |
If none of these methods worked, try:
- π Reset the vacuum cleaner settings to factory (in Mi Home: Settings) β Reset).
- π Update firmware β sometimes voice bugs are fixed in new versions.
- π§ Call for Xiaomi support (if warranty is valid).
π‘
Before installing custom voice, always back up the original package! To do this, copy the /sdcard/miio/voice/voice.pack file to your PC via ADB.
6.Alternatives: Voice assistants instead of built-in voice
If you donβt like the built-in voice, but donβt want to risk firmware, consider connecting external assistants:
- π£οΈ Yandex Alice - works with Mi Home through the skill "Smart home". Voice can be selected in the application Yandex.
Advantages of this approach:
- β No risk of damaging the vacuum cleaner.
- β More voice options (including star voices).
- β Integration with other smart devices.
Disadvantages:
- β Delay in execution of commands (up to 2-3 seconds).
- β Requires a permanent connection to the Internet.
7.Security: How not to break the vacuum cleaner when installing the voice?
Installing informal voice packets is an interference with the system files of the device, to avoid problems:
β οΈ Warning: If your vacuum cleaner is warranty-worthy, custom voice installation may cause service denial, which the manufacturer considers an "unauthorized modification".
Safety regulations:
- π Download votes only from trusted sources (e.g. Xiaomi.eu or Google) 4PDA).
- π‘ Do not interrupt the file download process β this can cause firmware damage.
- π Before experimenting, back up your original voice (see Section 5).
- π‘οΈ Do not install voices on models with a Rockchip chip (e.g. DreameBot) Z10 Pro β this can block the device.
If the vacuum cleaner has stopped turning on after installing the voice:
- Press the Reset button for 15 seconds (hard reset).
- If it doesnβt work, connect via ADB and delete the problem file: adb shell rm /sdcard/miio/voice/voice.pack
- Reflash the device through Mi Home (Update section).