3g Questions

2

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 r...
Toxicant asked 20/4, 2012 at 8:48

2

Solved

If I'm building a smartphone app that regularly downloads data from a server, and also intermittently uploads data (analytics, ads, etc.) what can I do to minimize the battery life impact of those ...
Belda asked 30/3, 2012 at 21:3

1

Solved

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 ...
Correll asked 24/2, 2012 at 2:59

2

Solved

Connecting to http://www.manage-us.com on an iPad under 3G [used to] result in a JavaScript error which can be seen if the developer console has been enabled. If the same page is accessed using the...
Leela asked 19/7, 2010 at 15:18

1

Solved

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...
Jonme asked 3/12, 2011 at 13:8

2

Solved

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-...
Boron asked 31/8, 2011 at 13:26

2

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, noth...
Glucoside asked 13/10, 2011 at 11:51

2

Solved

Anyone else having issues with getting a https request working on the old iphone. From connection did fail with error the error message is as follows. ERROR with theConnection:Error Domain=NSUR...
Jurist asked 1/2, 2011 at 9:54

2

I'm trying to find out a way to test network speed using PHP or Javascript. Is this possible? I'd ideally like to test the speed and the dynamically decide how much content to deliver to the clie...
Spiculum asked 27/7, 2011 at 20:34

2

Solved

I am just wondering how to enable/disable 3G/2G using the Android SDK and not just intenting to the 3G settings page. Thanks. Also is there a way to do the same thing, but with GPS. Thanks!
Submariner asked 29/5, 2011 at 21:16

2

Solved

Hi I have the following code that reads Network/Wifi state: public String getMacAddress() { WifiManager wm = (WifiManager) context .getSystemService(Context.WIFI_SERVICE); return wm.getConnecti...

1

Solved

Is it possible to implement a PhoneStateListener(or any other mechanism) to detect when either the 3G or Wifi network connection is restored ? I see both LISTEN_DATA_CONNECTION_STATE and LISTEN_DA...
Daffodil asked 21/12, 2010 at 20:24

6

Solved

I have made an App that can connect to a program that I am running on a server, but it only seems to work with WiFi. When I try to use 3G it doesn't make the connection. Is there something special ...
Concede asked 13/5, 2010 at 13:31

4

I'm writing a travel guide related app that will download large databases (60meg) potentially overseas, with the reachability code I can tell when a host is reachable via wifi or 3g BUT I'm worried...
Takeshi asked 11/6, 2010 at 14:5

2

Solved

We're looking to develop a mobile website. On this mobile website, we'd like to automatically populate a user's location (with proper fallback) based on their IP address. I'm aware of geocoding a l...
Irritant asked 4/5, 2010 at 17:43

1

Solved

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 ...
Neoplasty asked 5/5, 2010 at 14:49

3

how to programmatically start 3g connection on iphone? do I need to use socket api?
Semasiology asked 7/2, 2010 at 19:21

© 2022 - 2024 — McMap. All rights reserved.