Discussion Board

Results 1 to 7 of 7
  1. #1
    Registered User sena73's Avatar
    Join Date
    Mar 2003
    Posts
    10
    Hello all

    I'm creating networking UDP application. When I send UDP packet, popup window appears, promting selection of the access point by user.

    I need silent non-interactive connection (with preconfigured values).
    What is the right way to do this? What about the simplest way?

    Should I use RGenericAgent class? If this is the case, which settings should I use?

    Can you please point the place in documentation where I should read about?
    --
    Best regards, Sergey Spiridonov

  2. #2
    Regular Contributor dgobin's Avatar
    Join Date
    Mar 2003
    Posts
    57
    did you figure out how to do this ??

  3. #3
    Registered User andyesquire's Avatar
    Join Date
    Mar 2003
    Posts
    35
    I have code which stops the access point selection on the emulator - it doesn't work on the target.

    I will happily provide it to anybody that e-mails me, all I ask in return is that somebody tell me why the Socket SDK example doesn't work on my 7650 !!!! I get a timeout error.

    Am I really going to have to pay Nokia 300 Euro (?) to solve this problem.... this is my last appeal to this support forum before I give up on it and just pay for Developer Support and no longer contribute here.

    andyesquire@hotmail.com

    Andy.

  4. #4
    Regular Contributor mtg101's Avatar
    Join Date
    Mar 2003
    Location
    UK
    Posts
    159
    This should stop the connection dialog, on and off target:

    -----
    TRAPD(
    err, CCommsDatabase* db = CCommsDatabase::NewL(EDatabaseTypeIAP);
    db->SetGlobalSettingL(TPtrC(ASK_USER_BEFORE_DIAL),(TInt)false);
    delete db;
    )
    -----

    Just remember to set it back to asking the user once you're finished with it, so othe programs correctly popup the list.

    To choose which connection to use, use CIntConnectionInitiator (or RGenericAgent if you're feeling masochistic).


    As for sockets timing out on the device... all I can think of is to check that you're poingting at a server that will accept connection on the port you've chosen. Also remember that the server in question must be visible on the internet - no good trying to point at an internal server as the phone has to go through the GPRS network.

  5. #5
    Regular Contributor dgobin's Avatar
    Join Date
    Mar 2003
    Posts
    57
    thx! will give it a shot ... too bad the dialing popup is global and not per app

  6. #6
    Regular Contributor mtg101's Avatar
    Join Date
    Mar 2003
    Location
    UK
    Posts
    159
    It should be per connection - you've got the ability to override the setting per connection - but unfortuantely it doesn't work.

  7. #7
    Registered User SJK667's Avatar
    Join Date
    Mar 2003
    Posts
    2
    You can stop the pop up occuring by using the version of RGenericAGent::StartOutgoing that takes a CStoreableOverrideSettings class.

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