Re: [android-developers] SIPDemo is not working...

2011-01-24 Thread vikram jain
Hi I am eargerly wating for support of Sip in emulator. Till what time/release when we can expect SIP to be supported by the emulator On Tue, Jan 25, 2011 at 6:17 AM, Alexander Lucas wrote: > Hi Avi- > > The emulator doesn't currently support Sip- To test, you'll need a device > running gingerb

Re: [android-developers] SIPDemo is not working...

2011-01-24 Thread Alexander Lucas
Hi Avi- The emulator doesn't currently support Sip- To test, you'll need a device running gingerbread. -Alex On Thu, Jan 20, 2011 at 12:34 AM, Avi wrote: > I tried to use SIPDemo application on Android 2.3 - revision 9 > emulator > > But it returns null for the SIPManager.newInstance(this). >

[android-developers] SIPDemo is not working...

2011-01-20 Thread Avi
I tried to use SIPDemo application on Android 2.3 - revision 9 emulator But it returns null for the SIPManager.newInstance(this). if (manager == null) { manager = SipManager.newInstance(this); } On checking SIPManager.isAPISupported. It retruns false. Has any body run SIPDemo application,