Ask a questionAsk a question
 

AnswerHow to make an incoming call in device emulator?

  • Monday, February 27, 2006 4:43 AMPlume-Tsee Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    In device emulator,I make a phone call to 727XXXX,it is ok.But they are outgoing call.I want to make a incoming call,so I can answer it or refuse.

    How to do?

    Thanks in advance.

Answers

  • Tuesday, March 07, 2006 1:47 PMBarry BondMSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Sorry, but it looks like the tool will not be released.  There is no way to make an incoming call appear.

    cconnect.dll is not related to FakeRIL - it is part of "Core Connectivity", which is the Visual Studio code that connects VS to Smart Devices and emulators.

     

    Barry

All Replies

  • Tuesday, February 28, 2006 2:38 PMMohit Gogia Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
  • Tuesday, February 28, 2006 2:49 PMPlume-Tsee Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    callevent at this post http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/callevents.asp 

    is for Pocket PC 2003 & Smartphone 2003 Emulator using x86.

    The Device Emulator using ARM,it is different.

    Now I use Visual Studio .NET 2005 to develop smartdevice app,it's emulator is device emulator.I test phone call in device emulator,outgoing call is OK.But I don't know how to create a incomimg call in device emulator.

    Thanks

     

     

  • Thursday, March 02, 2006 3:46 AMJackey Cheung Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I've seen a post on this forum (posted on Sep 2005), that Microsoft will release a tool to do this in a few months, but I still haven't seen any "tool" yet...

    So, I tried to see whether I can DIY something.

    I've check the dll comes with the Remote Tools of VS2k5 (ccconnect.dll).  It seems that the dll has all related funtions packed into it, but I've got a problem while trying those functions.  There is a parameter of a type named _RemotableHandle, without properly setting this parameter, a call to the functions always fails.

    The _RemotableHandle defined something like this:
    struct _RemotableHandle
    {
        _RemotableHandle();
        int fContext;
        __MIDL_IWinTypes_0009 u;
    };


    struct __MIDL_IWinTypes_0009
    {
        __MIDL_IWinTypes_0009();
        int hInproc;
        int hRemote;
    };

    Anyone can figure out what's this & how to use it?
  • Tuesday, March 07, 2006 1:47 PMBarry BondMSFTUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Sorry, but it looks like the tool will not be released.  There is no way to make an incoming call appear.

    cconnect.dll is not related to FakeRIL - it is part of "Core Connectivity", which is the Visual Studio code that connects VS to Smart Devices and emulators.

     

    Barry

  • Friday, March 27, 2009 10:35 AMsipsdkguru Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    It seems to be good solution http://voipsipsdk.com/Download.aspx