all,

I want to intercept the SIM API call for WM 5.0 platform. After
intercepting the API, we would like to call the original API entry and do
some data processing inside the API hook. Can anyone tell me what is the
best way to intercpet the SIM API call? Can I intercpet the RIL API call in
this case? Thx.

Re: intercept SIM API call by Valter

Valter
Wed Oct 31 03:42:07 PDT 2007

"Angie" <kimojolin@yahoo.com> wrote in
news:#TTs0bzGIHA.5980@TK2MSFTNGP04.phx.gbl:

> all,
> I want to intercept the SIM API call for WM 5.0 platform.
> After
> intercepting the API, we would like to call the original API entry
> and do some data processing inside the API hook. Can anyone tell
> me what is the best way to intercpet the SIM API call? Can I
> intercpet the RIL API call in this case? Thx.

You can create a SIP that register itself instead of the regular one
and instantiate it, wrapping both the SIP interface (to the OS) and
the notification interface (to the original SIP).

--
Valter Minute
(the reply address of this message is invalid)
(l'indirizzo di reply di questo messaggio non è valido)

Re: intercept SIM API call by Angie

Angie
Wed Oct 31 10:52:28 PDT 2007

Sorry, I was talking about SIM API call other than SIP. Thank you for you
help.

"Valter Minute" <v_a_l_t_e_r.m_i_n_u_t_e@g_m_a_i_l.com> wrote in message
news:Xns99DA7709F3A4DVALTERMINUTE@207.46.248.16...
> "Angie" <kimojolin@yahoo.com> wrote in
> news:#TTs0bzGIHA.5980@TK2MSFTNGP04.phx.gbl:
>
>> all,
>> I want to intercept the SIM API call for WM 5.0 platform.
>> After
>> intercepting the API, we would like to call the original API entry
>> and do some data processing inside the API hook. Can anyone tell
>> me what is the best way to intercpet the SIM API call? Can I
>> intercpet the RIL API call in this case? Thx.
>
> You can create a SIP that register itself instead of the regular one
> and instantiate it, wrapping both the SIP interface (to the OS) and
> the notification interface (to the original SIP).
>
> --
> Valter Minute
> (the reply address of this message is invalid)
> (l'indirizzo di reply di questo messaggio non è valido)