aboutsummaryrefslogtreecommitdiffstats
path: root/rootdir/lpm.rc
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2013-10-28 11:23:23 -0400
committersbrissen <sbrissen@hotmail.com>2013-10-28 11:23:23 -0400
commit4f5a90706011bf2ccdcd762d9035387e79bc686e (patch)
tree8e06f04dd2b72d1a72fe04017682306e55671fb1 /rootdir/lpm.rc
parentb27267bc71330b391fb9db41f28e132f3829ca08 (diff)
downloaddevice_samsung_n5110-4f5a90706011bf2ccdcd762d9035387e79bc686e.zip
device_samsung_n5110-4f5a90706011bf2ccdcd762d9035387e79bc686e.tar.gz
device_samsung_n5110-4f5a90706011bf2ccdcd762d9035387e79bc686e.tar.bz2
n5110: merge into common repo kona-common
Diffstat (limited to 'rootdir/lpm.rc')
-rw-r--r--rootdir/lpm.rc82
1 files changed, 0 insertions, 82 deletions
diff --git a/rootdir/lpm.rc b/rootdir/lpm.rc
deleted file mode 100644
index 5f4bb14..0000000
--- a/rootdir/lpm.rc
+++ /dev/null
@@ -1,82 +0,0 @@
-on early-init
- start ueventd
-
-on init
-
- 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 /preload
- mkdir /system
- mkdir /data
- mkdir /cache
- mkdir /efs
- mkdir /tmp
- mkdir /dbdata
- mkdir /mnt 0775 root root
- #mount /tmp /tmp tmpfs
-
-on early-fs
-# insmod /lib/modules/vibrator.ko
-
- mount ext4 /dev/block/mmcblk0p9 /system ro wait noatime
-
- mkdir /data/log 0777
-
- chmod 0666 /dev/log/radio
- chmod 0666 /dev/log/main
- chmod 0666 /dev/log/event
-
-on boot
-# write /sys/class/sec/switch/usb_sel PDA
-
-# CPU Frequency Governor
- write /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor pegasusq
-
-# EHCI runtime enable for LPA
- write /sys/devices/platform/s5p-ehci/power/control auto
-
- ifup lo
- hostname localhost
- domainname localdomain
-
- class_start default
-
-service debuggerd /system/bin/debuggerd
-
-service ueventd /sbin/ueventd
- critical
-
-#service console /bin/sh
-service console /system/bin/sh
- console
-
-service playlpm /system/bin/playlpm
- user root
-
-service immvibed /system/bin/immvibed
- oneshot
-
-service lpmkey /system/bin/lpmkey
- user root
-
-# adbd is controlled by the persist.service.adb.enable system property
-service adbd /sbin/adbd
- disabled
-
-# adbd on at boot in emulator
-on property:ro.kernel.qemu=1
- start adbd
-
-on property:persist.service.adb.enable=1
- start adbd
-
-on property:persist.service.adb.enable=0
- stop adbd
-