Discussion Board

Search:

Type: Posts; User: Svat_; Keyword(s):

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Thread: for experts

    by Svat_
    Replies
    1
    Views
    3,838

    for experts

    Hi guys!
    I try interception of outbound messages on Symbian OS 9.1
    But I have very interest results.
    When I sent outbound messages to multiply recipients on
    E60, N73 and E65, system creates...
  2. Replies
    4
    Views
    4,934

    Re: Interception of system messgaes

    Possible, exists any way to intercept button "Send"?
    Any body have experience?
    Please, help.
  3. Replies
    4
    Views
    4,934

    Re: Interception of system messgaes

    I have tried it. Moving of SMS to another folder takes more long time than deleting. If I will move SMS to another folder, then
    system send SMS and I can't block it. I need to delete it immediately,...
  4. Replies
    4
    Views
    4,934

    Interception of system messgaes

    Hi friends,
    When I delete SMS from outbox, it is deleted successfully, but
    system shows to me message: "General: message deleted".
    Exists any way to avoid this message? Possible, any way to change...
  5. Replies
    14
    Views
    7,773

    Re: SMS via socket issue.

    thanks, for your clarification
    juast one question yet: can I intercept via same way outbound messages? Or it is impossible?
  6. Replies
    14
    Views
    7,773

    Re: SMS via socket issue.

    I have it is worked! Thanks!
    But it is not works with "##" and not works with "@#".
    I have changed it to empty literal:
    _LIT(KTag, "");
    and RunL was called!

    Now I have two question yet. How...
  7. Replies
    14
    Views
    7,773

    Re: SMS via socket issue.

    Hi nigel.brown
    thanks for your reply!
    I have just chacked it.
    If I use this code, then in RunL iStatus =0;
    But if I comment string (iStatus defined in SocketListen):

    //TRequestStatus iStatus;...
  8. Replies
    14
    Views
    7,773

    SMS via socket issue.

    Hi,
    I want receive SMSs via sockets. I found example "silent SMS" on wiki. I have it is compiled well. But after starting on handset, my application crashed on InternalizeL method. And function RunL...
  9. Replies
    4
    Views
    7,142

    Re: S60 browser, redirection limit

    Hi Paul,
    Thanks for your reply! Very useful link.
    I made very interest testing before my post :)
    I made 10 web pages on my server. Each page redirects browser to next page: 1->2 (first...
  10. Replies
    4
    Views
    7,142

    S60 browser, redirection limit

    Hi !
    Exists any way to configure parameters of S60 3rd browser?
    I need to change redirection limit parameter.
    Seems, default it is 8. After redirection to next page, browser shows "unknown...
  11. Replies
    10
    Views
    8,164

    Re: Urgent! Please help! ProcessCommandParametersL

    I have more interest things:
    1) installed application does not exists in application menu, but I can see
    sis installer from app manager (as installed).
    2) if I remove code...
  12. Replies
    10
    Views
    8,164

    Re: Urgent! Please help! ProcessCommandParametersL

    But I not need to exit my app first 5 seconds.
    I have modified function to wait 6sec. anyway:

    [/CODE]
    TBool CMyAppUi::ProcessCommandParametersL( CApaCommandLine &aCommandLine )
    {...
  13. Replies
    10
    Views
    8,164

    Re: Urgent! Please help! ProcessCommandParametersL

    Hm, but why it is not works withiout delay? Application can be successfully
    autostarted on boot without "ProcessCommandParametersL"...
    As I understand from discussion (after tutorial on NewLC)...
  14. Replies
    10
    Views
    8,164

    Re: Urgent! Please help! ProcessCommandParametersL

    Seems, my application started by system...
    How I can delay it?
  15. Replies
    10
    Views
    8,164

    Re: Urgent! Please help! ProcessCommandParametersL

    PS: I have used Start-UP API framework.
    here is my code:
    RESOURCE STARTUP_ITEM_INFO startexe
    {
    executable_name = "c:\\sys\\bin\\My.exe";
    recovery = EStartupItemExPolicyNone;
    }
    but where I...
  16. Replies
    10
    Views
    8,164

    Re: Urgent! Please help! ProcessCommandParametersL

    Hi skumar_rao!
    Thanks for your reply.
    Where I should paste dalay code?
  17. Replies
    10
    Views
    8,164

    Urgent! Please help! ProcessCommandParametersL

    Hi guys! I need your help!
    I want to detect if an application is launched by user or the startup list.
    I have used this way.
    http://newlc.com/How-to-detect-if-an-application-is.html

    I have...
  18. Replies
    2
    Views
    4,711

    Re: Outbound MMS on 3rd

    Thanks Yucca! it works !!
  19. Replies
    2
    Views
    4,711

    Outbound MMS on 3rd

    Hi guys!
    I need recipients list of outgoing mms messages.
    How I can get it? For 2nd I have used TypedAddresseeList function:

    ispecificMtmMMS->TypedAddresseeList(EMmsTo);

    but in CMmsClientMtm...
  20. Thread: Outbound SMS 3rd

    by Svat_
    Replies
    5
    Views
    6,347

    Re: Outbound SMS 3rd

    Seems I found cause...
    I don't use HandleSessionEventL for handling of messages. I periodically check Outbox folder and when I found mesassage here, I need delete it immediately. But seems, system...
  21. Thread: Outbound SMS 3rd

    by Svat_
    Replies
    5
    Views
    6,347

    Re: Outbound SMS 3rd

    Hi yucca
    I have tried with all these capabilities (I have DevCert for it):

    CommDD
    PowerMgmt
    ReadDeviceData
    WriteDeviceData
    TrustedUI
    ProtServ
    NetworkControl
  22. Thread: Outbound SMS 3rd

    by Svat_
    Replies
    5
    Views
    6,347

    Outbound SMS 3rd

    Hi guys!
    I need delete outbound SMS on 3rd MR.
    For it I use next sting :
    iMsvSession->RemoveEntry(iNewMessageId);
    It was successfully used for inbound messages, but when I tried deleting of...
  23. Replies
    7
    Views
    7,346

    Re: MMS notification sound

    Hi Mateen
    My company is Symbian Platinum Partner. But I should be sure - doesn't exist public API which allow disable messages notification, before as we will have conversations with Symbian about...
  24. Replies
    7
    Views
    7,346

    Re: MMS notification sound

    Can Symbian give me official answer for my question?
    Something like that:
    "Symbian 8.0a doesn't provide feature to disable messages notifications for public API. You can to purchase API which...
  25. Replies
    7
    Views
    7,346

    Re: MMS notification sound

    Where I can find API which allows me disable messages notification?
    I should ask Symbian for it? Will Symbian speak with me?
    Thanks.
Results 1 to 25 of 122
Page 1 of 5 1 2 3 4
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