Hello everyone.
I'm using PinePhone on my daily basis and really happy that Linux is now presented at this field.
My biggest concern is about the fact that any of ukrainian LTE carriers are not supported. Will this situation be improved in the future and how can I help with that?
Thanks
So it is not rejected, this mostly happens in the USA, now you have to configure the APN as it is described in the thread and you will have internet, find your carrier's APN and run the commands to configure the context.
Choose the right APN and just give the following commands
`qdbus --system org.ofono /quectelqmi_0/context1 org.ofono.ConnectionContext.GetProperties`
check the settings
`qdbus --system org.ofono /quectelqmi_0/context1 org.ofono.ConnectionContext.SetProperty Name Internet`
`qdbus --system org.ofono /quectelqmi_0/context1 org.ofono.ConnectionContext.SetProperty AccessPointName internet.apn.com` <----here enter your APN
`qdbus --system org.ofono /quectelqmi_0/context1 org.ofono.ConnectionContext.SetProperty AuthenticationMethod none`
`Type` should already be `internet` and the `Protocol` should be `ip`.
The mobile data button should be turned on and off until you see the circle running around the data signal strength bar on the top right of the screen. When the bar goes from blue to grey you have internet.
Check with `ofonoctl wan`, you should see a table populated with Gateway, IP and DNS addresses.
If it works post here because I want to know that the method works for everyone.
Turn off the data, reboot to be sure everything is running and try the commands again. You can not run the commands without ofono because they are provided by ofono through the DBus.
Try `qdbus --system org.ofono`, you should see the bluetooth and the quectel and under the quectel you should see "context1".