You can change the phone application to be able to handle incoming calls on the emulator.
See code at Phone/src/com/android/phone/CallNotifier.java and set boolean provisioned = true; (in method onNewRingingConnection) -- Roman Baumgaertner Sr. SW Engineer-OSDC ·T· · ·Mobile· stick together The views, opinions and statements in this email are those of the author solely in their individual capacity, and do not necessarily represent those of T-Mobile USA, Inc. On Aug 13, 12:12 pm, androiduser mobile <[email protected]> wrote: > Hi Mark, > > Thanks for the response. I am using DDMS and when I see the logcat the > message is "rejecting incoming call: device isn't provisioned". I dont > know what I am missing here. > > Thanks. > > On Aug 11, 5:21 pm, Mark Murphy <[email protected]> wrote: > > > androiduser mobile wrote: > > > Hi, > > > > Can anyone suggest how tosimulatean incomingphonecallin an > > > emulator. I tried using > > > gsmcall<phonenumber> and it says OK on the console but not able to > > > show any notification/status on the emulator. > > > Use DDMS: > > >http://developer.android.com/guide/developing/tools/ddms.html > > > -- > > Mark Murphy (a Commons > > Guy)http://commonsware.com|http://twitter.com/commonsguy > > > _Android Programming Tutorials_ Version 1.0 Available! > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

