Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nixos/ofono: various improvements #67358

Merged
merged 5 commits into from Aug 24, 2019
Merged

Conversation

jtojnar
Copy link
Contributor

@jtojnar jtojnar commented Aug 23, 2019

Continuation of #66565

Added support for ofono plug-ins:

{ pkgs, ... }: {
  services.ofono.enable = true;
  services.ofono.plugins = [ pkgs.modem-manager-gui ];
}

@jtojnar
Copy link
Contributor Author

jtojnar commented Aug 23, 2019

Trying to make Ofono/ModemManager to work with my Android phone to test calls but so far without success.

@worldofpeace
Copy link
Contributor

worldofpeace commented Aug 23, 2019

#67358 (comment)

Though 300c9a6 does make all packages that use the pkgconfig variable install into /etc. Do we want that?

@jtojnar
Copy link
Contributor Author

jtojnar commented Aug 23, 2019

I added ofono-phonesim but did not figure out how to use it.

@jtojnar
Copy link
Contributor Author

jtojnar commented Aug 23, 2019

Cannot make modem-manager-gui see my mobile phone either. Not sure if Android is supported by ModemManager.

@worldofpeace
Copy link
Contributor

Cannot make modem-manager-gui see my mobile phone either. Not sure if Android is supported by ModemManager.

I don't think it is.

Copy link
Contributor

@worldofpeace worldofpeace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything LGTM, I'm assuming the patch in ofono will be maintained downstream.

Currently can't test the integration.

@jtojnar jtojnar merged commit edcecfe into NixOS:master Aug 24, 2019
@jtojnar jtojnar deleted the ofono-progress branch August 24, 2019 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants