gprs

Huawei Mobile Connect E170

I am trying to receive SMS messages with a Huawei Mobile Connect, Model: E170 device through hyper terminal but can't. I used the below commands to initialize the modem: AT+CMGF=1 AT+CNMI=2,2,0,0,0 (But this gives me this error: +CMS ERROR: 303) This same commands working on my nokia N70, 6630 and many other nokia models i can't r...

How to switch from wifi n/w to gprs programmaticaly in android?

how can i forcefully send data packets over gprs n/w eventhough wifi is on ? how to create socket for gprs n/w in android and to know gprs ip ? thanks;-) ...

Is it possible to use private IP address on GPRS connection

Hello, I need to connect my Windows Mobile 5.0 phone to the WAVECOM Q2686 processor acting as a server. The problem is I don't have a public IP address for the server side. I tried to solve it by using the CSD dial-up connection, where the all you need is phone number of the server and you can use any IP you want. But as of now I could...

Android application setting connection type.

I'm writing an application for android. My problem is that I want it to force the connection in GPRS and not use wi fi. I have a solution like below, but this causes the crash of the application at start. ConnectivityManager CM = (ConnectivityManager) this.getSystemService(Context.CONNECTIVITY_SERVICE); CM.setNetworkPreference(Conn...

GPRS connection checking

Hi, How can i check whether the GPRS connection is active or not using python? Is it possible to check it? Thanks in advance. nimmyliji ...

Enumerate active GPRS connections on Windows Mobile

I need to enumerate and close individual GPRS connections on a Windows Mobile device. I've tried the RAS API as suggested by this answer, however it doesn't work on all devices. RasEnumConnections on an HTC device does list GPRS sessions, but on a Samsung it doesn't. The Samsung has a GUI app with this functionality - it makes a lot o...

How can I send email over gprs ...

... from a mobile device under Windows Mobile 6.x to a server (connected to ... whatever, if email can be sent/received). Thanks! ...

Android - is it possible to have 3G and Wifi connections at the same time?

I was wondering does anyone know if its possible to open a wifi and a 3g connection at the same time on Android? Is there any way to control access to both Wifi and 3g/GPRS data connections and use them at the same time? ...

Sending files from winCE device to server via GPRS

I need to send files (*.zip, *.jpg, *.xml etc) from Windows CE 5.0 device to a server via GPRS. What are the options of sending files across to server? I have been successful in sending some data using AT commands of Hayes compatible modem AT-Command Interpreter ready AT+CGDCONT=1,"IP","AIRTELGPRS.COM" OK AT%ETCPIP OK AT%ETCPIP? %ETCP...

Get time zone or local time from cell tower (GPRS)

I have been asked to set the system time of a Windows Mobile 6.0 handheld to the "local time." The local time in this case means the current time of the time zone the handheld is physically located in. Is there a way to request the local time from the GPRS cell tower? ...

Server doesn't notice when client closes socket (.NET CF & GPRS)

Client written in .NET Compact Framework. Client connects a socket to the server over a GPRS connection. The server accepts the connection. Client sends 62 bytes of data and then closes the socket. Server never detects that the client has closed the socket and is therefore not able to know that the transfer has completed. This code ...

How do I find the IP address of a GPRS modem?

I want to pull data from a device that is accessed via a serial protocol and has a GPRS modem attached which should allow transparent access over an IP connection. It seems to me that this approach is upside down, because how should I know at which IP address the device currently is? Unfortunately, the device itself is rather dumb, so I ...

3G/Edge/GPRS IP addresses and geocoding

Hey all! So, 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 location based on IP address (mapping to latitude, longitude and then getting the location with that information). However, I'm ...

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 points around is it 3g or gprs? 2) Is a device always ip connected? Or when its disabled from wlan...

Why GPRS modem provides embedded TCP/IP stack

My colleague and I are mining the GPRS MODEM market for a module suitable for use with embedded Linux. During the market scan, we see that several vendors highlight that their MODEMs include an embedded TCP/IP stack. This makes me wonder: when we are using embedded Linux which already contains a TCP/IP stack and connects using PPP, wil...

How can I programmatically drop a Windows Mobile GPRS Connection?

Is there a way to explicitly close a GPRS connection? I'm setting up a connection with ConnectionManager and I've set the cache time to 10 seconds. Anyway after releasing it, the connection is still on, forever, alas I cannot use the registry key gprs_by_if_device_off. I'm using plain C++. My idea is to simulate the activity of the w...

Scan for available WiFi networks on Blackberry

Is there any RIM API available which will help to get the list of available network service or only Wi-Fi networks for a device and set selected network access point for any network communications? Is it possible for my app to disable the Mobile networks like GPRS, WAP, etc? Example: When the application is started it should scan for ...

How can I dial GPRS/EDGE in Win CE

Hello all. I am developing application in python on Windows CE which needs connection to the internet (via GPRS/EDGE). When I turn on the device, the internet connection is not active. It becomes active if I open internet explorer. I would like to activate connection in my application. I'm trying to do this with RasDial function over ...

Change iPhone internet connection mode programatically

Hello Everyone, I want to know if there is a way of changing the internet connection mode from GPRS to WiFi and vice-versa programatically. I am developing one application and want to give liberty to users which internet connection mode they want to use for my application. Also is there any other connection mode availa...

J2me midlet that reads from HttpConnection throws IOException

I'm just starting to work with j2me. I'm trying to work with HttpConnection but everytime I run my sample midlet, I'm always getting an IOException which says that there is a connection error. When I test it with the emulator of the Nokia S40 5th edition FP1 lite sdk, I don't experience that problem. I'm using a Nokia 2330 phone with gpr...