File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
usr/libexec/droid-hybris/system/etc/init Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ name=slot1
22
22
#timeout=0
23
23
#technologies=all
24
24
#uiccWorkaround=true
25
- # ecclistFile=/var/lib /ofono/ril.ecclist
25
+ ecclistFile=/run /ofono/ril.ecclist
26
26
#allowDataReq=auto
27
27
#emptyPinQuery=true
28
28
#dataCallFormat=auto
@@ -52,4 +52,5 @@ transport=binder:name=slot2
52
52
#sub=SUB2
53
53
name=slot2
54
54
#slot=1
55
+ ecclistFile=/run/ofono/ril.ecclist1
55
56
useDataProfiles=true
Original file line number Diff line number Diff line change
1
+ on post-fs
2
+ # Create directory for ofono ecc files
3
+ mkdir /run/ofono 0755 root root
4
+
5
+ # Ofono tracks these files to sync emergency numbers with the modem
6
+ on property:ril.ecclist=*
7
+ write /run/ofono/ril.ecclist ${ril.ecclist}
8
+ chmod 0644 /run/ofono/ril.ecclist
9
+
10
+ on property:ril.ecclist1=*
11
+ write /run/ofono/ril.ecclist1 ${ril.ecclist1}
12
+ chmod 0644 /run/ofono/ril.ecclist1
You can’t perform that action at this time.
0 commit comments