[android-developers] Re: SIP Demo and Android 2.3 problem

2013-02-06 Thread Labeeb p
This issue are there with some Samsung giger bread device. I'm using Galaxy ace 2.3.6 On Wednesday, 6 February 2013 01:55:08 UTC+5:30, bob wrote: Is this on a device or an emulator? Thanks. On Tuesday, February 5, 2013 7:48:17 AM UTC-6, Labeeb p wrote: I'm also facing the same issue.

[android-developers] Re: SIP Demo and Android 2.3 problem

2013-02-06 Thread Labeeb p
This issue is there with some Samsung Gingerbread device. I'm using Galaxy ace 2.3.6 On Wednesday, 6 February 2013 01:55:08 UTC+5:30, bob wrote: Is this on a device or an emulator? Thanks. On Tuesday, February 5, 2013 7:48:17 AM UTC-6, Labeeb p wrote: I'm also facing the same issue.

[android-developers] Re: SIP Demo and Android 2.3 problem

2013-02-06 Thread Nobu Games
What you're observing is expected behavior and not a bug. Reading the API documentation helps: From http://developer.android.com/reference/android/net/sip/SipManager.html *Note:* Not all Android-powered devices support VOIP calls using SIP. You should always call

[android-developers] Re: SIP Demo and Android 2.3 problem

2013-02-05 Thread Labeeb p
I'm also facing the same issue. Is there any fix for this SipManager.newInstance returns null in Android 2.3 On Wednesday, 8 December 2010 19:05:47 UTC+5:30, jan telega wrote: Hi, i tried to run SIP Demo (http://developer.android.com/resources/

[android-developers] Re: SIP Demo and Android 2.3 problem

2013-02-05 Thread bob
Is this on a device or an emulator? Thanks. On Tuesday, February 5, 2013 7:48:17 AM UTC-6, Labeeb p wrote: I'm also facing the same issue. Is there any fix for this SipManager.newInstance returns null in Android 2.3 On Wednesday, 8 December 2010 19:05:47 UTC+5:30, jan telega wrote:

[android-developers] Re: SIP Demo and Android 2.3 problem

2011-02-04 Thread jan telega
Actually emulator supports SIP. All you have to do to make it works is described here: http://code.google.com/p/android/issues/detail?id=13037 On 9 Gru 2010, 20:30, WindowsNT windows...@gmail.com wrote: I am waiting for them to fix it. The emulator simply doesn't support SIP. Too bad. On Dec

[android-developers] Re: SIP Demo and Android 2.3 problem

2010-12-09 Thread WindowsNT
I am waiting for them to fix it. The emulator simply doesn't support SIP. Too bad. On Dec 8, 8:35 am, jan telega jan.tel...@gmail.com wrote: Hi, i tried to run SIP Demo (http://developer.android.com/resources/ samples/SipDemo/index.html) and start developing SIP application, but i found one