REPRODUCIBILITY (% or how often): 90-100%
BUILD ID = OS VERSION (Settings > About product): 4.2.0.21 (Verla)
HARDWARE (XA2, X10, X10 II, …): XA2 Plus Dual SIM
UI LANGUAGE: English
REGRESSION: (compared to previous public release: Yes, No, ?): Yes
DESCRIPTION:
I have a background program active which act based on cellid’s. I noticed this was no longer working and that it stopped working exactly after the upgrade to 4.2. It uses dbus commands.
Some dbus commands that return no data anymore:
dbus-send --system --print-reply --dest=org.ofono /ril_0 org.nemomobile.ofono.CellInfo.GetCells
dbus-send --print-reply --system --dest=org.ofono /ril_0 org.ofono.NetworkMonitor.GetServingCellInformation
It returns an empty array (same goes for my second SIM, ril_1). The first command does return some result maybe 1 out of 20 times, the second one always returns an empty array.
PRECONDITIONS:
Upgraded to SFOS 4.2
STEPS TO REPRODUCE:
- Issue the dbus commands.
- Maybe someone who has not upgraded to 4.2 can confirm it still works on their device? Or does it work for others on 4.2?
EXPECTED RESULT:
Array with cell info
ACTUAL RESULT:
Empty array