aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Mazurek <akfaew@jasminek.net>2014-06-11 18:26:36 +0100
committerMichal Mazurek <akfaew@jasminek.net>2014-06-11 18:26:36 +0100
commit6344bba0d4ca5a51f4f804647d2819d2a342d56b (patch)
tree148b1b34edc335d5bd6a8f83ab7b8464fde54048
parent429f6c2150c8b3018377dbb1be9dd8ceda0c2e61 (diff)
remove libhead symlink from init.u8500.rc
-rw-r--r--rootdir/init.u8500.rc9
1 files changed, 0 insertions, 9 deletions
diff --git a/rootdir/init.u8500.rc b/rootdir/init.u8500.rc
index d443dfd..70651ed 100644
--- a/rootdir/init.u8500.rc
+++ b/rootdir/init.u8500.rc
@@ -291,15 +291,6 @@ on boot
chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/state
chown bluetooth net_bt_stack /sys/class/rfkill/rfkill0/type
- # Camera backward compatibility with outdated blobs
-
- # Re-mount /system as Read-write
- mount ext4 /dev/block/mmcblk0p3 remount rw
- # Symlink libjhead.so > libhead.so
- symlink /system/lib/libjhead.so /system/lib/libhead.so
- # Re-mount /system as Read-only again
- mount ext4 /dev/block/mmcblk0p3 remount ro noatime errors=panic
-
# Bluetooth MAC address programming
setprop ro.bt.bdaddr_path "/efs/bluetooth/bt_addr"
chown bluetooth bluetooth ro.bt.bdaddr_path