morrolinux
morrolinux
What smartphone/Android version are you on? Have you got the chance to try on another device? As for the bt-setup service: It's fine for it to be inactive, It's a...
Umh alright.. that's leading me to think it's a raspberry-side issue rather than an App issue. I would need the output of the following commands: systemctl status dbus-org.bluez.service systemctl status...
just for testing purposes... when you're connnected on the CLI, try issuing `systemctl start rfcomm.service` and check if it's running with `systemctl status rfcomm.service` if it is, you can try...
was the service running or not?
Did it fail at pairing? Or just with the app?
I guess I'll have to investigate that further... keep you updated if I make progress
Bluetooth audio should work fine The app crash could also be an Android app problem because of storage path
Have you tried bluetooth audio yet?
Yeah in GNU/Linux sudo doesn't survive the > redirection operator. You should either use `sudo -i` to become root or use tee: `echo pause | sudo tee /tmp/mpradio_bt `
Hello! First of all, thanks for your interest, second, there are so many good informations here, I'll have to read through them carefully when I get a slot of free...