I've answered this before, you basically can't do this, you're trying
to drill down into the system class, which is communicating natively
using the RIL.

If you want to do this, you need to get your own hardware, write an
extension to talk to your app, and modify it to speak to the RIL in
whatever way you need...

kris

On Sun, Jun 10, 2012 at 4:11 PM, zsolt <[email protected]> wrote:
> Hi all,
>
> I would like to make an Android application to measure and diagnose
> mobile networks. Hence I have to make calls and meanwhile check the
> mobile network parameters.
>
> I tried to use ACTION_DIAL intent but in this case I cannot get
> parameters of calls (e.g. call setup time)because the intent hides it.
> I debugged it and checked what happen in the sdk when setup a call but
> I couldn't find out.
> I look into the sdk's internal telephony package and try to find the
> class which use the dial function, I found several classes and I gone
> through them by the callhierarchy.
> Finally I got to the CallManager class and I didn't find further class
> which use this class' dial function.
>
> Please help me to find a way to make a call without intents.
> Someone of you have a good hint for me?
>
> Thanks in advance!
>
> Best regards,
> Zsolt
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to