Android 2.3 platform contains a SIP demo project. I wanna test this project on two AVD's, not on real Andorid devices. I really don't know how to proceed, I really appriciate your reply as I am new to Android.

link|improve this question

You can run SipDemo at Android Emulator if you use this IMG - xilard.hu – Dodo Jun 9 '11 at 6:46
feedback

1 Answer

up vote 1 down vote accepted

From Testing SIP Applications

Testing SIP Applications

To test SIP applications, you need the following:

  • A mobile device that is running Android 2.3 or higher. SIP runs over wireless, so you must test on an actual device. Testing on AVD won't work.
  • A SIP account. There are many different SIP providers that offer SIP accounts.
  • If you are placing a call, it must also be to a valid SIP account.

To test a SIP application:

  1. On your device, connect to wireless (Settings > Wireless & networks > Wi-Fi > Wi-Fi settings)
  2. Set up your mobile device for testing, as described in Developing on a Device.
  3. Run your application on your mobile device, as described in Developing on a Device.
  4. If you are using Eclipse, you can view the application log output in Eclipse using LogCat (Window > Show View > Other > Android > LogCat).

So it looks like you have to use a physical device to test SIP applications.

link|improve this answer
Guys, university is providing me two mobile sets but they can support 2.1 version for android support. is that possible to upgrade the sets to android platform 2.3, so that i can use SIP API provided by androids? – Zahir Abas Apr 1 '11 at 11:20
1  
@Zahir: That depends on what device you are using. You should ask that on android.stackexchange.com – Jonas Apr 1 '11 at 13:30
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.