forked from sgt7/android_device_samsung_p1-common
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathlpm.rc
executable file
·50 lines (36 loc) · 999 Bytes
/
lpm.rc
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
on early-init
start ueventd
on init
# GyuTae FIX : we should not use system partition!!!!!
# export PATH /sbin:/bin
export PATH /sbin:/vendor/bin:/system/sbin:/system/bin:/system/xbin
export LD_LIBRARY_PATH /vendor/lib:/system/lib
export ANDROID_ROOT /system
export ANDROID_DATA /data
export EXTERNAL_STORAGE /sdcard
symlink /system/etc /etc
mkdir /sdcard
mkdir /system
mkdir /data
mkdir /cache
mkdir /tmp
mkdir /mnt 0775 root root
#mount /tmp /tmp tmpfs
on fs
mount tmpfs tmpfs /tmp
mount yaffs2 mtd@system /system ro
on boot
# set cpu governor to powersave while in charging mode
write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor powersave
ifup lo
hostname localhost
domainname localdomain
class_start default
service ueventd /sbin/ueventd
critical
service playlpm /system/bin/playlpm
user root
oneshot
service lpmkey /system/bin/charging_mode
user root
oneshot