Bluetooth error trying to pair a remote

I am trying to pair a FireTV remote. It worked initially but when I rebooted the box the remote wouldn’t connect and when I try and Pair or Trust and Connect it just gives me ‘Operation Not Permitted’ and ‘Input/Output Error’

I’ve tried deleting the remote, re-pairing it, rebooting the box, pairing the remote with a Mac and then back to Coreelec but no joy.

If I format the SDCard and re-install Coreelec I can pair the remote again and it works until I reboot.

I am using a Sunvell T95Z Max S912 Box and the original Amazon FireTV Remote.

I tried uploading the log but it says new users can’t upload files.

2019-04-08 09:16:01.812 T:3534062384   ERROR: ## CoreELEC Addon ## bluetooth::dbus_error_handler ## ERROR: (Operation not permitted)
2019-04-08 09:16:01.813 T:3534062384   ERROR: None
2019-04-08 09:18:04.417 T:3534062384   ERROR: ## CoreELEC Addon ## bluetooth::dbus_error_handler ## ERROR: (Operation not permitted)
2019-04-08 09:18:04.418 T:3534062384   ERROR: None
2019-04-08 09:18:12.040 T:3534062384   ERROR: ## CoreELEC Addon ## bluetooth::dbus_error_handler ## ERROR: (Authentication Failed)
2019-04-08 09:18:12.040 T:3534062384   ERROR: None
2019-04-08 09:18:15.205 T:4089545904 WARNING: CGUIWindowManager - HandleAction - ignoring action 107, because topmost modal dialog closing animation is running
2019-04-08 09:18:21.334 T:3534062384 WARNING: Previous line repeats 25 times.
2019-04-08 09:18:21.334 T:3534062384   ERROR: ## CoreELEC Addon ## bluetooth::dbus_error_handler ## ERROR: (In Progress)
2019-04-08 09:18:21.334 T:3534062384   ERROR: None
2019-04-08 09:18:22.394 T:3534062384   ERROR: ## CoreELEC Addon ## bluetooth::dbus_error_handler ## ERROR: (Page Timeout)
2019-04-08 09:18:22.394 T:3534062384   ERROR: None
2019-04-08 09:19:52.377 T:3500139312   ERROR: ## CoreELEC Addon ## bluetooth::stop_discovery ## ERROR: (DBusException('Operation already in progress',))
2019-04-08 09:19:52.380 T:3500139312   ERROR: Traceback (most recent call last):
                                              File "/var/corebuild/CoreELEC/build.CoreELEC-Amlogic.arm-9.0-devel/CoreELEC-settings-e449c35845b8c5ae82a7e5a66f75636e3f9de614/.install_pkg/usr/share/kodi/addons/service.coreelec.settings/resources/lib/modules/bluetooth.py", line 152, in stop_discovery
                                              File "/usr/lib/python2.7/site-packages/dbus/proxies.py", line 145, in __call__
                                              File "/usr/lib/python2.7/site-packages/dbus/connection.py", line 651, in call_blocking
                                            DBusException: org.bluez.Error.InProgress: Operation already in progress
2019-04-08 09:20:04.909 T:3534062384   ERROR: ## CoreELEC Addon ## bluetooth::dbus_error_handler ## ERROR: (Input/output error)

Use https://pastebin.com/
And post the URL of the log :wink:

1 Like

https://pastebin.com/KJKGbxWQ

I see you’re using Nightly Build.
Does it work in stable 9.0.1 or you haven’t tried ??

That’s what I was running originally but I installed nightly just in case it fixed something.

It happens with official release and any nightly.

I’ve got the same issue.

Was working fine with 9.0.1, but Coreelec did an auto update and caused a bluetooth issue where the player’s internal bluetooth adapter was not detected by Coreelect. Tried to rollback but now getting dbus_handler_error :Operation Not Permitted

If your CoreELEC is boot on USB device, and you have Andriod system on emcc, you can create “autostart.sh” file in /.config , write down

#!/bin/sh

(
chown -R root:root /storage/.cache
chown -R root:root /storage/.config
chown -R root:root /storage/.kodi
)&

Andriod system damage CoreELEC permissions