Alternative to Bluetooth++
An alternative root method for connecting to the Switch with JoyCon Droid
You don't need to do this if you have already changed your Device Class using the Bluetooth++ Magisk module! You can proceed to Connecting to your Switch. The method on this page is for devices using the Qualcomm (QTI) Bluetooth Stack which does not yet work with Bluetooth++.
Requires root. This method can be risky if you do something wrong in the procedure. It is recommended to try the Bluetooth++ Magisk module method instead of doing this (only works on devices using the AOSP Bluetooth stack). Make a backup of your phone and bluetooth file before continuing. DO AT YOUR OWN RISK! This is not guaranteed to work.
If you're wondering how to access those files, obviously you need to grant root access first of all. You can find and edit those files numerous ways such as: adb commands, root explorer (Total Commander is free with no ads), Termux (terminal emulator)
On devices having /data/vendor/mac_addr/bt.mac (which is usually the case on MIUI devices) you'll need a Hex Editor App (can be installed through Play Store) to edit that file. To change to the desired Bluetooth MAC Address (e.g. a1:b2:c3:d4:e5:f6) you have to put a1b2c3d4e5f6 (without colons) using a Hex Editor.
/data/vendor/mac_addr/bt.mac (which is usually the case on MIUI devices) you'll need a Hex Editor App (can be installed through Play Store) to edit that file. To change to the desired Bluetooth MAC Address (e.g. a1:b2:c3:d4:e5:f6) you have to put a1b2c3d4e5f6 (without colons) using a Hex Editor.Last updated