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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158 | phablet@ubuntu-phablet:~$ /usr/share/ofono/scripts/list-modems
[ /ril_1 ]
Emergency = 0
Manufacturer = Fake Manufacturer
Lockdown = 0
Type = hardware
Revision = MOLY.WR8.W1315.MD.WG.MP.V37.P5, 2014/05/15 11:49
Interfaces = org.ofono.RadioSettings org.ofono.SimManager org.ofono.MtkSettings org.ofono.CallVolume org.ofono.VoiceCallManager org.ofono.NetworkTime
Serial = XXXXXXXXXXXXXXX
Features = rat sim
Model = Fake Modem Model
Online = 1
Powered = 1
[ org.ofono.RadioSettings ]
FastDormancy = 0
ModemTechnologies = gsm
TechnologyPreference = gsm
[ org.ofono.SimManager ]
Present = 0
[ org.ofono.MtkSettings ]
Has3G = 0
[ org.ofono.CallVolume ]
MicrophoneVolume = 0
SpeakerVolume = 0
Muted = 0
[ org.ofono.VoiceCallManager ]
EmergencyNumbers = 08 000 999 110 112 911 118 119
[ org.ofono.NetworkTime ]
[ /ril_0 ]
Emergency = 0
Manufacturer = Fake Manufacturer
Lockdown = 0
Type = hardware
Revision = MOLY.WR8.W1315.MD.WG.MP.V37.P5, 2014/05/15 11:49
Interfaces = org.ofono.ConnectionManager org.ofono.Phonebook org.ofono.CallBarring org.ofono.CallForwarding org.ofono.CallSettings org.ofono.SupplementaryServices org.ofono.NetworkRegistration org.ofono.SmartMessaging org.ofono.PushNotification org.ofono.MessageManager org.ofono.MessageWaiting org.ofono.RadioSettings org.ofono.SimManager org.ofono.MtkSettings org.ofono.CallVolume org.ofono.VoiceCallManager org.ofono.NetworkTime
Serial = XXXXXXXXXXXXXXX
Features = gprs ussd net sms rat sim
Model = Fake Modem Model
Online = 1
Powered = 1
[ org.ofono.ConnectionManager ]
Bearer = umts
RoamingAllowed = 1
Attached = 1
Powered = 1
Suspended = 0
[ org.ofono.Phonebook ]
[ org.ofono.CallBarring ]
VoiceIncoming = disabled
VoiceOutgoing = disabled
[ org.ofono.CallForwarding ]
VoiceNoReply = XXXXXXXXXXXX
VoiceBusy = XXXXXXXXXXXX
VoiceUnconditional =
ForwardingFlagOnSim = 0
VoiceNotReachable = XXXXXXXXXXXX
VoiceNoReplyTimeout = 20
[ org.ofono.CallSettings ]
CallingLineRestriction = off
ConnectedLineRestriction = unknown
CallingLinePresentation = enabled
CallingNamePresentation = unknown
CalledLinePresentation = disabled
ConnectedLinePresentation = unknown
VoiceCallWaiting = enabled
HideCallerId = default
[ org.ofono.SupplementaryServices ]
State = idle
[ org.ofono.NetworkRegistration ]
CellId = XXXXXXXX
Strength = 25
Technology = umts
Name = Yoigo
LocationAreaCode = XXXX
MobileCountryCode = 214
Mode = auto
Status = registered
MobileNetworkCode = 07
[ org.ofono.SmartMessaging ]
[ org.ofono.PushNotification ]
[ org.ofono.MessageManager ]
Bearer = cs-preferred
UseDeliveryReports = 0
ServiceCenterAddress = +34622996111
Alphabet = default
[ org.ofono.MessageWaiting ]
VoicemailMessageCount = 0
VoicemailWaiting = 0
VoicemailMailboxNumber =
[ org.ofono.RadioSettings ]
FastDormancy = 0
ModemTechnologies = gsm umts
TechnologyPreference = umts
[ org.ofono.SimManager ]
SubscriberNumbers = XXXXXXXXXXXX
Retries = [pin = 3] [puk = 10] [puk2 = 10] [pin2 = 3]
CardIdentifier = XXXXXXXXXXXXXXXXXXX
PinRequired = none
ServiceNumbers = [Aten. Cliente] = '+34622622622' [Contestador] = '+34633633633'
Present = 1
SubscriberIdentity = XXXXXXXXXXXXXXX
FixedDialing = 0
BarredDialing = 0
LockedPins = pin
MobileCountryCode = 214
PreferredLanguages = es en
MobileNetworkCode = 04
[ org.ofono.MtkSettings ]
Has3G = 1
[ org.ofono.CallVolume ]
MicrophoneVolume = 0
SpeakerVolume = 0
Muted = 0
[ org.ofono.VoiceCallManager ]
EmergencyNumbers = 112 911
[ org.ofono.NetworkTime ]
phablet@ubuntu-phablet:~$ /usr/share/ofono/scripts/list-contexts
[ /ril_1 ]
[ /ril_0 ]
[ /ril_0/context1 ]
Password =
Type = ia
Name = Yoigo Internet
Active = 0
Username =
Protocol = ip
Preferred = 0
Settings = { }
AccessPointName =
IPv6.Settings = { }
[ /ril_0/context2 ]
Password =
Type = internet
Name = Yoigo Internet
Active = 0
Username =
Protocol = ip
Preferred = 0
Settings = { }
AccessPointName = internet
IPv6.Settings = { }
[ /ril_0/context3 ]
Password =
Type = mms
Active = 0
Username =
MessageCenter = http://mmss/
Name = Yoigo MMS
Protocol = ip
Settings = { }
MessageProxy = 193.209.134.141:80
Preferred = 0
IPv6.Settings = { }
AccessPointName = mms
|