Bluetooth password Android radio often becomes a headache for owners, especially if the device was purchased second-hand or the firmware was not updated correctly. Typical symptoms: constant requests for a PIN code when connecting a phone, error "Wrong password" even after several entry attempts, or complete blocking of the Bluetooth function. In 80% of cases, the problem is solved without contacting a service center - it is enough to know the correct sequence of actions and understand why the radio requires a password.
In this article we will analyze all working methods for removing the Bluetooth password - from standard methods through the settings menu to manual editing of system files for advanced users. We will pay special attention Chinese radios (for example, Pumpkin, Xtrons, Joying), where the problem occurs most often due to customized firmware. You will also learn how to avoid the password reappearing after a reset and what settings affect the security of the connection.
Why does the radio require a Bluetooth password and where does it come from
In most cases, the Bluetooth password on Android radio tape recorder appears for a reason, but as a consequence of one of the reasons:
- ๐ Factory default settings. Many Chinese radios (for example ATOTO or Eonon) have a standard PIN code for Bluetooth - often this is
0000,1234or1111. Manufacturers install it to protect against accidental connections. - ๐ฑ Residual data from the previous owner. If the radio was in use, the previous user could set his own password, which remained in the deviceโs memory even after a reset.
- ๐ Firmware or update failure. After an unsuccessful software update, the radio may reset Bluetooth settings to factory settings, but at the same time retain the password requirement.
- ๐ก๏ธ The "Secure Connection" function. Some firmware (for example, on Joying JY-UQ135N4G) activate a password request when you first connect a new device.
It is important to understand that the Bluetooth password is not the same as a Wi-Fi password or screen lock. It is stored in a separate system file (usually /data/misc/bluedroid/bt_config.conf) and is not associated with the main Android settings. This means that resetting the radio to factory settings does not always help - sometimes manual intervention is required.
โ ๏ธ Attention: On some radios (for example Pioneer AVH-Z5200BT), the Bluetooth password is hardcoded in the firmware and cannot be deleted without flashing the device. Check the documentation for your model before starting any manipulations.
Method 1: Standard reset of Bluetooth settings
The simplest and safest method is to reset Bluetooth settings through the radio menu. This method works on 60-70% of devices, especially if the password appeared after an update or failure.
Instructions:
- Go to
Settings โ Bluetooth(orSettings โ Wireless & Networks โ Bluetoothon some firmware). - Find the option
"Reset Bluetooth settings"or"Clear paired devices"(on English firmware -"Reset Bluetooth settings"or"Clear paired devices"). - Confirm the action. On some radios you will need to enter the current password (if you know it) or PIN code from the system (usually
1234or0000). - Reboot the radio (turn off and on the power).
After rebooting, try connecting the phone again. If the radio asks for a password again, try the standard combinations:
- ๐ข
0000or1234โthe most common factory PIN codes. - ๐ข
1111or8888โused in firmware from MTCD (for example, on Xtrons PB7868AP). - ๐ข The last 4 digits of the serial number of the radio (usually indicated on the sticker on the back of the device).
โ๏ธ Preparing to reset Bluetooth
If the reset does not help, go to the next method. On some radios (for example, Sony XAV-AX5000), the Bluetooth reset option may be hidden in the section Settings โ System โ Additionally.
Method 2: Completely resetting the radio to factory settings
If resetting only Bluetooth did not produce results, you will have to return the radio to its factory state. This method removes it. all user data, including saved radio stations, equalizer settings and accounts. But it is guaranteed to reset the Bluetooth password - if it is not registered in the firmware.
How to do a hard reset:
- Find a button on the radio body
Reset(usually a small hole into which you need to insert a paper clip). On some models (for example Pumpkin Android 10), the button is hidden under a removable panel. - Hold the button
Reset10-15 seconds until the radio reboots. An Android logo or message may appear on the screen"Factory reset". - If there is no physical button, perform a reset through the menu:
Settings โ System โ Reset โ Factory data resetConfirmation will be required (sometimes you need to enter a pattern or PIN code, if you have one installed).
- After the reset, the radio will reboot. The first turn on may take 2-5 minutes - this is normal.
After the reset:
- ๐ฑ Connect the phone to the radio via Bluetooth. The password will not be requested (or you will need to enter a standard one
0000). - ๐ง Configure the radio again: language, date, time, radio stations.
- ๐ If the password appears again, this means it is hardcoded in the firmware (see Method 4).
โ ๏ธ Attention: On radios with Android 8.0 and below. after a reset, the license for Google Play Services may be lost. This will lead to errors when launching applications. This can be solved by re-authorizing your Google account or flashing the firmware.
Method 3: Editing system files (for advanced)
If the reset did not help, and the radio still requires a password, you will have to manually delete the Bluetooth settings file. This method requires root access or access to system folders via ADB. Suitable for users who are not afraid to work with the console.
Instructions:
- Activate USB debugging:
Settings โ About phone (About) โ Build number (tap 7 times)Settings โ For developers โ USB debugging (enable)On some radios (ATOTO A6) this section may be hidden - then use ADB commands to activate.
- Connect the radio to the PC via a USB cable (use the port
OTGif available). Install the drivers ADB (you can download from the Android Studio website). - Open the command line (Windows) or terminal (Linux/macOS) and run:
adb devicesIf the device is shown in the list, enter:
adb shellsu
rm /data/misc/bluedroid/bt_config.conf
rebootThis will delete the Bluetooth settings file and reboot the radio.
If you do not have root access, try the alternative method via ADB Backup:
- Run the command:
adb backup -f bluetooth.ab -noapk com.android.bluetoothThis will create a backup copy Bluetooth settings on the PC.
- Unpack the file
bluetooth.abusing an archiver (for example, 7-Zip) and delete the file from itbt_config.conf. - Restore the modified copy:
adb restore bluetooth.ab
On radios with firmware based on Android 9+ the bt_config.conf file can be stored in a different location - /data/vendor/bluetooth/. Check both ways.
What to do if ADB does not see the device?
1. Check that the "File Transfer" (MTP) or "USB Debugging" mode is enabled in the radio settings.
2. Try another USB cable (preferably the original one).
3. Install drivers for your radio model (search by chipset name, for example, "Rockchip RK3368 ADB drivers").
4. On Windows, disable driver signing (via the command line: bcdedit /set nointegritychecks on).
Method 4: Reflashing the radio (as a last resort)
If all the previous methods did not work, the only option left is reflash the radio tape recorder. This is relevant for devices where the Bluetooth password is hardcoded in the system files firmware (for example, on some models Eonon GA9163S).
Step-by-step guide:
- Download the firmware for your model. Search on the manufacturer's official website or on the forums (for example, 4PDA, XDA-Developers). Pay attention to the Android version and processor bit size (32-bit or 64-bit).
- Prepare a flash drive (format
FAT32, volume no more than 32 GB). data-i="169">orupdateand place the firmware file there (usually has the extension.imgor.zip). - Update the firmware:
- ๐ Insert the flash drive into the USB port of the radio.
- ๐ Go to
Settings โ System update(orSettings โ System Update). - ๐ฅ Select the firmware file and confirm installation. Do not turn off the power during the process!
After flashing:
- ๐ง The radio will return to factory settings - configure it again.
- ๐ฑ Connect your phone via Bluetooth. The password will not be requested (or a standard one will be required
0000). - ๐ If the password appears again, the firmware contains it in the system files. Try a different version of the software.
| Model radio | Typical Bluetooth password | Removal method |
|---|---|---|
| Pumpkin Android 10/11 | 1234 or 0000 |
Reset Bluetooth settings or a full reset |
| Xtrons PB7868AP | 8888 or the last 4 digits of the serial number |
Editing bt_config.conf via ADB |
| Joying JY-UQ135N4G | 1111 |
Flashing (the password is written in the system files) |
| ATOTO A6 (Android 8.1) | 0000 |
Reset to factory settings |
| Sony XAV-AX5000 | Absent (if not installed by the user) | Reset via menu Settings โ System โ Reset |
โ ๏ธ Attention: Reflashing may lead to loss of warranty (if it is still valid) or โbrickingโ the device. Always make a backup of your current firmware before upgrading. On some radios (for example, Alpine Halo9), firmware requires special software from the manufacturer.
Before flashing, check the version of your processor (for example, Rockchip RK3368 or Allwinner T3) - the firmware must be compatible with it. You can find out the chipset model in the application CPU-Z (install it on the radio via APK).
Method 5: Bypassing the password through the engineering menu (for experienced ones)
On some radios (especially those made in China), the Bluetooth password can be reset via engineering menu. This method requires strict adherence to the instructions, since incorrect actions can disrupt the operation of the device.
How to open the engineering menu:
- Run the standard application
Phone(even if there is no SIM card). - Enter the code:
##3646633##or
##4636##On some firmware (MTK) the code works:
##83781## - In the engineering menu, go to the section
Connectivity โ Bluetooth. - Find the option
Clear BT PairingorReset Bluetoothand activate it. - Save the settings and reboot the radio.
If the engineering menu does not open:
- ๐ข Try other codes:
#15963#(for Rockchip) or#0#(display test, but sometimes opens access to settings). - ๐ฑ Install the application MTK Engineering Mode (for MediaTek chipsets) or Shortcut Master (to search for hidden menus).
- ๐ง On some radios (Junsun V1), the engineering menu is blocked - in this case, only flashing will help.
After resetting through the engineering menu, the Bluetooth password will be deleted, but other settings may also be reset (for example, screen calibration or radio settings). Be prepared to configure the radio again.
The engineering menu is a powerful tool, but dangerous. Do not change parameters whose purpose you do not know. This is especially true for sections Hardware Testing and RF Band Selection โincorrect settings can damage the radio.
Frequent errors and how to avoid them
When trying to remove the Bluetooth password, users often encounter typical problems. Here are the most common errors and ways to solve them:
- โ The radio does not see the phone after a reset
Cause: The old connection data is saved in the phone's Bluetooth settings. Solution: Remove the radio from the list of paired devices on your phone and search again.
- โ After flashing there is no sound via Bluetooth
Cause: The new firmware is not compatible with the audio codecs of the radio. Solution: Return to the previous version of the software or install a patch for sound (search on the forums by model).
- โ ADB does not see the radio
Cause: There are no drivers or the mode is enabled
Only charging. Solution: Install drivers for your chipset and check the USB connection mode in the notification shade. - โ The password appears again after a reboot
Cause: The file
bt_config.confis being restored from a backup. Solution: Delete the backups in the folder/data/backupor disable the automatic recovery function in the settings.
Another common problem is the radio asks for a password, but does not allow you to enter it. This happens on some firmwares where the PIN code entry field is inactive. Solution:
- Connect the phone to the radio via USB (in the mode
File transfer). - Open the file manager on the radio and go to
/data/misc/bluedroid/. - Delete files
bt_config.confandbt_config.conf.bak(if any). - Reboot the device.
โ ๏ธ Attention: On radios with Android 12+ access to folder /data/ can be blocked even with root access. In this case, only flashing it or using special utilities will help (for example, Magisk to gain full access).
FAQ: Answers to frequently asked questions
Is it possible to remove the Bluetooth password without resetting it? settings?
Yes, if the password is not specified in the firmware. Try:
- Delete the file
bt_config.confvia ADB or a file manager with root access. - Use the engineering menu (see codes in the section above).
- Enter standard PIN codes (
0000,1234,1111).
If all else fails, the password is hardcoded in the system files, and you canโt do without flashing it.
After resetting, the radio stopped seeing the flash drive. What to do?
This typical problem after hard reset. Solution:
- Format the flash drive to
FAT32(notNTFSorexFAT). - Check whether the radio supports flash drives larger than 32 GB (many Chinese models - no).
- Update the radio firmware to the latest version (often fixes problems with USB).
If the flash drive is still unreadable, try another one (preferably the original one, not no-name).
How can you find out the model of your radio if there is no documentation?
Methods:
- ๐ Look at the sticker on the back panel of the radio - itโs usually there the model and serial number are indicated.
- ๐ฑ Install the application CPU-Z or AIDA64 on the radio - they will show the processor model and Android version.
- ๐ Go to
Settings โ About phone- there may be information about model (for example, Xtrons PB7868AP).
If the radio is Chinese and without a brand, look for firmware based on the characteristics of the chipset (for example, Rockchip RK3368 + Android 10 + 2GB RAM).
Is it possible to connect to the radio without a password using bypass methods?
Technically yes, but this requires deep knowledge in the field of Bluetooth protocols. Methods:
- Spoofing). MAC addresses: If the radio was previously paired with another device, you can replace the MAC address of your phone with the address of that device. Requires root and special utilities (Blueranger).
- Bluetooth exploits: For some chipsets (Broadcom, Qualcomm) there are vulnerabilities that allow you to connect without a password. But this is illegal and can disrupt the operation of the radio.
We do not recommend using these methods - they are unstable. and can lead to blocking of the Bluetooth module.
After all the manipulations, the radio still asks for a password. What should I do?
If none of the methods helped, there are two options left:
- Contact the service centerThe technicians can reflash the radio using professional equipment (for example, RT809H for). chipsets Rockchip).
- Buy an external Bluetooth adapter. Connects via USB or AUX and allows you to bypass the built-in radio module. Cost - from 500 rubles.
Before visiting the service, check whether they work with your radio model - some Chinese devices are not supported by official service centers.