Skip to content

Instantly share code, notes, and snippets.

Created February 23, 2013 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/5020455 to your computer and use it in GitHub Desktop.
Save anonymous/5020455 to your computer and use it in GitHub Desktop.
diff --git a/device_base.mk b/device_base.mk
index 3a5e44e..bc94ed9 100644
--- a/device_base.mk
+++ b/device_base.mk
@@ -118,7 +118,6 @@ PRODUCT_PACKAGES += \
# Device-specific packages
PRODUCT_PACKAGES += \
SamsungServiceMode \
- AriesParts \
tvouthack
# Charger
diff --git a/fstab.aries b/fstab.aries
index 45b449f..8da782e 100644
--- a/fstab.aries
+++ b/fstab.aries
@@ -5,5 +5,5 @@
# LVM Volumes
/dev/lvpool/system /system ext4 ro wait
-/dev/lvpool/userdata /data ext4 noatime,nodev,nosuid,nomblk_io_submit,errors=panic wait,encryptable=footer
+/dev/lvpool/userdata /data ext4 noatime,nodev,nomblk_io_submit,errors=panic wait,encryptable=footer
diff --git a/init.aries.rc b/init.aries.rc
index 67423ac..391d4d6 100644
--- a/init.aries.rc
+++ b/init.aries.rc
@@ -66,6 +66,7 @@ on fs
# Permissions for System Server and daemons.
chown system system /sys/class/backlight/s5p_bl/brightness
+ chmod 0666 /sys/class/backlight/s5p_bl/brightness
# change permission for uart_switch
chown radio radio /sys/class/sec/uart_switch/UART_SEL/value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment