17 lines
382 B
Plaintext
Executable File
17 lines
382 B
Plaintext
Executable File
#camera360
|
|
on property:persist.sys.camera360=1
|
|
chmod 0666 /dev/video*
|
|
|
|
on property:persist.sys.camera360=2
|
|
chmod 0660 /dev/video*
|
|
|
|
service camera360 /system/bin/camera360.sh
|
|
disabled
|
|
oneshot
|
|
|
|
on property:sys.boot_completed=1
|
|
write /sys/devices/system/cpu/cpu0/cpufreq/schedutil/target_load 65
|
|
setprop vendor.hwc.reserved_plane_name NULL
|
|
start camera360
|
|
|