My SGS2 would stay on when in Untrusted Zone after entering the pin once.
that is no pin required after the initial pin entry.
I removed the comma after untrusted zone
from A2: If [ %PACTIVE ~ *,untrusted zone,* ]
to A2: If [ %PACTIVE ~ *,untrusted zone* ]
Seems to work properly now.
|