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.
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.