View Single Post
Posts: 2 | Thanked: 3 times | Joined on Jan 2010
#8
with dbus-monitor (below) I get updates for signal strength changes and MCC,MNC,LAC,CID when the phone is on line (the signal strength and operator are diplayed and updated on the desktop) but for the other network parameters like ARFCN, TA, C1, C2 and neighbor lists etc. If they are available I imagine you would need to call a specific method.

Code:
signal sender=:1.18 -> dest=(null destination) serial=1582 path=/com/nokia/phone/net; interface=Phone.Net; member=signal_strength_change
   byte 100 # signal strength percentage ?
   byte 74  # signal strength in dbm ?
signal sender=:1.18 -> dest=(null destination) serial=1583 path=/com/nokia/phone/net; interface=Phone.Net; member=cell_info_change
   byte 1       # ?
   uint16 8370  # LAC
   uint32 11101 # CID
   uint32 260	# MNC
   uint32 310	# MCC
   byte 0       # ?
   byte 0       # ?
signal sender=:1.18 -> dest=(null destination) serial=1584 path=/com/nokia/phone/net; interface=Phone.Net; member=registration_status_change
   byte 0
   uint16 8370
   uint32 11101
   uint32 260
   uint32 310
   byte 0
   byte 7
signal sender=:1.18 -> dest=(null destination) serial=1585 path=/com/nokia/phone/net; interface=Phone.Net; member=operator_name_change
   byte 10     # ?
   string "T - Mobile"
   string ""
   uint32 260  # MNC
   uint32 310  # MCC
 

The Following 3 Users Say Thank You to cmbennett For This Useful Post: