blob: 4326220ea90ebfb502eac04aa1794fae70f1e34d [file] [log] [blame]
on post-fs
## set gpio75 as input to power the hall sensor when connected to AP
write /sys/class/gpio/export 75
write /sys/class/gpio/gpio75/direction in
## ensure correct calibration file permissions
chown root system /persist/sensorcal.json
chmod 0640 /persist/sensorcal.json
## Update SH FW if needed
start flash-sh-fw
service flash-sh-fw /system/bin/sensortool.bullhead -f /vendor/firmware/nano4x1.bin
oneshot
disabled