java card - sim toolkit - cathing sms sending
Hi,
I am trying to catch an sms sending in stk applet.
I tested that the handset support the facility: MEProfile.check(11)
and registered to the event reg.setEvent(EVENT_MO_SHORT_MESSAGE_CONTROL_BY_SIM),
also tested the registration:
reg.isEventSet(EVENT_MO_SHORT_MESSAGE_CONTROL_BY_SIM) and it's true.
But still I can't catch an sms sending meaning even when I am sending an sms I can't catch it in processToolkit(byte event).
Does any one knows have any idea why ?
any help/direction will help.
Thanks alot.

