Skip to content

Latest commit

 

History

History
121 lines (119 loc) · 3.9 KB

ofono.txt

File metadata and controls

121 lines (119 loc) · 3.9 KB
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
org.ofono.NetworkRegistration will have the "Status" property of "Roaming"
[nemo@localhost ~]$ dbus-send --system --print-reply --dest=org.ofono / org.ofono.Manager.GetModems
method return sender=:1.5 -> dest=:1.156 reply_serial=2
array [
struct {
object path "/ril_0"
array [
dict entry(
string "Online"
variant boolean true
)
dict entry(
string "Powered"
variant boolean true
)
dict entry(
string "Lockdown"
variant boolean false
)
dict entry(
string "Emergency"
variant boolean false
)
dict entry(
string "Manufacturer"
variant string "Fake Manufacturer"
)
dict entry(
string "Model"
variant string "Fake Modem Model"
)
dict entry(
string "Revision"
variant string "P4V.43006.JOLLA_SHIP.CLEAN"
)
dict entry(
string "Serial"
variant string "356537050202424"
)
dict entry(
string "Interfaces"
variant array [
string "org.ofono.CellBroadcast"
string "org.ofono.CallSettings"
string "org.ofono.SupplementaryServices"
string "org.ofono.CallVolume"
string "org.ofono.NetworkRegistration"
string "org.ofono.CallForwarding"
string "org.ofono.Phonebook"
string "org.ofono.RadioSettings"
string "org.ofono.SmartMessaging"
string "org.ofono.PushNotification"
string "org.ofono.MessageManager"
string "org.ofono.VoiceCallManager"
string "org.ofono.ConnectionManager"
string "org.ofono.NetworkTime"
string "org.ofono.MessageWaiting"
string "org.ofono.SimManager"
]
)
dict entry(
string "Features"
variant array [
string "cbs"
string "ussd"
string "net"
string "rat"
string "sms"
string "gprs"
string "sim"
]
)
dict entry(
string "Type"
variant string "hardware"
)
]
}
]
[nemo@localhost ~]$ dbus-send --system --print-reply --dest=org.ofono /ril_0 org.ofono.NetworkRegistration.GetProperties
method return sender=:1.5 -> dest=:1.157 reply_serial=2
array [
dict entry(
string "Status"
variant string "roaming"
)
dict entry(
string "Mode"
variant string "auto"
)
dict entry(
string "LocationAreaCode"
variant uint16 17100
)
dict entry(
string "CellId"
variant uint32 2020
)
dict entry(
string "Technology"
variant string "gsm"
)
dict entry(
string "MobileCountryCode"
variant string "206"
)
dict entry(
string "MobileNetworkCode"
variant string "10"
)
dict entry(
string "Name"
variant string "Mobistar BE"
)
dict entry(
string "Strength"
variant byte 51
)
]