I am looking to create an application that sends a live video stream from a phone to be stored on a server, using 3g.
I found spydroid which is very similar to what I want to do. Looking through the code I just realised it uses wifi not 3g.
My question is what do I need to change so that it uses 3g instead of wifi? (I'm looking for general pointers, I don't want you to look through the actual code :) )
Thanks in advance!