Hi all, I added the LOCAL_MODULE_TAGS := eng in Android.mk file and I built the SDK again and from then I am able to see the phone call successfully running on my emulator.
Thanks all for helping, Android user. On Aug 13, 12:55 pm, androiduser mobile <[email protected]> wrote: > I built the SDK locally using make sdk for latest android sources. > > On Aug 13, 12:51 pm, Xavier Ducrohet <[email protected]> wrote: > > > > > You really shouldn't have to do this. > > > The emulator system image provided with the SDK should be provisioned > > (it's setup to run the app SdkSetup on the first boot to provision the > > device). > > > Are you using the SDK, or a self made system image? > > > Xav > > > On Thu, Aug 13, 2009 at 12:30 PM, Roman ( T-Mobile > > > USA)<[email protected]> wrote: > > > > You can change thephoneapplication to be able to handle incoming > > > calls on the emulator. > > > > See code atPhone/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 incomingcall: 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! > > > -- > > Xavier Ducrohet > > Android Developer Tools Engineer > > Google Inc.- Hide quoted text - > > > - Show quoted text -- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

