16.09.2016, 11:15
Looks like it's an issue in latest FW, this will be fixed in RC2. As a temporary solution, create a resident script with 60 seconds sleep time and execute this:
Then, reboot your device and lock should be removed.
Code:
db:query('UPDATE reactorv2 SET locked=0')
alert('fixed')
Then, reboot your device and lock should be removed.