blob: 1aa032fb048584cb9784381ec1ace017928017c8 [file] [log] [blame]
# Omni Extras
on init
export TERMINFO /system_ext/etc/terminfo
export TERM linux
on boot
chown system system /sys/module/lowmemorykiller/parameters/minfree
chmod 0644 /sys/module/lowmemorykiller/parameters/minfree
# vnc
chmod 0666 /dev/uinput
# adb over network
on property:service.adb.tcp.port=5555
stop adbd
start adbd
on property:service.adb.tcp.port=0
stop adbd
start adbd