Difference between revisions of "Status/Mobile Data/Dev"
From Maemo Leste Wiki
Jump to navigationJump to search (Initial page) |
|||
Line 15: | Line 15: | ||
byte 1 | byte 1 | ||
byte 0 | byte 0 | ||
int32 0 | |||
</pre> | |||
Radio access technology | |||
<pre> | |||
Nokia-N900:~# dbus-send --system --print-reply --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_radio_access_technology | |||
method return sender=:1.19 -> dest=:1.1247 reply_serial=2 | |||
byte 2 | |||
int32 0 | int32 0 | ||
</pre> | </pre> |
Revision as of 22:06, 14 August 2019
This page contains various dbus calls to Nokia N900 Fremantle cellular daemons, often beyond what is covered here: https://wiki.maemo.org/Phone_control
(Modem online or not)
Nokia-N900:~# dbus-send --system --print-reply --dest=com.nokia.phone.SSC /com/nokia/phone/SSC com.nokia.phone.SSC.get_modem_state method return sender=:1.18 -> dest=:1.1112 reply_serial=2 string "online"
(Registered to network, network operation mode - normal or GAN only, the int is unknown)
Nokia-N900:~# dbus-send --system --print-reply --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_cs_state method return sender=:1.19 -> dest=:1.1150 reply_serial=2 byte 1 byte 0 int32 0
Radio access technology
Nokia-N900:~# dbus-send --system --print-reply --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_radio_access_technology method return sender=:1.19 -> dest=:1.1247 reply_serial=2 byte 2 int32 0