06-20-2021, 04:10 AM
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.
`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.