Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.84 KB

dbus-send-test.txt

File metadata and controls

22 lines (18 loc) · 1.84 KB
 
Mar 22, 2011
Mar 22, 2011
1
2
3
4
dbus-send --system --type=method_call --print-reply --dest=com.meego.usb_moded /com/meego/usb_moded com.meego.usb_moded.mode_request
dbus-send --system --type=method_call --print-reply --dest=com.meego.usb_moded /com/meego/usb_moded com.meego.usb_moded.set_mode string:'ovi_suite'
dbus-send --system --type=method_call --print-reply --dest=com.meego.usb_moded /com/meego/usb_moded com.meego.usb_moded.set_config string:'ovi_suite'
dbus-send --system --type=method_call --print-reply --dest=com.meego.usb_moded /com/meego/usb_moded com.meego.usb_moded.set_mode string:'mass_storage'
Nov 19, 2012
Nov 19, 2012
5
dbus-send --system --type=method_call --print-reply --dest=com.meego.usb_moded /com/meego/usb_moded com.meego.usb_moded.net_config string:'ip' string:'192.168.2.15'
Mar 22, 2011
Mar 22, 2011
6
7
8
9
security extra:
aegis-exec -a usb-moded::USBControl
Dec 2, 2013
Dec 2, 2013
10
11
#connman mess
dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Manager.GetProperties
Dec 3, 2013
Dec 3, 2013
12
dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Manager.GetServices /* get all network connections */
Dec 2, 2013
Dec 2, 2013
13
dbus-send --system --type=method_call --print-reply --dest=net.connman /service_path/from/previous/command/ net.connman.Service.GetProperties
Feb 11, 2014
Feb 11, 2014
14
Jun 1, 2014
Jun 1, 2014
15
16
17
18
19
To find wifi and power it on/off
dbus-send --system --type=method_call --print-reply --dest=net.connman / net.connman.Manager.GetTechnologies
dbus-send --print-reply --type=method_call --system --dest=net.connman /net/connman/technology/wifi net.connman.Technology.SetProperty string:Powered variant:boolean:false
dbus-send --print-reply --type=method_call --system --dest=net.connman /net/connman/technology/wifi net.connman.Technology.SetProperty string:Powered variant:boolean:true
Feb 11, 2014
Feb 11, 2014
20
21
22
#ofono mess
dbus-send --system --print-reply --dest=org.ofono / org.ofono.Manager.GetModems
dbus-send --system --print-reply --dest=org.ofono /ril_0 org.ofono.NetworkRegistration.GetProperties