-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.lge.rc
More file actions
83 lines (66 loc) · 1.85 KB
/
Copy pathinit.lge.rc
File metadata and controls
83 lines (66 loc) · 1.85 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
#CAPP_CKERROR_REPORTER
import init.ckerror.rc
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
#create directory for lgdrm
mkdir /data/lgdrm 0770 lgdrm lgdrm_acc
#CAPP_BLUEERROR_HANDLER: temp version, it will be removed
chown root system /data/dontpanic
chmod 0775 /data/dontpanic
# LGE_CHANGE_S, NFC: create data/nfc for nv storage
mkdir /data/nfc 770 nfc nfc
mkdir /data/nfc/param 770 nfc nfc
# LGE_CHANGE_E, NFC
#CAPP_UNINSTALL_PRELOADED
on property:sys.boot_completed=1
start post_install
#CAPP_RESERVED_USERDATA
on property:ro.reserve.blockcount=*
exec /system/bin/tune2fs -r $ro.reserve.blockcount \
-u system -g system $ro.reserve.userdata
#CAPP_UNINSTALL_PRELOADED
service post_install /system/vendor/bin/post_install.sh
disabled
oneshot
#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_DEBUG_TOOLS
service digicl /system/bin/digicl.sh
class main
disabled
oneshot
#CAPP_DEBUG_TOOLS
service quickdump /system/bin/quickdump.sh
class main
disabled
oneshot
ioprio rt 0
keycodes 114 115 116