3

How can I code in my program to make EDGE/GPRS and wifi work together on android?

This can be quite useful; suppose i am connected to a server in LAN while i need to surf the web. A lot of my mates are eager for that, too.

enzo
  • 31
  • 2

2 Answers2

1

Don't know if you can code your program to make it happen, but the link I stumbled on below shows how a persons phone could be made to have working 3G and wifi together:

http://mobisocial.stanford.edu/news/2011/03/let-wifi-and-3g-connection-work-together-by-hacking-connectivityservice-java/

0

How can I code in my program to make EDGE/GPRS and wifi work together on android?

This is not supported in the Android SDK, at least through Android 3.0.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • @enzo: This is not supported by the NDK either. Custom firmware might be able to do something, at least on Android 2.2 and higher. – CommonsWare Apr 02 '11 at 15:16
  • at least the cellphone is connected to GPRS and wifi while being an AP. – enzo Apr 02 '11 at 15:19