1

I'm creating an application with Qt for the Symbian platform.

There is a signal in QSystemNetworkInfo that notifies when the network mode has been changed.

Is there any way to programmatically change the network mode?

Best regards

Gerstmann
  • 5,368
  • 6
  • 37
  • 57

2 Answers2

1

I don't think it is possible to change the mode programmatically, because it is specified by the network you're operating in.

If you're operating in a wireless local area network, exactly that will be the network mode. May I ask why you would change the network mode explicitly?

Exa
  • 4,020
  • 7
  • 43
  • 60
0

So there's apparently no support for this in the Qt APIs. I think I'll have to do this the native Symbian way.

I found this:

How to change mobile device's Network Mode programmatically in Symbian^3

Gerstmann
  • 5,368
  • 6
  • 37
  • 57