1on post-fs
2    ## ensure correct calibration file permissions
3    chown root system /persist/sensorcal.json
4    chmod 0640 /persist/sensorcal.json
5    ## Update SH FW if needed
6    start flash-sh-fw
7
8service flash-sh-fw /vendor/bin/sensortool.bullhead -f /vendor/firmware/nano4x1.bin
9    oneshot
10    disabled
11