Xiaomi Vacuum S10 β One of the most talkative robot vacuum cleaners in Xiaomi's lineup, but by default it can "silence" or use a standard Chinese voice, and many users want to replace it with Russian, English, or even write down their own phrases. from official voice packs to custom solutions through third-party firmware.
It's important to understand that voice acting is dependent on the firmware version and the regional binding of the device. S10 (marker EU The title of the game is designed to support multiple languages, while the Chinese gray versions require manual adjustments, and we will look at both options and how to avoid common errors when installing voice packets.
Check the current firmware and regional binding version
Before installing voiceover, make sure your Xiaomi Vacuum is yours. S10 It supports the right language:
- Open the Mi Home app (or Xiaomi Home for newer versions).
- Select your vacuum cleaner from the list of devices.
- Go to Settings. β About the device.
- Check out the firmware version and region.
If the field Region is specified CN (China, then by default only Chinese voiceover is available (EU, RU) English, German, Spanish and sometimes Russian are available. S10 It only appeared in newer firmware. 3.5.9_0040 β If you have an old version, you will need to update.
To check the relevance of the firmware:
- π Compare your version with the latest updates on Xiaomiβs official website.
- π± In the Mi Home app, click Settings β Firmware update.
- β οΈ If the update is not available, your region may be blocked β a server change will be required (more on this below).
Official method: installing voice packet via Mi Home
The easiest way is to download a ready-made voice packet through an app. It works for devices with regions. EU, RU Or after you change the server to a European one:
- Open Mi Home and select your vacuum cleaner.
- Go to Settings β Voice Alerts (or Sound Settings in English version).
- Click Download Voice Pack (Download Voice Pack).
- Select the language you want from the list (e.g. Russian or English (US)).
- Confirm the loading and wait for the completion (vacuum cleaner will emit an audible signal).
If there is no Russian in the list, try:
- π Change device region in Mi Home to Russia or Europe (in account settings).
- π Reboot the vacuum cleaner: press the power button for 10 seconds.
- π² Update the app to the latest version in Google Play or App Store.
β οΈ Note: When changing region via Mi Home, the vacuum cleaner may reset some settings (such as room maps) save them to the cloud in advance or take screenshots.
βοΈ Preparation for the installation of voiceover
Informal methods: custom voices and firmware
If the official method doesnβt work (for example, you have a Chinese version of Vacuum). S10 firmware CN), Alternative solutions can be used:
- Third-party voice packets from the community (e.g., from 4PDA).
- Firmware through Valetudo (an alternative firmware with open source).
- Manual replacement of audio files through ADB or SSH.
Letβs look at each method in more detail.
1. Installation of custom voice packets
In forums (e.g, 4PDA) And users are posting voiceover packages for Xiaomi to install:
- Download the archive with voice (for example, ru_RU_vacuum_s10.zip).
- Unpack it on the computer.
- Connect the vacuum cleaner to the same Wi-Fi network as your PC.
- Use the MiHome Hack or Token Extractor utility to get the Token device.
- Upload files via Mi Home API or HTTP-server (instructions are attached to the package).
Example of commands to download via curl:
curl -X POST "http://[IP_ vacuum cleaner]/miIO.info" -H "Content-Type: application/json" -d '{"id":1,"method":"set_voice_pack,""params":["/path/to/voice_files"]}"β οΈ Note: Unofficial voice packets may contain translation errors or incorrect audio files. Before installing, check the reviews of other users on the forum.
2. firmware through Valetudo
Valetudo is an open source alternative firmware that replaces standard Xiaomi software, and supports custom voices and advanced customization.
- π§ Unlock the vacuum cleaner (root access required).
- π» Install Docker on your computer (to deploy Valetudo).
- π¦ Download the image of Valetudo from the official website.
- π Connect to the vacuum cleaner SSH and execute the installation command.
After installing Valetudo, you can:
- π£οΈ Download any voice packets via the web interface.
- π€ Set up the volume and frequency of alerts.
- π Update firmware without binding to Xiaomi servers.
Risks of firmware through Valetudo
3. Manual replacement of sound files
For experienced users, there is a way to replace audio files directly through the ADB. For that:
- Connect the vacuum cleaner to the PC USB (will require an adapter USB-C).
- Activate debugging mode: Press the Home button for 5 seconds until you hear the beep.
- Enter the command to connect: adb connect [IP_vacuumer]:5555
- Copy sound files into a folder /data/voice/: adb push local_voice_files/ /data/voice/
- Reboot the vacuum cleaner: adb reboot
List of standard sound files for Vacuum S10:
| File. | Description | Format |
|---|---|---|
| start_cleaning.wav | Warning to start cleaning | WAV, 16 kHz |
| low_battery.wav | Low charge warning | WAV, 16 kHz |
| error_01.wav | Mistake (stuck, flipped) | WAV, 16 kHz |
| charging_complete.wav | Charging complete. | WAV, 16 kHz |
π‘
Before replacing audio files, back them up with the adb pull command. /data/voice/ backup_voice/. This will help restore the original alerts if something goes wrong.
Solving voice problems
If after installing the voice vacuum cleaner is silent or makes incomprehensible sounds, check:
- π Volume in Mi Home settings (sometimes it resets after updating).
- πΆ Wi-Fi Connection: Without Internet, some voice packets don't load.
- π File Conflict: If You Have Installed Custom Voices, Delete Them and Try the Official Package.
- π Battery charge: at levels below 20%, the vacuum cleaner can turn off alerts.
Common mistakes and their solutions:
| Problem. | Possible cause | Decision |
|---|---|---|
| The vacuum cleaner doesn't make any noises. | The sound is turned off in the settings | Enable voice alerts in Mi Home |
| Voice interrupted | Poor Wi-Fi connection | Reconnect the vacuum cleaner to the router at 2.4 GHz |
| Wrong language | Failure to load the package | Remove the current package and install it again. |
| Voice pack not found error | Incompatible firmware | Update the vacuum cleaner to the latest version |
β οΈ Warning: If after installing the custom voice, the vacuum cleaner begins to behave unstable (for example, spontaneously shut down), reset to factory settings: press the power button for 15 seconds. This will delete all user data, including maps of the premises!
Recording your own voice for Xiaomi Vacuum S10
You want the vacuum cleaner to speak with your voice? You can do this with a tool like Xiaomi Voice Changer or Audacity.
- Download sound file templates for Vacuum S10 (They can be found on GitHub).
- Write down your phrases in format WAV, 16 kHz, mono. Examples of phrases: "Starting cleaning" "Battery charge low" "Cleaning completedΒ»
Audacity
Normalize
start_cleaning.wav
ADB
Valetudo
Use a noise-cancellation microphone to record your voice.
- π€ Clear and monotonous (without emotional coloring).
- β± Short (no more than 3 seconds).
- π Recorded in a quiet room (without echoes).
π‘
Any microphone is suitable for recordings, but it is better to use a capacitor (for example, Fifine). K669B). Avoid background noises β they will be amplified by the vacuum cleaner speaker.
Comparison of methods of installation of voiceover
Which way to choose? Depends on your vacuum cleaner model and technical skills.
| Method | Pluses | Cons | Difficulty |
|---|---|---|---|
| Official package via Mi Home | Safe, fast, and the guarantee is maintained | Limited choice of languages | β |
| Castomic bags (4PDA, GitHub) | More languages can be used to choose a voice | Risk of error, no support | ββ |
| Valetudo firmware | Maximum customization, no binding to Xiaomi | Hard, lost guarantee. | ββββ |
| Manual file replacement (ADB) | Complete control of sounds | Technical knowledge required | βββ |
| Recording your voice | Uniqueness, personalization | Long, long, need equipment. | βββ |
For most users, the official method (if the desired language is available) or custom packages (if Russian is required) are optimal. ADB It is suitable for enthusiasts who are willing to risk the guarantee for the sake of complete customization.