HclX / WyzeHacks

Hacks I discovered allowing Wyze camera owners to do customizations
MIT License
789 stars 75 forks source link

Feature ignore umount #48

Closed beaverdude closed 3 years ago

beaverdude commented 3 years ago

The proposal is to use a shared lib hook to completely ignore umount, that is being called by "test_UP" utility under undetermined circumstances. I've noticed that sometimes NFS directory becomes unexpectedly unmounted, mount_nfs script kicks a reboot and then the camera dies and becomes irresponsible until a power down\up hard restart.

HclX commented 3 years ago

A similiar implementation with more checks to only ignore unmounting sdcard partition is added into the latest release 0.5.1, i'm closing this pull request.