Dear All,
I dont know this is the right forum to post a message about SIM Toolkit or not, because every time I post a message about STK, I dont get any answer! :(
So if it is not the right forum please tell me!
I am developing a SIM Toolkit Applet (STK), I need to catch the following events: EVENT_PROFILE_DOWNLOAD and EVENT_STATUS_COMMAND.
but unfortunately these events aren't triggered in my STK!
I have registered my STK for these events as you can see here :
reg.setEvent(EVENT_PROFILE_DOWNLOAD);
reg.requestPollInterval((short) 30);
any help would be appreciated!