Issuing org.nemomobile.ofono.CellInfo.GetCells seems to trigger a refresh of data, so GetServingCellInformation then shows up-to-date data it as far as I can tell.
I’ll see if this observation can help me restore the functionality of a program I had running before this broke down.
Thanks Abranson and Slava for stepping up to discuss this.
Still makes me wonder if this possible powersave change was worth abandoning accurate cell data info. I know this info is not used by an average user, but still.
I forgot to mention (I thought it was obvious, but just in case…) that our ofono tracks D-Bus clients which implicitly requested cell info updates with GetCells and as long as at least one such client stays alive, updates will keep coming.
But how do I query data of the individual cell after extracting the paths from the signal as org.nemomobile.ofono.Cell.GetAll seems not to work any more?
Of course it’s possible, this libqofonoext thing is just a wrapper around D-Bus. If nothing else, it’s an example how to use the D-Bus API. I think the library API nicely demonstrates the basic workflow: get the initial list of cells => watch for arrival/removal of cells => request cell properties => watch property changes for each individual cell.
That was, kind of, the point of my initial question. I’m getting the cell paths for the individual cells but which dbus service/interface do I query the cell properties from?
I rather keep this bug report on topic, it starts to turn in a only very distant related help request.
It seems you were aware of the initial issue yourself, an earlier confirmation post here might have helped to get attention for this issue sooner.
I’ll draw this to a conclusion before this thread continues to discuss issues not directly related to my bugreport.
The missing/outdated cellinfo is due to a change in the code in SFOS 4.2, which make this info not update itself anymore. It has not become clear to me if this a unintended side effect and/or if this behavour will changed again.
The workaround is to call org.nemomobile.ofono.CellInfo.GetCells first, which forces this info to be updated.