Skip to content

Commit

Permalink
update: storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ishantvivek committed Feb 3, 2016
1 parent fc880d2 commit 653a483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ramdisk/fstab.hawaii_ss_kyleprods
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/dev/block/platform/sdhci.1/by-name/modem /modem emmc defaults defaults

# Vold-managed volumes ("block device" is actually a sysfs devpath)
/devices/platform/sdhci.0/mmc_host/mmc2* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata,noemulatedsd
/devices/platform/sdhci.0/mmc_host/mmc2* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata

# ZRAM
/dev/block/zram0 none swap defaults zramsize=67108864
Expand Down
10 changes: 1 addition & 9 deletions ramdisk/init.hawaii_ss_kyleprods.rc
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,9 @@ on init

symlink /sdcard /storage/sdcard0

export SECONDARY_STORAGE /storage/sdcard1
mkdir /mnt/media_rw/sdcard1 0700 media_rw media_rw
mkdir /storage/sdcard1 0700 root root

# By default, primary storage is physical
setprop ro.vold.primary_physical 1
#setprop ro.vold.primary_physical 1


# To store widevine keybox
Expand Down Expand Up @@ -505,11 +502,6 @@ on post-fs
restorecon_recursive /efs
chown radio system /efs
chmod 0771 /efs
#Fuse ext-sdcard
fusewrapped external sdcard daemon running as media_rw (1023)
service fuse_sdcard1 /system/bin/sdcard -u 1023 -g 1023 -d /mnt/media_rw/sdcard1 /storage/sdcard1
class late_start
disabled

# Create filesystem if necessary
service setup_fs /system/bin/setup_fs \
Expand Down

0 comments on commit 653a483

Please sign in to comment.