Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion rootdir/init.qcom.rc
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,11 @@ on boot
# Adaptive LMK
write /sys/module/lowmemorykiller/parameters/enable_adaptive_lmk 1
write /sys/module/lowmemorykiller/parameters/vmpressure_file_min 53059


# Proximity sensor
chown system system /sys/class/input/event5/device/enable
chmod 0660 /sys/class/input/event5/device/enable

on fs
mkdir /dev/usb-ffs 0770 shell shell
mkdir /dev/usb-ffs/adb 0770 shell shell
Expand Down