Skip to content

Commit

Permalink
REVERTME: a horrible workaround for the stuck ET51x sensor
Browse files Browse the repository at this point in the history
The ET51x sensor gets stuck at boot and will not answer even if the power
is kept. This workaround reloads the HAL and the TZ app hiding the issue.

This workaround should be used only to get the functionality tested.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
  • Loading branch information
jerpelea committed Jan 11, 2019
1 parent 3559abb commit 375934d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android.hardware.biometrics.fingerprint@2.1-service.sony.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ service fps_hal /vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-servi
class late_start
user system
group system input

# This is a horrible workaround for the stuck TZ application and should be fixed ASAP
on property:sys.boot_completed=1 && property:ro.board.platform=sdm660
stop fps_hal
start fps_hal

0 comments on commit 375934d

Please sign in to comment.