Xiaomi and Mi TVs today are equipped with advanced remote controls, such as the XMRM 010, which work predominantly over a Bluetooth connection, providing advanced functionality including voice search and control without the need for direct vision with the receiver. However, the process of initial synchronization or reconnection after replacing batteries can raise questions for users accustomed to infrared analogues.
Unlike standard IR panels, the XMRM 010 requires a mandatory pairing procedure with the Android TV or PatchWall operating system. Without this step, pressing buttons will not transmit commands to the TV, even if fresh power is installed. In this article, we will discuss in detail all the stages of connection, from basic settings to complex methods of restoring communication through debugging interfaces.
It is worth noting that the stability of the connection depends on the status of the Bluetooth module in the TV itself and the quality of the batteries used. If you have just unpacked a new TV or remote, the system may suggest that you pair automatically when you first turn on. However, if this point was missed or communication is interrupted, you will have to manually activate the device search mode.
Basic procedure for pairing the XMRM 010 remote
The most common connection method that works in 90% In some cases, it involves simultaneously pressing two special buttons on the remote body. XMRM 010 This is usually a combination of the Home keys (house icon) and the Menu (three dots or stripes). 15-20 Xiaomi logo on the bottom of the TV, where the Bluetooth module is often located.
After the combination is clamped, the LED indicator at the end of the remote should start flashing quickly, signaling the transition to detection mode. A pop-up window should appear on the TV screen at this time, telling you about the new device found. If the window does not appear immediately, try pressing any button to "wake up" the system interface.
- π Make sure that new alkaline batteries are installed in the remote, as lithium batteries may not provide enough voltage for the pairing mode.
- πΊ Turn off and turn on the TV with a button on the case to restart the system's Bluetooth service before the procedure begins.
- π‘ Remove from the receiver any metal objects or powerful sources of Wi-Fi signal that may cause interference.
It is important to keep the time interval: it takes about 3-5 seconds to hold the buttons, but do not release them until the reaction on the screen appears. If you release the buttons too early, the remote will not have time to send an advertising data packet to pair. In some PatchWall firmware, the process can take up to 10 seconds to wait.
β οΈ Warning: Do not press buttons chaotically during the pairing process.This can knock off the timing of the signal sending and cause the system to ignore the connection request.
Configure through the system menu Android TV
If automatic detection doesn't work, you can try to add the device manually through the operating system interface, and you'll need any other control source: either a smartphone with Mi Remote, or a universal IR remote, or USB-A mouse connected to a TV port, and without an alternative input method, it's impossible to do this step.
Go to the settings section by selecting Settings (cogs) in the upper right corner of the main screen. Next, follow the path: Add Device -> Remotes and Accessories -> Add Accessory. The TV will go into active search for Bluetooth devices in range.
At this point, re-activate the pairing mode on the XMRM 010 remote by pressing the appropriate buttons. The model name should appear in the list of available devices, for example, MI Bluetooth Remote or Xiaomi Remote, select it with the mouse cursor or third-party remote to initiate the connection.
βοΈ Checking before connection
After successful pairing, the system may request confirmation or offer to configure additional features such as power or volume control. If the remote is determined but the buttons are not working correctly (for example, instead of OK, a menu opens), try to remove the device from the list and repeat the procedure again.
Use of the USB-adapter and alternative methods
Some modifications of Xiaomi TVs or specific versions of remotes XMRM 010 can support the connection through USB-Adapter, although this is less common in modern models, if your remote came with a small amount of USB-It has to be put into the port. USB 2.0 It's on the back or side of the TV, and it's usually automatically installed thereafter. 10-15 seconds.
In cases where the Bluetooth module of the TV is damaged or software disabled, users sometimes resort to using external USB-Bluetooth adapters. However, it is worth noting that standard Android TV drivers may not support arbitrary adapters.
- π» Connect the adapter to port USB, the one closest to the brand logo, as it often has the priority data bus.
- π After connecting the adapter, perform a full reboot of the TV through the βSwitch Offβ menu, not just by turning off the socket.
- π Check the list of connected devices in the Settings section -> Peripheral devices to confirm the activity of the adapter.
There is also a method of using IR training if your XMRM 010 remote has this function (checked by having an IR emitter on the upper end), in which case the remote can be programmed to operate in a normal infrared remote, which completely eliminates the need for Bluetooth pairing, but deprives you of voice control.
β οΈ Note: Using uncertified USB-Bluetooth adapters can lead to driver conflict and unstable operation of the entire Android system TV, up to cyclical reset.
Can I use a remote from another Xiaomi TV?
Solving Connection Problems and Resetting the Remote
If standard methods fail and the XMRM 010 still fails to respond, you may need to hard reset the control device itself. Remove the batteries from the remote, then press and hold any button for 20-30 seconds.
Then, without inserting the batteries, connect the remote to the power source. 5In through USB-cable (if the design allows) or just put the batteries back in and immediately press the combination to pair. Sometimes the "exclusion" method helps: completely de-energize the TV by pulling the cord from the socket on the power outlet. 2-3 minutes to reset Bluetooth stack errors in TV memory.
Low battery charge is a common cause of problems. Even new-looking batteries can have an expired shelf life or insufficient capacity for an energy-intensive Bluetooth connection. Use only high-quality alkaline batteries, avoiding cheap salt counterparts.
π‘
Try pressing the Back and Home button at the same time for 10 seconds β this is an alternative combination to reset some versions of Xiaomi remotes if the standard one doesnβt work.
The table below shows the main symptoms of problems and the likely causes of their occurrence:
| Symptoms. | Probable cause | Decision |
|---|---|---|
| The indicator doesn't blink. | Batteries are down or contacts are oxidized | Replace batteries, clean contacts with alcohol |
| TV sees the remote, but does not connect | Overflowed list of paired devices | Remove old devices from the Bluetooth menu |
| Only the power button works. | Remote in IR mode, Bluetooth is not active | Perform re-conjugation through the menu |
| Pressing delays | Wi-Fi interference or low charge | Move router, replace batteries |
Advanced customization through ADB and debugging
For users with technical knowledge, it is possible to control Bluetooth connections via the Android debugging bridge (ADB), which allows you to forcibly break old connections or initiate scans at the system level, ignoring the GUI. You will need to turn on the developer mode in the About TV menu (clicking 7 times on the Build Number) and activate debugging over USB.
Connecting to a TV from a computer via a network or USB, You can use commands to control a Bluetooth service, like adb shell am start. -a android.settings.BLUETOOTH_SETTINGS It will open a Bluetooth system menu where you can control the devices in more detail. You can use a restart command to reset the Bluetooth stack.
adb shell svc bluetooth disable
adb shell svc bluetooth enableThis sequence of commands will completely turn off and turn on the Bluetooth module of the TV, which often helps to shake up the frozen process of finding devices. XMRM 010 standard method.
π‘
Use of the ADB-Teams are a powerful diagnostic tool, but it requires caution: erroneous actions can disrupt the work of the TV system services.