[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

2012-09-29 Thread droid Panamax
hey i have also same problem..i have used sip demo and it runs perfectly fine on emulator but it is not running on real device samsung galaxy fit 2.3.4 and samsung galaxy Y 2.3.6...so if u have any solution then plz guide me..Thanks in advance.. On Monday, January 30, 2012 3:26:54 PM UTC+5:30,

[android-developers] Re: SIP DEMO

2012-09-23 Thread vaggos von karajan
* sorry for my mistake. university. It's a project for a lesson. Τη Σάββατο, 22 Σεπτεμβρίου 2012 11:51:25 π.μ. UTC+3, ο χρήστης vaggos von karajan έγραψε: I have installed the application to my phone (ver 2.3.3) but when i'm calling someone nothing happens the app does not

[android-developers] Re: sip demo

2012-02-29 Thread Jagruti Sangani
Hello, I am using sip demo its work perfectly in Emulator but its not work in mobile.That means in mobile application will load but user registation not occure.There is internet is on in mobile although the reigistarion is not done?So what can i do for that plz reply me on

[android-developers] Re: sip demo

2012-02-03 Thread zelenooq
Emulator suport SIP but You have to do this: http://code.google.com/p/android/issues/detail?id=13037 Tablet suport SIP but only if You are wireless connected. On Jan 30, 10:56 am, Jagruti Sangani jagruti.sang...@inextrix.com wrote: hello, i have used the sip demo which was

[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