Questions tagged [3g]

For questions about 3G mobile networking and communications standards and their implementations.

535 questions
7
votes
2 answers

How do you programmatically change between 3G and 4G on Android?

I've looked into it some and I'm thinking it's not possible, but to think that something isn't possible on the Android platform is blasphemous. The idea is to create a widget that toggles between 3G and 4G to save battery without having to enter the…
Art Vandelay
  • 391
  • 6
  • 16
7
votes
2 answers

Android - native sockets not removing 3G-sleep-mode on first attempt

I have a really annoying problem. What happens is I have an application which is using native sockets to send data over TCP. When I first launch my application and send data over the sockets, nothing gets through. However if I then quit the process…
KaiserJohaan
  • 9,028
  • 20
  • 112
  • 199
7
votes
2 answers

Create Network Access Point Name with code,

I want to create APN by code, is there any support in Android SDK, i have tried a lot but not succeed,I found some info related to this http://blogs.msdn.com/b/zhengpei/archive/2009/10/13/managing-apn-data-in-google-android.aspx i made a class…
Sandeep
  • 2,573
  • 3
  • 21
  • 28
7
votes
2 answers

Do Android Phones have a MAC address when connected to 3G?

I was wondering if Android phones have a MAC address when connected to the internet over 3G? I'm assuming they do, so I guess my real question is whether or not there is anyway of accessing it? I haven't found anything from looking through the APIs…
user631063
7
votes
2 answers

Exception reading Wifi/3G State

Hi I have the following code that reads Network/Wifi state: public String getMacAddress() { WifiManager wm = (WifiManager) context .getSystemService(Context.WIFI_SERVICE); return wm.getConnectionInfo().getMacAddress(); } This…
Marcos Vasconcelos
  • 18,136
  • 30
  • 106
  • 167
7
votes
2 answers

Realtime multiplayer game over mobile network?

I just discovered that my phone is behind a symmetric udp firewall, which simply means that udp traffic is not possible. My 3g provider is t-mobile which is one of the biggest in my country. I suspect that many more mobile 3g providers have udp…
T. Akhayo
  • 411
  • 6
  • 13
7
votes
3 answers

Is peer-to-peer communication over 3G/4G possible for smart phones?

I'm trying to write an app that transfers data from one android device to another - but the devices are most likely located in different parts of the city, state, or country. (The straight forward way would be to have a central server (or any type…
pseudosudo
  • 1,962
  • 1
  • 19
  • 30
7
votes
1 answer

Android - Connectivity Questions

I have a couple of questions about connectivity on Android, if anyone has any insight it would be great. 1) What is the default when an application wants to wirelessly connect? Is it wlan? And if wlan is switched off or there is no access…
Donal Rafferty
  • 19,707
  • 39
  • 114
  • 191
7
votes
5 answers

Why 3G network NAT cannot be bypassed?

I am developing a p2p chat application which works fine over DSL two different NATs, but when it comes to 3G USB internet connection it fails. I find out that its not possible to bypass NAT for 3g networks and the known p2p applications like Skype…
rafay
  • 83
  • 2
  • 10
7
votes
1 answer

Trust anchor for certificate path not found when using over 3g but works fine over WiFi

My android project is using api 15. I am connecting to a server over https using the HttpsURLConnection class. Everything works just fine over WiFi but if I turn off WiFi and run over 3g I get the following : javax.net.ssl.SSLHandshakeException:…
Horrendo
  • 393
  • 3
  • 14
7
votes
2 answers

Determine if LTE is turned on?

I am trying to write a widget so I can enable/disable LTE on my Verizon Galaxy Nexus without going deep into the settings menu to do so. However, I have yet to figure out how to determine if LTE is actually turned on. I can determine if my phone…
smccloud
  • 390
  • 2
  • 7
  • 16
7
votes
2 answers

Can wifi and 3G work at the same time on Android?

I am doing a project which needs the Android tablet to communicate with a local network device via Wifi(tcp/ip) and at the same time send data to server via 3G(http request). The Android tablet receives data from local network device every 1…
7
votes
2 answers

Is it possible to detect LTE connection using iOS SDK?

I'm using the reachability API to detect my current connection, but I can only distinguish between WIFI and 3G. I get the following flags: LTE:…
Gilad Novik
  • 4,546
  • 4
  • 41
  • 58
6
votes
1 answer

Why do Android doesn't have a mac address for 3g when iOS does?

I know this maybe a stupid question but maybe I'm just confused with the concept of mac address. As far as I know, each device has its own mac address. For example, a wiFi interface has its own mac address. If all devices has its own mac address,…
Arci
  • 6,647
  • 20
  • 70
  • 98
6
votes
1 answer

How make use of the Voice API to make calls using Huawei 3g Modems?

Some Huawei 3g modems like mine (E1752) has ability to make and receive calls. I believe onboard there is PCM channel that can be used while making or receiving the calls but I do not have any more information on that. I am using their app called…
Kunal Deo
  • 2,248
  • 2
  • 18
  • 27
1 2
3
35 36