akhilkalwakurthy

Untitled

Feb 13th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1. [root@Sailfish nemo]# dbus-send --system --type=method_call --print-reply --dest=org.ofono /ril_0 org.ofono.RadioSettings.GetProperties
  2. method return time=1486991662.895408 sender=:1.5 -> destination=:1.70 serial=694 reply_serial=2
  3.    array [
  4.       dict entry(
  5.          string "TechnologyPreference"
  6.          variant             string "gsm"
  7.       )
  8.       dict entry(
  9.          string "AvailableTechnologies"
  10.          variant             array [
  11.                string "gsm"
  12.                string "umts"
  13.                string "lte"
  14.             ]
  15.       )
  16.    ]
Add Comment
Please, Sign In to add comment