short for 3rd generation mobile telecommunications is a generation of standards for mobile phones and mobile telecommunication services fulfilling the International Mobile Telecommunications-2000 (IMT-2000) specifications by the International Telecommunication Union. Application services include ...

learn more… | top users | synonyms

0
votes
2answers
20 views

Connecting 3G USB Modem to 56K Modem

we have a client software deployed worldwide which is using analog phone lines and 56K Modems to connect to a backend software for uploading data (the backend servers have multiple analog modem ...
0
votes
1answer
33 views

iPhone loads Wi-Fi captive portal page over 3G (iOS 6) [closed]

I've made a captive portal using iptables NAT redirection and white-listed MACs. This works nicely, and iDevices pop up my login/terms page after association. However, I've noticed that when 3G is ...
0
votes
1answer
31 views

Integrate microcontroller with 3G dongle

I want to integrate a Luminary microcontroller with a 3G USB dongle. Do all USB dongles support AT commands? If not then what is the best way to do it? Thanks..
1
vote
0answers
43 views

PhoneGap file upload 3G

I'm currently experiencing a very annoying problem with PhoneGap. I've created an app that uploads an image to a remote server (server runs PHP). When I upload an image via WiFi the app works ...
0
votes
0answers
48 views

configuring huawei-e303c 3g dongle on arm9

i have been trying to connect 3g modem on arm9 board. bot modem is not getting detected. here is my lsusb: Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID ...
-5
votes
0answers
61 views

3g usb modem connection sharing ( wireless & wired network) [closed]

Requirement: To share the 3g internet connection from a usb modem - using 3G router - so that I can use it for multiple wired & wireless networks. My question is - Is there any limitation for ...
0
votes
0answers
33 views

AIR mobile Socket gets very slow when using data connection

I'm developing a mobile game using Flex + AIR. I'm using Socket to connect to Java WebSocket server (this one: https://github.com/TooTallNate/Java-WebSocket) But when start the game using mobile data ...
1
vote
0answers
56 views

ksoap2 on Android XMLPullParserException: Unexpected Token when using 3g connection

I'm using ksoap2 version 2.5.4 to send soap requests to a server from an android application based on cordova. This works great when using a wifi connection from our test device, but fails whenever a ...
-3
votes
0answers
143 views

Verizon Wireless APN Settings [closed]

Recently I reformatted my Motorola Droid 3 and put Cyanogenmod 10.1 onto it. I've gotten just about everything to work, succesfully installed GApps and am able to download and install apps just fine. ...
6
votes
1answer
115 views

What happens to TCP connection on 3G tower switching? [closed]

I'm randomly getting IOError: request data read error in Django's POST handler while uploading data on 3G network. The question why Django raises that particular exception has already been answered ...
0
votes
0answers
11 views

How to access AT commands and turn device to modem-only mode [migrated]

I am using mac and I am having problems getting my dongle to work. I want to get my 3g dongle (Huawei E 1550) working on my android tablet. I need access AT commands and turn device to modem-only ...
-1
votes
0answers
18 views

Send gps coordinated in textmessage via app

I want to create an html5 app (or any other code app), and i don't have a lot of experience, so i would like some pointers to get started :) I am trying to do some research on how to create an app, ...
1
vote
0answers
53 views

SSLSocket blocks mostly over 3G but works over wifi

I have a very strange problem regarding networking. I created an andorid app which connects securely to a server running on a PC. Note that though the PC is behind NAT, the respective port has been ...
0
votes
0answers
39 views

long polling/web sockets over 3g

I have mobile web app that on start up needs to send a request to a server and then wait for a reply, which might not be immediately available. I expect several thousand clients in the same vicinity ...
1
vote
0answers
50 views

Modem 3G - Two different IPs

I just saw something I never have seen before. I got a new SIM card from Nextel (communication company). I tried to use it on a 3G modem E3131, where I had a successful case before with VIVO (another ...
0
votes
0answers
30 views

My dilemma; Universal App or two versions each under 50MB?

I've worked really hard to make my iOS game work on all devices (Universal including iPad Retina graphics, iPhone 5 version) and despite my best efforts I'm only able to get the game down to 100MB. I ...
0
votes
1answer
135 views

Getting a list of signal strength in android

I am trying to get a list of signal strength (both cellular and wifi) in an android device. Do i achieve this using the Signal Strength class ...
0
votes
1answer
59 views

DotRas unauthorized access exception when adding phonebook an entry

I am devoloping an application with dotras dll. In the application my main goal is to connect to the internet with 3g USB modem. I am adding my code below : RasPhoneBook book = new ...
0
votes
0answers
108 views

Using UMTS/3G and WLAN simultaneously

does anyone know if it is possible to activate umts/3g and wlan at the same time? On Android, Windows Phone and iOS? I need to connect the phone to a hotspot via wlan and at the same time to the ...
0
votes
1answer
292 views

Android tablet pc with a Nokia phone 3G data connection

This is technical question to check the possibilities of the scenario. Is it possible to use Nokia phone's (Lumia, N9, symbain phone, S40) 3G data connection with a Android tablet pc? Or any way to ...
0
votes
0answers
288 views

Android app works only on wifi not on mobile network 3g logcat

I am developing an Android App (minimum android 8 , max 16) . I'm testing this app on my Samsung Galaxy Note2 . The app is doing some php parsing (login to the database) through Internet. It uses ...
0
votes
1answer
48 views

control volume and turn off 3g from xcode

I want to know, is their any posibility to control volume and 3g on an ios device using xcode? my "The Mind" meditation app need that function to stop distractions from outside.
2
votes
0answers
110 views

Does T-Mobile network allow incoming UDP packets?

Short version: Does the T-Mobile network allow incoming UDP packets? Longer version: I'm writing a small test app that connects two Androids over a mobile network. It works over LAN but not over 3g. ...
0
votes
1answer
41 views

Slow on 3g to the point of unuseable - fine on wifi

My iOS app makes a request to a server with php scripts hitting a database, and sending back some data. The db hits are pretty straight forward, just fetching some data based on a unique key. It ...
1
vote
2answers
55 views

No IOException on Outputstream when dataconnection lost

I'm developing this android application which basically uploads images to a webservice. I have a asynctask where I send the file to the server, using this code: protected Boolean ...
0
votes
2answers
125 views

Sniffing 802.11 and 3G network

I'm doing some experiments over 802.11 and 3G/GSM networks. So that, my machine has to "sniff" traffic both wlan and 3G network. On the Wlan i think i can manage that by using wireshark. But, 3G ...
0
votes
1answer
233 views

Android application works fine in 3G but not with WIFI

This my play video app It works fine in 3G but it forces close via WIFI this is the code: import android.net.Uri; import android.os.Bundle; import android.app.Activity; import ...
0
votes
4answers
167 views

Start 3g when wifi is connected

i want to make 3g works when wifi is enabled! Stop for a while wifi and connect through 3g. after that close 3g and work with wifi again! thanks!
0
votes
0answers
87 views

Error 101 (net::ERR_CONNECTION_RESET) iphone

Weird error I go to www.fenomenalno.com with my 3g connection it says: Error 101 (net::ERR_CONNECTION_RESET) iphone When I switch to wifi it works wel same on chrome and safari... So at some point ...
0
votes
1answer
109 views

Ask user to start WiFi or 3G on launching an android app if not connected to Internet

An android app that accesses some online pages using WebView is what I'm working with. I want to incorporate an option where, if the user is not connected to internet, the application will prompt to ...
0
votes
0answers
250 views

Enable data connection on android system app

I'm trying to make a android system app (for me and friends), to let me control my android phone over my server. Actually I've problem to enable/disable data connection. When I search, I found topic ...
0
votes
0answers
105 views

Can't access sim card in 3G USB dongle on MacBook Pro

Ok, the known facts: The 3G USB "HUAWEI" dongle isn't working on my wife's MacBook, we've tried 3 of them so far. It works on my MacBook Pro It works on our iMac It doesn't work on the D-Link 3G ...
0
votes
1answer
88 views

Why is my request to web service timing out on 3G connection? iphone

I make a request to the web service, but when I choose 3G connection, the didfailwitherror method is called and the error "The request timed out" is displayed. When the connection is wifi, I get the ...
0
votes
1answer
137 views

Network error while switching from WiFi to 3G

My iPhone app is web based.It works fine while running in WiFi and in 3G But the problem is when I run the app on WiFi and minimize it,and turn off the WiFi and switch to 3G-it shows no network. In ...
0
votes
1answer
112 views

JSON parsing on 3g results in connection refused

I have this issue that has caused me to pound my head against the wall. I am writing a newspaper app that parses data in JSON from a database and displays it. The app works fine and passes data on ...
0
votes
1answer
125 views

Universal push notifications: regular push notifications via 3G versus automated SIP calls from an Asterisk server?

I have a client company with a simple web app that users can interact with via a desktop/mobile website. Recently they asked to implement a notification functionality. The users, if they wish to, can ...
0
votes
1answer
70 views

android - Admob ads doesn't show with telephone card (2G or 3G) but admob shows Ads with WIFI

I'm trying to show ads with admob on 2g or 3g. WIFI works great. With WIFI I see a lot of Ads. But when I change to telephone card, I see nothing. Somebody knows why? EDIT: Upps. I have it. ...
0
votes
1answer
586 views

Android: toggle 2G and 3G in code with root

I've read that there is no way to toggle 2g/3g on android in my own code. But is there a solution how to do this with root privileges or smomething like this?
0
votes
1answer
284 views

Socket programming in android over 3g

I have managed to send information from my pc to my android phone via wifi, if they share the same network. Is it possible to send information from my pc to my phone in the same manner, if the phone ...
0
votes
0answers
173 views

Why Sip Demo Android not working on 3g?

I have compiled the source code for Sip Demo Android for ICS 4.03 its working fine on WIFI but not on 3G and other Data Networks. It continously gives the error "registration failed". Kindly help me i ...
1
vote
1answer
59 views

Asymmetric Post dial delay

I'm trying to measure post dial delay between IMS client with different medium transport. What I've got is: When caller is using HSDPA(up 384 kbps. down 3,6 kbps) & receiver is using EDGE, it ...
0
votes
1answer
22 views

How does a web session remain consistent when changing connection?

When browsing on a mobile device, it is possible to change multiple times between a 3G and WiFi connection, with associated IP address change. How does a website maintain a user's session when their ...
3
votes
1answer
121 views

Appmobi application works on Wifi but gives black screen on 3g

I have a wonderful application made using appMobi, but unfortunately, it is giving up strange problem, where it works absolutely fine on WiFi, but does not work on 3g network. Can anyone suggest what ...
2
votes
1answer
106 views

socket connection issue between 2 carriers' network

I wrote a simple socket program on android, the server side sets up a server socket waiting for incoming connections, the client side just connect to the server by establish a connection with the ...
0
votes
0answers
180 views

Simultaneous Wifi and 3/4G access in Android, Iphone

As is clear from examples such as tethering, Android allows one to read/transmit packets through the WIFI port even though the 3/4g port has been "designated" for Internet access and apps are ...
0
votes
0answers
155 views

Android: show video stream in a webview

I create a webview with the following code: webview = new WebView(this); webview.getSettings().setJavaScriptEnabled(true); webview.setInitialScale(1); ...
0
votes
0answers
131 views

CellID and LAC from a 3G router huawei b260a

I want to create a script that retrieves CellId and lac from a 3G router Huawei b260a using Python but I don't know how to start. The 3G router is based on a busybox v0.60.0 Can someone help me with ...
2
votes
0answers
97 views

Android driver-to-device map

In android, is there a file or a database which decides which driver (module) will be loaded for a certain USB device? Some background: I have a 3g modem which is "supported" by the manufacturer and ...
1
vote
1answer
118 views

cellular modem data session via “ethernet” adapter?

Most USB cellular modems present as a composite device containing (amongst other things) a modem and a network adapter. The latter shows up under the "LAN or High-Speed Internet" heading in Network ...
1
vote
0answers
111 views

How does Phonegap / Cordova handle bandwidth throttling, timeout, and retries in file upload requests?

I've built a few native iPhone applications that required uploading large/hirez image files to a remote server. I've found that on 3g networks a request can get blocked/dropped if it uses too much ...

1 2 3 4 5 8