Skip to content

Commit

Permalink
Restart Samsung fingerprint HAL on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Aug 14, 2019
1 parent 9b00a51 commit e2e1e60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phh-on-boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ if grep -qF android.hardware.boot /vendor/manifest.xml || grep -qF android.hardw
fi

setprop ctl.restart sec-light-hal-2-0
if find /sys/firmware -name support_fod |grep -qE .;then
setprop ctl.restart vendor.fps_hal
fi

#Clear looping services
sleep 30
Expand Down

0 comments on commit e2e1e60

Please sign in to comment.