-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.lge.rc
More file actions
executable file
·126 lines (101 loc) · 2.94 KB
/
Copy pathinit.lge.rc
File metadata and controls
executable file
·126 lines (101 loc) · 2.94 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
121
122
123
124
125
126
#CAPP_CKERROR_REPORTER
import init.ckerror.rc
on post-fs
#persist-lg
chown system system /persist-lg
chmod 0771 /persist-lg
on post-fs-data
#CAPP_SECUREBOOT
exec /sbin/wallpaper -ap
wait /sbin/wallpaper
#CAPP_FONTS
mkdir /data/font 775 system system
chmod 775 /data/font
mkdir /data/font/config 775 system system
chmod 775 /data/font/config
mkdir /data/font/download 775 system system
chmod 775 /data/font/download
#persist-lg
chown system system /persist-lg
chmod 0771 /persist-lg
#LGDRM
mkdir /data/lgdrm 0770 lgdrm lgdrm_acc
mkdir /persist-lg/lgdrm 0770 lgdrm lgdrm_acc
#Widevine
mkdir /persist-lg/widevine 0770 drm system
#Widevine firmware
mkdir /persist-lg/firmware 0771 system system
exec /system/bin/cpfirmware widevine /persist-lg/firmware
#Secure clock
mkdir /persist-lg/secclk 0700 system system
#DivX DRM
mkdir /persist-lg/multimedia 0770 media divxdrm
mkdir /persist-lg/multimedia/nx 0770 media divxdrm
mkdir /persist-lg/multimedia/uma 0770 media divxdrm
mkdir /persist-lg/multimedia/scnt 0770 media divxdrm
mkdir /persist-lg/multimedia/scnt/sdadf 0770 media divxdrm
#CAPP_BLUEERROR_HANDLER: temp version, it will be removed
chown root system /data/dontpanic
chmod 0775 /data/dontpanic
#LGMDM [a1-mdm-dev@lge.com][ID-MDM-77][ID-MDM-289]
mkdir /data/system/lgmdm 0700 system system
#CAPP_RESERVED_USERDATA
on property:ro.reserve.blockcount=*
exec /system/bin/tune2fs -r $ro.reserve.blockcount \
-u system -g system $ro.reserve.userdata
#CAPP_POWEROFF_ANI
service shutdownanim /system/bin/shutdownanimation
user graphics
group graphics system
disabled
oneshot
#CAPP_NFS
service nfsserversetup /system/bin/nfsserversetup
class late_start
user root
oneshot
#CAPP_MPROFILER
service lgprofd /system/bin/lgprofd
socket lgprofd stream 666
#Application Manager ENABLE_UNINSTALL
service enable_uninstall /system/vendor/bin/enable_uninstall.sh
disabled
oneshot
#Application Manager ENABLE_UNINSTALL
on property:vold.post_fs_data_done=1
start enable_uninstall
#CAPP_LOGCATCHER
service digicl /system/bin/digicl.sh
class main
disabled
oneshot
#CAPP_LOGCATCHER
service quickdump /system/bin/quickdump.sh
class main
disabled
oneshot
ioprio rt 0
keycodes 114 115 116
#CAPP_NFS
service nfskill /system/bin/nfskillprocess
disabled
oneshot
user root
on property:vold.decrypt=trigger_shutdown_framework
start nfskill
#Application Manager NTCODE work
service ntcode_listing /system/vendor/bin/ntcode_listing.sh
disabled
oneshot
#Application Manager NTCODE work
on property:persist.sys.mcc-list=*
start ntcode_listing
#Useless apks delete
service apk_delete /system/vendor/bin/apk_delete.sh
user root
group root
disabled
oneshot
#Useless apks delete
on property:persist.data.sbp.update=1
start apk_delete