View Single Post
Posts: 82 | Thanked: 44 times | Joined on Feb 2010
#1
Hi,

Does anyone know where I can find documentation on com.nokia.phone?

For example, I know I can do:
Code:
dbus-send --system --type=method_call --print-reply --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.get_imsi
to get the imsi, or
Code:
dbus-send --system --type=method_call --print-reply --dest=com.nokia.phone.SIM /com/nokia/phone/SIM/security Phone.Sim.security.get_imei
to get the imei, but I would like to know if I can get the phone number and also what other functions are available to get information about the phone in this way.

Cheers,

Ben