ubuntu-apps-bugs team mailing list archive
-
ubuntu-apps-bugs team
-
Mailing list archive
-
Message #01500
[Bug 1089598] [NEW] [telephony-app] should check for network registration state before enabling the call/send sms button
You have been subscribed to a public bug:
Currently the telephony-app is not checking for network registration
state at all, and always giving the user the possibility to do calls and
send sms, even if that's not enabled by ofono.
With latest ofono (1.9phablet9), the registration property is already
exported via ofono dbus api, so this just needs to be added to the app
itself.
E.g.:
- NetworkRegistration.GetProperties:
root@localhost:/# dbus-send --system --print-reply --dest=org.ofono /galaxynexus_0 org.ofono.NetworkRegistration.GetProperties
method return sender=:1.15 -> dest=:1.22 reply_serial=2
array [
dict entry(
string "Status"
variant string "registered"
)
dict entry(
string "Mode"
variant string "auto"
)
dict entry(
string "LocationAreaCode"
variant uint16 50219
)
dict entry(
string "CellId"
variant uint32 12593173
)
dict entry(
string "Technology"
variant string "umts"
)
dict entry(
string "MobileCountryCode"
variant string "724"
)
dict entry(
string "MobileNetworkCode"
variant string "03"
)
dict entry(
string "Name"
variant string "TIM 3G 19"
)
]
** Affects: dialer-app (Ubuntu)
Importance: High
Assignee: Ricardo Salveti (rsalveti)
Status: Confirmed
--
[telephony-app] should check for network registration state before enabling the call/send sms button
https://bugs.launchpad.net/bugs/1089598
You received this bug notification because you are a member of Ubuntu Apps bug tracking, which is subscribed to dialer-app in Ubuntu.