Quote:
Originally Posted by Hasdrubal_Lector
I installed nickel menu and use it to toggle bluetooth on and off. Wifi does not turn on if you do it this way. All sorts of useful details in this thread. You do not need to install the bluetooth plugin for the Kobo remote, or even the 8bitdo micro. You will need nickel menu, instructions for which are in the Nickel Menu thread.
I have the following in my config file to make it work. Where you see xx:xx:xx:xx:xx:xx replace it with the Kobo Remote's MAC address, or the MAC address of your bluetooth device.
menu_item :main :Bluetooth On :nickel_bluetooth :enable
menu_item :main :Bluetooth Off :nickel_bluetooth :disable
menu_item :reader :Bluetooth Connect :nickel_wifi :enable
chain_success :nickel_wifi :autoconnect_silent
chain_success :nickel_bluetooth :enable
chain_success :nickel_wifi :disable
chain_success :cmd_spawn :bluetoothctl connect xx:xx:xx:xx:xx:xx
menu_item :reader :Bluetooth Off :nickel_bluetooth :disable
|
Helpful and informative. I might do this.
One thing stuck out, though: second to last line. Is the term 'bluetoothctl' correct? The'ctl' caught my eye.
Edit: nevermind. I see from reading at that link that the term is correct.