From bff0164a00b0774bbfec3f7bd74435edaea5e500 Mon Sep 17 00:00:00 2001 From: RGIB Date: Tue, 15 Mar 2016 17:34:32 +0100 Subject: n5100 : logwrapper Change-Id: Iae41c26048cb9b02cc5bab21f231f138952d2fca --- rootdir/init.smdk4x12.rc | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/rootdir/init.smdk4x12.rc b/rootdir/init.smdk4x12.rc index 47191ed..95c38fd 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -3,7 +3,7 @@ import init.bt.rc on init - export LD_SHIM_LIBS /system/lib/libril.so|libsamsung_symbols.so:/system/bin/gpsd|libsamsung_symbols.so:/system/bin/at_distributor|libsamsung_symbols.so + export LD_SHIM_LIBS /system/lib/libril.so|libsamsung_symbols.so chmod 0701 /mnt/media_rw chown root root /mnt/media_rw @@ -37,9 +37,9 @@ on fs chmod 0771 /efs on post-fs-data - # we will remap this as /mnt/sdcard with the sdcard fuse tool - mkdir /data/media 0775 media_rw media_rw - chown media_rw media_rw /data/media + # we will remap this as /mnt/sdcard with the sdcard fuse tool + mkdir /data/media 0775 media_rw media_rw + chown media_rw media_rw /data/media # for AT distributor chown system radio /sys/module/cpuidle_exynos4/parameters/enable_mask @@ -429,7 +429,7 @@ on boot setprop status.battery.level_scale 9 # wifi display - write /proc/sys/net/core/wmem_max 262144 + write /proc/sys/net/core/wmem_max 262144 # Set permission for Widevine DRM temporarily chmod 0777 /dev/s5p-smem @@ -498,10 +498,10 @@ service p2p_supplicant /system/bin/wpa_supplicant \ -I/system/etc/wifi/wpa_supplicant.conf \ -puse_p2p_group_interface=1 \ -g@android:wpa_wlan0 - # we will start as root and wpa_supplicant will switch to user wifi - # after setting up the capabilities required for WEXT - # user wifi - # group wifi inet keystore + # we will start as root and wpa_supplicant will switch to user wifi + # after setting up the capabilities required for WEXT + # user wifi + # group wifi inet keystore class main socket wpa_wlan0 dgram 660 wifi wifi disabled @@ -513,10 +513,10 @@ service wpa_supplicant /system/bin/wpa_supplicant \ -I/system/etc/wifi/wpa_supplicant.conf \ -O/data/misc/wifi/sockets \ -g@android:wpa_wlan0 - # we will start as root and wpa_supplicant will switch to user wifi - # after setting up the capabilities required for WEXT - # user wifi - # group wifi inet keystore + # we will start as root and wpa_supplicant will switch to user wifi + # after setting up the capabilities required for WEXT + # user wifi + # group wifi inet keystore class main socket wpa_wlan0 dgram 660 wifi wifi disabled @@ -560,22 +560,22 @@ service gpsd /system/bin/logwrapper /system/bin/gpsd -c /system/etc/gps.xml group system inet sdcard_rw ioprio be 0 -service macloader /system/bin/macloader +service macloader /system/bin/logwrapper /system/bin/macloader class main oneshot # cbd -service cpboot-daemon /system/bin/logwrapper /sbin/cbd -d +service cpboot-daemon /system/bin/logwrapper /system/bin/logwrapper /sbin/cbd -d -p7 class main user root group system radio cache inet misc audio sdcard_rw log sdcard_r -service orientationd /system/bin/orientationd +service orientationd /system/bin/logwrapper /system/bin/orientationd class main user compass group input -service geomagneticd /system/bin/geomagneticd +service geomagneticd /system/bin/logwrapper /system/bin/geomagneticd class main user compass group system input -- cgit v1.1