diff options
-rw-r--r-- | rootdir/etc/init.qcom.rc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index bd16d8f..35e6a4d 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -62,9 +62,6 @@ on init on fs mount_all ./vendor/etc/fstab.qcom - # Mount ZRAM - swapon_all ./vendor/etc/fstab.qcom - # Adaptive LMK write /sys/module/lowmemorykiller/parameters/enable_adaptive_lmk 1 write /sys/module/lowmemorykiller/parameters/vmpressure_file_min 53059 @@ -346,6 +343,10 @@ on post-fs-data # SONY: Create dir for marlin sdata mkdir /data/persist/marlin 0700 system system +on property:sys.boot_completed=1 + # Enable ZRAM on boot_complete + swapon_all /vendor/etc/fstab.qcom + on property:bluetooth.isEnabled=true # start btwlancoex write /sys/class/bluetooth/hci0/idle_timeout 7000 |