-
Hello everyone, So, my question is: has anyone managed to get it working? What are the hardware requirements? Could it be that I'm using incompatible USB dongles? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi,
7. I don't know if it's necessary but I also set a profile for my device: After that, restart the Raspberry Pi and check if the phone call option appears in the BT connection settings |
Beta Was this translation helpful? Give feedback.
-
Thank you! That works! This line It does not want to connect automatically, i have to do it manually everytime from my phone, eventhough device is paired. Any ideas how to fix this ? |
Beta Was this translation helpful? Give feedback.
-
I set ENABLE_PAIRABLE=1.
After several tries more it works like this:
|
Beta Was this translation helpful? Give feedback.
Hi,
I also had this problem, it's a problem with the ofono service
Don't forget to make a backup!!!
Here are the steps I did:
sudo apt update && sudo apt install ofono ofono-phonesim
systemctl status ofono
if it is "Active: inactive (dead)"
start the service:
sudo systemctl start ofono
sudo system…