Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SIM Card Events Problem

ShylinJul 4 2011 — edited Sep 20 2012
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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 18 2012
Added on Jul 4 2011
5 comments
1,503 views