6

I'm trying to code an app for android that needs to enable and disable 3G (move between 2g and 3g), but can't find anything about it...is that possible? Can I get a snippet code or some documentation? Thanks in advance

2 Answers2

1

No , it is not possible as just in other mobile platforms not possible..

Fred Grott
  • 3,505
  • 1
  • 23
  • 18
  • 1
    Ok... since you can do it in phone preferences...tought it could be possible –  Jul 30 '09 at 13:07
0

Similar question over here from the other side:

Is it possible to force network traffic through Wifi or the TMobile network?

Are you talking about moving between Edge and 3g or turning on and off the Wifi.

Community
  • 1
  • 1
haseman
  • 11,213
  • 8
  • 41
  • 38
  • I'm trying to move between gprs (2g) and umts (3g). Found out how to enable wifi but not anything about gsm –  Jul 29 '09 at 23:41