Page 1 of 1

Application Block and Unblock

Posted: Thu May 17, 2018 12:11 pm
by vikas
Can anyone tell me the how to implement for APPLICATION_BLOCK and APPLICATION_UNBLOCK?
Any kind of information will be helpful...

TIA :roll:

Re: Application Block and Unblock

Posted: Fri May 18, 2018 1:20 am
by wumindejia
You can set a state variable,the varible is stored in flash. When application block is successful , variable is set to 1. When application unblock is successful , variable is cleared.

Re: Application Block and Unblock

Posted: Fri May 18, 2018 1:51 am
by vikas
wumindejia wrote:You can set a state variable,the varible is stored in flash. When application block is successful , variable is set to 1. When application unblock is successful , variable is cleared.

If the application is blocked how i can again interact with that app again to unblock it.What does the Application Block really means?

Re: Application Block and Unblock

Posted: Fri May 18, 2018 1:56 am
by wumindejia
vikas wrote:
wumindejia wrote:You can set a state variable,the varible is stored in flash. When application block is successful , variable is set to 1. When application unblock is successful , variable is cleared.

If the application is blocked how i can again interact with that app again to unblock it.What does the Application Block really means?

Appcation in locked state, the command of select or get challenge or application unblock can be executed.