Thread: Cell ID
View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#4
Originally Posted by hopbeat View Post
There is an additional field, that identifies the cell itself (MCC gives you the country, MNC gives you the network, cellID/UCID gives you the actual station):

http://maemo.org/api_refs/5.0/5.0-fi...cdma-cell-info

e.g.:
MCC: 238 (Denmark)
MNC: 20 (Telia)
Cell ID: 798903 (a station near Copenhagen)
Would 53835 be a valid Cell ID (in London, somewhere...)?

If so, you want the third value returned by "dbus-send --system --print-reply --type=method_call --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_registration_status"

If not, sorry...

The output from my N900:

Code:
Nokia-N900-42-11:~# dbus-send --system --print-reply --type=method_call --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_registration_status
method return sender=:1.16 -> dest=:1.212 reply_serial=2
   byte 0
   uint16 754
   uint32 53835
   uint32 30
   uint32 234
   byte 0
   byte 3
   int32 0
Nokia-N900-42-11:~#
 

The Following 2 Users Say Thank You to qwerty12 For This Useful Post: