-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlpm.rc
More file actions
executable file
·43 lines (29 loc) · 726 Bytes
/
lpm.rc
File metadata and controls
executable file
·43 lines (29 loc) · 726 Bytes
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
on init
export PATH /sbin:/system/bin
export ANDROID_ROOT /system
mkdir /system
mount tmpfs nodev /tmp
insmod /lib/modules/fsr.ko
insmod /lib/modules/fsr_stl.ko
insmod /lib/modules/rfs_glue.ko
insmod /lib/modules/rfs_fat.ko
insmod /lib/modules/param.ko
insmod /lib/modules/vibrator.ko
mount rfs /dev/block/stl9 /system check=no
on boot
# write /sys/class/sec/switch/usb_sel PDA
ifup lo
hostname localhost
domainname localdomain
class_start default
#service console /bin/sh
service console /system/bin/sh
console
service playlpm /system/bin/playlpm
user root
oneshot
service immvibed /system/bin/immvibed
oneshot
service lpmkey /system/bin/charging_mode
user root
oneshot