sailfish-on-dontbeevil / issues-dontbeevil

All issues related to the Sailfish OS port of the PinePhone
1 stars 1 forks source link

Ofono USB modem #1

Closed DylanVanAssche closed 4 years ago

DylanVanAssche commented 4 years ago

Ofono sees the USB modem but no calls or texts can be made from the Sailfish OS UI. Mobile data isn't available either

DylanVanAssche commented 4 years ago

Blocked at the moment to get the modem up and running in the SFOS UI. SFOS uses a fork of ofono with additional changes to manage the SIM card states, data connection, ... in https://git.merproject.org/mer-core/ofono/blob/master/ofono/include/sailfish_manager.h

In order to make the SIM card detectable by SFOS, we need a plugin like the SFOS RIL driver: https://git.merproject.org/mer-core/ofono/blob/master/ofono/drivers/ril/ril_plugin.c which makes the necessary calls to the qmimodem driver and the sailfish_manager of ofono.

Discussing this at the moment with the SFOS ofono devs.

However, sending/receiving a text, setting up GPRS and getting an IP, starting a call works fine from the command line. ofono sees the modem already and can drive it without any known issues.