Discussion Board

Results 1 to 2 of 2
  1. #1
    Regular Contributor remyag's Avatar
    Join Date
    Jun 2008
    Posts
    69
    Hi all,

    I have a serious problem with my new application.
    My application is based on CTelephony class for call handling.

    Situation:

    When I press the "Reject" button,the call will be rejected immediately (i.e. when the "redkey" is simulated)

    Code used:

    Code:
    TRawEvent lEventDown;
    	lEventDown.Set(TRawEvent::EKeyDown, EStdKeyNo);
    	UserSvr::AddEvent(lEventDown);
    
    	
    	TRawEvent lEventUp;
    	lEventUp.Set(TRawEvent::EKeyUp, EStdKeyNo);
    	UserSvr::AddEvent(lEventUp);
    Issue:

    After flipping the (N97)device from landscape to portrait and vice versa, the application takes more time to reject the call.

    There is no problem when I don't flip the device.
    But If I wait for sometime after flipping the same device it works fine.

    (there exist no problems for the same application in Nokia 5800)

    I cant find a solution to reduce the delay that happens when this flipping occurs.

    So Please help me to find out a solution.

    Thanks
    Remyag

  2. #2
    Nokia Developer Expert symbianyucca's Avatar
    Join Date
    Mar 2003
    Location
    Lempäälä/Finland
    Posts
    28,664
    Maybe you should use some other method for rejecting the call, for example AT Command CHUP would propably do the trick better.

Similar Threads

  1. Replies: 5
    Last Post: 2009-08-06, 20:58
  2. Application deployment on Device
    By athir.gillani in forum Symbian C++
    Replies: 2
    Last Post: 2009-07-21, 09:17
  3. Replies: 1
    Last Post: 2008-05-08, 12:32
  4. why file writing on memory card takes time
    By vinayakak in forum Symbian C++
    Replies: 2
    Last Post: 2008-04-10, 20:47
  5. problem in running application on device
    By vinod_shelke in forum Symbian C++
    Replies: 1
    Last Post: 2004-04-12, 04:28

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved