View Single Post
spag's Avatar
Posts: 121 | Thanked: 275 times | Joined on Oct 2009 @ Blackhawk Island
#6
Originally Posted by qwerty12 View Post
Code:
dbus-send --system --type=method_call --print-reply --reply-timeout=666666 --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_available_network
I had not thought of that. Thanks.

Some other working dbus calls I found in libconnui_cell.so:

Code:
dbus-send --system --type=method_call --print-reply --reply-timeout=666666 --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.get_service_provider_name

dbus-send --system --type=method_call --print-reply --reply-timeout=666666 --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.read_simlock_status

dbus-send --system --type=method_call --print-reply --reply-timeout=666666 --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_cs_state

dbus-send --system --type=method_call --print-reply --reply-timeout=666666 --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.get_sim_status

dbus-send --system --type=method_call --print-reply --reply-timeout=666666 --dest=com.nokia.phone.net /com/nokia/phone/net Phone.Net.get_network_selection_mode

dbus-send --system --type=method_call --print-reply --reply-timeout=666666 --dest=com.nokia.phone.SIM /com/nokia/phone/SIM Phone.Sim.get_service_provider_info