skittles9823 / QuickSwitch

831 stars 40 forks source link

Make sure /product gets mounted with write permissions. #2

Closed ironydelerium closed 5 years ago

ironydelerium commented 5 years ago

If /product is mounted early by the ROM, 'is_mounted /product' is true, but in a normal case, it's never mounted with write permissions.

This patch just checks to make sure that it's correctly mounted for writing, and returns it to it's previous state when finished.