Skip to content
Discussion options

You must be logged in to vote

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:

  1. I connected my phone (Samsung S21 FE) to Raspberry Pi using an external BT module. In the settings on the phone I could only see audio streaming, no phone calls.
  2. Turn on Dev mode, connect Raspberry via ethernet to your network, log in to putty.
  3. Update the system and install ofono and ofono-phonesim
    sudo apt update && sudo apt install ofono ofono-phonesim
  4. Then check the status of ofono
    systemctl status ofono
    if it is "Active: inactive (dead)"
    start the service:
    sudo systemctl start ofono
  5. Enable the ofono service to start automatically at system startup:
    sudo system…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@Chalek-97
Comment options

Answer selected by foldax
Comment options

You must be logged in to vote
1 reply
@Chalek-97
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants