19 May
2011
19 May
'11
11:33 a.m.
I guess the browser uses some API to force the phone to establish a PDP context. I don't know why this happens automatically after some time, but this might be because of some background-service (update-checking, location-service, ...).
Yes, this's probably what happens there. Now, prior to using ASIO, I call [NSURLConnection sendSynchronousRequest:...] with the address of one popular search engine :), and it automatically initializes the PDP. Of course, I have to find a more light-weight method having the same side-effect....